@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: 1366px) and (max-width: 1680px) {
  body, html {
    font-size: -webkit-calc(100vw / 110);
    font-size: -moz-calc(100vw / 110);
    font-size: calc(100vw / 110);
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }

}

body, body * {
  font-family: 'helvetica';
  outline: none;
}

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

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

.shouji{
    display: none;
}

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

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

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

.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.hs {
  color: #585858;
  border: 1px solid #585858;
}

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

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

.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 "helvetica";
  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;
}
/*.pc-banner .mySwipera .swiper-slide:nth-child(3) .banwez{*/
/*  display: none;*/
/*}*/



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

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

.more-msl1:after {
  background: #DF0522;
}

.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: #DF0522;
}

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

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

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

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

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

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
    .shouji{
      display: block;
  }
  .diannao{
      display: none;
  }
}

@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.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(100vh - 60px);
    padding-bottom: -moz-calc(100vh - 60px);
    padding-bottom: calc(100vh - 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-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny.a {
    padding-bottom: 80%;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-img-news {
  padding-bottom: 70%;
  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: 6.0625rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.head .head2 .logo a img.b {
  display: none;
}

.head .head2 .sska {
  font-size: 1.5rem;
  margin-left: 1em;
}

.head .head2 .sska a {
  display: inline-block;
  color: #fff;
}

.head .head2 .sska a + a {
  margin-left: 0.5em;
}

.head .head2 .sska i {
  font-size: 1.5rem;
}

.head .head2 .zywena {
  text-align: center;
  position: relative;
  background: #DF0522;
}

.head .head2 .zywena > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

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

.head .serbtn {
  background: #DF0522;
}

.head.sticky .head2 {
  background: #1F1F1F;
  line-height: 5.125rem;
  border-color: rgba(136, 135, 135, 0.3);
}

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

.head.sticky .sska a {
  font-size: 1rem;
  height: 5.125rem;
}

.head.sticky #menu .nav_a1 li > a {
  line-height: 5.125rem;
  height: 5.125rem;
}

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

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

/* cookies */
.cookic_fix{
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
    width: 312px;
    padding: 0 0;
    /*margin-bottom: 24px;*/
    margin-right: 32px;
    border-radius: 20px;box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
    z-index: 999;
}
.cookic_fix .tit{
  font-family: "sss";
  font-size: 16px;
  line-height: 1.41;
  font-weight: 700;
  padding: 24px 24px 0;
}
.cookic_fix .tit i{
  font-size: 1rem;cursor: pointer;
}
.cookic_fix .text{
  margin-top: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "sss";
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
  padding: 0 24px 24px;
}
.cookic_fix .buttona{
  width: 100%;
  border-top: 1px solid #ddd;
}
.cookic_fix .buttona .more{
   padding: 16px 0;
  font-size: 14px;
  font-weight: 600; font-family: "sss";
  text-align: center;cursor: pointer;
}
.cookic_fix .buttona .more:nth-child(1){
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(2){
  width: 27.5%;
}
.cookic_fix .buttona .more:nth-child(3){
  width: 45%;
}
.cookic_fix .buttona .more+.more{
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* end */

/*whatsapp样式*/

.sm_link li{
    margin-right: 1rem;
}
.sm_link li.whats{
    position: relative;
}
.sm_link li:nth-child(4) a img{
    width: 2.4rem;
}
.sm_link li.whats .whatsapp-tooltip{
    display: none;
    background: #fff;
    color: #333;
    padding: .5rem 1rem;
    border-radius: 2rem;
    position: absolute;
  left: -120%;
    top: -3rem;
    
}
.sm_link li.whats:hover .whatsapp-tooltip{
    display: block;
}
     
        
        
/* end */
#menu .nav_a1 li {
  float: left;
  position: relative;
  padding: 0 1.75rem;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li {
    padding: 0 1rem;
  }
}

@media (max-width: 1366px) {
  #menu .nav_a1 li {
    padding: 0 0.5rem;
  }
}

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

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  line-height: 6.0625rem;
  height: 6.0625rem;
  text-transform: Uppercase;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: relative;
  z-index: 1;
  color: #fff;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #DF0522;
  position: absolute;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#menu .nav_a1 li > a span {
  position: relative;
  display: block;
  font-family: 'helvetica';
}

#menu .nav_a1 li .sec {
  width: 150%;
  height: auto;
  position: absolute;
  left: -25%;
  top: 100%;
  background: #5A5A5A;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.5rem 0;
}

#menu .nav_a1 li .sec > a {
  font: 500 1rem/1.3em "";
  padding: 0.4em 0;
  color: #fff;
  text-transform: Capitalize;
}

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

#menu .nav_a1 li .sec1 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 100%;
  background: #5A5A5A;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.03);
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 2.25rem 0;
}

#menu .nav_a1 li .sec1 a {
  color: #fff;
}

#menu .nav_a1 li .sec1 a:hover {
  color: #DF0522;
}

#menu .nav_a1 li .sec1 dl {
  line-height: 1.5em;
}

#menu .nav_a1 li .sec1 dl dt a {
  font: 600 1.125rem/1.5em "helvetica";
  text-transform: uppercase;
}

#menu .nav_a1 li .sec1 dl dd {
  margin-top: 0.5em;
}

#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font: 500 1.125rem/1.55em "helvetica";
}

#menu .nav_a1 li .sec1 dl:last-child {
  width: 32.99204%;
}

#menu .nav_a1 li .sec1 dl:last-child dd {
  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;
}

#menu .nav_a1 li .sec1 dl:last-child dd a {
  width: 50%;
  padding-right: 1em;
}

#menu .nav_a1 li:hover > a {
  color: #DF0522;
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: initial;
  margin: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

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

#menu .nav_a1 li:hover > a::after, #menu .nav_a1 li.active > a::after {
  width: 100%;
}

#menu .nav_a1 li.ps {
  position: static;
}

.top_naba {
  position: fixed;
  left: 0;
  top: -6.25rem;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.top_naba.classname {
  top: 6.25rem;
}

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

.top_naba .sec1 {
  width: 100%;
  background: #fff;
  line-height: 1em;
  padding: 0.25em 0;
  text-align: center;
}

.top_naba .sec1 a {
  display: inline-block;
  color: #14151A;
  font: 500 1.125rem/3.125rem "helvetica";
  padding: 0 2em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.top_naba .sec1 a:hover {
  color: #011F69;
}

.top_naba .sec1 a.b {
  color: #fff;
  background: #011F69;
  border-radius: .625rem;
}

.top_naba .sec1 a.b:hover {
  background: #000;
}

/* 搜索 */
.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;
  font-family: 'helvetica';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-nav > li .dl > a {
  line-height: 50px;
}

.mslm-nav > li .dl .sec a {
  line-height: 35px;
}

.mslm-nav > li .dl .aniut {
  height: 50px;
  line-height: 50px;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.jjta {
  color: #fff;
}

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

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

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

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

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


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

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

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 9;
  color: #FFFFFF;
  top: 56%;
}

.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez{
    top: 81%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez dt.ani{
    display: none;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper69 .banwez{
    text-align: right;
    top: 40%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper73 .banwez{

    top: 45%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper73 .banwez .more-msl{
    border: 1px solid #cf1324;

    color: #cf1324;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper73 .banwez .more-msl:hover{
    color: #fff;
}

.pc-banner .mySwipera .swiper-slide.banner_swiper71 .banwez{
    top: 75%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper72 .banwez{
    top: 64.5%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez{
    top: 66%;
}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez dt::after{
    display: none;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez {
    top: 50%;
  }
}

.pc-banner .mySwipera .swiper-slide:nth-child(2) .banwez dt{
    display: none;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 4.375rem/1.15em "helvetica";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.pc-banner .mySwipera .banwez dt::after {
  content: "";
  width: 0;
  height: 1.5625rem;
  background: #DF0522;
  position: absolute;
  left: 0;
  bottom: 0.1em;
  z-index: -1;
  -webkit-transition: all .6s linear 0.8s;
  -o-transition: all .6s linear 0.8s;
  -moz-transition: all .6s linear 0.8s;
  transition: all .6s linear 0.8s;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 1.8rem;
    max-width: 100%;
  }
  .pc-banner .mySwipera .banwez dt::after {
    height: 0.5rem;
  }
}

.pc-banner .mySwipera .banwez dd {
  font: 600 4.375rem/1.15em "helvetica";
  max-width: 57.14286%;
  text-transform: uppercase;
}

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

.pc-banner .mySwipera .banwez .weha {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .weha {
    margin-top: 0.7rem;
  }
}

.pc-banner .mySwipera .dbua {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
}

.pc-banner .mySwipera .dbua .swiper-button-prev1 i, .pc-banner .mySwipera .dbua .swiper-button-next1 i {
  color: #fff;
  font-size: 0.95rem;
}

.pc-banner .mySwipera .swiper-pagination1as {
  position: static;
  width: auto;
}

.pc-banner .mySwipera .swiper-pagination1as span {
  display: inline-block;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border: 1px solid #fff;
  border-radius: .375rem;
  background: transparent;
  position: relative;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as span {
    margin: 0 0.3em;
  }
}

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

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active {
    width: 1rem;
  }
}

.pc-banner .mySwipera .swiper-slide-active .banwez dt::after {
  width: 100%;
}

a.jtaa {
  display: block;
  position: absolute;
  right: 4.0625%;
  bottom: 5%;
  z-index: 1;
  width: 1.0625rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

a.jtaa img {
  width: 100%;
}

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

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

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

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

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

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

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

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

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

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

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

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

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

.fanga {
  overflow: hidden;
}

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

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

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

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

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

.mktop:hover {
  -webkit-transform: translateY(-5%);
     -moz-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
       -o-transform: translateY(-5%);
          transform: translateY(-5%);
}

.title_a1 span {
  display: block;
  color: #DF0522;
  font: 600 1.25rem/1.4em "helvetica";
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

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

.title_a1 .tit {
  color: #fff;
  text-transform: uppercase;
  font: 600 3.75rem/1.125em "helvetica";
  font-style: italic;
  margin-top: 0.2em;
}

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

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.875rem 0 10.25rem;
}

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

.cont1 .title_a1 {
  position: relative;
  z-index: 1;
  margin-left: 5%;
}

.cont1 .a1_v1 {
  margin-top: -2.3rem;
  position: relative;
  z-index: 0;
}

.cont1 .a1_b1 .swiper-slide a {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.cont1 .a1_b1 .swiper-slide a .img {
  font-size: 0;
}

.cont1 .a1_b1 .swiper-slide a .img img {
  width: 100%;
}

.cont1 .a1_b1 .swiper-slide a .data {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 13%;
  text-align: center;
  /* color: #FFFFFF; */
}

@media (max-width: 768px) {
  .cont1 .a1_b1 .swiper-slide a .data {
    bottom: 6%;
  }
}

.cont1 .a1_b1 .swiper-slide a .data .tit {
  font: 600 2rem/1.2em "helvetica";
  font-style: italic;
  text-transform: uppercase;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_b1 .swiper-slide a .data .tit {
    font-size: 1.4rem;
  }
}

.cont1 .a1_b1 .swiper-slide a .data .more {
  text-transform: uppercase;
  display: inline-block;
  font: 500 1rem/1.3em "helvetica";
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: 0.7em;
  visibility: hidden;
}

@media (max-width: 768px) {
  .cont1 .a1_b1 .swiper-slide a .data .more {
    margin-top: 0.4em;
  }
}

.cont1 .a1_b1 .swiper-slide a:hover .data .more {
  visibility: visible;
}

.cont1 .swiper-button-prev1, .cont1 .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}

.cont1 .swiper-button-prev1 i, .cont1 .swiper-button-next1 i {
  font-size: 3.8rem;
}

.cont1 .swiper-button-prev1:hover, .cont1 .swiper-button-next1:hover {
  color: #DF0522;
}

@media (max-width: 768px) {
  .cont1 .swiper-button-prev1, .cont1 .swiper-button-next1 {
    display: none;
  }
}

.cont1 .swiper-button-prev1 {
  left: -6.4375rem;
}

@media (max-width: 1280px) {
  .cont1 .swiper-button-prev1 {
    left: -4.4375rem;
  }
}

.cont1 .swiper-button-next1 {
  right: -6.4375rem;
}

@media (max-width: 1280px) {
  .cont1 .swiper-button-next1 {
    right: -4.4375rem;
  }
}

.cont2.active .xtzs-svg path {
  stroke-dashoffset: 0;
  -webkit-transition: all 4s;
  -o-transition: all 4s;
  -moz-transition: all 4s;
  transition: all 4s;
}

.xtzs-svg path {
  stroke-dasharray: 3846;
  stroke-dashoffset: 3846;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.cont2 {
  background: url(../images/bj2.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 0 0;
  position: relative;
}

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

.cont2 .svgdx {
  position: absolute;
  left: 0;
  top: 5%;
}

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

.cont2 .a2_v1 .a2_b1 {
  width: 44.64286%;
}

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

.cont2 .a2_v1 .a2_b1 img {
  width: 100%;
}

.cont2 .a2_v1 .a2_b2 {
  width: 50%;
}

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

.cont2 .a2_v1 .a2_b2 .p {
  color: #fff;
  font: 500 1.25rem/1.5em "helvetica";
  margin-top: 1em;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .p {
    font-size: 1rem;
    margin-top: 0.8em;
  }
}

.cont2 .a2_v1 .a2_b2 .fzsj {
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .fzsj {
    margin-top: 1em;
  }
}

.cont2 .a2_v1 .a2_b2 .fzsj dl {
  width: 50%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .fzsj dl {
    margin-top: 1em;
  }
}

.cont2 .a2_v1 .a2_b2 .fzsj dl dt {
  color: #DF0522;
}

.cont2 .a2_v1 .a2_b2 .fzsj dl dt sup {
  font-size: 1.5rem;
  font-style: normal;
  vertical-align: top;
  position: static;
}

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

.cont2 .a2_v1 .a2_b2 .fzsj dl dt span {
  font: 600 4.375rem/0.9em "helvetica";
  font-style: italic;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .fzsj dl dt span {
    font-size: 3rem;
  }
}

.cont2 .a2_v1 .a2_b2 .fzsj dl dd {
  color: #FFFFFF;
  font: 600 1.25rem/1.4em "helvetica";
  margin-top: 0.5em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .fzsj dl dd {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

.cont2 .a2_v2 {
  top: 6.25rem;
  position: relative;
}

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

.sp-cont {
  border-radius: 2rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .sp-cont {
    border-radius: 1rem;
  }
}

.sp-cont i {
  display: block;
  font-size: 0;
}

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

.sp-cont .date {
  width: 100%;
  text-align: center;
}

.sp-cont .date a.more-a {
  margin-top: 2.5rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .sp-cont .date a.more-a {
    margin-top: 1rem;
  }
}

.sp-cont .date u {
  width: 6.625rem;
  display: block;
  font-size: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .sp-cont .date u {
    width: 3.5rem;
  }
}

.sp-cont .date u img {
  width: 100%;
}

.sp-cont .date p {
  text-align: center;
  display: inline-block;
  color: #fff;
  font: 500 1rem/1.2em "helvetica";
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 3.25rem;
}

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

.cont3 {
  background: #F5F5F5;
  padding: 12rem 0 6.125rem;
}

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

.cont3 .a3_v1 {
  position: relative;
}

.cont3 .a3_v1 > b {
  position: absolute;
  left: 35%;
  bottom: 0;
  color: #ECECEC;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 9.5rem;
  line-height: 1em;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
}

.cont3 .a3_v1 .a3_b1 {
  width: 24.57143%;
  position: relative;
  z-index: 1;
}

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

.cont3 .a3_v1 .a3_b1 .title_a1 span {
  font-weight: 600;
}

.cont3 .a3_v1 .a3_b1 .title_a1 .tit {
  color: #1E1E1E;
}

.cont3 .a3_v1 .a3_b1 .p {
  color: #585858;
  font: 500 1.25rem/1.5em "helvetica";
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 .p {
    font-size: 1rem;
    margin-top: 1em;
  }
}

.cont3 .a3_v1 .a3_b1 a.more-msl {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 a.more-msl {
    margin-top: 1.2em;
  }
}

.cont3 .a3_v1 .a3_b2 {
  width: 65.57143%;
  position: relative;
  z-index: 1;
}

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

.cont3 .a3_v1 .a3_b2 li {
  width: 47.38562%;
}

.cont3 .a3_v1 .a3_b2 li:nth-child(n+3) {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li:nth-child(n+3) {
    margin-top: 1.2rem;
  }
}

@media (max-width: 450px) {
  .cont3 .a3_v1 .a3_b2 li {
    width: 100%;
  }
  .cont3 .a3_v1 .a3_b2 li:nth-child(n+3) {
    margin-top: 1.2rem;
  }
  .cont3 .a3_v1 .a3_b2 li + li {
    margin-top: 1.2rem;
  }
}

.cont3 .a3_v1 .a3_b2 li a.img {
  display: block;
  padding: 10% 13%;
  background: #fff;
  height: 100%;
  border-radius: .625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 450px) {
  .cont3 .a3_v1 .a3_b2 li a.img {
    padding: 8%;
  }
}

.cont3 .a3_v1 .a3_b2 li a.img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cont3 .a3_v1 .a3_b2 li a.img .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 5, 34, 0.85);
}

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

.cont3 .a3_v1 .a3_b2 li a.img span {
  display: block;
  color: #DF0522;
  font: 500 1.25rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li a.img span {
    font-size: 1rem;
  }
}

.cont3 .a3_v1 .a3_b2 li a.img h2 {
  color: #414141;
  font: 600 1.875rem/1.15em "helvetica";
  font-style: italic;
  height: 4.6em;
  overflow: hidden;
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li a.img h2 {
    font-size: 1.35rem;
    margin-top: 1rem;
  }
}

.cont3 .a3_v1 .a3_b2 li a.img .data {
  color: #9C9C9C;
  font: 500 1.125rem/1.5em "helvetica";
  font-style: italic;
  margin-top: 1.3em;
}

@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 li a.img .data {
    font-size: 1rem;
    margin-top: 1em;
  }
}

.cont3 .a3_v1 .a3_b2 li:hover a.img {
  background: transparent;
}

.cont3 .a3_v1 .a3_b2 li:hover a.img .img {
  opacity: 1;
}

.cont3 .a3_v1 .a3_b2 li:hover a.img span, .cont3 .a3_v1 .a3_b2 li:hover a.img h2, .cont3 .a3_v1 .a3_b2 li:hover a.img .data {
  color: #fff;
}

.cont4 {
  background: url(../images/bj3.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.5rem 0 10.9375rem;
}

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

.cont4 .title_a1 {
  position: relative;
  z-index: 1;
  margin-left: 5%;
}

.cont4 .a4_v1 {
  margin-top: -2.3rem;
  position: relative;
  z-index: 0;
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .img {
  display: block;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 45%;
}

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

.cont4 .a4_v1 .a4_b1 .a4_cv1 .img img {
  width: 100%;
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .data {
  width: 44.35714%;
  position: relative;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .a4_cv1 .data {
    width: 100%;
    margin-top: 3rem;
    padding: 0 5%;
  }
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .data u {
  display: block;
  font-size: 0;
  width: 10.1875rem;
  position: absolute;
  left: -5.625rem;
  top: -6rem;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .a4_cv1 .data u {
    width: 3rem;
    left: 0;
    top: -2rem;
  }
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .data u img {
  width: 100%;
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .data .p {
  color: #fff;
  font: 500 1.25rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .a4_cv1 .data .p {
    font-size: 1rem;
  }
}

.cont4 .a4_v1 .a4_b1 .a4_cv1 .data .tit {
  color: #fff;
  font: 600 1.375rem/1.5em "helvetica";
  margin-top: 1.8em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .a4_cv1 .data .tit {
    font-size: 1.25rem;
    margin-top: 0.7em;
  }
}

.cont4 .a4_v1 .a4_b1 .swiper-pagination1as {
  position: absolute;
  width: auto;
  left: 55.1%;
  bottom: 16%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .swiper-pagination1as {
    position: static;
    text-align: center;
    margin-top: 0.4em;
  }
}

.cont4 .a4_v1 .a4_b1 .swiper-pagination1as span {
  display: inline-block;
  opacity: 1;
  width: .625rem;
  height: .625rem;
  border: 1px solid #fff;
  border-radius: .375rem;
  background: transparent;
  position: relative;
  margin: 0 0.5em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .swiper-pagination1as span {
    margin: 0 0.3em;
  }
}

.cont4 .a4_v1 .a4_b1 .swiper-pagination1as span.swiper-pagination-bullet-active {
  background: #fff;
  width: 1.25rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .swiper-pagination1as span.swiper-pagination-bullet-active {
    width: 1rem;
  }
}

.cont5 {
  background: #F5F5F5;
  padding: 5.625rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
    background: #fff;
  }
}

.cont5::after {
  content: '';
  display: block;
  width: 61.45833%;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

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

.cont5 .title_a1 .tit {
  color: #1E1E1E;
}

.cont5 .a5_v1 {
  position: relative;
  z-index: 1;
}

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

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

.cont5 .a5_v1 .a5_b2 {
  width: 62.28571%;
  margin: 0 -1.5%;
}

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

.cont5 .a5_v1 .a5_b2 li {
  width: 25%;
  padding: 0 1.5%;
}

.cont5 .a5_v1 .a5_b2 li:nth-child(n+5) {
  margin-top: 3%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
  .cont5 .a5_v1 .a5_b2 li:nth-child(n+5) {
    margin-top: 0;
  }
  .cont5 .a5_v1 .a5_b2 li:nth-child(n+4) {
    margin-top: 1rem;
  }
}

.cont5 .a5_v1 .a5_b2 li a.img {
  width: 100%;
  border: 1px solid #999;
  padding: 2rem 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
  opacity: .3;
}

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

.cont5 .a5_v1 .a5_b2 li a.img img {
  height: 6.25rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 li a.img img {
    height: 4rem;
  }
}

.cont5 .a5_v1 .a5_b2 li a.img:hover {
  opacity: 1;
  border-color: #DF0522;
}

.foot-fot {
  position: relative;
  background: #1F1F1F;
}

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

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

.foot-fot .foota1 {
  text-align: center;
  padding-top: 3.5rem;
}

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

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

.foot-fot .foota1 p {
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.125rem/1.5em "helvetica";
}

.foot-fot .foota1 form {
  width: 26.6875rem;
  border-radius: .5rem;
  border: 1px solid #3F3F3F;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1em;
}


.foot-fot .foota1 form input {
  width: -webkit-calc(100% - 3.125rem);
  width: -moz-calc(100% - 3.125rem);
  width: calc(100% - 3.125rem);
  font: 500 1rem/3.125rem "helvetica";
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  padding: 0 1em;
}

.foot-fot .foota1 form button {
  width: 3.125rem;
  color: #fff;
  border-radius: .5rem;
  text-align: center;
  background: #DF0522;
  border: none;
}

.foot-fot .foota1 form button i {
  font: 500 1.35rem/3.125rem "helvetica";
}

.foot-fot .foota2 {
  position: relative;
  z-index: 1;
  padding: 3.4375rem 0 5.5rem;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    display: none;
  }
  .pc-banner .mySwipera .swiper-slide.banner_swiper71 .banwez{
    text-align: center;
    top: 60%;
}
}

.foot-fot .foota2 .foot-tit {
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "helvetica";
  text-transform: uppercase;
}

.foot-fot .foota2 .foot-tit a {
  color: #FFFFFF;
}

.foot-fot .foota2 .dseca {
  margin-top: 0.4em;
}

.foot-fot .foota2 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.125rem/1.6em "helvetica";
}

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

.foot-fot .foota2 .p {
  margin-top: 0.4em;
  color: rgba(255, 255, 255, 0.6);
  font: 500 1.125rem/1.6em "helvetica";
}

.foot-fot .foota3 {
  color: rgba(255, 255, 255, 0.3);
  font: 500 1.25rem/1.5em "helvetica";
  border-top: 1px solid #3A3A3A;
}

@media (max-width: 768px) {
  .foot-fot .foota3 {
    font-size: 1rem;
  }
}

.foot-fot .foota3 .wh .foota2-v1 {
  padding: 1.25rem 0;
}

.foot-fot .foota3 .wh .foota2-v1 a {
  color: rgba(255, 255, 255, 0.3);
  font: 500 1.25rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .foot-fot .foota3 .wh .foota2-v1 a {
    font-size: 1rem;
  }
}

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

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

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

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

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

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

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

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

.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: #DF0522;
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

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

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

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

.aat_list li:last-child {
  display: none;
}

.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: 14rem;
  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;
}

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

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

.nbanner {
  overflow: hidden;
}

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

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

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

.nbanner .nbanner-wen1 .banner-cont h2 {
  font: 600 4.375rem/1.3em "helvetica";
  text-transform: uppercase;
}

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

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

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont p {
    font-size: 1.125rem;
    margin-top: 0.25em;
    display: none;
  }
}

.mbx-sort {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 4%;
  text-align: right;
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .mbx-sort {
    font-size: 1.125rem;
    display: none;
  }
}

.mbx-sort a {
  color: #FFFFFF;
}

.mbx-sort a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.mbx-sort span:last-child {
  display: none;
}

.ny-bj {
  background: #5A5A5A;
  overflow: hidden;
  color: #fff;
}

.ny-bj * {
  color: #fff;
}

.n_mbx {
  position: relative;
  margin-top: 4.25rem;
}

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

.n_mbx .n_src li + li {
  margin-left: 2em;
}

@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1em;
  }
}

.n_mbx .n_src li a {
  display: block;
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
  position: relative;
  text-transform: Uppercase;
  padding: 0.2em 0;
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    font-size: 1.125rem;
    padding: 0.1em 0;
  }
}

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

.cp-tita {
  margin-top: 1.5rem;
}

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

.cp-tita h2 {
  color: #FFFFFF;
  font: 600 3.5rem/1.2em "helvetica";
  font-style: italic;
  margin-right: 0.5em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cp-tita h2 {
    font-size: 2rem;
  }
}

.cp-tita .xian {
  height: 1px;
  background: #D8D8D8;
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cp-tita .xian::after {
  content: '';
  width: 62.05273%;
  height: .375rem;
  background: #DF0522;
  display: block;
  position: absolute;
  right: 0;
  top: -0.1875rem;
}

@media (max-width: 768px) {
  .cp-tita .xian::after {
    height: 4px;
    top: -2px;
  }
}

.cp-fxsz a.has-a {
  display: block;
  color: #fff;
  font: 500 1.5rem/1.5em "helvetica";
  margin: 0.2em 0 0.7em;
}

@media (max-width: 768px) {
  .cp-fxsz a.has-a {
    margin: 0.2em 0 0.4em;
    font-size: 1.25rem;
  }
}

.cp-fxsz a.has-a i {
  color: #D80C24;
  font: 500 1.5rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .cp-fxsz a.has-a i {
    font-size: 1.25rem;
  }
}

.cp-fxsz .cp-fxszcont {
  margin-top: 1.5rem;
}

.cp-fxsz .cp-fxszcont .tabs-wrapper {
  background: #fff;
  width: 100%;
  border-radius: 1.25rem;
  padding: 1.625rem 2%;
}

@media (max-width: 768px) {
  .cp-fxsz .cp-fxszcont .tabs-wrapper {
    padding: 1.35rem 4%;
    border-radius: 1rem;
  }
}

.cp-fxsz .cp-fxszcont .tabs-wrapper li {
  display: inline-block;
}

.cp-fxsz .cp-fxszcont .tabs-wrapper li a {
  display: inline-block;
  color: #414141;
  font: 500 1.25rem/1.5em "helvetica";
  margin: 0.2em 0;
  margin-right: 1.2em;
}

@media (max-width: 768px) {
  .cp-fxsz .cp-fxszcont .tabs-wrapper li a {
    font-size: 1.125rem;
  }
}

.cp-fxsz .cp-fxszcont .tabs-wrapper li a i {
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  display: inline-block;
  -webkit-transform: translateY(0.2em);
     -moz-transform: translateY(0.2em);
      -ms-transform: translateY(0.2em);
       -o-transform: translateY(0.2em);
          transform: translateY(0.2em);
  margin-right: 0.4em;
  position: relative;
}

@media (max-width: 768px) {
  .cp-fxsz .cp-fxszcont .tabs-wrapper li a i {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.cp-fxsz .cp-fxszcont .tabs-wrapper li a.active i::after {
  content: '';
  width: .625rem;
  height: .625rem;
  border-radius: 50%;
  background: #DF0522;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .cp-fxsz .cp-fxszcont .tabs-wrapper li a.active i::after {
    width: .45rem;
    height: .45rem;
  }
}

.loadmore-nodata {
  margin: 2em auto;
}

.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: #fff;
  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: #DF0522;
  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: #DF0522;
  border-color: #DF0522;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #fff;
  font: 500 1rem/1.5em "helvetica";
  padding: 1em 0;
  text-transform: uppercase;
}

.ajhhsd a {
  color: #fff;
}

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

.ajhhsd span {
  padding: 0 0.3em;
}

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

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

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

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

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

@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 "helvetica";
  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 "helvetica";
  color: #777;
  margin-right: 1em;
}

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

@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 #f0f0f0;
  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 "helvetica";
  background: transparent;
  color: #f0f0f0;
}

@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 "helvetica";
  color: #fff;
}

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

.sssjga {
  color: #fff;
  font: 600 1.25rem/1.5em "helvetica";
  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: #fff;
  font: 500 1.25rem/1.35em "helvetica";
  overflow: hidden;
  margin-bottom: 0.2em;
}

.ss-list li .xw-nycont h2 a:hover {
  color: #DF0522;
}

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

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

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

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

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

.ss-list li .xw-nycont a.more-msl .p1 {
  background: #D9D9D9;
}

.ss-list li .xw-nycont a.more-msl:hover {
  color: #fff;
}

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

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

.list_content {
  padding: 4.5rem 0;
  font-size: 1rem;
  color: #fff;
  font-family: 'helvetica';
  background: #5A5A5A;
}

.list_content * {
  font-family: 'helvetica';
}

.list_content a {
  color: #fff;
}

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

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

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

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

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

#abt1a {
  height: 15rem;
  margin-top: -15rem;
}

@media (max-width: 990px) {
  #abt1a {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  background: -webkit-linear-gradient(top, #000000 0%, #FFFFFF 91.12%);
  background: -moz-linear-gradient(top, #000000 0%, #FFFFFF 91.12%);
  background: -o-linear-gradient(top, #000000 0%, #FFFFFF 91.12%);
  background: linear-gradient(180deg, #000000 0%, #FFFFFF 91.12%);
  padding: 8.625rem 0 7rem;
}

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

.abt-cont1 .abt_v1 .abt_a1 {
  width: 44.92857%;
}

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

.abt-cont1 .abt_v1 .abt_a1 > div {
  font-size: 0;
  border-radius: 1.5rem;
  overflow: hidden;
}

.abt-cont1 .abt_v1 .abt_a1 img {
  width: 100%;
}

.abt-cont1 .abt_v1 .abt_a2 {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_v1 .abt_a2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.abt-cont1 .abt_v1 .abt_a2 .p {
  color: #fff;
  font: 500 1.25rem/1.5em "helvetica";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_v1 .abt_a2 .p {
    font-size: 1.125rem;
    margin-top: 0.6em;
  }
}

.abt-cont1 .abt_v2 {
  padding: 5.125rem 0 3.25rem;
}

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

@media (max-width: 768px) {
  .abt-cont1 .abt_v2 dl {
    margin-top: 1em;
    width: 50%;
  }
}

.abt-cont1 .abt_v2 dl dt {
  color: #DF0522;
}

.abt-cont1 .abt_v2 dl dt sup {
  font-size: 1.5rem;
  font-style: normal;
  vertical-align: top;
  position: static;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_v2 dl dt sup {
    font-size: 1rem;
  }
}

.abt-cont1 .abt_v2 dl dt span {
  font: 600 4.375rem/0.9em "helvetica";
  font-style: italic;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_v2 dl dt span {
    font-size: 2.5rem;
  }
}

.abt-cont1 .abt_v2 dl dd {
  color: #1E1E1E;
  font: 600 1.25rem/1.4em "helvetica";
  margin-top: 0.5em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_v2 dl dd {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

@media (max-width: 580px) {
.pc-banner .mySwipera .swiper-slide.banner_swiper73 .banwez{
    top: 47%;
}
}

.abt-cont2 {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/runs0320/uploads/20230322/b5525b74f5859a58158062e160aee45c.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  background-attachment: fixed;
  padding: 11.25rem 0 11.875rem;
  text-align: center;
}

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

.abt-cont2 a.more-msl {
  margin-top: 1.5rem;
}

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

.abt-cont3 {
  background: #5A5A5A;
  padding: 5.125rem 0 3rem;
}

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

.abt-cont3 .fzlc {
  margin-top: 2rem;
}

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

.abt-cont3 .fzlc .mySwiper11 {
  position: relative;
}

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont {
  background: -webkit-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(113.92deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(0.9375rem);
  border: 1px solid #fff;
  border-radius: 1.5rem;
  color: #fff;
  width: 65.35714%;
  margin: 0 auto;
  padding: 1.6rem 3.2% 2em;
}

@media (max-width: 768px) {
  .abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont {
    width: 71.42857%;
  }
}

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont h2 {
  font: 600 3rem/1.5em "helvetica";
}

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

.abt-cont3 .fzlc .mySwiper11 .swiper-slide .cont .p {
  font: 500 1.125rem/1.4em "helvetica";
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .next1a {
  left: 0;
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .prev1a {
  right: 0;
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .next1a, .abt-cont3 .fzlc .mySwiper11 .jtxas .prev1a {
  position: absolute;
  top: 50%;
  border: 1px solid #B0AEAE;
  width: 2.625rem;
  height: 2.625rem;
  text-align: center;
  border-radius: 50%;
  z-index: 9;
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .next1a i, .abt-cont3 .fzlc .mySwiper11 .jtxas .prev1a i {
  color: #B0AEAE;
  font-size: 1.5rem;
  line-height: 2.625rem;
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .next1a:hover, .abt-cont3 .fzlc .mySwiper11 .jtxas .prev1a:hover {
  border-color: #D80C24;
  border-width: 2px;
}

.abt-cont3 .fzlc .mySwiper11 .jtxas .next1a:hover i, .abt-cont3 .fzlc .mySwiper11 .jtxas .prev1a:hover i {
  color: #D80C24;
  font-weight: 600;
}

.abt-cont3 .ahxwas_a3 {
  position: relative;
  -webkit-transform: rotate(-8deg);
     -moz-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
       -o-transform: rotate(-8deg);
          transform: rotate(-8deg);
  margin: 8rem 0 6rem;
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 {
    margin: 3rem 0 1rem;
  }
}

.abt-cont3 .ahxwas_a3::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-top: 1px dashed #848484;
  position: absolute;
  left: 0;
  top: .625rem;
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide {
  -webkit-transform: rotate(8deg);
     -moz-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
       -o-transform: rotate(8deg);
          transform: rotate(8deg);
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz {
  text-align: center;
  position: relative;
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz::before {
  content: "";
  width: 1.3125rem;
  height: 1.3125rem;
  display: inline-block;
  border: 1px solid #B8B8B8;
  border-radius: 50%;
  background: #9C9C9C;
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz::before {
    width: 1rem;
    height: 1rem;
  }
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz .szxds {
  color: #000000;
  font: 500 1.25rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz .szxds {
    font-size: 1rem;
  }
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz .szxds::before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #000;
  margin: -0.5em auto 0;
}

@media (max-width: 768px) {
  .abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide .xhasz .szxds::before {
    height: 0.8rem;
  }
}

.abt-cont3 .ahxwas_a3 .mySwiper3 .swiper-slide.swiper-slide-thumb-active .xhasz::before {
  background: #DF0522;
  border-color: #DF0522;
}

.abt-cont4 {
  padding: 3rem 0 4.6875rem;
}

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

.abt-cont4 .abt_a4_v1 dl {
  width: 48.71429%;
  box-shadow: 0px 0.25rem 1.875rem rgba(196, 196, 196, 0.25);
  border-radius: 1.875rem;
  position: relative;
  padding: 3.3125rem;
  margin-top: 2.75rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 dl {
    width: 100%;
    margin-top: 1.3rem;
    padding: 2.4rem 2rem 2rem;
    border-radius: 1rem;
  }
}

.abt-cont4 .abt_a4_v1 dl i {
  display: block;
  width: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt_a4_v1 dl i {
    width: 2.8rem;
  }
}

.abt-cont4 .abt_a4_v1 dl i img {
  width: 100%;
}

.abt-cont4 .abt_a4_v1 dl i img.b {
  display: none;
}

.abt-cont4 .abt_a4_v1 dl dt {
  color: #414141;
  font: 600 1.875rem/1.5em "helvetica";
  font-style: italic;
  padding: 0.3em 0;
  margin-top: 0.32em;
}

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

.abt-cont4 .abt_a4_v1 dl dd {
  color: #585858;
  font: 500 1.25rem/1.5em "helvetica";
}

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

.abt-cont4 .abt_a4_v1 dl .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.abt-cont4 .abt_a4_v1 dl .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(223, 5, 34, 0.85);
}

.abt-cont4 .abt_a4_v1 dl .img img {
  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-cont4 .abt_a4_v1 dl:hover i img.a {
  display: none;
}

.abt-cont4 .abt_a4_v1 dl:hover i img.b {
  display: block;
}

.abt-cont4 .abt_a4_v1 dl:hover dt, .abt-cont4 .abt_a4_v1 dl:hover dd {
  color: #fff;
}

.abt-cont4 .abt_a4_v1 dl:hover .img {
  opacity: 1;
}

.abt-cont4 .abt_a4_v1 dl:hover .img 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);
}

.zzry-list {
  margin: 0 -2%;
  margin-top: 3rem;
}

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

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

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

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

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

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

.zzry-list li a.block .img {
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(196, 196, 196, 0.25);
}

@media (max-width: 768px) {
  .zzry-list li a.block .img {
    padding: 0.7rem;
  }
}

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

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

.zzry-list li a.block h2 {
  text-align: center;
  font: 500 1.125rem/1.5em "helvetica";
  margin-top: 0.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

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

.cp_fmy_content {
  background: #5A5A5A;
  padding: 6.25rem 0 7.375rem;
}

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

.cp_fmy_content .cp_fm_list1 {
  color: #fff;
  text-align: center;
}

.cp_fmy_content .cp_fm_list1 li {
  text-align: left;
}

.cp_fmy_content .cp_fm_list1 li + li {
  margin-top: 6.25rem;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li + li {
    margin-top: 2rem;
  }
}

.cp_fmy_content .cp_fm_list1 li a.img {
  display: block;
  font-size: 0;
  width: 43%;
  border-radius: 1.875rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li a.img {
    width: 100%;
    border-radius: 1rem;
  }
}

.cp_fmy_content .cp_fm_list1 li a.img img {
  width: 100%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.cp_fmy_content .cp_fm_list1 li .cont {
  width: 61.85714%;
  margin-left: -4.85714%;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 1.875rem;
  padding: 8.375rem 6.00462% 9.75rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1440px) {
  .cp_fmy_content .cp_fm_list1 li .cont {
    padding: 7rem 6.00462% 5rem;
  }
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont {
    width: 100%;
    border-radius: 1rem;
    margin-left: 0;
    margin-top: 1rem;
    padding: 3rem 6.00462% 1.5rem;
  }
}

.cp_fmy_content .cp_fm_list1 li .cont::before {
  content: "";
  width: 45.84296%;
  position: absolute;
  left: 0;
  top: 6.5rem;
  height: 0.5rem;
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 1440px) {
  .cp_fmy_content .cp_fm_list1 li .cont::before {
    top: 5.2rem;
  }
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont::before {
    top: 1.8rem;
    height: 0.25rem;
  }
}

.cp_fmy_content .cp_fm_list1 li .cont::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(113.92deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(0.9375rem);
  border-radius: 1.875rem;
  z-index: -1;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont::after {
    border-radius: 1rem;
  }
}

.cp_fmy_content .cp_fm_list1 li .cont a.tit {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font: 600 3.75rem/1.125em "helvetica";
  font-style: italic;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont a.tit {
    font-size: 1.5rem;
  }
}

.cp_fmy_content .cp_fm_list1 li .cont .p {
  color: #fff;
  font: 500 1.25rem/1.5em "helvetica";
  padding: 0.6em 0;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont .p {
    font-size: 1rem;
  }
}

.cp_fmy_content .cp_fm_list1 li .cont a.more-msl {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cp_fmy_content .cp_fm_list1 li .cont a.more-msl {
    margin-top: 0.5rem;
  }
}

.cp_fmy_content .cp_fm_list1 li:hover a.img 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);
}

.cp_fmy_content .cp_fm_list1 li:hover .cont::before {
  left: -5%;
  background: #DF0522;
}

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

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

.product-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 0.7%;
  margin-top: 1.5rem;
  position: relative;
}
.shuiyin{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 3rem;
    color: #565858;
    opacity: .5;
    transform: translate(-50%, -50%)
}




@media (max-width: 768px) {
  .product-list li {
    width: 50%;
    margin-top: 1rem;
  }
.shuiyin{
    font-size: 2rem;
}
}

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

.product-list li a.img {
  display: block;
  background: #fff;
  border-radius: 1.875rem;
  overflow: hidden;
  padding: 1rem 7.23684% 2.5rem;
}

@media (max-width: 768px) {
  .product-list li a.img {
    padding: 1rem 7.23684% 1.2rem;
    border-radius: 1rem;
  }
}

.product-list li a.img i {
  font-size: 0;
  display: block;
  padding: 1rem 0 3.25rem;
}

@media (max-width: 768px) {
  .product-list li a.img i {
    padding: 1rem 0 1.5rem;
  }
}

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

.product-list li a.img .tit {
  text-align: center;
  font: 600 1.5rem/1.2em "helvetica";
  font-style: italic;
  color: #414141;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-list li a.img .tit {
    font-size: 1.125rem;
  }
}

@media (max-width: 450px) {
  .product-list li a.img .tit {
    font-size: 1.3rem;
  }
}

.cp-show-cont1 {
  padding: 5rem 0;
}

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

.cp-show-cont1 .cp-show-img {
  width: 50.14286%;
}

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

.cp-show-cont1 .cp-show-img .mySwiper5 {
  border-radius: 1.875rem;
  position: relative;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-slide {
  position: relative;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-slide img {
  width: 100%;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-slide a.morea {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: #F5F5F5;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-slide a.morea i {
  color: #848484;
  font: 500 1.25rem/3.125rem 'helvetica';
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-prev1, .cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-next1 {
  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;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-prev1 i, .cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-next1 i {
  color: #848484;
  font-size: 2rem;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-prev1 i:hover, .cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-next1 i:hover {
  color: #DF0522;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-prev1 {
  left: 2%;
}

.cp-show-cont1 .cp-show-img .mySwiper5 .swiper-button-next1 {
  right: 2%;
}

.cp-show-cont1 .cp-show-img .mySwiper4 {
  margin-top: 1rem;
}

.cp-show-cont1 .cp-show-img .mySwiper4 .swiper-slide {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 0;
}

.cp-show-cont1 .cp-show-img .mySwiper4 .swiper-slide img {
  width: 100%;
}

.cp-show-cont1 .cp-show-img .mySwiper4 .swiper-slide.swiper-slide-thumb-active {
  border-color: #DF0522;
}

.cp-show-cont1 .cp-show-cont {
  width: 44.64286%;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-cont {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cp-show-cont1 .cp-show-cont .title-a span {
  color: #DF0522;
}

.cp-show-cont1 .cp-show-cont .title-b {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
  padding: 0.5em 0 1em;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-cont .title-b {
    padding: 0.4em 0 0.6em;
  }
}

.cp-show-cont1 .cp-show-cont .title-c {
  color: #FFFFFF;
  font: 600 1.5rem/1.5em "helvetica";
  border-bottom: 1px dashed #FFFFFF;
  padding-bottom: 0.5em;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-cont .title-c {
    font-size: 1.25rem;
  }
}

.cp-show-cont1 .cp-show-cont .title-d {
  color: #FFFFFF;
  font: 500 1.25rem/1.6em "helvetica";
  padding: 0.5em 0 1.4em;
}

@media (max-width: 768px) {
  .cp-show-cont1 .cp-show-cont .title-d {
    font-size: 1.125rem;
    line-height: 1.7em;
    padding: 0.5em 0 1em;
  }
}

.cp-show-cont1 .cp-show-cont a.more-msl {
  background: #DF0522;
  color: #fff;
  border-color: #DF0522;
}

.cp-show-cont1 .cp-show-cont a.more-msl::before {
  background: #000;
}

.cp-show-cont1 .cp-show-cont a.more-msl:hover {
  border-color: #000;
}

.cp-show-cont2 {
  background: url(../images/bj4.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.375rem 0 7.5rem;
}

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

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

.cp-show-cont2 .jthgtas .swiper-pagination1 {
  text-align: center;
  width: auto;
  padding: 0 0.5em;
  color: #FFFFFF;
  font-size: 1.625rem;
}

@media (max-width: 768px) {
  .cp-show-cont2 .jthgtas .swiper-pagination1 {
    font-size: 1.25rem;
  }
}

.cp-show-cont2 .jthgtas .swiper-button-prev2, .cp-show-cont2 .jthgtas .swiper-button-next2 {
  width: 2.875rem;
  height: 2.875rem;
  line-height: 2.875rem;
  border-radius: 50%;
  border: 1px solid #fff;
}

.cp-show-cont2 .jthgtas .swiper-button-prev2 i, .cp-show-cont2 .jthgtas .swiper-button-next2 i {
  color: #fff;
  font-size: 1.25rem;
}

.cp-show-cont2 .mySwiper6 {
  margin-top: 2.625rem;
}

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

.cp-show-cont2 .mySwiper6 .swiper-slide a.img {
  display: block;
  background: #fff;
  overflow: hidden;
  border-radius: 1.875rem;
  padding: 10%;
}

@media (max-width: 768px) {
  .cp-show-cont2 .mySwiper6 .swiper-slide a.img {
    border-radius: 1rem;
    padding: 8%;
  }
}

.cp-show-cont2 .mySwiper6 .swiper-slide a.img i {
  display: block;
  font-size: 0;
}

.cp-show-cont2 .mySwiper6 .swiper-slide a.img .tit {
  text-align: center;
  color: #414141;
  font: 600 1.25rem/1.1em "helvetica";
  font-style: italic;
  margin-top: 2rem;
  height: 3.3em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-show-cont2 .mySwiper6 .swiper-slide a.img .tit {
    margin-top: 1rem;
    font-size: 1.125rem;
    overflow: hidden;
  }
}

.ny-tit .tit {
  color: #fff;
  text-transform: uppercase;
  font: 600 3.75rem/1.125em "helvetica";
  font-style: italic;
}

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

.cp-show-cont3 {
  padding: 5.375rem 0;
}

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

.cp-show-cont3 .dow-list {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cp-show-cont3 .dow-list {
    margin-top: 1rem;
  }
}

.cp-show-cont3 .dow-list li {
  width: 48.85714%;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .cp-show-cont3 .dow-list li {
    width: 100%;
    margin: 0.5rem 0;
  }
}

.cp-show-cont3 .dow-list li .dow-v1 {
  background: -webkit-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(113.92deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(0.9375rem);
  border-radius: 1.875rem;
  padding: 2.25rem 8%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .cp-show-cont3 .dow-list li .dow-v1 {
    border-radius: 1rem;
    padding: 1.5rem 6%;
  }
}

.cp-show-cont3 .dow-list li .dow-v1 i {
  display: block;
  font-size: 0;
  width: 35.78947%;
}

.cp-show-cont3 .dow-list li .dow-v1 i img {
  width: 100%;
}

.cp-show-cont3 .dow-list li .dow-v1 .cont {
  width: 57.01754%;
  color: #FFFFFF;
}

.cp-show-cont3 .dow-list li .dow-v1 .cont .tit {
  font: 600 1.375rem/1.3em "helvetica";
}

@media (max-width: 768px) {
  .cp-show-cont3 .dow-list li .dow-v1 .cont .tit {
    font-size: 1.25rem;
  }
}

.cp-show-cont3 .dow-list li .dow-v1 .cont span {
  display: block;
  font: 500 1.25rem/1.4em "helvetica";
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .cp-show-cont3 .dow-list li .dow-v1 .cont span {
    font-size: 1rem;
  }
}

.cp-show-cont3 .dow-list li .dow-v1 .cont a.more-msl {
  margin-top: 1em;
}

.cp-show-cont4 {
  background: url(../images/bj5.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 3.5rem 0 3rem;
}
.cp-show-cont4.baoming.fibo.gjh {
  background: url(//cloud-assets-brwq.bcdn8.com/runs0320/uploads/20260204/4d2e16fa2e83d796c101828dd4fff9da.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 18rem 0 5rem;
}
.cp-show-cont4.baoming.fibo {
  /*background: url(//cloud-assets-brwq.bcdn8.com/runs0320/uploads/20260420/70f1f58de5be9d318b0e8b8f63f93d78.jpg) no-repeat center top;*/
  -o-background-size: cover;
     background-size: cover;
  padding: 13rem 0 5rem;
}
.cp-show-cont4.baoming{
    padding-top: 10rem;
}

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

.cp-show-cont4 form dl {
  position: relative;
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 form dl {
    margin-top: 1rem;
  }
}

.cp-show-cont4 form .m_label {
  color: rgba(255, 255, 255, 0.4);
  font: 500 1.125rem/3.125rem "helvetica";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-indent: 1em;
  z-index: 1;
}

.cp-show-cont4.fibo form .msga1 dl input{
    background: #fff;
}
.cp-show-cont4.fibo form .m_label{
    color: #333;
}
.cp-show-cont4.baoming.fibo form .msga2 dl select{
    background: #fff;
    color: #333;
}



@media (max-width: 768px) {
  .cp-show-cont4 form .m_label {
    font-size: 1rem;
  }
}

.cp-show-cont4 form .m_label b {
  color: #DF0522;
  font-weight: 500;
}

.cp-show-cont4 form .msga1 dl {
  width: 31.57143%;
}
.cp-show-cont4 form .yzm{
    margin-top: 1.8rem;
}
.cp-show-cont4 form .yzm input{
    width: 100%;
    background: rgba(217, 217, 217, 0.1);
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: .625rem;
    font: 500 1.125rem / 3.125rem "helvetica";
    text-indent: 1em;
    height: 3.125rem;
}


@media (max-width: 768px) {
  .cp-show-cont4 form .msga1 dl {
    width: 100%;
  }
}

.cp-show-cont4 form .msga1 dl input {
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: .625rem;
  font: 500 1.125rem/3.125rem "helvetica";
  text-indent: 1em;
}
.cp-show-cont4 form .msga1 .cp select{
  background: rgba(217, 217, 217, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: .625rem;
  font: 500 1.125rem/3.125rem "helvetica";
  text-indent: 1em;
  height: 3.125rem;
  color: rgba(255, 255, 255, 0.4);
  width: 100%;
}
.cp-show-cont4.fibo form .msga1 dl input{
    color: #333;
}
.cp-show-cont4 form .msga1 .cp select option{
    background: rgba(0, 0, 0, 0.6);
    line-height: 3.125rem;
}

 .cp-show-cont4.baoming form .msga2 dl select {
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: .625rem;
  font: 500 1.125rem/3.125rem "helvetica";
  text-indent: 1em;
  height: 3.125rem;
  color: rgba(255, 255, 255, 0.4);
}
.cp-show-cont4.baoming form .msga2 dl select option{
    background: rgba(0, 0, 0, 0.6);
    line-height: 3.125rem
    
}
.cp-show-cont4.baoming form .msga1 dl{
    width: 48%;
}


@media (max-width: 768px) {
  .cp-show-cont4 form .msga1 dl input {
    font-size: 1rem;
  }
}

.cp-show-cont4 form .msga2 dl {
  width: 100%;
}

.cp-show-cont4 form .msga2 dl textarea {
  width: 100%;
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: .625rem;
  font: 500 1.125rem/3.125rem "helvetica";
  padding: 0 1%;
}

@media (max-width: 768px) {
  .cp-show-cont4 form .msga2 dl textarea {
    font-size: 1rem;
  }
}

.cp-show-cont4 form .more-msl {
  background: #DF0522;
  border-color: #DF0522;
  margin-top: 1rem;
}
.cp-show-cont4.fibo form .more-msl{
    font-size: 1.125rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 form .more-msl {
    margin-top: 0.8rem;
  }
}

.cp-show-cont4 form .more-msl::before {
  background: #000;
}

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

@media (max-width: 768px) {
  .dow-content {
    padding: 1.2rem 0;
  }
}

.dow-content .xzs-tita .wehz {
  width: 48.85714%;
}

@media (max-width: 768px) {
  .dow-content .xzs-tita .wehz {
    width: 100%;
  }
  .dow-content .xzs-tita .wehz + .wehz {
    margin-top: 1rem;
  }
}

.dow-content .xzs-tita .wehz > p {
  text-align: center;
  color: #fff;
  font: 600 1.7rem/1.5em "helvetica";
}

@media (max-width: 768px) {
  .dow-content .xzs-tita .wehz > p {
    font-size: 1.5rem;
  }
}

.dow-content .xzs-tita .wehz .dow-list li {
  width: 100%;
}

.lx-cont1 {
  padding: 5rem 0;
}

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

.lx-cont1 .lx-a1_v1 {
  background: url(../images/bj1.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 2.5125rem;
}

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

.lx-cont1 .lx-a1_v1 .lx-a1_b1 {
  width: 50%;
  padding: 1rem 3%;
}
.sm_link{
    display: flex;
    margin-top: 2rem;
}

.sm_link li a{
    display: inline-block;

}
.sm_link li a img{
    width: 2.625rem;
}
.sm_link li:last-child img{
    padding-top: .1rem;
    padding-left: .2rem;
}


@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 {
    width: 100%;
    padding: 1.8rem 5%;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl + dl {
  margin-top: 1.8em;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 dl + dl {
    margin-top: 1.25em;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .img {
  width: 4.75rem;
}

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

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .img img {
  width: 100%;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont {
  width: -webkit-calc(96% - 4.75rem);
  width: -moz-calc(96% - 4.75rem);
  width: calc(96% - 4.75rem);
  color: #fff;
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont dt {
  font: 600 1.5rem/1.8em "helvetica";
}

.lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont dd {
  font: 500 1.25rem/1.3em "helvetica";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont {
    width: -webkit-calc(96% - 3rem);
    width: -moz-calc(96% - 3rem);
    width: calc(96% - 3rem);
  }
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont dt {
    font-size: 1.25rem;
  }
  .lx-cont1 .lx-a1_v1 .lx-a1_b1 dl .cont dd {
    font-size: 1rem;
  }
}

.lx-cont1 .lx-a1_v1 .lx-a1_b2 {
  width: 50%;
}

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

.lx-cont1 .lx-a1_v1 .lx-a1_b2 img {
  width: 100%;
}

.xwzs-v1 {
  padding: 4.75rem 0 1rem;
}

@media (max-width: 768px) {
  .xwzs-v1 {
    padding: 2rem 0 1rem;
  }
  .cp-show-cont4.baoming form .msga1 dl{
      width: 100%;
  }
}

.xwzs-v1 .xwzs-a2 {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 29.28571%;
}

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

.xwzs-v1 .xwzs-a2 .tit {
  color: #fff;
  font: 600 2.25rem/1.3em "helvetica";
  font-style: italic;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .tita {
  color: #fff;
  font: 600 1.375rem/1.3em "helvetica";
  padding: 0.4em 0;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form select {
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #A8A8A8;
  font: 500 1.125rem/3.125rem "helvetica";
  width: 100%;
  height: 3.125rem;
  padding: 0 1em;
  border-radius: .625rem;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form select.sskz {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/ahshg1.svg) no-repeat scroll 98% center transparent;
  background-color: rgba(217, 217, 217, 0.1);
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form select option {
  color: #000;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz {
  background-color: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #A8A8A8;
  font: 500 1.125rem/3.125rem "helvetica";
  border-radius: .625rem;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz input {
  background: transparent;
  border: none;
  width: -webkit-calc(100% - 2.5rem);
  width: -moz-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  padding: 0 1em;
  color: #A8A8A8;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz button {
  width: 2.5rem;
  background: transparent;
  border: none;
  outline: none;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b1 form .sskz button i {
  color: #DF0522;
  font: 500 1.25rem/3.125rem 'helvetica';
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b2 {
  margin-top: 1em;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b2 .xw-sort li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  font: 500 1.375rem/3.25rem "helvetica";
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b2 .xw-sort li a::before {
  content: "·";
  margin-right: 0.5em;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b2 .xw-sort li a:hover {
  color: #DF0522;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b3 {
  margin-top: 1em;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b3 .tag-list {
  margin-top: 0.5em;
  font-size: 1rem;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b3 .tag-list a {
  display: inline-block;
  padding: 0.1em 1em;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: .625rem;
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b3 .tag-list a span {
  color: #fff;
  font: 500 1.375rem/1.5em "helvetica";
}

.xwzs-v1 .xwzs-a2 .xwzs-a2b3 .tag-list a:hover span {
  color: #DF0522;
}

.xwzs-v1 .xwzs-a1 {
  width: 66.42857%;
}

@media (max-width: 768px) {
  .xwzs-v1 .xwzs-a1 {
    width: 100%;
  }
}

.xwzs-v1 .xwzs-a1 .news-list li {
  padding: 4.30108%;
  background: url(../images/bj1.png) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .xwzs-v1 .xwzs-a1 .news-list li {
    border-radius: 1rem;
    padding: 3%;
  }
}

@media (max-width: 450px) {
  .xwzs-v1 .xwzs-a1 .news-list li {
    padding: 4%;
  }
}

.xwzs-v1 .xwzs-a1 .news-list li + li {
  margin-top: 2.5rem;
}

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

@media (max-width: 768px) {
  .xwzs-v1 .xwzs-a1 .news-list li {
    border-radius: 1rem;
  }
}

.xwzs-v1 .xwzs-a1 .news-list li a.img {
  display: block;
  font-size: 0;
  width: 39.29412%;
  padding-bottom: 27%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .xwzs-v1 .xwzs-a1 .news-list li a.img {
    padding-bottom: 38%;
  }
}

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

.xwzs-v1 .xwzs-a1 .news-list li .cont {
  width: 55.29412%;
  color: #fff;
}

.xwzs-v1 .xwzs-a1 .news-list li .cont span {
  display: block;
  font: 500 1.25rem/1.25em "helvetica";
}

.xwzs-v1 .xwzs-a1 .news-list li .cont a.tit {
  display: block;
  font: 600 1.875rem/1.1em "helvetica";
  font-style: italic;
  margin-top: 0.3em;
  color: #fff;
}

@media (max-width: 768px) {
  .xwzs-v1 .xwzs-a1 .news-list li .cont a.tit {
    font-size: 1.25rem;
  }
  .cp-show-cont4.baoming.fibo {
  /*background: url(//cloud-assets-brwq.bcdn8.com/runs0320/uploads/20260420/53e035068b4586c42d1d0095b14a768a.jpg) no-repeat center top;*/
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 0 0;
  min-height: 67rem;
}
  .cp-show-cont4.baoming.fibo.gjh {
  background: url(//cloud-assets-brwq.bcdn8.com/runs0320/uploads/20260204/bb1d397d06eaeb0a3c1c451e4abb19e2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 0 0;
  min-height: 50rem;
}
  
}
@media (max-width: 480px) {
    .cp-show-cont4.baoming.fibo{
        min-height: 45rem;
         padding: 1rem 0 0;
    }
}
@media (max-width: 380px) {
    .cp-show-cont4.baoming.fibo{
        min-height: 40rem;
      
    }
}

.xwzs-v1 .xwzs-a1 .news-list li .cont a.tit:hover {
  color: #DF0522;
}

.news-show-body {
  padding-top: 6.0625rem;
  background: #5A5A5A;
}
@media (max-width: 1200px) {
    .cp-show-cont4.fibo form .m_label{
        font-size: 1.125rem;
    }
    .cp-show-cont4.fibo form .msga1 dl input{
        font-size: 1.125rem;
    }
    .cp-show-cont4.baoming.fibo form .msga2 dl select{
        font-size: 1.125rem;
    }
}

@media (max-width: 990px) {
  .news-show-body {
    padding-top: 60px;
  }
}

.news-show-body .mbx-sort1 {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .news-show-body .mbx-sort1 {
    font-size: 1.125rem;
  }
}

.news-show-body .mbx-sort1 a {
  color: #FFFFFF;
}

.news-show-body .mbx-sort1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.news-show-body .mbx-sort1 span:last-child {
  display: none;
}

.ny-news-content .biaoti-tilte {
  color: #fff;
  font: 600 3.125rem/1.1em "helvetica";
  font-style: italic;
  margin-top: 0.5em;
}

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

.ny-news-content .ny-news-content-v1 {
  padding: 2.625rem 0 4rem;
}

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

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 {
  width: 8.21429%;
}

@media (max-width: 768px) {
  .ny-news-content .ny-news-content-v1 .ny-news-content-a1 {
    display: none;
  }
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 dl {
  margin-bottom: 2rem;
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 dl dt {
  color: #FFFFFF;
  font: 500 1.125rem/1.2em "helvetica";
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 dl a.aa {
  display: block;
  color: #FFFFFF;
  font: 500 1.125rem/1.2em "helvetica";
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-top: 0.5em;
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 dl .social-share a {
  display: block;
  color: #fff;
  width: 2rem;
  height: 2rem;
  font-size: 1.125rem;
  line-height: 2rem;
  border-color: #fff;
  margin-top: 0.5em;
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a1 dl .social-share a:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a2 {
  width: 88.85714%;
  background: -webkit-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(113.92deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(0.9375rem);
  border-radius: 1.875rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 3.21543% 5.125rem;
}

@media (max-width: 768px) {
  .ny-news-content .ny-news-content-v1 .ny-news-content-a2 {
    width: 100%;
    border-radius: 1rem;
    padding: 0 3.21543% 2rem;
  }
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a2 .whhxaz {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
  padding: 1.1em 0;
}

@media (max-width: 768px) {
  .ny-news-content .ny-news-content-v1 .ny-news-content-a2 .whhxaz {
    padding: 1em 0;
  }
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a2 .content {
  color: #FFFFFF;
  font: 500 1.25rem/1.5em "helvetica";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .ny-news-content .ny-news-content-v1 .ny-news-content-a2 .content {
    padding: 1em 0;
    font-size: 1.125rem;
  }
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a2 .content img {
  width: 100%;
}

.ny-news-content .ny-news-content-v1 .ny-news-content-a2 a.more-msl {
  background: #DF0522;
  border-color: #DF0522;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .ny-news-content .ny-news-content-v1 .ny-news-content-a2 a.more-msl {
    margin-top: 2rem;
  }
}

.ycas-sd {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 9999;
}

.ycas-sd .uansnr-a {
  width: 100%;
  height: 100%;
}

.ycas-sd .uansnr-a .dzb-v1 {
  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%);
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: -webkit-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -moz-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: -o-linear-gradient(336.08deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(113.92deg, rgba(217, 217, 217, 0.51) 1.94%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(0.9375rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 999;
  width: 59.01042%;
  max-height: 85%;
  overflow-y: auto;
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-v1 {
    width: 90%;
    border-radius: 1rem;
  }
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

.ycas-sd .uansnr-a .dzb-v1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.ycas-sd .uansnr-a .dzb-v1 .jataxta {
  position: absolute;
  right: 2%;
  top: 3%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.ycas-sd .uansnr-a .dzb-v1 .jataxta:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ycas-sd .uansnr-a .dzb-v1 .jataxta i {
  color: #A8A8A8;
  font-size: 2rem;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 {
    width: 100%;
    display: none;
  }
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 i {
  display: block;
  font-size: 0;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 i img {
  width: 100%;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 a.alogo {
  display: block;
  font-size: 0;
  position: absolute;
  left: 8.10313%;
  top: 6%;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 a.alogo img {
  height: 2.1875rem;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a1 p {
  color: #fff;
  font: 600 1.5rem/1.3em "helvetica";
  position: absolute;
  left: 8.10313%;
  bottom: 8%;
  text-transform: uppercase;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 {
  width: 50%;
  padding: 0 5%;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 {
    width: 100%;
    padding: 2rem 6%;
  }
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .tit {
  text-align: center;
  color: #fff;
  font: 600 2rem/1.5em "helvetica";
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .tit {
    font-size: 1.5rem;
  }
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .m_label {
  color: rgba(255, 255, 255, 0.4);
  font: 500 1.125rem/3.125rem "helvetica";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-indent: 1em;
  z-index: 1;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .m_label {
    font-size: 1rem;
  }
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .m_label b {
  color: #DF0522;
  font-weight: 500;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .msga1 dl {
  width: 100%;
  position: relative;
  margin-bottom: 1rem;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .msga1 dl input {
  width: 100%;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: .625rem;
  font: 500 1.125rem/3.125rem "helvetica";
  text-indent: 1em;
  color: #fff;
}

@media (max-width: 768px) {
  .ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .msga1 dl input {
    font-size: 1rem;
  }
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .more-msl {
  width: 100%;
  background: #DF0522;
  border-color: #DF0522;
  cursor: pointer;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .more-msl::before {
  background: transparent;
}

.ycas-sd .uansnr-a .dzb-cont1 .dzb-a2 .more-msl:hover {
  background: #000;
}

.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: 0;
  z-index: 1001;
  width: 18rem;
  color: #fff;
  background-color: #000;
  overflow: hidden;
}

.fix_chat .button--aylen {
  text-transform: uppercase;
}

.fix_chat .top,
.fix_chat .center,
.fix_chat .bot {
  padding: 1rem;
}

.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: #DF0522;
}

.fix_chat .center {
  padding-bottom: 1.5rem;
  /* 使用webkit内核的浏览器 */
  /* Firefox版本4-18 */
  /* Firefox版本19+ */
}

.fix_chat .center .clearfix {
  margin-bottom: .25rem;
}

.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: 2rem;
  height: 2.2rem;
  border: 1px solid #888;
  background-color: #fff;
  font-size: .75rem;
  padding: 0 .5rem;
  letter-spacing: -0.5px;
  color: #666;
}
.fix_chat .center .fr select{
    height: 2.2rem;
    font-size: .75rem;
}

.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: #DF0522;
  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;
  }
}
