@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  font-family: "Barlow Condensed", helvetica, Arial, Verdana, sans-serif;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0;
}

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

.wh1 {
  padding: 0 3.9583333333%;
}
@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}

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

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1.375rem/3.75rem "Barlow Condensed";
  width: 13.125rem;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
  -webkit-clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
  background: url(../images/ashghgt1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    width: 9rem;
    font-size: 1rem;
  }
}
.more-msl i {
  font-size: 1.75rem;
  margin-left: 0.5em;
}
@media (max-width: 768px) {
  .more-msl i {
    font-size: 1.25rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}
.more-msl:hover {
  color: #000;
}
.more-msl:hover::before {
  width: 100%;
}
.more-msl.hs {
  color: #D80C24;
  background-image: url(../images/ashghgt2.svg);
}
.more-msl.hs:before {
  background: #D80C24;
}
.more-msl.hs:hover {
  color: #fff;
}
.more-msl.hsa {
  background: #D80C24;
  -webkit-clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
}
.more-msl.hsa:before {
  background: #000;
}
.more-msl.hsa:hover {
  color: #fff;
}
.more-msl.hsh {
  color: #262626;
  background-image: url(../images/ashghgt3.svg);
}
.more-msl.hsh:before {
  background: #262626;
}
.more-msl.hsh:hover {
  color: #fff;
}

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

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

@media (max-width: 768px) {
  .m-hidden1 {
    display: block;
  }
  .pc-banner .mySwipera .swiper-slide.a {
    padding-bottom: 80vh;
    width: 100%;
    position: relative;
    height: 0;
  }
  .pc-banner .mySwipera .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .mySwipera .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > 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 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.8rem;
}
.head .head2 .logo a img.a {
  display: none;
}
.head .head2 .top-aa .zywena {
  padding-left: 1.2rem;
}
.head .head2 .top-aa a {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
}
.head .head2 .top-aa a i {
  color: #fff;
  font-size: 1.5rem;
  padding: 0 0.25em;
}
@media (max-width: 1024px) {
  .head .head2 .top-aa a i {
    padding: 0 0.2em;
  }
}
.head .head2 .top-aa a i.icon-xialajiantouxiao {
  font-size: 1.125rem;
  font-weight: 600;
}
.head .head2 .top-aa a.c img {
  width: 1.75rem;
  border-radius: 50%;
  margin-left: 0.2rem;
  -webkit-transform: translateY(-0.2rem);
     -moz-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
       -o-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}

.sskbj {
  display: none;
}

.searchbox1 {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.searchbox1::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D80C24;
}
@media (max-width: 768px) {
  .searchbox1::after {
    height: 18%;
  }
}
.searchbox1 a.gbzx {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.searchbox1 a.gbzx:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.searchbox1 a.gbzx i {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}
.searchbox1 .searchs1 {
  background: #fff;
  width: 75%;
  position: relative;
  z-index: 1;
  margin: 20vh auto 0;
}
@media (max-width: 768px) {
  .searchbox1 .searchs1 {
    width: 92%;
    margin-top: 10vh;
  }
}
.searchbox1 .searchs1 .tit {
  color: #262626;
  font-size: 4.0625rem;
  text-align: center;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  padding: 4.125rem 0 1rem;
}
@media (max-width: 768px) {
  .searchbox1 .searchs1 .tit {
    padding: 1.5rem 0 1rem;
    font-size: 2.2rem;
    line-height: 1.1em;
  }
}
.searchbox1 .searchs1 form {
  width: 49.7916666667%;
  margin: 0 auto;
  background: #F5F5F4;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .searchbox1 .searchs1 form {
    width: 90%;
  }
}
.searchbox1 .searchs1 form button {
  width: 4.0625rem;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  line-height: 3.75rem;
  height: 3.75rem;
}
.searchbox1 .searchs1 form button i {
  color: #D80C24;
  font-size: 1.5em;
  line-height: 3.75rem;
}
.searchbox1 .searchs1 form input {
  width: -webkit-calc(100% - 4.0625rem);
  width: -moz-calc(100% - 4.0625rem);
  width: calc(100% - 4.0625rem);
  font: 500 1.25rem/3.75rem "Barlow Condensed";
  background: transparent;
  color: #333;
}
.searchbox1 .searchs1 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9E9E9E;
}
.searchbox1 .searchs1 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9E9E9E;
}
.searchbox1 .searchs1 form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9E9E9E;
}
.searchbox1 .searchs1 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9E9E9E;
}

.mslm-head-box .top-aa {
  color: #262626;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 60px;
}
.mslm-head-box .top-aa a.c img {
  width: 1.75rem;
  border-radius: 50%;
  -webkit-transform: translateY(-0.35rem);
     -moz-transform: translateY(-0.35rem);
      -ms-transform: translateY(-0.35rem);
       -o-transform: translateY(-0.35rem);
          transform: translateY(-0.35rem);
}
.mslm-head-box .top-aa i {
  color: #262626;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .mslm-head-box .top-aa i {
    padding: 0 0.4em;
    font-size: 1.5rem;
  }
}

#menu {
  margin-right: 1.75vw;
}
#menu .nav_a1 li {
  float: left;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed";
}

#menu .nav_a1 li a.msg-tc1{
      font-size: 1.5rem;
} #menu .nav_a1 li a.msg-tc1 i{
          font-size: 1.5rem;
}
#menu .nav_a1 li > a {
  font-size: 1.5rem;
  position: relative;
  line-height: 6.0625rem;
  height: 6.0625rem;
  padding: 0 1em;
  text-transform: uppercase;
  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;
  font-weight: 600;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.1em;
  }
}
#menu .nav_a1 li > a span {
  display: block;
  line-height: 2.5rem;
  border-radius: 1.3rem;
  position: relative;
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a span {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background: #D80C24;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 2.1875rem 0 5.9375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
}
#menu .nav_a1 li .sec a {
  font: 500 1.125rem/1.5em "Barlow Condensed";
  color: #524F53;
}
#menu .nav_a1 li .sec a:hover {
  color: #D80C24;
}
#menu .nav_a1 li .sec .cont-p .sec-nav {
  width: 71.9525959368%;
}
#menu .nav_a1 li .sec .cont-p .sec-nav dl {
  padding: 0 1em;
  border-right: 1px solid #D9D9D9;
  text-align: left;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#menu .nav_a1 li .sec .cont-p .sec-nav dl dt a {
  display: block;
  color: #262626;
  font: 500 1.25rem/1.4em "Barlow Condensed";
}
#menu .nav_a1 li .sec .cont-p .sec-nav dl dt a:hover {
  color: #D80C24;
}
#menu .nav_a1 li .sec .cont-p .sec-nav dl dd {
  margin-top: 0.5rem;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa {
  width: 25.5079006772%;
  text-align: left;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa .tit {
  display: block;
  color: #262626;
  font: 500 1.25rem/1.4em "Barlow Condensed";
}
#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea {
  margin: 0 -1.5%;
  margin-top: 0.5rem;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl {
  width: 33.3333333333%;
  padding: 0 1.5%;
  margin: 0.5rem 0;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl a {
  display: block;
  font-size: 0;
  background: #F8F8F8;
  display: block;
  position: relative;
  height: 6.125rem;
  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;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl a img {
  max-width: 80%;
  max-height: 80%;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl {
  width: 100%;
  font: 500 1.125rem/3.75rem "Barlow Condensed";
  color: #262626;
  background-image: url(../images/asjx.svg);
  -webkit-clip-path: polygon(96% 0%, 100% 25%, 100% 75%, 96% 100%, 0 100%, 0 0);
          clip-path: polygon(96% 0%, 100% 25%, 100% 75%, 96% 100%, 0 100%, 0 0);
  margin-top: 1rem;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl p {
  display: inline-block;
  vertical-align: top;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl::before {
  background: #D80C24;
}
#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl:hover {
  color: #fff;
}
#menu .nav_a1 li:hover > a span {
  color: #D7000F;
}
#menu .nav_a1 li:hover > a span:after {
  width: 100%;
}
#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #D7000F;
}

.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;
}
.sticky .head2 {
  background: #fff;
}
.sticky .head2 .logo a img.a {
  display: inline-block;
}
.sticky .head2 .logo a img.b {
  display: none;
}
.sticky .head2 #menu .nav_a1 li a {
  color: #000;
}
.sticky .head2 .top-aa a, .sticky .head2 .top-aa a i {
  color: #262626;
}

@-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: 99;
  left: 0;
  right: 0;
  background: #fff;
}

.mslm-head-box {
  position: relative;
  height: 60px;
  padding: 0 4%;
}

.mslm-head-box .mslm-logo {
  max-width: 100%;
  height: 34px;
  text-align: center;
}

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

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

.mslm-navbtn {
  width: 22px;
  height: 15px;
  margin-left: 0.6em;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.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: 0.75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}
.mslm-search-btn .iconfont {
  font-size: 21px;
}

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

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

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

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

.mslm-nav > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
    line-height: 1.25em;
    font-size: 3rem;
    color: #000;
    font-family: "Barlow Condensed";
    padding: 1.5em 4%;
    text-transform: uppercase;
    text-align: center;
}
.mslm-nav > li > a:hover{
   color: #D80C24;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 35px;
  text-transform: capitalize;
}
.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

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

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

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

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

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

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

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

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.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: "Barlow Condensed";
  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: "Barlow Condensed";
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
.pc-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.pc-banner .mySwipera {
  height: 100%;
  padding-bottom: 4.6875rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera {
    padding-bottom: 2rem;
  }
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .wejha {
  width: 47.7604166667%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pc-banner .mySwipera .wejha img {
  width: 100%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wejha {
    height: auto;
    width: 82.4%;
    top: auto;
    bottom: 0;
  }
  .pc-banner .mySwipera .wejha img {
    height: auto;
  }
}
.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez {
    top: 75%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.pc-banner .mySwipera .banwez dt {
  color: #fff;
  font: 600 6.875rem/1em "Barlow Condensed";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dt {
    font-size: 2.5rem;
  }
}
.pc-banner .mySwipera .banwez dd {
  color: #fff;
  font: 500 5.625rem/1em "Barlow Condensed";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez dd {
    font-size: 1.7rem;
  }
}
.pc-banner .mySwipera .banwez .p {
  color: #fff;
  font: 500 1.625rem/1.2em "Barlow Condensed";
  max-width: 21.125rem;
  margin-top: 0.8em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .p {
    font-size: 1.125rem;
    max-width: 70%;
  }
}
.pc-banner .mySwipera .banwez a.more-msl {
  display: block;
  margin-top: 2em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez a.more-msl {
    margin-top: 1em;
  }
}
.pc-banner .mySwiperat {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pc-banner .mySwiperat .swiper-slide .img {
  width: 76.0416666667%;
  position: absolute;
  left: 6%;
  top: 0;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .img {
    width: 100%;
    left: 0%;
    top: 50%;
            transform: translate(0, -50%);
  }
}
.pc-banner .mySwiperat .swiper-slide .img img {
  width: 100%;
}
.pc-banner .mySwiperat .swiper-slide .banwez {
  width: 100%;
  top: 50%;
          transform: translate(-50%, -50%);
}
.ajsjhkx-a{
    color: #fff;
    font: 600 4rem / 1em "Barlow Condensed";
    /*font-style: italic;*/
}
.ajsjhkx-b{
    font-size: 3rem;
}
.ajsjhkx-b p{
    font-size: 4rem;
    line-height: 1.25em;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .banwez {
      top: auto;
    bottom: 10%; transform: translate(-50%, 0);
  }
  .ajsjhkx-a{
      font-size: 1.8rem;
  }
  .ajsjhkx-b p{
      font-size: 2.25rem;
  }
}
.pc-banner .mySwiperat .swiper-slide .banwez .ashgts li + li {
  margin-top: 2.6rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .banwez .ashgts li + li {
    margin-top: 0.5rem;
  }
}
.pc-banner .mySwiperat .swiper-slide .banwez .ashgts li .titaa img {
  height: 3.625rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .banwez .ashgts li .titaa img {
    height: 1.5rem;
  }
}
.pc-banner .mySwiperat .swiper-slide .banwez .ashgts li p {
  color: #fff;
  font: 500 2rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .banwez .ashgts li p {
    font-size: 1rem;
  }
}
.pc-banner .mySwiperat .swiper-slide .banwez a.more-msl {
  margin-top: 4.0625rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .swiper-slide .banwez a.more-msl {
    margin-top: 1.5rem;
  }
}
.pc-banner .swiper-pagination {
  position: absolute;
  right: 4.1666666667%;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  z-index: 10;
}
.pc-banner .swiper-pagination span {
  display: block;
  opacity: 1;
  background: url(../images/dian1.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 1.3494rem;
  height: 1.2188rem;
  margin: 0.6875rem auto;
  border-radius: 0;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}
.pc-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../images/dian2.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
@media (max-width: 768px) {
  .pc-banner .swiper-pagination span {
    width: 1rem;
    height: 0.9rem;
    margin: 0.5rem auto;
  }
}

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

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

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

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

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

.overa {
  overflow: hidden;
}

.title_a1 {
  position: relative;
  text-align: center;
}
.title_a1 .tit {
  color: #262626;
  font-size: 4.375rem;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title_a1 .tit {
    font-size: 2.25rem;
  }
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.cont1 {
  position: relative;
  background: -webkit-linear-gradient(top, #161616 0%, #4E4E4E 100%);
  background: -moz-linear-gradient(top, #161616 0%, #4E4E4E 100%);
  background: -o-linear-gradient(top, #161616 0%, #4E4E4E 100%);
  background: linear-gradient(180deg, #161616 0%, #4E4E4E 100%);
  padding: 7.625rem 0;
  margin-top: -4.6875rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont1 {
    margin-top: -2rem;
    padding: 6rem 0 2.5rem;
  }
}
.cont1 u {
  display: block;
  font-size: 0;
  width: 48.4375%;
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (max-width: 768px) {
  .cont1 u {
    top: auto;
    bottom: -2rem;
  }
}
.cont1 u img {
  width: 100%;
}
.cont1 .img {
  width: 65.9895833333%;
  padding-left: 1%;
}
@media (max-width: 768px) {
  .cont1 .img {
    padding-left: 0;
    width: 100%;
  }
}
.cont1 .img img {
  width: 100%;
}
.cont1 .cont-p {
  position: absolute;
  right: 12.5%;
  top: 45%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30%;
}
@media (max-width: 768px) {
  .cont1 .cont-p {
    position: static;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 0 4%;
  }
}

.tit_a1 {
  color: #fff;
}
.tit_a1 .tit {
  font: 700 6.875rem/0.9em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tit_a1 .tit {
    font-size: 2.6rem;
    line-height: 1.1em;
  }
}
.tit_a1 .ftit {
  font: 500 5.625rem/0.9em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tit_a1 .ftit {
    font-size: 2rem;
    line-height: 1.1em;
  }
}
.tit_a1 .p {
  font: 400 1.625rem/1.25em "Barlow Condensed";
  padding-right: 35%;
  margin: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .tit_a1 .p {
    padding-right: 0;
    font-size: 1.25rem;
    margin: 0.5rem 0 1rem;
  }
}
.tit_a1.hs {
  color: #262626;
}
.tit_a1.hs .tit {
  color: #D80C24;
}
.tit_a1.hs .p {
  padding-right: 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .tit_a1.hs .p {
    margin-bottom: 1rem;
  }
}

.cont2 {
  background: url(https://dck-tools.bcdn8.com/uploads/2024/02/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 16rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 5rem 0;
  }
}
.cont2 u {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0;
  width: 59.2708333333%;
}
.cont2 u img {
  width: 100%;
}
.cont2 .tit_a1 .ftit {
  line-height: 1em;
}
.cont2 .tit_a1 .ftit a.tcas {
  width: 6.125rem;
  display: block;
  font-size: 0;
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .cont2 .tit_a1 .ftit a.tcas {
    width: 3.5rem;
  }
}
.cont2 .tit_a1 .ftit a.tcas img {
  width: 100%;
}

.cont3 {
  background: url(https://dck-tools.bcdn8.com/uploads/2024/06/Part05_1920x920.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.cont3 .a3_v1 {
  position: relative;
}
.cont3 .a3_v1 .imgas {
  width: 102.0833333333%;
  font-size: 0;
  margin-top: -5.9375rem;
  margin-left: -0.3rem;
}
@media (max-width: 768px) {
    .cont3{
        background-image: url('https://dck-tools.bcdn8.com/uploads/2024/06/111.jpg');
    }
  .cont3 .a3_v1 .imgas {
    margin-left: -0.1rem;
    margin-top: -1.5rem;
  }
}
.cont3 .a3_v1 .imgas svg {
  width: 100%;
}
.cont3 .a3_v1 .imgas i {
  display: block;
  font-size: 0;
  width: 11.625rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .imgas i {
    width: 3.5rem;
  }
}
.cont3 .a3_v1 .cont-p {
  position: absolute;
  right: 12.5%;
  top: 52%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .cont-p {
    position: static;
    width: 100%;
    padding: 1rem 4% 2rem;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  .cont3 .a3_v1 .cont-p .tr {
    text-align: left;
  }
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 22%;
  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: #D80C24;
  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 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
}

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

.foot-fot {
  padding-top: 4.375rem;
  position: relative;
  background: #333333;
  margin-top: -1rem;
}
@media (max-width: 990px) {
  .foot-fot {
    padding-top: 0;
    margin-top: 0;
  }
}
.foot-fot .mslm-nav > li > a, .foot-fot .aniut i, .foot-fot .mslm-nav > li .sec a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .mslm-nav > li > a:hover, .foot-fot .mslm-nav > li .sec a:hover {
  color: #fff;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding-bottom: 5rem;
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 500 1.375rem/1.3em "Barlow Condensed";
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.foot-fot .foota1 .foa3{
    margin-right: 7.5rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    /*display: none;*/
    padding: 2.5rem 0;
    display: block;
  }
  .foot-fot .foota1 .foot-tit{
    margin-bottom: 0;
  }
  .foot-fot .foota1 .foa2{
      margin-top: 1rem;
  }
  .foot-fot .foota1 .foa3{
    margin-right: 15%;
}
}
.foot-fot .foota1 .sec {
  color: #FFFFFF;
  font: 400 1.125rem/1.5em "Barlow Condensed";
}
.foot-fot .foota1 .sec b {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}
.foot-fot .foota1 .sec a{
    color: #FFFFFF;
    display: block;
}
.foot-fot .foota1 .sec p {
  margin-right: 8rem;
}.foot-fot .foota1 .sec p:nth-child(1){
    display: none;
    
}
@media (max-width: 990px){
    .foot-fot .foota1 .sec p{
        width: 48%; margin-right: 0;
    }
    .foot-fot .foota1 .sec{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
}
.foot-fot .foota1 .sec form .jarta {
  width: 30.3125rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25rem;
}
.foot-fot .foota1 .sec form .jarta input {
  width: -webkit-calc(95% - 1.875rem);
  width: -moz-calc(95% - 1.875rem);
  width: calc(95% - 1.875rem);
  background: transparent;
  color: #FFFFFF;
  font: 400 1rem/2.5em "Barlow Condensed";
}
.foot-fot .foota1 .sec form .jarta input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #FFFFFF;
}
.foot-fot .foota1 .sec form .jarta input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
}
.foot-fot .foota1 .sec form .jarta input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
}
.foot-fot .foota1 .sec form .jarta input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}
.foot-fot .foota1 .sec form .jarta button {
  width: 1.875rem;
  border: none;
  background: transparent;
  color: #fff;
}
.foot-fot .foota1 .sec form .jarta button i {
  font-size: 2rem;
  display: block;
  -webkit-transform: rotateZ(-135deg);
     -moz-transform: rotateZ(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}
.foot-fot .foota1 .soreaas li a {
  display: block;
  width: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.foot-fot .foota1 .soreaas li a i {
  font-size: 1.35rem;
}
.foot-fot .foota1 .soreaas li a i.icon-linkedin, .foot-fot .foota1 .soreaas li a i.icon-tuite {
  font-size: 1.125rem;
}
.foot-fot .foota1 .soreaas li a:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.foot-fot .foota2 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
  background: #1D1D1D;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 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;
  }
  .foot-fot .foota1 .soreaas li a i{
      font-size: 1.85rem;
  }
  .foot-fot .foota1 .soreaas li a i.icon-linkedin, .foot-fot .foota1 .soreaas li a i.icon-tuite{
      font-size: 1.5rem;
  }
  .foot-fot .foota1 .soreaas li a{
      width: auto;        margin-right: 0.75rem;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.dbb {
  height: 50px;
}

/* Cookies */
.cookies-cont {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: -100%;
  width: 100%;
  background: #fff;
  padding: 2rem 0 2.625rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .cookies-cont {
    padding: 1.5rem 0;
  }
}
.cookies-cont .wha {
  padding: 0 12.5% 0 4.0625%;
}
@media (max-width: 1366px) {
  .cookies-cont .wha {
    padding: 0 5.78125% 0 4%;
  }
}
@media (max-width: 768px) {
  .cookies-cont .wha {
    padding: 0 4%;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b1 {
  width: 69.7819314642%;
}
@media (max-width: 1024px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b1 {
    width: 100%;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b1 a.img {
  display: block;
  font-size: 0;
  width: 8.125rem;
}
@media (max-width: 768px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b1 a.img {
    width: 7rem;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b1 a.img img {
  width: 100%;
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b1 .p {
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b1 .p {
    font-size: 1.25rem;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b2 {
  width: 28.0373831776%;
}
@media (max-width: 1024px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b2 {
    width: 100%;
    margin-top: 1rem;
    display: block;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b2 a.more-msl {
  width: 11rem;
  line-height: 3.125rem;
}
@media (max-width: 768px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b2 a.more-msl {
    width: 9rem;
    line-height: 2.8rem;
  }
}
.cookies-cont .cookies-a1_v1 .cookies-a1_b2 a.more-msl + a.more-msl {
  margin-left: 8%;
}
@media (max-width: 1024px) {
  .cookies-cont .cookies-a1_v1 .cookies-a1_b2 a.more-msl + a.more-msl {
    margin-left: 1.5rem;
  }
}

.hidden {
  display: none;
}

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

.pead-jsda1 .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  width: 50%;
  max-width: 500px;
}

@media (max-width: 768px) {
  .pead-jsda1 .pead-cont {
    width: 80%;
  }
}
.pead-jsda1 .pead-cont .gax-tit {
  border-bottom: 1px solid #f0f1f2;
  display: block;
  text-align: center;
    font: 500 2rem / 2em "Barlow Condensed";
  font-style: italic;
  color: #666;
  text-transform: uppercase;
}

.pead-jsda1 .pead-cont a.jataxta {
  position: absolute;
  right: 1rem;
  top: 0;
  height: 3.125rem;
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.pead-jsda1 .pead-cont a.jataxta:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pead-jsda1 .pead-cont a.jataxta i {
  color: #333;
  font: 500 1.25rem/3.125rem "Barlow Condensed";
  font-style: italic;
  display: block;
}

.pead-jsda1 .pead-cont .tit {
  text-align: center;
  color: #333;
  font: 600 1.95rem/2em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .pead-jsda1 .pead-cont .tit {
    font-size: 1.35rem;
  }
}
.pead-jsda1 .sec-top {
  padding: 1.5rem 2rem;
}

@media (max-width: 1200px) {
  .pead-jsda1 .sec-top {
    padding: 0.5rem 1.5rem;
  }
}
.pead-jsda1 .sec-top a {
  width: 100%;
  background-color: #f7f9fa;
  padding: 0.5em 1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0.5rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed";
  font-weight: 500;
  -webkit-clip-path: polygon(95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%, 0 0);
          clip-path: polygon(95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%, 0 0);
}

@media (max-width: 1200px) {
  .pead-jsda1 .sec-top a {
    /*width: 48%;*/
  }
}
.pead-jsda1 .sec-top a p {
  color: #3b3e40;
  font: 500 1rem/2em "Barlow Condensed";
}

.pead-jsda1 .sec-top a span {
  display: block;
  color: #666;
  font: 500 1rem/2em "Barlow Condensed";
}

.pead-jsda1 .sec-top a:hover {
  background: #D80C24;
}

.pead-jsda1 .sec-top a:hover p, .pead-jsda1 .sec-top a:hover span {
  color: #fff;
}
.cont1 .tr_ast{
    text-align: right;
}
.ying-div{
    display: inline-block;
    margin-left: 2rem;
}.ying-div:hover .yin-ul{
        transform: scaleY(1);  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

}
.yin-ul{
    bottom: 100%;
    width: 100px;
    background: #000;
    z-index: 33;
    transform-origin: bottom center;
     transform: scaleY(0);  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;

}
.yin-ul li{
    line-height: 2em;
    border-bottom: 1px solid  #2e2c2c;

    
    
}.yin-ul li>a{
  display:block;
  padding-left: 1rem;
  
}
.yin-ul li .san-div{
    position: absolute;
     background: #000;
     opacity: 0;
     left: 100%;
     height: 100%;
     top: 0;transform-origin: top center;
     transform: scaleY(0); 
     -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.yin-ul li:hover .san-div {  opacity: 1;
      transform: scaleY(1); 
     -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.yin-ul li .san-div a{
    display: block;
      padding:0  1rem;    line-height: 2em;
    border-bottom: 1px solid  #2e2c2c;

}
@media (max-width: 768px) {
    .cont1 .tr_ast{
    text-align: left;
   }
}


 .top-aa a {
  color: #262626;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
}

. .top-aa a i {
  color: #262626;
  font-size: 1.5rem;
  padding: 0 0.25em;
}

@media (max-width: 1024px) {
 .top-aa a i {
    padding: 0 0.2em;
  }
}
 .top-aa a i.icon-xialajiantouxiao {
  font-size: 1.125rem;
  font-weight: 600;
}

 .top-aa a.c img {
  width: 1.75rem;
  border-radius: 50%;
  margin-left: 0.2rem;
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}



@media (max-width: 1200px) {
  .pead-jsda1 .sec-top {
    padding: 0.5rem 1.5rem;
  }
}
.pead-jsda1 .sec-top a {
  width: 100%;
  background-color: #f7f9fa;
  padding: 0.5em 1em;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0.5rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Condensed";
  font-weight: 500;
  -webkit-clip-path: polygon(95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%, 0 0);
          clip-path: polygon(95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%, 0 0);
}

@media (max-width: 1200px) {
  .pead-jsda1 .sec-top a {
    /*width: 48%;*/
  }
}
.pead-jsda1 .sec-top a img {
  width: 2rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 0.5rem;
  display: none;
}

.pead-jsda1 .sec-top a p {
  color: #3b3e40;
  font: 500 1.5rem/2em "Barlow Condensed";
}

.pead-jsda1 .sec-top a span {
  display: inline-block!important;
  color: #666;
  font: 500 1.5rem/2em "Barlow Condensed";
}

.pead-jsda1 .sec-top a:hover {
  background: #D80C24;
}

.pead-jsda1 .sec-top a:hover p, .pead-jsda1 .sec-top a:hover span {
  color: #fff;
}

@media (max-width: 768px) {
  .pead-jsda1 .pead-cont .tit {
    font-size: 1.35rem;
  }
}

 #menu .nav_a1 .sec-top a.footab{
        display: flex;
           text-transform: none;
} .zywena {
  padding-left: 1.2rem;
}