@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;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

.hidden {
  display: none;
}

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

@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: #D80C24;
  background-image: url(../images/ashghgt2.svg);
}

.more-msl.hsh:before {
  background: #D80C24;
}

.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;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/ysdemo/uploads/20231225/93b92ee82b60417a1ac29a4e4f30b8f5.svg) no-repeat left bottom;
  -o-background-size: 35.9895833333% auto;
  background-size: 35.9895833333% auto;
}

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

.head .head2 .menut {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 1rem;
  width: 1.375rem;
  padding: 0.45rem 0;
}

.head .head2 .menut span {
  margin: auto;
  display: block;
  width: 1.125rem;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  margin-left: 0.2rem;
}

.head .head2 .menut span:before {
  content: "";
  position: absolute;
  top: -0.45rem;
  left: 0;
  height: 2px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.head .head2 .menut span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 2px;
  width: 1.375rem;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}

.head .head2 .menut.active span:before {
  top: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.head .head2 .menut.active span:after {
  bottom: 0px;
  width: 1.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.head .head2 .menut.active span {
  background: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.head .head2 .toubuas {
  width: 35%;
}

.head .head2 #menu {
  width: 35%;
}

.head .head2 .top-aa .zywena {
  margin-left: 1.2rem;
  color: #262626;
}

.head .head2 .top-aa .zywena a {
  color: #262626;
}

.head .head2 .top-aa .zywena a i {
  color: #262626;
}

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

.head .head2 .top-aa a i {
  color: #262626;
  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;
  font-style: italic;
  font-weight: 600;
}

@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: 400 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;
  position: relative;
}

#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Barlow Condensed";
}

#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: #fff;
  -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: 300%;
  background: #fff;
  z-index: 999;
  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%);
  padding: 2rem 25%;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

#menu .nav_a1 li .sec a {
  font: 500 1.125rem/1.5em "Barlow Condensed";
  color: #333;
  text-transform: uppercase;

}

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

#menu .nav_a1 li .sec .cont-p .ast1 {
  width: 50%;
}

#menu .nav_a1 li .sec .cont-p .ast2 {
  width: 50%;
}

#menu .nav_a1 li .sec .cont-p .ast2 img {
  width: 100%;
}

#menu .nav_a1 li .sec .sec-v1 .tit {
  color: #FFFFFF;
  font: 600 1.625rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
}

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

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

.ys-body .head2 .top-aa a {
  color: #fff;
}

.ys-body .head2 .top-aa a i {
  color: #fff;
}

.ys-body .head2 .top-aa .zywena a i, .ys-body .head2 .top-aa .zywena a {
  color: #fff;
}

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

.sticky .head2 .top-aa a {
  color: #262626;
}

.sticky .head2 .top-aa a i {
  color: #262626;
}

.sticky .head2 .top-aa .zywena a i, .sticky .head2 .top-aa .zywena a {
  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: 50px;
  font-size: 16px;
  color: #000;
  font-family: "Barlow Condensed";
  padding: 0 4%;
  text-transform: uppercase;
}

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

.mslm-nav > li .sec a {
  display: block;
  font-size: 14px;
  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;
  }
}
.heng1 {
  display: block;
  font-size: 0;
  width: 100%;
}

.heng1 img {
  width: 100%;
}

.pc-banner {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}

.pc-banner .cont-p {
  width: 100%;
}

.pc-banner .cont-p u {
  width: 44.7916666667%;
  display: block;
  font-size: 0;
  margin: 0 auto;
}

.pc-banner .cont-p u img {
  width: 100%;
}

.pc-banner .cont-p .has-as1 {
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 4.89%, rgba(255, 255, 255, 0.2) 50.43%, rgba(255, 255, 255, 0.1) 92.32%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 4.89%, rgba(255, 255, 255, 0.2) 50.43%, rgba(255, 255, 255, 0.1) 92.32%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 4.89%, rgba(255, 255, 255, 0.2) 50.43%, rgba(255, 255, 255, 0.1) 92.32%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 4.89%, rgba(255, 255, 255, 0.2) 50.43%, rgba(255, 255, 255, 0.1) 92.32%);
  padding: 0.6rem 0;
  margin-top: 5.75rem;
}

@media (max-width: 768px) {
  .pc-banner .cont-p .has-as1 {
    margin-top: 1.5rem;
  }
}
.pc-banner .cont-p .has-as1 .tit1 {
  color: #FFFFFF;
  font: 700 3.75rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
  -webkit-animation: wih 2s linear 1;
  -moz-animation: wih 2s linear 1;
  -o-animation: wih 2s linear 1;
  animation: wih 2s linear 1;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pc-banner .cont-p .has-as1 .tit1 {
    font-size: 2rem;
  }
}
.pc-banner .cont-p .has-as1 .tit1 .wejha {
  width: 100vw;
}

.pc-banner .cont-p .has-as1 .ias {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16.5625%;
  -webkit-animation: moveRight 2s linear 1;
  -moz-animation: moveRight 2s linear 1;
  -o-animation: moveRight 2s linear 1;
  animation: moveRight 2s linear 1;
}

@media (max-width: 768px) {
  .pc-banner .cont-p .has-as1 .ias {
    right: -16.5625%;
  }
}
.pc-banner .cont-p .has-as1 .ias img {
  width: 100%;
}

.pc-banner .cont-p .has-as2 {
  color: #FFFFFF;
  font: 600 1.5rem/1em "Barlow Condensed";
  font-style: italic;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .pc-banner .cont-p .has-as2 {
    margin-top: 1.5rem;
  }
}
.pc-banner .cont-p .has-as2 i {
  width: 2.25rem;
  display: block;
  margin-left: 1em;
}

.pc-banner .cont-p .has-as2 i img {
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .heng1 img {
    height: 100vw;
  }
}
.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 moveRight {
  from {
    left: 0;
  }
  to {
    left: 84%;
  }
}
@-moz-keyframes moveRight {
  from {
    left: 0;
  }
  to {
    left: 84%;
  }
}
@-o-keyframes moveRight {
  from {
    left: 0;
  }
  to {
    left: 84%;
  }
}
@keyframes moveRight {
  from {
    left: 0;
  }
  to {
    left: 84%;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes moveRight {
    from {
      left: 0;
    }
    to {
      left: 100%;
    }
  }
  @-moz-keyframes moveRight {
    from {
      left: 0;
    }
    to {
      left: 100%;
    }
  }
  @-o-keyframes moveRight {
    from {
      left: 0;
    }
    to {
      left: 100%;
    }
  }
  @keyframes moveRight {
    from {
      left: 0;
    }
    to {
      left: 100%;
    }
  }
}
@-webkit-keyframes wih {
  from {
    width: 0;
  }
  to {
    width: 84%;
  }
}
@-moz-keyframes wih {
  from {
    width: 0;
  }
  to {
    width: 84%;
  }
}
@-o-keyframes wih {
  from {
    width: 0;
  }
  to {
    width: 84%;
  }
}
@keyframes wih {
  from {
    width: 0;
  }
  to {
    width: 84%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

.fang {
  overflow: hidden;
}

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

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

.title_a1 {
  position: relative;
  text-align: center;
}

.title_a1 .tit {
  color: #262626;
  font-size: 5.625rem;
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

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

.yysta {
  position: absolute;
  top: 3rem;
  right: 5.65%;
  z-index: 1;
}

.yysta > div {
  width: 4.0625rem;
  background: -webkit-linear-gradient(top, rgba(216, 12, 36, 0.2) 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -moz-linear-gradient(top, rgba(216, 12, 36, 0.2) 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -o-linear-gradient(top, rgba(216, 12, 36, 0.2) 5.85%, rgba(216, 12, 36, 0) 100%);
  background: linear-gradient(180deg, rgba(216, 12, 36, 0.2) 5.85%, rgba(216, 12, 36, 0) 100%);
}

.yysta > div.a1 {
  height: 22.0625rem;
}

.yysta > div.a2 {
  height: 15.875rem;
  margin-top: 10rem;
}

.yysta > div.a3 {
  height: 4.0625rem;
  margin-top: 6rem;
}

.cont1 {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 4.875rem 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont1 {
    padding: 2.5rem 0;
  }
}
.cont1 .a1_v1 {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  padding: 0 3.6111111111% 2.8125rem;
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.5rem;
    padding: 0 3.6111111111%;
  }
}
.cont1 .a1_v1 .a1_list1 {
  overflow: hidden;
}

.cont1 .a1_v1 .a1_list1 li {
  padding: 1.75rem 0;
  font-style: italic;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid rgba(63, 62, 62, 0.1);
  color: rgba(81, 81, 81, 0.5);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_list1 li {
    padding: 1rem 0;
  }
}
.cont1 .a1_v1 .a1_list1 li:nth-child(2) .cont-p {
  padding-left: 5%;
}

.cont1 .a1_v1 .a1_list1 li:nth-child(3) .cont-p {
  padding-left: 10%;
}

.cont1 .a1_v1 .a1_list1 li:nth-child(4) .cont-p {
  padding-left: 15%;
}

.cont1 .a1_v1 .a1_list1 li:last-child {
  border-bottom: none;
}

.cont1 .a1_v1 .a1_list1 li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  width: 0;
  height: 0.9375rem;
  background: -webkit-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -moz-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -o-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: linear-gradient(90deg, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.cont1 .a1_v1 .a1_list1 li b {
  font-size: 4.375rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_list1 li b {
    font-size: 2rem;
  }
}
.cont1 .a1_v1 .a1_list1 li span {
  font-size: 1.75rem;
  display: inline-block;
  margin-left: 0.25em;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_list1 li span {
    font-size: 1rem;
  }
}
.cont1 .a1_v1 .a1_list1 li:hover {
  border-color: transparent;
  color: #D80C24;
}

.cont1 .a1_v1 .a1_list1 li:hover::after {
  width: 100%;
}

.cont2 {
  background: -webkit-linear-gradient(bottom, #F5F5F7 27.73%, rgba(245, 245, 247, 0) 100%);
  background: -moz-linear-gradient(bottom, #F5F5F7 27.73%, rgba(245, 245, 247, 0) 100%);
  background: -o-linear-gradient(bottom, #F5F5F7 27.73%, rgba(245, 245, 247, 0) 100%);
  background: linear-gradient(0deg, #F5F5F7 27.73%, rgba(245, 245, 247, 0) 100%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont2 {
    padding-top: 0;
  }
}
.cont2 .tit_a2 {
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
}

.cont2 .tit_a2 .tit1 {
  color: #EDEDED;
  font-weight: 700;
  font-size: 18.6875rem;
  line-height: 1em;
}

.cont2 .tit_a2 .tit2 {
  color: #262626;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
}

.cont2 #carousel {
  position: relative;
  width: 120%;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  transform: rotate(6deg);
  margin: 0 -10%;
  margin-top: 4rem;
  z-index: 2;
}

.cont2 .swiper-3d, .cont2 .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 100vw;
  -moz-perspective: 100vw;
  perspective: 100vw;
}

.cont2 .swiper-3d .swiper-cube-shadow, .cont2 .swiper-3d .swiper-slide, .cont2 .swiper-3d .swiper-slide-shadow, .cont2 .swiper-3d .swiper-slide-shadow-bottom, .cont2 .swiper-3d .swiper-slide-shadow-left, .cont2 .swiper-3d .swiper-slide-shadow-right, .cont2 .swiper-3d .swiper-slide-shadow-top, .cont2 .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cont2 #carousel .swiper {
  padding-top: 20px;
  padding-bottom: 40px;
}

.cont2 #carousel .swiper-slide img {
  display: block;
  width: 100%;
}

.cont2 .a2v1 {
  position: relative;
  padding: 10rem 0 4rem;
}
.cont2 .a2v1 .quera4 {
  width: 35.1041666667%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cont2 .a2v1 .quera4 img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 {
    padding: 2.5rem 0 17rem;
  }
}
.cont2 .a2v1 .quera1 {
  width: 16.71875%;
  position: absolute;
  right: 8%;
  top: 12%;
  -webkit-animation: scale-top 1s infinite linear;
  -moz-animation: scale-top 1s infinite linear;
  -o-animation: scale-top 1s infinite linear;
  animation: scale-top 1s infinite linear;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .quera1 {
    top: auto;
    bottom: 10rem;
  }
}

.cont2 .a2v1 .quera1 img {
  width: 100%;
}

.cont2 .a2v1 .quera2 {
  width: 43.4375%;
  position: absolute;
  right: -5%;
  top: -29%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .quera2 {
    top: auto;
    bottom: 5rem;
  }
}

.cont2 .a2v1 .quera2 img {
  width: 100%;
}

.cont2 .a2v1 .quera3 {
  width: 11rem;
  position: absolute;
  right: 35%;
  top: 44%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .quera3 {
    top: auto;
    bottom: 7rem;
    right: 45%;
  }
}

.cont2 .a2v1 .quera3 img {
  width: 100%;
}

.cont2 .tit1 {
  color: #262626;
  font-size: 2.8125rem;
  line-height: 1.15em;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
@media (max-width: 768px) {
  .cont2 .tit1 {
    font-size: 2rem;
  }
}
.cont2 .tit2 {
  color: #D80C24;
  font-size: 2.8125rem;
  font-style: italic;
  line-height: 1.15em;
  font-weight: 700;
  /*text-transform: uppercase;*/
}
@media (max-width: 768px) {
  .cont2 .tit2 {
    font-size: 2rem;
  }
}
.cont2 .p {
  font-weight: 500;
  font-size: 2rem;
  color: #262626;
  line-height: 1.15em;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont2 .p {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
.cont2 .p span {
  text-transform: uppercase;
  font-size: 700;
}
.cont2 .a2_tit_a3 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont2 .a2_tit_a3 {
    width: 100%;
  }
}
.cont2 .a2_tit_a3 u {
  display: block;
  font-size: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .cont2 .a2_tit_a3 u {
    margin-bottom: 0.75rem;
  }
}
.cont2 .a2_tit_a3 u img {
  height: 7.625rem;
}
@media (max-width: 768px) {
  .cont2 .a2_tit_a3 u img {
    height: 3.5rem;
  }
}
.cont2 .wehsx1 {
  width: 77.8571428571%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont2 .wehsx1 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont2 .wehsx1 .xast1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont2 .wehsx1 .xast1 {
    margin-top: 0;
  }
}
.cont2 .wehsx1 li {
  position: relative;
  width: 31.8348623853%;
}
@media (max-width: 768px) {
  .cont2 .wehsx1 li {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont2 .wehsx1 li u {
  display: block;
  font-size: 0;
}
.cont2 .wehsx1 li u img {
  width: 100%;
}
.cont2 .wehsx1 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #000000;
  line-height: 1.2em;
  height: 3.4em;
  padding: 0 0.5em;
  font-size: 1.25rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .cont2 .wehsx1 li p {
    height: auto;
    padding: 1.2rem 0;
  }
}
.cont2 .wehsx1 li p span {
  font-style: italic;
}

.tit_a3 {
  width: 50%;
}

@media (max-width: 768px) {
  .tit_a3 {
    width: 100%;
    position: relative;
    z-index: 1;
  }
}
.tit_a3 .tit1 {
  color: #262626;
  font-weight: 700;
  font-size: 4.375rem;
  text-transform: uppercase;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .tit_a3 .tit1 {
    font-size: 2rem;
  }
}
.tit_a3 .tit1 span {
  color: #D80C24;
}

.tit_a3 .tit2 {
  color: #262626;
  font-weight: 700;
  font-size: 2.8125rem;
  text-transform: uppercase;
  line-height: 1.1em;
  margin-top: 0.35rem;
}

@media (max-width: 768px) {
  .tit_a3 .tit2 {
    font-size: 1.8rem;
  }
}
.tit_a3 .tit2 span {
  color: #D80C24;
  font-style: italic;
  font-weight: 600;
}

.tit_a3 .p {
  font-weight: 500;
  font-size: 2rem;
  color: #262626;
  line-height: 1.15em;
  margin-top: 5.125rem;
}

@media (max-width: 768px) {
  .tit_a3 .p {
    font-size: 1.35rem;
    margin-top: 1.5rem;
  }
}
.tit_a3 .p sup {
  font-size: 1rem;
  vertical-align: super;
}

.tit_a3 .p span {
  color: #D80C24;
  text-transform: uppercase;
}

@-webkit-keyframes scale-top {
  0% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@-moz-keyframes scale-top {
  0% {
    -moz-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@-o-keyframes scale-top {
  0% {
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
@keyframes scale-top {
  0% {
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.5rem);
    -moz-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
.cont3 {
  position: relative;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
  .cont3 .wh {
    position: static;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .cont3 .imgas1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .cont3 .imgas1 img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont3 .a3_v1 .a3_b1 {
  width: 50.6428571429%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 {
    width: 100%;
  }
}
.cont3 .a3_v1 .a3_b1 img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 img {
    width: 45%;
  }
}
.cont3 .a3_v1 .a3_b2 {
  width: 40.6428571429%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 {
    width: 100%;
  }
}
.cont3 .a3_v1 .a3_b2 img {
  width: 100%;
}
.cont3 .a3_v1 .a3_b2 .wehxa2 {
  margin-top: 6rem;
  padding-left: 7.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 .wehxa2 {
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.cont3 .a3_v2 {
  position: absolute;
  left: 48.8%;
  top: 37%;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 {
    display: none;
  }
}
.cont3 .a3_v2 .imgas {
  width: 13.8125rem;
}
.cont3 .a3_v2 .imgas #xiac {
  display: block;
  font-size: 0;
  width: 8rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cont3 .a3_v2 .imgas #xiac u {
  display: block;
  -webkit-transform: rotate(47.763deg);
     -moz-transform: rotate(47.763deg);
      -ms-transform: rotate(47.763deg);
       -o-transform: rotate(47.763deg);
          transform: rotate(47.763deg);
}
@media (max-width: 768px) {
  .cont3 .ashxa1 {
    display: none;
  }
}
.cont3 .ashxa1 p {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
     -moz-transform: scale3d(0.3, 0.3, 0.3);
          transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont3 .ashxa1 p img {
  width: 100%;
}
.cont3 .ashxa1 p:nth-child(1) {
  width: 9.1875rem;
  left: 38.8%;
  top: 52%;
}
.cont3 .ashxa1 p:nth-child(2) {
  width: 9.25rem;
  left: 45%;
  top: 68%;
}

.cont3.on .ashxa1 p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.6s 5s;
  -o-transition: all 0.6s 5s;
  -moz-transition: all 0.6s 5s;
  transition: all 0.6s 5s;
}

.cont3 .imgas1 {
  width: 100%;
}

.cont3 .imgas1 img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont3 .imgas1 img {
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.cont3 .wh {
  width: 100%;
}

.cont4 {
  background: #F5F5F7;
  position: relative;
  padding: 4rem 0 3.5rem;
}
.cont4 .tit_a3-ea {
  width: 20.5%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont4 .tit_a3-ea {
    width: 28%;
  }
}
.cont4 .tit_a3-ea img {
  width: 100%;
}

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

.cont4 u {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12.6041666667%;
}

.cont4 u img {
  width: 100%;
}

.cont4 .has1_list1 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 {
    margin-top: 1.5rem;
  }
}
.cont4 .has1_list1 li {
  width: 48.6111111111%;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 li {
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #f0f0f0;
  }
  .cont4 .has1_list1 li + li {
    margin-top: 1rem;
  }
}
.cont4 .has1_list1 li .u {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 li .u {
    opacity: 0;
  }
}
.cont4 .has1_list1 li .u img {
  width: 100%;
  height: 100%;
}

.cont4 .has1_list1 li .contra {
  padding: 2rem;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 li .contra {
    padding: 1rem;
  }
}
.cont4 .has1_list1 li .contra .ima {
  width: 40%;
  padding: 6%;
}
@media (max-width: 768px) {
  .cont4 .has1_list1 li .contra .ima {
    padding: 3%;
  }
}

.cont4 .has1_list1 li .contra .ima img {
  width: 100%;
}

.cont4 .has1_list1 li .contra .cont-p {
  width: 55%;
}

.cont4 .has1_list1 li .contra .cont-p .tit {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: left;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 li .contra .cont-p .tit {
    font-size: 2rem;
  }
  .cont4 .has1_list1 li .contra .cont-p .tit img {
    height: 1.65rem;
  }
}
.cont4 .has1_list1 li .contra .cont-p .p {
  color: #262626;
  font-size: 1.75rem;
  line-height: 1.125em;
  margin-top: 0.5rem;
  height: calc(1.125em * 5);
  overflow: hidden;
  text-align: left;
}

.cont4 .has1_list1 li .contra .cont-p .p .tit1 span {
  color: #D80C24;
}

@media (max-width: 768px) {
  .cont4 .has1_list1 li .contra .cont-p .p {
    font-size: 1rem;
  }
}
.cont4 .has1_list1 li:nth-child(2n-1) .contra .cont-p {
  text-align: right;
  padding-right: 1.5rem;
}

.cont4 .has1_list1 li:nth-child(2n) .contra .cont-p {
  padding-left: 1.5rem;
}

.cont4 .has1_list1 li:nth-child(2n) .contra .ima {
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.cont4 .has1_list1.has1_list2 {
  margin-top: 0;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .cont4 .has1_list1.has1_list2 {
    margin-bottom: 2rem;
  }
}
.cont4 .has1_list1.has1_list2 li .contra .cont-p {
  margin-bottom: 0;
}

.cont4 .a4b1 {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .a4b1 {
    width: 80%;
    margin: 2.5rem auto;
  }
}
.cont4 .a4b1 img {
  width: 100%;
}

.cont10 .a4b2 {
  width: 49.5138888889%;
  margin: 1.5rem auto;
}

.cont10 .a4b2 img {
  width: 100%;
}

.cont10 .a4b3 {
  color: #262626;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
}

@media (max-width: 768px) {
  .cont10 .a4b3 {
    font-size: 1.35rem;
  }
}
.cont10 .a4b3 span {
  display: block;
}

.cont4 .yysta {
  top: auto;
  right: auto;
  left: 3%;
  bottom: -19%;
}

.cont5 {
  position: relative;
  padding: 9.375rem 0 7.5rem;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .imgas {
  position: absolute;
  top: 44%;
  right: 0;
  width: 56.6666666667%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .cont5 .imgas {
    width: 50%;
    top: 36%;
  }
}
.cont5 .imgas img {
  width: 100%;
}

.cont5 .a5_v1 {
  position: relative;
}

.cont5 .a5_v1 u {
  display: block;
  font-size: 0;
}

.cont5 .a5_v1 u img {
  width: 100%;
}

.cont5 .a5_v1 .a5_va1 {
  width: 56.8055555556%;
  position: absolute;
  left: 7%;
  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) {
  .cont5 .a5_v1 .a5_va1 {
    width: 100%;
  }
}
.cont5 .a5_v1 .a5_va1 .a5b1 {
  width: 12.6875rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_va1 .a5b1 {
    width: 3rem;
  }
}
.cont5 .a5_v1 .a5_va1 .a5b1 img {
  width: 100%;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_va1 .a5b2 {
    width: 85%;
  }
}
.cont5 .a5_v1 .a5_va1 .a5b2 .tit {
  color: #262626;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 6.5rem 0 1rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_va1 .a5b2 .tit {
    margin: 2rem 0 1rem;
    font-size: 2rem;
  }
}
.cont5 .a5_v1 .a5_va1 .a5b2 .p {
  color: #717171;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_va1 .a5b2 .p {
    font-size: 1rem;
  }
}
.iasngxa-cont {
  margin-top: 6rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .iasngxa-cont {
    margin-top: 1.5rem;
  }
}
.iasngxa-cont table {
  width: 100%;
  min-width: 768px;
}
.iasngxa-cont table tr:nth-child(1) td {
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .iasngxa-cont table tr:nth-child(1) td {
    font-size: 1.65rem;
  }
}
.iasngxa-cont table tr td {
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.65rem 1rem;
  text-align: center;
}
.iasngxa-cont table tr td.jus-dtd{  vertical-align: top;}

.iasngxa-cont table tr td.hs {
  color: #D80C24;
}
.iasngxa-cont table tr td:nth-child(1) {
  text-align: left;
}
.iasngxa-cont table tr td.tax {
  background-color: #f0f0f0;
}
.iasngxa-cont table tr .iasnxa1 {
  padding: 0.65rem 0 0;
}
.iasngxa-cont table tr .iasnxa1 + .iasnxa1 {
  border-left: 2px dashed #f0f0f0;
}
@media (max-width: 768px) {
  .iasngxa-cont table tr .iasnxa1 + .iasnxa1 {
    border-left: 1px dashed #f0f0f0;
  }
}

.cont6 {
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/ysdemo/uploads/20231111/e5519f32c7d2dcc1c89a37dc16bd2014.jpg) no-repeat center top;
  -o-background-size: cover;
  background-size: cover;
  padding: 6.625rem 0 5.4375rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont6 {
    padding: 2.5rem 0;
  }
}
.cont6 .a6_v1 {
  position: relative;
}

.cont6 .a6_v1 .a6_b1 {
  width: 15.9722222222%;
  -webkit-animation: topas linear infinite 5s;
  -moz-animation: topas linear infinite 5s;
  -o-animation: topas linear infinite 5s;
  animation: topas linear infinite 5s;
}

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

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

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 {
    width: 100%;
  }
}
.cont6 .a6_v1 .a6_b2 u {
  width: 45%;
  display: block;
  font-size: 0;
  z-index: 1;
}

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

.cont6 .a6_v1 .a6_b2 u .diffusion {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.cont6 .a6_v1 .a6_b2 .cont-p {
  color: #fff;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 .cont-p {
    margin-top: 0.65rem;
  }
}
.cont6 .a6_v1 .a6_b2 .cont-p .tit {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b2 .cont-p .tit {
    font-size: 2rem;
  }
}
.cont6 .a6_v1 .a6_b2 .cont-p .p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1em;
  margin-top: 0.6rem;
}

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

.cont6 .a6_v1 .a6_b3 {
  position: absolute;
  right: 0;
  top: 18%;
  color: #fff;
  font-size: 2.875rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.35em;
}

@media (max-width: 768px) {
  .cont6 .a6_v1 .a6_b3 {
    font-size: 1.5rem;
    top: 6%;
  }
}
@-webkit-keyframes move_left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes move_left {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes move_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes move_left {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.cont7 {
  padding: 2.5rem 0;
}

.cont7 .weh-as1 {
  text-align: center;
}

.cont7 .weh-as1 p {
  font-size: 9.25rem;
  font-weight: 700;
  font-style: italic;
  color: #DBDBDB;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1em;
}

.cont8 {
  position: relative;
  padding: 8rem 0 7.5rem;
}

@media (max-width: 768px) {
  .cont8 {
    padding: 2.5rem 0;
  }
}
.cont8 .a8v1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.cont8 .a8v1 img {
  height: 100%;
}

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

.cont8 .wh .tit_a3 {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-style: italic;
  position: relative;
  margin-left: 28%;
}

@media (max-width: 768px) {
  .cont8 .wh .tit_a3 {
    margin-left: 0;
  }
}
.cont8 .wh .tit_a3 .tit1 {
  line-height: 1.85em;
}

.cont8 .wh .tit_a3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.9375rem;
  background: -webkit-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -moz-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -o-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: linear-gradient(90deg, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .cont8 .wh .tit_a3::after {
    height: 0.5rem;
  }
}
.cont8 .wh .a8v2 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 {
    margin-top: 2rem;
  }
}
.cont8 .wh .a8v2 .a8b1 {
  width: 52.2222222222%;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b1 {
    width: 100%;
  }
}
.cont8 .wh .a8v2 .a8b1 img {
  width: 100%;
}

.cont8 .wh .a8v2 .a8b2 {
  width: 42.2916666667%;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 {
    width: 100%;
  }
}
.cont8 .wh .a8v2 .a8b2 .a8b2c1 li {
  width: 44.0065681445%;
  border-bottom: 1px solid #4B4B4B;
  padding: 2rem 0;
}

.cont8 .wh .a8v2 .a8b2 .a8b2c1 li p {
  color: #A1A1A6;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 .a8b2c1 li p {
    font-size: 1.25rem;
  }
}
.cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas {
  color: #A1A1A6;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas {
    font-size: 2rem;
  }
}
.cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas b {
  color: #D80C24;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas b {
    font-size: 3.65rem;
  }
}
.cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas span {
  color: #D80C24;
  font-size: 5.625rem;
  font-weight: 700;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas span {
    font-size: 3.65rem;
  }
}
.cont8 .wh .a8v2 .a8b2 .a8b2c1 li .weas sup {
  top: -1em;
}

.cont8 .wh .a8v2 .a8b2 a.ck {
  display: block;
  color: #D80C24;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont8 .wh .a8v2 .a8b2 a.ck {
    font-size: 1.25rem;
  }
}
.cont9 {
  padding: 8rem 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .cont9 {
    padding-top: 2.5rem;
  }
}
.cont9 > u {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 12.6041666667%;
}

.cont9 > u img {
  width: 100%;
}

.cont9 .wha {
  padding: 0 19.6354166667%;
}

@media (max-width: 768px) {
  .cont9 .wha {
    padding: 0 4%;
  }
}
.cont9 .a9sdt1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16.25%;
  z-index: -1;
}

.cont9 .a9sdt1 img {
  width: 100%;
}

.cont9 .a9_v1 .a9_v1a1 {
  position: relative;
  padding-bottom: 3rem;
}

@media (max-width: 768px) {
  .cont9 .a9_v1 .a9_v1a1 {
    padding-bottom: 1.5rem;
  }
}
.cont9 .a9_v1 .a9_v1a1::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.9375rem;
  background: -webkit-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -moz-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -o-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: linear-gradient(90deg, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .cont9 .a9_v1 .a9_v1a1::after {
    height: 0.5rem;
  }
}
.cont9 .a9_v1 .a9_v1a1 .tit1 {
  width: 52.5333333333%;
  color: #262626;
  font-weight: 700;
  font-size: 4.375rem;
  text-transform: uppercase;
  line-height: 1.1em;
  font-style: italic;
}

@media (max-width: 768px) {
  .cont9 .a9_v1 .a9_v1a1 .tit1 {
    font-size: 2rem;
    width: 100%;
  }
}
.cont9 .a9_v1 .a9_v1a1 .a9_v1b2 {
  width: 46.1333333333%;
  color: #A1A1A6;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
}

@media (max-width: 768px) {
  .cont9 .a9_v1 .a9_v1a1 .a9_v1b2 {
    width: 100%;
    font-size: 1.35rem;
    margin-top: 1rem;
  }
}
.cont9 .a9_v2 {
  margin-top: 4.75rem;
}

@media (max-width: 768px) {
  .cont9 .a9_v2 {
    margin-top: 0.5rem;
  }
}
.cont9 .a9_v2 li {
  width: 17.2711571675%;
  text-align: center;
}

@media (max-width: 768px) {
  .cont9 .a9_v2 li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
.cont9 .a9_v2 li i {
  width: 50%;
  display: block;
  font-size: 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont9 .a9_v2 li i {
    width: 33%;
  }
}
.cont9 .a9_v2 li i img {
  width: 100%;
}

.cont9 .a9_v2 li p {
  color: #000000;
  font: 700 2rem/1.1em "Barlow Condensed";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .cont9 .a9_v2 li p {
    font-size: 1.5rem;
  }
}
.cont9 .a9_v3 {
  margin-top: 6rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont9 .a9_v3 {
    margin-top: 2rem;
  }
}
.cont9 .a9_v3 u {
  display: block;
  font-size: 0;
  width: 100%;
}

.cont9 .a9_v3 u img {
  width: 100%;
}

.cont9 .a9_v3 .as-sd {
  position: absolute;
  left: 0;
  width: 100%;
  top: 58%;
}

.cont9 .a9_v3 .as-sd li {
  width: 7.875rem;
}

.cont9 .a9_v3 .as-sd li + li {
  margin-left: 3%;
}

.cont9 .a9_v3 .as-sd li img {
  width: 100%;
}

.cont16 {
  position: relative;
}
.cont16 .a16_v1 {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .imgasty {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.cont16 .a16_v1 .imgasty img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .imgasty img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont16 .a16_v1 .wh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh {
    position: static;
  }
}
.cont16 .a16_v1 .wh .tit {
  font-size: 3.125rem;
  line-height: 1.25em;
  font-weight: 700;
  margin-top: 4rem;
  text-align: center;
}
.cont16 .wh .tit{
      text-align: left; margin-top: 6rem;
}
.cont16  .wh .tit .pp2{
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .tit {
    margin-top: 2rem;
    font-size: 2rem;
    line-height: 1.125em;
  }
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .asjhx_ax1 {
    margin-top: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cont16 .a16_v1 .wh .asjhx_ax1 li {
  text-align: center;
  position: absolute;
  top: 14%;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .asjhx_ax1 li {
    position: static;
    padding: 0 2%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1rem;
  }
}
.cont16 .a16_v1 .wh .asjhx_ax1 li:nth-child(1) {
  left: 50%;
}
.cont16 .a16_v1 .wh .asjhx_ax1 li:nth-child(2) {
  left: 3%;
  top: 31%;
}
.cont16 .a16_v1 .wh .asjhx_ax1 li:nth-child(3) {
  left: 30%;
  top: 67%;
}
.cont16 .a16_v1 .wh .asjhx_ax2 li
{
    text-align: left;
}

.cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(1) {
    left: 24%;
    top: 39%;
}
.cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(2) {
 left: 24%;
    top: 66%;
}
.cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(3) {
    right: 24%;
    top: 68%;
    left: auto;
}.cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(4) {
     right: 5%;
    top: 52%;
    left: auto;

}
.cont16 .a16_v1 .wh .asjhx_ax1 li .tit1 {
  font-size: 2.5rem;
  line-height: 1.125em;
  font-weight: 700;
}

.cont16 .a16_v1 .wh .asjhx_ax2 li .tit1{
     font-size: 1.5rem;
}

@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .asjhx_ax1 li .tit1 {
    font-size: 1.75rem;
  }
}
.cont16 .a16_v1 .wh .asjhx_ax1 li p {
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 400;
}
.cont16 .a16_v1 .wh .asjhx_ax2 li p{
       font-size: 1.8rem;
    
}

@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .asjhx_ax1 li p {
    font-size: 1.75rem;
  }
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as {
  width: 40.7142857143%;
  margin-top: 10rem;
}.cont16 .a16_v1 .wh .a16_v1-asx2 .div-as{
background: #FFFFFF;
  margin-top: 2rem;  width: 28.7142857143%;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as {
    margin-top: 8rem;
    width: 100%;
    margin-top: 2rem;
  }
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .titast1 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.1em;
  text-transform: uppercase;
}
.cont16 .a16_v1 .wh .a16_v1-asx2 .div-as .cont-p .titast1{
     font-size: 1.5rem; 
     color: #000000;
}
.a16_v1-asx2 .bot-wz{
    padding: 1rem;
}
@media (max-width: 1024px) {
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .titast1 {
    font-size: 3.75rem;
  }
}

.cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .txt {
  font-size: 2rem;
  line-height: 1.125em;
  font-weight: 400;
  margin-top: 0.5rem;
}.cont16 .a16_v1 .wh .a16_v1-asx2 .div-as .cont-p .txt{
      font-size: 1.125rem; color: #000000;
}
@media (max-width: 1024px) {
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .txt {
    font-size: 1.65rem;
  }
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 i {
  display: block;
  width: 17.75rem;
  font-size: 0;
  margin-top: 1.5rem;
  margin-left: -7rem;
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 i img {
  width: 100%;
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx {
  width: 10.4375rem;
  text-align: center;
  margin-top: 2.5rem;
  margin-left: -4rem;
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx .img {
  width: 100%;
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx .img img {
  width: 100%;
}
.cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx p {
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 400;
}
.cont16 .a16_v2 {
  padding: 3rem 0 5.25rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 {
    padding: 1.5rem 0 2rem;
    background: #fff;
  }
}
.cont16 .a16_v2 .asjhjhxa {
  width: 34.4270833333%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 .asjhjhxa {
    display: none;
  }
}
.cont16 .a16_v2 .asjhjhxa img {
  width: 100%;
}
.cont16 .a16_v2 .a16_v2b1 {
  width: 71.1428571429%;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 .a16_v2b1 {
    width: 100%;
  }
}
.cont16 .a16_v2 .a16_v2b1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 .a16_v2b1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
  }
}
.cont16 .a16_v2 .a16_v2b1 li .img {
  padding: 0 18%;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 .a16_v2b1 li .img {
    padding: 0 20%;
  }
}
.cont16 .a16_v2 .a16_v2b1 li .img img {
  width: 100%;
}
.cont16 .a16_v2 .a16_v2b1 li p {
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .cont16 .a16_v2 .a16_v2b1 li p {
    font-size: 1.125rem;
  }
}

.tit1as {
  color: #262626;
  font-size: 4.375rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .tit1as {
    font-size: 2.2rem;
  }
}
.tit1as span {
  color: #D80C24;
}

.cont10 {
  padding: 7rem 0;
}

@media (max-width: 768px) {
  .cont10 {
    padding: 2.5rem 0;
  }
}
.cont10 .tit1as {
  margin-left: 10.2083333333%;
}

@media (max-width: 768px) {
  .cont10 .tit1as {
    margin-left: 0;
  }
}
.cont10 .mySwiper1 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .cont10 .mySwiper1 {
    margin-top: 1.8rem;
  }
}
.cont10 .mySwiper1 .swiper-slide a.cont .img {
  padding-bottom: 74.6732026144%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont10 .mySwiper1 .swiper-slide a.cont .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont10 .mySwiper1 .swiper-slide a.cont p {
  color: #262626;
  font: 600 2rem/1.5em "Barlow Condensed";
  text-align: center;
}

@media (max-width: 768px) {
  .cont10 .mySwiper1 .swiper-slide a.cont p {
    font-size: 1.5rem;
    line-height: 1.125em;
    margin-top: 0.65rem;
  }
}
.cont10 .mySwiper1 .swiper-slide.swiper-slide-active a.cont .img {
  padding-bottom: 99.0196078431%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont10 .mySwiper1 .swiper-slide.swiper-slide-active a.cont .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont11 {
  padding: 8rem 0 7.125rem;
  position: relative;
  background: #F5F5F7;
}

@media (max-width: 768px) {
  .cont11 {
    padding: 2.5rem 0;
  }
}
.cont11 .yysta {
  position: absolute;
  right: 10%;
  top: -10%;
}

.cont11 .tit_a3 {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-style: italic;
  position: relative;
  padding-bottom: 1.5rem;
  padding-right: 3em;
  margin-left: 8%;
}

@media (max-width: 768px) {
  .cont11 .tit_a3 {
    margin-left: 0;
    padding-bottom: 1rem;
    padding-right: 3em;
  }
}
.cont11 .tit_a3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.9375rem;
  background: -webkit-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -moz-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: -o-linear-gradient(left, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  background: linear-gradient(90deg, #D80C24 5.85%, rgba(216, 12, 36, 0) 100%);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .cont11 .tit_a3::after {
    height: 0.5rem;
  }
  .cont11 .yysta{
      display: none;
  }
}
.cont11 .a11_v1 {
  padding-left: 8%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .cont11 .a11_v1 {
    padding-left: 0;
    margin-top: 1.25rem;
  }
}
.cont11 .a11_v1 .a11_b1 {
  width: 33.6090225564%;
  color: #262626;
  font: 400 2rem/1.15em "Barlow Condensed";
}

@media (max-width: 768px) {
  .cont11 .a11_v1 .a11_b1 {
    width: 100%;
    font-size: 1.5rem;
  }
}
.cont11 .a11_v1 .a11_b1 b {
  font-weight: 700;
  text-transform: uppercase;
}

.cont11 .a11_v1 .a11_b2 {
  width: 62.7819548872%;
  position: relative;
}
.cont11 .a11_v1 .a11_b2 .ash-as {
  width: 100%;
  height: 100%;
}
.cont11 .a11_v1 .a11_b2 .ash-as video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .cont11 .a11_v1 .a11_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont11 .a11_v1 .a11_b2 u {
  display: block;
  font-size: 0;
}

.cont11 .a11_v1 .a11_b2 u img {
  width: 100%;
}

.cont11 .a11_v1 .a11_b2 .wehhas {
  position: absolute;
  width: 38.3802816901%;
  right: -14.5%;
  top: -29%;
}

.cont11 .a11_v1 .a11_b2 .wehhas img {
  width: 100%;
}

.cont11 .a11_v1 .a11_b2 .cont {
  position: absolute;
  width: 39.2814371257%;
  top: 16%;
  right: 21.5%;
}

.cont11 .a11_v1 .a11_b2 .cont svg {
  width: 100%;
}

.cont11 .a11_v1 .a11_b2 .cont i#xiaca {
  display: block;
  font-size: 0;
  position: absolute;
  width: 33.2317073171%;
  right: -12%;
  top: -20%;
  -webkit-transform: rotate(89deg);
  -moz-transform: rotate(89deg);
  -ms-transform: rotate(89deg);
  -o-transform: rotate(89deg);
  transform: rotate(89deg);
}

.cont11 .a11_v1 .a11_b2 .cont i#xiaca img {
  width: 100%;
}

.cont12 {
  background: #D80C24;
  padding: 4.375rem 0;
}
.cont12 label.error{
    color: #fff;
    margin-left: 1em;
}
@media (max-width: 768px) {
  .cont12 {
    padding: 2.5rem 0;
  }
}
.cont12 .cont12_v1 .cont12_b1 {
  width: 43.5416666667%;
  position: relative;
}

@media (max-width: 768px) {
  .cont12 .cont12_v1 .cont12_b1 {
    width: 100%;
  }
}
.cont12 .cont12_v1 .cont12_b1 .tit {
  color: #fff;
  font-size: 15.9375rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cont12 .cont12_v1 .cont12_b1 .tit {
    font-size: 7rem;
    line-height: 1.1em;
  }
}
.cont12 .cont12_v1 .cont12_b1 u {
  width: 60%;
  display: block;
  font-size: 0;
  position: absolute;
  right: -30%;
  bottom: 0;
}

@media (max-width: 768px) {
  .cont12 .cont12_v1 .cont12_b1 u {
    right: -4%;
    width: 40%;
  }
}
.cont12 .cont12_v1 .cont12_b1 u img {
  width: 100%;
}

.cont12 .cont12_v1 .cont12_b2 {
  width: 44.7916666667%;
}

@media (max-width: 768px) {
  .cont12 .cont12_v1 .cont12_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont12 .cont12_v1 .cont12_b2 form .jarta dl {
  width: 47.7929984779%;
  margin-bottom: 0.8rem;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dt {
  color: #fff;
  font-size: 1.125rem;
  padding-bottom: 0.45em;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd input {
  width: 100%;
  color: #333333;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  padding: 0 0.5em;
  background: #fff;
  border: 1px solid #fff;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #333333;
  text-transform: capitalize;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333333;
  text-transform: capitalize;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333333;
  text-transform: capitalize;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
  text-transform: capitalize;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl dd select {
  width: 100%;
  color: #333333;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  text-transform: capitalize;
  padding: 0 0.5em;
  background: #fff;
  border: 1px solid #fff;
  height: 3.125rem;
}

.cont12 .cont12_v1 .cont12_b2 form .jarta dl:nth-child(3) {
  width: 100%;
}

.cont12 .cont12_v1 .cont12_b2 form .more-msl {
  outline: none;
  border: none;
  margin-top: 1rem;
}

.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;
  color: #fff;
  font-size: 1.6rem;
}

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

@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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.foot-fot .foota1 .d_logo a {
  display: block;
}

.foot-fot .foota1 .d_logo a img {
  width: 100%;
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.5rem/1.3em "Barlow Condensed";
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.foot-fot .foota1:last-child .sec p:nth-child(1){
    display: none;
    
}
.foot-fot .foota1 .sec {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1.375rem/1.4em "Barlow Condensed";
}

.foot-fot .foota1 .sec > a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota1 .sec > a:hover {
  color: #fff;
}

.foot-fot .foota1 .sec p a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.foot-fot .foota1 .sec p a:hover {
  color: #fff;
}

.foot-fot .foota1 .sec .as1t2 {
  margin-top: 1rem;
}

.foot-fot .foota1 .sec .as1t2 li + li {
  margin-left: 0.5rem;
}

.foot-fot .foota1 .sec .as1t2 li a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.foot-fot .foota1 .sec .as1t2 li a:hover {
  color: #fff;
}

.foot-fot .foota1 .sec .as1t2 li a i {
  font-size: 1.5rem;
}

.foot-fot .foota1 .sec .as1t2 li a i.icon-linkedin {
  font-size: 1.25rem;
}

.foot-fot .foota1 .soreaas a {
  display: block;
  font-size: 0;
  margin-top: 0.5rem;
  width: 9.875rem;
}

.foot-fot .foota1 .soreaas a img {
  width: 100%;
}

.foot-fot .foota2 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
}

.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}

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

.foot-fot .foota2 .as1t1 div + div {
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .foot-fot .foota2 .as1t1 div + div {
    margin-left: 0;
  }
}
.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

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

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
}
/*手机底部*/
@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;
  }
}
.fix_chat {
  position: fixed;
  bottom: -100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  right: 0;
  z-index: 1001;
  width: 25.875rem;
  color: #262626;
  background-color: #F5F5F5;
  overflow: hidden;
  padding: 1.5rem 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

.fix_chat.active {
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.fix_chat .top {
  color: #262626;
  font: 600 2.8125rem/1.2em "Barlow Condensed";
}

.fix_chat .top .close_chat {
  line-height: 1;
}

.fix_chat .top .close_chat i {
  color: #A8A8A8;
  font-size: 1.8rem;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  cursor: pointer;
}

.fix_chat .top .close_chat i:hover {
  color: #D80C24;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fix_chat .center form dl {
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .fix_chat .center form dl {
    margin-top: 0.2rem;
  }
}
.fix_chat .center form dl dt {
  color: #454444;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.1em;
}

.fix_chat .center form dl dd input {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  width: 100%;
  padding: 0 1em;
}

.fix_chat .center form dl dd select {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 1rem) center #fff;
}

.fix_chat .center form dl dd textarea {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  padding: 0.6875rem 1em;
  font-size: 1rem;
  font-family: "Barlow Condensed";
  width: 100%;
}

.fix_chat .center form .more-msl {
  border: none;
  outline: none;
  width: 11rem;
  line-height: 3.125rem;
  margin-top: 0.8rem;
}

.diffusion {
  width: 100vw;
  height: 100vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.diffusion-child {
  width: 100%;
  height: 100%;
  /* 用 transform: scale 不改变元素位置的特性，来固定动画所在位置，也就不用去更改元素宽高来形成扩散效果*/
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-animation: diffusion linear infinite 5s;
  -moz-animation: diffusion linear infinite 5s;
  -o-animation: diffusion linear infinite 5s;
  animation: diffusion linear infinite 5s;
  position: absolute;
  top: 0;
  left: 0;
}

.diffusion-child.inset {
  background-color: transparent;
  box-shadow: inset 0 0 2rem rgba(255, 255, 255, 0.85);
}

.a2v1 .wh {
  position: relative;
  z-index: 2;
}

.a2v1 .diffusion {
  right: -35%;
  bottom: -52%;
}
@media (max-width: 768px) {
  .a2v1 .diffusion {
    bottom: -11%;
  }
}

.a2v1 .diffusion-child.inset {
  box-shadow: inset 2rem 2rem 2rem rgba(255, 255, 255, 0.85);
}

.diffusion-child.delay-1s {
  /* 给第二个圆 一个延时动画，错开动画的时间轴，实现多重扩散效果 */
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.diffusion-child.delay-2s {
  /* 给第二个圆 一个延时动画，错开动画的时间轴，实现多重扩散效果 */
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.diffusion-child.delay-3s {
  /* 给第二个圆 一个延时动画，错开动画的时间轴，实现多重扩散效果 */
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.diffusion-child.delay-4s {
  /* 给第二个圆 一个延时动画，错开动画的时间轴，实现多重扩散效果 */
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.diffusion-child.delay-5s {
  /* 给第二个圆 一个延时动画，错开动画的时间轴，实现多重扩散效果 */
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

.diffusion .layout {
  /* 
            // 由于 perspective 只能对其子集的3D变换属性起效果,对于 其自身的 3D变换 不起效果，
            // 所以需要额外嵌套一层进行 3D 变换
            */
  width: 100%;
  height: 100%;
  -webkit-transform: rotateX(70deg);
  -moz-transform: rotateX(70deg);
  transform: rotateX(70deg);
}

.diffusion.d3d {
  /* 开启3D透视， 视距 里目标点 150 像素（距离越小，透视效果越明显, 距离越大，越接近俯视） */
  -webkit-perspective: 150px;
  -moz-perspective: 150px;
  perspective: 150px;
}

@-webkit-keyframes diffusion {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  /* 
        // 中间插入两个关键帧，用于更改动画的视觉效果，
        // 原理跟动画曲线类似，但是由于关键帧可以单独控制每个属性的过程，
        // 相对比较简单一些。
         */
  30% {
    opacity: 1;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes diffusion {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  /* 
        // 中间插入两个关键帧，用于更改动画的视觉效果，
        // 原理跟动画曲线类似，但是由于关键帧可以单独控制每个属性的过程，
        // 相对比较简单一些。
         */
  30% {
    opacity: 1;
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    opacity: 1;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes diffusion {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  /* 
        // 中间插入两个关键帧，用于更改动画的视觉效果，
        // 原理跟动画曲线类似，但是由于关键帧可以单独控制每个属性的过程，
        // 相对比较简单一些。
         */
  30% {
    opacity: 1;
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    opacity: 1;
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes diffusion {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  /* 
        // 中间插入两个关键帧，用于更改动画的视觉效果，
        // 原理跟动画曲线类似，但是由于关键帧可以单独控制每个属性的过程，
        // 相对比较简单一些。
         */
  30% {
    opacity: 1;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.a4b1 {
  z-index: 1;
}

.a4b1 .diffusion-child.inset {
  box-shadow: inset 0 0 2rem rgba(216, 12, 36, 0.2);
}

.a4b1 .diffusion {
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.a4b1 .diffusion .layout {
  -webkit-transform: rotateX(42deg);
  -moz-transform: rotateX(42deg);
  transform: rotateX(42deg);
}

@-webkit-keyframes topas {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes topas {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-o-keyframes topas {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes topas {
  /* 扩散其实就是从透明，中心点缩放为0，到不透明，缩放为100% 的过程 */
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.ny-body {
  padding-top: 6.0625rem;
}

.nbanner {
  position: relative;
}

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

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

.nbanner .nywen {
  width: 100%;
  top: 40%;
}

.nbanner .nywen .tit {
  color: #fff;
  font: 900 5rem/1.2em "Barlow Condensed";
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}

@media (max-width: 768px) {
  .nbanner .nywen .tit {
    font-size: 3.2rem;
  }
}
@media (max-width: 990px) {
  .nbanner .nywen {
    text-align: center;
    top: 50%;
  }
}
.gelp-a1v1 {
  padding: 12.5rem 0 4.6875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media (max-width: 768px) {
  .gelp-a1v1 {
    padding: 2rem 0;
  }
}
.gelp-a1v1 .tit {
  color: #fff;
  font-family: "Barlow Condensed";
  font-size: 4.5rem;
  /*font-style: italic;*/
  font-weight: 600;
  text-shadow: .3rem .3rem .3rem rgba(0,0,0,.15);
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 768px) {
  .gelp-a1v1 .tit {
    font-size: 2.2rem;
  }
}
.gelp-a1v1 form {
  width: 49.7916666667%;
  margin: 1.5rem auto 0;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 0.625rem;
}

@media (max-width: 768px) {
  .gelp-a1v1 form {
    width: 90%;
    margin-top: 0.75rem;
  }
}
.gelp-a1v1 form button {
  width: 4.0625rem;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  line-height: 3.75rem;
  height: 3.75rem;
}

.gelp-a1v1 form button i {
  color: #D80C24;
  font-size: 1.5em;
  line-height: 3.75rem;
}

.gelp-a1v1 form input {
  width: -webkit-calc(98% - 4.0625rem);
  width: -moz-calc(98% - 4.0625rem);
  width: calc(98% - 4.0625rem);
  font: 400 1.25rem/3.75rem "Barlow Condensed";
  background: transparent;
  color: #333;
}

.gelp-a1v1 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9E9E9E;
}

.gelp-a1v1 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9E9E9E;
}

.gelp-a1v1 form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9E9E9E;
}

.gelp-a1v1 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9E9E9E;
}

.gelp-cont1 .gelp-a1v2 {
  background: #F7F7F9;
  padding: 5.25rem 0;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 {
    padding: 0.5rem 0 2rem;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 {
    display: block;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li {
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 li {
    margin-top: 1.5rem;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg {
  display: block;
  text-align: center;
  padding: 7.8125rem 0 5.3125rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg {
    padding: 3.5rem 0;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p u {
  display: block;
  font-size: 0;
  width: 25%;
  margin: 0 auto;
}

.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p u img {
  width: 100%;
}

.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p .tit {
  color: #262626;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p .tit {
    margin-top: 3rem;
    font-size: 1.5rem;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p .p {
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v2 .gelp-a1list1 li a.aimg .cont-p .p {
    font-size: 1.25rem;
  }
}
.gelp-cont1 .gelp-a1v2 .gelp-a1list1 li:hover {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
}

.gelp-cont1 .gelp-a1v3 .mbxa {
  color: #524F53;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
}

.gelp-cont1 .gelp-a1v3 .mbxa a {
  color: #524F53;
}

.gelp-cont1 .gelp-a1v3 .mbxa a:hover {
  color: #D80C24;
}

.gelp-cont1 .gelp-a1v3 .gelp-a1v2va {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va {
    margin-top: 0;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 {
  width: 25%;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 {
    width: 100%;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan {
  background: #fff;
  padding: 2rem 13% 2.5rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan {
    padding: 1.5rem 5%;
    margin-top: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan li {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan li {
    width: 50%;
    margin-top: 0;
  }
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan li:nth-child(n+3) {
    margin-top: 0.8rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan li a {
  display: block;
  color: #262626;
  font: 600 1.25rem/1.5em "Barlow Condensed";
}

.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c1 .shaixuan li a.active {
  color: #D80C24;
}

.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 {
  width: 71.5277777778%;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .tit-ast .tit1 {
  color: #262626;
  font: 700 2.25rem/1.2em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .tit-ast .tit1 {
    font-size: 1.5rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .tit-ast .ftita {
  color: #524F53;
  font: 400 1.375rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .tit-ast .ftita {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 {
    margin-top: 0;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li {
  background: #FFFFFF;
}

.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li + li {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li + li {
    margin-top: 1rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax {
  display: block;
  padding: 1.5rem 4%;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax {
    padding: 1.25rem 6%;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax .as1 {
  color: #262626;
  font: 600 2rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax .as1 {
    font-size: 1.35rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax .as2 {
  color: #524F53;
  font: 500 1.5rem/1.5em "Barlow Condensed";
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax .as2 {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.gelp-cont1 .gelp-a1v3 .gelp-a1v2va .gelp-a1c2 .gelp-a1c2_list1 li a.more-sax:hover .as1 {
  color: #D80C24;
}

.foot-fot1 .foota2 {
  padding: 2rem 0;
  color: rgba(98, 98, 98, 0.5);
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .foot-fot1 .foota2 {
    padding: 1.5rem 0;
  }
}
.foot-fot1 .foota2 a {
  color: rgba(98, 98, 98, 0.5);
}

.foot-fot1 .foota2 a:hover {
  color: #262626;
}

@media (max-width: 768px) {
  .foot-fot1 .foota2 .as1t1 div {
    text-align: center;
    width: 100%;
  }
}
.foot-fot1 .foota2 .as1t1 div + div {
  margin-left: 1.5em;
}

@media (max-width: 768px) {
  .foot-fot1 .foota2 .as1t1 div + div {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .foot-fot1 .foota2 .as1t2 {
    margin-top: 0.5rem;
    width: 100%;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.foot-fot1 .foota2 .as1t2 li + li {
  margin-left: 0.5rem;
}

.foot-fot1 .foota2 .as1t2 li a {
  display: block;
  color: rgba(117, 117, 117, 0.5);
}

.foot-fot1 .foota2 .as1t2 li a:hover {
  color: #262626;
}

.foot-fot1 .foota2 .as1t2 li a i {
  font-size: 1.5rem;
}

@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;
  }
}
.ny-tit {
  color: #262626;
}

.ny-tit .tit {
  font: 500 3.125rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
  font-style: italic;
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 2rem;
    line-height: 1.3em;
  }
}
.ny-tit .text {
  font: 600 1.75rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .ny-tit .text {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}
.list-contact {
  padding: 6.25rem 0 5.375rem;
  border-bottom: 1px solid #F7F7F9;
}

@media (max-width: 768px) {
  .list-contact {
    padding: 2rem 0;
  }
}
.list-contact .list-contacta1 {
  width: 47.2916666667%;
}

@media (max-width: 768px) {
  .list-contact .list-contacta1 {
    width: 100%;
  }
}
.list-contact .list-contacta1 form dl {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .list-contact .list-contacta1 form dl {
    margin-top: 0.4rem;
  }
}
.list-contact .list-contacta1 form dl dt {
  color: #262626;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}

.list-contact .list-contacta1 form dl dt.b {
  font-family: "Barlow Condensed";
}

.list-contact .list-contacta1 form dl dd input {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  width: 100%;
  padding: 0 1em;
}

.list-contact .list-contacta1 form dl dd select {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 1rem) center #fff;
}

.list-contact .list-contacta1 form dl dd textarea {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  padding: 0.6875rem 1em;
  font-size: 1rem;
  font-family: "Barlow Condensed";
  width: 100%;
}

.list-contact .list-contacta1 form dl dd .my-f input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5em;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.list-contact .list-contacta1 form dl dd .my-f input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.list-contact .list-contacta1 form dl dd .my-f input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.list-contact .list-contacta1 form dl dd .my-f p {
  color: #524F53;
  font: 500 1.125rem/1.2rem "Barlow Condensed";
  width: -webkit-calc(90% - 1.125rem);
  width: -moz-calc(90% - 1.125rem);
  width: calc(90% - 1.125rem);
}

.list-contact .list-contacta1 form .more-msl {
  outline: none;
  border: none;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .list-contact .list-contacta1 form .more-msl {
    margin-top: 1rem;
  }
}
.list-contact .list-contacta2 {
  width: 45.625%;
}

@media (max-width: 768px) {
  .list-contact .list-contacta2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.list-contact .list-contacta2 .img {
  margin-top: 1.4rem;
}

@media (max-width: 768px) {
  .list-contact .list-contacta2 .img {
    margin-top: 1rem;
  }
}
.list-contact .list-contacta2 .img img {
  width: 100%;
}

.list-contact .list-contacta2 .p {
  color: #262626;
  font: 500 1.5rem/2em "Barlow Condensed";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .list-contact .list-contacta2 .p {
    font-size: 1.25rem;
    line-height: 1.5em;
    margin-top: 0.4em;
  }
}
.list-contact .list-contacta2 .p a {
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #262626;
}

.list-contact .list-contacta2 .p a:hover {
  color: #D80C24;
}

.help-cont1 {
  background: #fff;
  padding: 4rem 0 8.4375rem;
  /*margin-top: -12.5rem;*/
}

@media (max-width: 768px) {
  .help-cont1 {
    padding: 2rem 0;
  }
}
.help-cont1 .gelp-a1list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
}

@media (max-width: 768px) {
  .help-cont1 .gelp-a1list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .help-cont1 .gelp-a1list1 {
    display: block;
  }
}
.help-cont1 .gelp-a1list1 li {
  background: #F1F1F1;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}

@media (max-width: 768px) {
  .help-cont1 .gelp-a1list1 li {
    margin-top: 1.5rem;
  }
}
.help-cont1 .gelp-a1list1 li a.aimg {
  display: block;
  text-align: center;
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .help-cont1 .gelp-a1list1 li a.aimg {
    padding: 3.5rem 0;
  }
}
.help-cont1 .gelp-a1list1 li a.aimg .cont-p u {
  display: block;
  font-size: 0;
  width: 50%;
  margin: 0 auto;
}

.help-cont1 .gelp-a1list1 li a.aimg .cont-p u img {
  width: 100%;
}

.help-cont1 .gelp-a1list1 li a.aimg .cont-p .tit {
  color: #262626;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 2.625rem;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .help-cont1 .gelp-a1list1 li a.aimg .cont-p .tit {
    margin-top: 2.25rem;
    font-size: 1.5rem;
  }
}
.help-cont1 .gelp-a1list1 li a.aimg .cont-p .p {
  color: #524F53;
  font: 500 1.5rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .help-cont1 .gelp-a1list1 li a.aimg .cont-p .p {
    font-size: 1.25rem;
  }
}
.help-cont1 .gelp-a1list1 li:hover {
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.16);
}

.help-cont2 {
  padding: 5.375rem 0 3.5rem;
  background: #F1F1F1;
}

@media (max-width: 768px) {
  .help-cont2 {
    padding: 2rem 0;
  }
}
.help-cont2 .tit i {
  display: block;
  width: 3.8125rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .help-cont2 .tit i {
    width: 2rem;
    margin-right: 0.5rem;
  }
}
.help-cont2 .tit i img {
  width: 100%;
}

.help-cont2 .tit p {
  color: #262626;
  font: 600 3.75rem/1.5em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .help-cont2 .tit p {
    font-size: 2rem;
  }
}
.help-cont2 .help-a2_list1 {
  margin-top: 1.5rem;
}

.help-cont2 .help-a2_list1 li {
  border-bottom: 1px solid #C1C1C1;
  padding: 0.6rem 0;
  position: relative;
}

.help-cont2 .help-a2_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0.5rem;
  background: #D80C24;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .help-cont2 .help-a2_list1 li::after {
    height: 0.3rem;
  }
}
.help-cont2 .help-a2_list1 li .dt p {
  color: #000000;
  font: 500 2.5rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .help-cont2 .help-a2_list1 li .dt p {
    font-size: 1.5rem;
    width: 80%;
    line-height: 1.25em;
  }
}
.help-cont2 .help-a2_list1 li .dt i {
  color: #D80C24;
  font: 700 1.5rem/1.5em "Barlow Condensed";
}

.help-cont2 .help-a2_list1 li .dt i.icon-a-Vector2136Stroke {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .help-cont2 .help-a2_list1 li .dt i {
    font-size: 1rem;
  }
  .help-cont2 .help-a2_list1 li .dt i.icon-a-Vector2136Stroke {
    font-size: 0.75rem;
  }
}
.help-cont2 .help-a2_list1 li .wehha-job {
  display: none;
  color: #000000;
  font: 400 2.25rem/1.125em "Barlow Condensed";
  padding-bottom: 0.65em;
}

@media (max-width: 768px) {
  .help-cont2 .help-a2_list1 li .wehha-job {
    font-size: 1.25rem;
  }
}
.help-cont2 .help-a2_list1 li:nth-child(1) .wehha-job {
  display: block;
}

.help-cont2 .help-a2_list1 li.active::after {
  width: 100%;
}

.help-cont2 a.more-msl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .help-cont2 a.more-msl {
    margin-top: 1.5rem;
  }
}
.sybanner {
  position: relative;
}

.sybanner .hdast {
  position: absolute;
  left: -5%;
  bottom: -1px;
  width: 110%;
  font-size: 0;
}

.sybanner .hdast img {
  width: 100%;
}

.sybanner .img {
  position: relative;
}

.sybanner .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .sybanner .img img {
    height: 100vw;
  }
}
.sybanner .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sybanner .gelp-a1v2 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
  font-family: "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
  top: 30%;
}


.sybanner .gelp-a1v2 .awhjt img {
  height: 4.1875rem;
}

@media (max-width: 768px) {
  .sybanner .gelp-a1v2 .awhjt img {
    height: 2.5rem;
  }
}
.sybanner .gelp-a1v2 .p {
  margin-top: 1rem;
  font-style: normal;
  font-size: 3rem;
}

@media (max-width: 768px) {
  .sybanner .gelp-a1v2 .p {
    font-size: 2rem;
    line-height: 1.125em;
  }
}
.sybanner .gelp-a1v2 a.more-msl {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sybanner .gelp-a1v2 a.more-msl {
    margin-top: 1rem;
  }
}
.cpbanner {
  position: relative;
}

.cpbanner .hdast {
  position: absolute;
  left: -5%;
  bottom: -1px;
  width: 110%;
  font-size: 0;
}

.cpbanner .hdast img {
  width: 100%;
}

.cpbanner .img {
  position: relative;
}

.cpbanner .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .cpbanner .img img {
    height: 70vw;
  }
}
.cpbanner .gelp-a1v2 {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 4.375rem;
  line-height: 1em;
  font-weight: 700;
  font-family: "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
  top: 45%;
}

@media (max-width: 768px) {
  .cpbanner .gelp-a1v2 {
    font-size: 2rem;
  }
}
.cpbanner .gelp-a1v2 .p {
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1.125em;
}

@media (max-width: 768px) {
  .cpbanner .gelp-a1v2 .p {
    font-size: 2rem;
  }
}
.gongtat .tit {
  color: #262626;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;

}

@media (max-width: 768px) {
  .gongtat .tit {
    font-size: 2rem;
  }
}
.gongtat .p {
  color: #494848;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .gongtat .p {
    font-size: 1.35rem;
  }
}
.sy-cont1 {
  padding: 10rem 0 5rem;
  position: relative;
  z-index: 1;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2025/06/微信图片_20250617103138.png) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
     height: 80rem;
     background-position: top top;
     margin-top: -10rem;
}

.sy-cont1 .sy-a1v1 {
padding-top: 10rem;
  position: relative;
  z-index: 2;

}

@media (max-width: 768px) {
  .sy-cont1 .sy-a1v1 {
    padding-top: 4rem;
  }
}
.sy-a1bbycsd {
  visibility: hidden;
}

.sy-a1b1, .sy-a1b2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sy-cont1 .sy-a1bb {
  width: 100%;
  padding: 0 20%;
  text-align: center;
  margin: 0 auto;
  
}

@media (max-width: 768px) {
  .sy-cont1 .sy-a1bb {
    width: 100%;
    padding: 0;
  }
}
.sy-cont2 {
  padding: 10rem 0 15.625rem;
  position: relative;
  /*z-index: 1;*/
  background: url(https://dck-tools.bcdn8.com/uploads-2/2024/05/Group-66361.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
     
}

@media (max-width: 768px) {
  .sy-cont2 {
    padding: 2rem 0;
  }
}
.sy-cont2 .astst1 {
  width: 32.34375%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sy-cont2 .astst1 img {
  width: 100%;
}

.sy-cont2 .as1 {
  width: 32.34375%;
  position: absolute;
  left: 0;
  top: 0;
}

.sy-cont2 .as1 img {
  width: 100%;
}

.sy-cont2 .as2 {
  width: 32.34375%;
  right: 0;
  bottom: 0;
  position: absolute;
}

.sy-cont2 .as2 img {
  width: 100%;
}

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

.sy-cont2 .sy-a2v1 {
  margin-top: 1rem;
}

.sy-cont2 .sy-a2v1 .sy-a2b1 {
  width: 47.4722222222%;
}

@media (max-width: 768px) {
  .sy-cont2 .sy-a2v1 .sy-a2b1 {
    width: 100%;
  }
}
.sy-cont2 .sy-a2v1 .sy-a2b1 .tit {
  color: #D80C24;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .sy-cont2 .sy-a2v1 .sy-a2b1 .tit {
    font-size: 1.75rem;
  }
}
.sy-cont2 .sy-a2v1 .sy-a2b1 .p1 {
  color: #494848;
  font-size: 2rem;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .sy-cont2 .sy-a2v1 .sy-a2b1 .p1 {
    font-size: 1.5rem;
  }
}
.sy-cont2 .sy-a2v1 .sy-a2b1 a.more-msl {
  margin-top: 2rem;
      background-image: url(../images/ashghgt3.svg);
          width: 18.125rem;
}

@media (max-width: 768px) {
  .sy-cont2 .sy-a2v1 .sy-a2b1 a.more-msl {
    margin-top: 1rem;    width: 14.125rem;
  }
}
.sy-cont2 .sy-a2v1 .sy-a2b2 {
  width: 51.4583333333%;
}

@media (max-width: 768px) {
  .sy-cont2 .sy-a2v1 .sy-a2b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.sy-cont2 .sy-a2v1 .sy-a2b2 img {
  width: 100%;
}

.sy-cont3 {
  position: relative;
  padding: 4.0625rem 0 9.375rem;
}

@media (max-width: 768px) {
  .sy-cont3 {
    padding: 2rem 0 1rem;
  }
}
.sy-cont3 .ast1 {
  width: 32.34375%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}

.sy-cont3 .ast1 img {
  width: 100%;
}

.sy-cont3 .sy-a3b1 {
  width: 59.375%;
}

@media (max-width: 768px) {
  .sy-cont3 .wh {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sy-cont3 .sy-a3b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sy-cont3 .heng1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .sy-cont3 .heng1 {
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.sy-cont4 {
  padding-bottom: 11.25rem;
}

@media (max-width: 768px) {
  .sy-cont4 {
    padding-bottom: 3rem;
  }
}
.sy-cont4 .sy-a4_listt1 li {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .sy-cont4 .sy-a4_listt1 li {
    margin-top: 1rem;
  }
}
.sy-cont4 .sy-a4_listt1 li .img {
  width: 49.9305555556%;
}

@media (max-width: 768px) {
  .sy-cont4 .sy-a4_listt1 li .img {
    width: 100%;
  }
}
.sy-cont4 .sy-a4_listt1 li .img img {
  width: 100%;
}

.sy-cont4 .sy-a4_listt1 li .cont-p {
  width: 43.1805555556%;
  color: #494848;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1em;
  hyphens: auto;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .sy-cont4 .sy-a4_listt1 li .cont-p {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
}
.sy-cont4 .sy-a4_listt1 li .cont-p .tit {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.125em;
}

@media (max-width: 768px) {
  .sy-cont4 .sy-a4_listt1 li .cont-p .tit {
    font-size: 2rem;
    margin-bottom: 0.65rem;
  }
}
.sy-cont4 .sy-a4_listt1 li:nth-child(2n) .img {
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 768px) {
  .sy-cont4 .sy-a4_listt1 li:nth-child(2n) .img {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.sy-cont5 {
  background: #F5F5F7;
  padding: 5.9375rem 0 8.75rem;
}

.sy-cont5 .sy-a5b1 {
  text-align: center;
}

.sy-cont5 .sy-a5b1 .p {
  width: 44.375%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.8rem;
}

.sy-cont5 .swiperhelp {
  margin-top: 4rem;
  position: relative;
}

.sy-cont5 .swiperhelp .swiper-slide .cont-p {
  padding: 0 15%;
  text-align: center;
  display: block;
}

.sy-cont5 .swiperhelp .swiper-slide .cont-p u {
  display: block;
  font-size: 0;
  width: 8.5rem;
  margin: 0 auto;
}

.sy-cont5 .swiperhelp .swiper-slide .cont-p u img {
  width: 100%;
}

.sy-cont5 .swiperhelp .swiper-slide .cont-p .tit {
  color: #494848;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.25em;
}

.sy-cont5 .swiperhelp .swiper-slide .cont-p .p {
  color: #494848;
  font-size: 2rem;
  line-height: 1.1em;
  margin-top: 1rem;
}

.sy-cont5 .swiperhelp .gont-jas > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.75rem;
  z-index: 1;
}

.sy-cont5 .swiperhelp .gont-jas > div img {
  width: 100%;
}

.sy-cont5 .swiperhelp .gont-jas > div.swiper-button-next1 {
  right: 20%;
}

.sy-cont5 .swiperhelp .gont-jas > div.swiper-button-prev1 {
  left: 20%;
}

.sy-cont6 {
  position: relative;
  z-index: 1;
}

.sy-cont6 .sy-a6vasta {
  background: url(https://imgs-data-brwq.bcdn8.com/dck0616/uploads/rd/20250617112608.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  padding: 15.625rem 0 17rem;
}

@media (max-width: 768px) {
  .sy-cont6 .sy-a6vasta {
    padding: 2.5rem 0;
  }
}
.sy-cont6 .hasxa1 {
  width: 58.1944444444%;
  position: absolute;
  left: 0;
  top: -5rem;
  z-index: -2;
}

@media (max-width: 768px) {
  .sy-cont6 .hasxa1 {
    width: 35%;
    top: -2rem;
  }
}
.sy-cont6 .hasxa1 img {
  width: 100%;
}

.sy-cont6 .sy-a6b1 {
  width: 54.0555555556%;
}

@media (max-width: 768px) {
  .sy-cont6 .sy-a6b1 {
    width: 100%;
  }
}
.sy-cont6 .sy-a6b1 .tit {
  color: #fff;
}

.sy-cont6 .sy-a6b1 .p {
  color: #fff;
}

.sy-cont6 .sy-a6b2 {
  width: 29.0833333333%;

}

@media (max-width: 768px) {
  .sy-cont6 .sy-a6b2 {
    width: 100%;
  }
}
.sy-cont6 .sy-a6b2 img {
  width: 100%;
}

.sy-cont6 .as-sd {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .sy-cont6 .as-sd {
    margin-top: 1.5rem;
  }
}
.sy-cont6 .as-sd li {
  width: 14.4375rem;
  padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .sy-cont6 .as-sd li {
    width: 38%;
  }
}
.sy-cont6 .as-sd li a.ast {
  display: block;
  font-size: 0;
}

.sy-cont6 .as-sd li a.ast img {
  width: 100%;
}

.sy-cont7 {
  background: #F1F1F1;
  padding: 6.75rem 0 4.375rem;
}

.sy-cont7 .xw_asjra1 {
  margin: 0 -0.75rem;
  margin-top: 2rem;
}

.sy-cont7 .xw_asjra1 li {
  width: 31.875%;
  padding: 0 0.75rem;
  margin-top: 1.5rem;
}

.sy-cont7 .xw_asjra1 li .cont-p {
  background: #fff;
  padding: 2rem 7%;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a {
  width: 60%;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a u {
  width: 3.125rem;
  border-radius: 50%;
  display: block;
  font-size: 0;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a u img {
  width: 100%;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a .asjhat {
  margin-left: 0.5rem;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a .asjhat .tisad {
  color: #262626;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.2em;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 .cont-past1a .asjhat p {
  color: #524F53;
  font-size: 1rem;
  line-height: 1.2em;
}

.sy-cont7 .xw_asjra1 li .cont-p .cont-past1 a.more-ast i {
  color: #333333;
  font-size: 1.25rem;
}

.sy-cont7 .xw_asjra1 li .cont-p a.name {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
  margin: 2rem 0;
}

.sy-cont7 .xw_asjra1 li .cont-p a.name:hover {
  color: #D80C24;
}

.sy-cont7 .xw_asjra1 li .cont-p .data {
  color: #524F53;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.sy-cont7 .sy-a7b2 {
  margin-top: 2.5rem;
}

.sy-cont7 .sy-a7b2 .tit {
  line-height: 1.1em;
  margin-bottom: 2rem;
}

.head.active .head2 {
  background-color: transparent;
}

.head.active .head2 .toubuas {
  display: none;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/ysdemo/uploads/20240401/d11a8dede949777133dd2613e55cce4f.jpg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
}

.navigators::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.navigators.active {
  height: 100%;
}

.navigators .weggta {
  width: 100%;
  position: relative;
  z-index: 1;
}

.navigators .weggta .xl-nav li a {
  color: #fff;
  font-size: 8rem;
  line-height: 1em;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
  font-weight: 700;
  position: relative;
}

.navigators .weggta .xl-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 90%;
  margin-top: -0.15rem;
  width: 0;
  height: 0.3rem;
  background: #D80C24;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.navigators .weggta .xl-nav li:hover a::after {
  width: 100%;
}

.navigators .weggta .cjhajsb-p {
  margin-top: 1rem;
}

.navigators .weggta .cjhajsb-p .p1 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Barlow Condensed";
  line-height: 1.4em;
}

.navigators .weggta .cjhajsb-p .as1t2 {
  margin-top: 0.5rem;
}

.navigators .weggta .cjhajsb-p .as1t2 li + li {
  margin-left: 0.5rem;
}

.navigators .weggta .cjhajsb-p .as1t2 li a {
  display: block;
  color: #fff;
}

.navigators .weggta .cjhajsb-p .as1t2 li a:hover {
  color: #D80C24;
}

.navigators .weggta .cjhajsb-p .as1t2 li a i {
  font-size: 1.5rem;
}

.tc-content table {
  background: #E8E8E8;
}

.tc-content table tr:nth-child(2n-1) {
  background: #fff;
}

.tc-content table tr:nth-child(1) {
  background: #DA2233;
}

.tc-content table tr:nth-child(1) td {
  font-size: 2rem;
  font-style: italic;
  text-align: center !important;
  color: #fff;
}

.tc-content table tr:nth-child(1) td sup {
  font-size: 1rem;
  vertical-align: super;
  line-height: 1em;
  top: 0;
  font-style: normal;
}

.tc-content table tr td {
  color: #000;
  font-size: 1.25rem;
  border: 1px solid #fff;
  text-align: center;
  padding: 0.2em 5em;
}

.tc-content table tr td b {
  font-weight: 700;
}

.tc-content table tr td:nth-child(1) {
  text-align: right;
}

.cp-contt {
  padding: 14rem 0 14.2rem;
  position: relative;
}

@media (max-width: 768px) {
  .cp-contt {
    padding: 2.5rem 0;
  }
}
.cp-contt .wh {
  position: relative;
  z-index: 1;
}

.cp-contt .cp-a1b1 {
  width: 46.1805555556%;
}

@media (max-width: 768px) {
  .cp-contt .cp-a1b1 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }
}
.cp-contt .cp-a1b1 .tit1 {
  color: #010101;
  font-size: 5.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3.2rem;
}

@media (max-width: 768px) {
  .cp-contt .cp-a1b1 .tit1 {
    font-size: 2rem;
      margin-bottom: 1rem;
  }
}
.cp-contt .cp-a1b1 .tit2 {
  color: #262626;
  font-size: 3.375rem;
  line-height: 1.125em;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cp-contt .cp-a1b1 .tit2 {
    font-size: 1.8rem;
  }
}
.cp-contt .cp-a1b1 .tit2 span {
  color: #D80C24;
  /*font-style: italic;*/
}

.cp-contt .cp-a1b1 .p1 {
  color: #494848;
  font-size: 2rem;
  line-height: 1.2em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cp-contt .cp-a1b1 .p1 {
    font-size: 1.35rem;
    margin-top: 0.5rem;
  }
}
.cp-contt .cp-a1b1 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-contt .cp-a1b1 a.more-msl {
    margin-top: 1rem;
  }
}
.cp-contt .cp-a1b2 {
  width: 51.4583333333%;
}

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


/*.cp-contt:nth-child(2n-1) .cp-a1b1 {*/
/*  -webkit-order: 2;*/
/*  -moz-box-ordinal-group: 3;*/
/*  -ms-flex-order: 2;*/
/*  order: 2;*/
/*}*/

.cp-cont1 .ast1 {
  width: 45.0520833333%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cp-cont1 .ast1 img {
  width: 100%;
}

.cp-cont2 .ast1 {
  width: 45.0520833333%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.cp-cont2 .ast1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cp-cont3 .ast1 {
  width: 45.0520833333%;
  position: absolute;
  right: 0;
  top: 0;
}

.cp-cont3 .ast1 img {
  width: 100%;
}

.cp-cont3 .ast2 {
  width: 58.28125%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.cp-cont3 .ast2 img {
  width: 100%;
}

.abt-a1b1 {
  color: #fff;
  width: 50%;
}

@media (max-width: 768px) {
  .abt-a1b1 {
    width: 100%;
  }
}
.abt-a1b1 .tit {
  font: 500 3.75rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-a1b1 .tit {
    font-size: 2.25rem;
  }
}
.abt-a1b1 .p {
  font: 400 2rem/1.2em "Barlow Condensed";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-a1b1 .p {
    font-size: 1.55rem;
    margin-top: 0.7rem;
  }
}
.abt-cont1 {
  padding: 7.125rem 0 6.625rem;
}

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

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 .ny-tit .tit {
  line-height: 1;
  font-weight: 600;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 71.18056%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 1em;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 .p {
  color: #262626;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  text-align: justify;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 .p strong {
  font-size: 2rem;
  line-height: 1.1em;
  text-align: left;
  display: block;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .p {
    font-size: 1.25rem;
  }
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 .p strong {
    font-size: 1.5rem;
  }
}
.abt-cont1 .abt-a1_v2 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 {
    margin-top: 1.25rem;
  }
}
.abt-cont1 .abt-a1_v2 .spbja {
  position: relative;
}

.abt-cont1 .abt-a1_v2 .spbja .img {
  position: relative;
}

.abt-cont1 .abt-a1_v2 .spbja .pc_only {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 .spbja .img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .abt-cont1 .abt-a1_v2 .spbja .img img {
    height: 60vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .abt-cont1 .abt-a1_v2 .spbja .pc_only {
    display: none;
  }
}
.abt-cont1 .abt-a1_v2 .spbja a.spbf {
  display: none;
  width: 6.125rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 .spbja a.spbf {
    width: 3.5rem;
    display: block;
  }
}
.abt-cont1 .abt-a1_v2 .spbja a.spbf img {
  width: 100%;
}

.abt-cont1 .abt-a1_v2 .spbja .data {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  padding: 0 5%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 .spbja .data {
    padding: 0 5%;
  }
}
.abt-cont1 .abt-a1_v2 .spbja .data .tit {
  font-size: 4.375rem;
  line-height: 1.4em;
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 .spbja .data .tit {
    font-size: 1.8rem;
  }
}
.abt-cont1 .abt-a1_v2 .spbja .data .p {
  font-size: 1.875rem;
  line-height: 1em;
  font-family: "Barlow Condensed";
  font-weight: 400;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v2 .spbja .data .p {
    font-size: 1rem;
  }
}
.abt-cont2 {
  background: #F5F5F4;
  padding: 7.5rem 0 8rem;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
  .ny-tit .tit {
    text-align: left;
  }
  .ny-tit .text {
    text-align: justify;
  }
}
.abt-cont2 .support-a2_list1 {
  margin: 0 -2%;
  margin-top: 4.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 .support-a2_list1 {
    margin: 0;
    margin-top: 1rem;
  }
}
.abt-cont2 .support-a2_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: 33.3333333333%;
  color: #262626;
  padding: 1.5rem 2%;
}

@media (max-width: 768px) {
  .abt-cont2 .support-a2_list1 dl {
    width: 100%;
    padding: 0.8rem 0;
  }
}
.abt-cont2 .support-a2_list1 dl i {
  display: block;
  font-size: 0;
  width: 4.125rem;
}

.abt-cont2 .support-a2_list1 dl i img {
  width: 100%;
}

.abt-cont2 .support-a2_list1 dl dt {
  font: 600 2rem/1.15em "Barlow Condensed";
  margin: 0.25em 0;
}

@media (max-width: 768px) {
  .abt-cont2 .support-a2_list1 dl i {
    width: 3.125rem;
  }
  .abt-cont2 .support-a2_list1 dl dt {
    font-size: 1.5rem;
  }
}
.abt-cont2 .support-a2_list1 dl dd {
  font: 400 1.5rem/1.15em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont2 .support-a2_list1 dl dd {
    font-size: 1.125rem;
  }
}
.abt-cont3 {
  padding: 6.25rem 0 6.75rem;
}

.abt-cont3 .ny-tit .text {
  font-weight: 500;
}

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

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 {
    padding: 0;
  }
}
.abt-cont3 .abt-a3_v1 dl {
  width: 46%;
  text-align: center;
  color: #262626;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 dl {
    margin-top: 1rem;
  }
}
.abt-cont3 .abt-a3_v1 dl dt {
  font: 400 5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 dl dt {
    font-size: 2.5rem;
  }
}
.abt-cont3 .abt-a3_v1 dl dt span {
  font-weight: 600;
}

.abt-cont3 .abt-a3_v1 dl dd {
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 dl dd {
    font-size: 1.25rem;
    margin-top: 0.4em;
    text-align: left;
  }
}
.abt-cont4 .abt-a4_v1 dl .img {
  width: 50%;
}

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

.abt-cont4 .abt-a4_v1 dl .cont-p {
  width: 50%;
  background: #F5F5F4;
  padding: 0 12.5% 0 3.75%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1366px) {
  .abt-cont4 .abt-a4_v1 dl .cont-p {
    padding-right: 5.78125%;
  }
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 dl .cont-p {
    width: 100%;
    padding: 1.5rem 4%;
  }
}
.abt-cont4 .abt-a4_v1 dl .cont-p .ny-tit .tit {
  line-height: 1.2em;
}

.abt-cont4 .abt-a4_v1 dl .cont-p .ny-tit .text {
  font-size: 1.5rem;
  margin: 1rem 0 2rem;
  font-family: "Barlow Condensed";
  font-weight: 400;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 dl .cont-p .ny-tit .text {
    font-size: 1.25rem;
    margin: 0.5rem 0 1rem;
  }
}
.abt-cont4 .abt-a4_v1 dl:nth-child(2n) .img {
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 dl:nth-child(2n) .img {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.abt-cont4 .abt-a4_v1 dl:nth-child(2n) .cont-p {
  padding: 0 3.75% 0 12.5%;
}

@media (max-width: 1366px) {
  .abt-cont4 .abt-a4_v1 dl:nth-child(2n) .cont-p {
    padding-left: 5.78125%;
  }
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 dl:nth-child(2n) .cont-p {
    padding: 1.5rem 4%;
  }
}
.abt-cont5 {
  padding: 5rem 0;
}

.abt-cont5 .text {
  margin-top: 1rem;
  font-weight: 500;
}

.abt-cont5 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding: 2.2rem 0;
  }
  .abt-cont5 .text {
    text-align: justify;
    margin-top: 0.25rem;
  }
  .abt-cont5 a.more-msl {
    margin-top: 1rem;
  }
  .abt-cont5 .ta {
    text-align: left;
  }
}
.mbx {
  font: 500 1.125rem/1.5em "Barlow Condensed";
  padding: 1em 0;
  text-transform: uppercase;
  position: relative;
  z-index: 9;
}

@media (max-width: 768px) {
  .mbx {
    padding: 0.8em 0;
  }
}
.mbx a {
  color: #3E3E3E;
}

.mbx a:hover {
  color: #D80C24;
}

.mbx span {
  color: #3E3E3E;
  padding: 0 0.2em;
}

.list-news-content {
  padding: 1rem 0 4.625rem;
}

@media (max-width: 768px) {
  .list-news-content {
    padding: 0 0 2rem;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 {
  width: 64.5833333333%;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 {
    width: 100%;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.625rem 0;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li {
    padding: 1rem 0;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 25%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 35.9139784946%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
    padding-bottom: 70%;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
    width: 100%;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont {
  width: 57.8494623656%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont {
    width: 100%;
    margin-top: 1rem;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont span {
  display: block;
  color: #524F53;
  font: 500 1.125rem/1.2em "Barlow Condensed";
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit {
  display: block;
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit {
    font-size: 1.25rem;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit:hover {
  color: #D80C24;
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 {
  width: 100%;
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li a.img {
  width: 25%;
  padding-bottom: 18%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li .cont {
  width: 72%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li .cont {
    width: 100%;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li.weut .cont {
  width: 100%;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 {
  width: 31.25%;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a2 {
    width: 100%;
    display: none;
  }
}
.list-news-content .list-news-contentv1 .list-news-content_a2 .tit {
  color: #262626;
  font: 600 2.25rem/1.1em "Barlow Condensed";
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
  padding: 0.5em 0 0.25em;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd select {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: #fff;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 1rem) center #fff;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx {
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input {
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  text-indent: 1em;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx button {
  border: none;
  background: transparent;
  width: 3rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx button i {
  color: #D80C24;
  font-size: 1.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 {
  margin-top: 1.5625rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 {
  margin-top: 0.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl a {
  display: block;
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
  padding: 0.5em 0;
  padding-left: 1.5em;
  background: url(../images/dian.svg) no-repeat 0.7rem 1.6rem;
  -o-background-size: 0.4rem auto;
  background-size: 0.4rem auto;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl a:hover {
  color: #D80C24;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl + dl {
  border-top: 1px solid #EBEBEB;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 {
  margin-top: 1.5625rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list {
  margin-top: 0.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list a {
  display: inline-block;
  color: #524F53;
  font: 500 1.375rem/2.6875rem "Barlow Condensed";
  padding: 0 1.5em;
  background: #F5F5F4;
  -webkit-clip-path: polygon(90% 0%, 100% 25%, 100% 75%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0%, 100% 25%, 100% 75%, 90% 100%, 0 100%, 0 0);
  margin-top: 0.875rem;
  margin-right: 1rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list a:hover {
  background: #D80C24;
  color: #fff;
}

.pager {
  margin-top: 3.875rem;
}

@media (max-width: 768px) {
  .pager {
    margin-top: 2rem;
  }
}
.pager .pager-ul li {
  display: inline-block;
  margin: 0 0.2rem;
}

.pager .pager-ul li a, .pager .pager-ul li i {
  display: block;
  width: 2.5625rem;
  height: 2.3125rem;
  color: #000000;
  font: 500 0.875rem/2.3125rem "zta";
  background: url(../images/as1.svg) no-repeat center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.pager .pager-ul li i {
  color: #3D3D3D;
  font-weight: 600;
  font-size: 0.75rem;
}

.pager .pager-ul li:hover a, .pager .pager-ul li:hover i, .pager .pager-ul li.on a, .pager .pager-ul li.on i {
  background-image: url(../images/as2.svg);
  color: #fff;
}

.nbanner1 {
  background: #f0f0f0;
  position: relative;
  padding-bottom: 4.375rem;
}

@media (max-width: 768px) {
  .nbanner1 {
    padding-bottom: 2rem;
  }
}
.nbanner1 .mbx {
  border-top: none;
}

.nbanner1 .mbx, .nbanner1 .mbx a, .nbanner1 .mbx span {
  color: #D80C24;
}

.nbanner1 .mbx a:hover {
  color: rgba(216, 12, 36, 0.8);
}

.nbanner1 .tit {
  color: #D80C24;
  font: 600 5rem/1.1em "Barlow Condensed";
  font-style: italic;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .nbanner1 .tit {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.nbanner1 u {
  width: 25.46875%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.nbanner1 u img {
  width: 100%;
}

.news-show-content {
  padding: 3rem 0 5rem;
}

.news-show-content .news-show-contenta2 .content {
  color: #262626;
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .news-show-content .news-show-contenta2 .content {
    font-size: 1.25rem;
  }
  .news-show-content {
    padding: 1rem 0 2rem;
  }
}
.news-show-content .news-show-contentv1 .news-show-contenta1 {
  width: 14.44444%;
}

@media (max-width: 768px) {
  .news-show-content .news-show-contentv1 .news-show-contenta1 {
    display: none;
  }
}
.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxsa a {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  display: block;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxsa a.b {
  -moz-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-top: 1rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxsa a:hover {
  color: #D80C24;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan {
  margin-top: 2.375rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan p {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas {
  margin-top: 1em;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas li {
  margin-top: 0.5rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas li a {
  display: block;
  width: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #000000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas li a i {
  font-size: 1rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas li a i.icon-linkedin {
  font-size: 0.81rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta1 .fenxan .soreaas li a:hover {
  background: #D80C24;
}

.news-show-content .news-show-contentv1 .news-show-contenta2 {
  width: 83.33333%;
}

@media (max-width: 768px) {
  .news-show-content .news-show-contentv1 .news-show-contenta2 {
    width: 100%;
  }
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .tit {
  color: #262626;
  font: 600 2.5rem/1.2em "Barlow Condensed";
  text-align: center;
}

.news-show-content .news-show-contentv1 .news-show-contenta2 .data {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .news-show-content .news-show-contentv1 .news-show-contenta2 .data {
    padding: 1rem 0;
  }
  .news-show-content .news-show-contentv1 .news-show-contenta2 .tit {
    font-size: 1.8rem;
  }
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .content {
  padding: 2rem 0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  color: #262626;
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .news-show-content .news-show-contentv1 .news-show-contenta2 .content {
    padding: 1rem 0;
    font-size: 1.25rem;
  }
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .content .a1 {
  font-size: 2rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta2 .content .a2 {
  font-size: 1.8rem;
}

.news-show-content .news-show-contentv1 .news-show-contenta2 .content img {
  /*width: 100%;*/
}

.news-show-content .news-show-contentv1 .news-show-contenta2 .fhhuaas {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .news-show-content .news-show-contentv1 .news-show-contenta2 .content .a1 {
    font-size: 1.8rem;
  }
  .news-show-content .news-show-contentv1 .news-show-contenta2 .content .a2 {
    font-size: 1.5rem;
  }
  .news-show-content .news-show-contentv1 .news-show-contenta2 .fhhuaas {
    margin-top: 1rem;
  }
}
/*yuy*/
.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.5rem/4.125rem "Barlow Condensed";
  font-style: normal;
  display: block;
}

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

.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 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: block;
  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;
  }
}
.bj-ys-content {
  /*background: #F7F7F7;*/
  padding: 5rem 0;
}

.bj-ys-content .top-p {
  line-height: 1.5em;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .bj-ys-content .top-p {
    font-size: 1.5rem;
  }
}
.bj-ys-content .top-p i {
  font-size: 2.5rem;
  font-weight: 600;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .bj-ys-content .top-p i {
    font-size: 2rem;
  }
}
.bj-ys-content .cont-p .mo-cont a + a {
  margin-left: 1.5rem;
}

.bj-ys-content .cont-p .tit {
  font: 600 3.75rem/1.2em "Barlow Condensed";
  text-transform: uppercase;
  padding: 2rem 0 1rem;
}

@media (max-width: 768px) {
  .bj-ys-content .cont-p .tit {
    font-size: 3rem;
  }
}
.bj-ys-content .cont-p .text {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .bj-ys-content .cont-p .text {
    font-size: 1.25rem;
  }
}
.bj-ys-content .cont-p .text1 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.bj-ys-content .cont-p .text1 a {
  color: #D80C24;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .bj-ys-content .cont-p .text1 {
    font-size: 1.25rem;
  }
}
.bj-ys-content .cont-p .asjxa {
  margin-top: 1.5rem;
}

.bj-ys-content .cont-p .asjxa li {
  font-size: 1.5rem;
  line-height: 2em;
}

.bj-ys-content .cont-p .asjxa li i {
  font-size: 1.5rem;
  margin-right: 0.5em;
}

.bj-ys-content .cont-p .mo-cont {
  margin-top: 2rem;
}

.nbanner .hdast {
  position: absolute;
  left: -5%;
  bottom: -1px;
  width: 110%;
  font-size: 0;
}

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

.wehgha-cxint .t1 {
  font: 600 3.125rem/1.5em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

.wehgha-cxint strong, .wehgha-cxint .t2 {
  font: 600 1.75rem/1.2em "Barlow Condensed";
  margin-bottom: 1em;
  display: block;
}

.wehgha-cxint .t3 {
  font: 600 1.45rem/1.2em "Barlow Condensed";
}

.wehgha-cxint p.p1 {
  position: relative;
  padding-left: 0.5em;
}

.wehgha-cxint p.p1:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.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: 600px;
}

@media (max-width: 768px) {
  .pead-jsda1 .pead-cont {
    width: 80%;
  }
}
.pead-jsda1 .pead-cont .sec-top a.footab{
        display: flex;
           text-transform: none;
}
.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 .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
.head2 .top-aa .pead-jsda1 .pead-cont a.jataxta i{
     color: #262626 !important;
}
.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.5rem / 4.125rem "Barlow Condensed";
    font-style: normal;
    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;
  }
}
@media (max-width: 768px) {
  .wehgha-cxint .t1 {
    font-size: 2rem;
    line-height: 1.3em;
  }
  .wehgha-cxint strong, .wehgha-cxint .t2 {
    font-size: 1.5rem;
  }
  .wehgha-cxint .t3 {
    font-size: 1.25rem;
  }
}


.list-news-content {
  padding: 3.4375rem 0 4.625rem;
}

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

.list-news-content .list-news-contentv1 .list-news-content_a1 {
  width: 64.58333%;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 {
    width: 100%;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.625rem 0;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li {
    padding: 1rem 0;
  }
}

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

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
    padding-bottom: 70%;
  }
}

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

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
    width: 100%;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont {
  width: 57.84946%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont {
    width: 100%;
    margin-top: 1rem;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont span {
  display: block;
  color: #524F53;
  font: 400 1.125rem/1.2em "Barlow Condensed";
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit {
  display: block;
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit {
    font-size: 1.25rem;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit:hover {
  color: #D80C24;
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 {
  width: 100%;
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li a.img {
  width: 25%;
  padding-bottom: 18%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li .cont {
  width: 72%;
}

@media (max-width: 450px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li .cont {
    width: 100%;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a1.w100 .news-list li.weut .cont {
  width: 100%;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 {
  width: 31.25%;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a2 {
    width: 100%;
    display: none;
  }
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .tit {
  color: #262626;
  font: 600 2.25rem/1.1em "Barlow Condensed";
  font-style: italic;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
  padding: 0.5em 0 0.25em;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd select {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  background: #fff;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  height: 3.125rem;
  width: 100%;
  padding: 0 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/aghghx.svg) no-repeat scroll -webkit-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 1rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 1rem) center #fff;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  overflow: hidden;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input {
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  width: -webkit-calc(100% - 3rem);
  width: -moz-calc(100% - 3rem);
  width: calc(100% - 3rem);
  text-indent: 1em;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx button {
  border: none;
  background: transparent;
  width: 3rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2d1 dl dd .conx button i {
  color: #D80C24;
  font-size: 1.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 {
  margin-top: 1.5625rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 {
  margin-top: 0.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl a {
  display: block;
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
  padding: 0.5em 0;
  padding-left: 1.5em;
  background: url(../images/dian.svg) no-repeat 0.7rem 1.6rem;
  -o-background-size: 0.4rem auto;
     background-size: 0.4rem auto;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl a:hover {
  color: #D80C24;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c2 .list-news-content_a2d2 dl + dl {
  border-top: 1px solid #EBEBEB;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 {
  margin-top: 1.5625rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list {
  margin-top: 0.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list a {
  display: inline-block;
  color: #524F53;
  font: 400 1.375rem/2.6875rem "Barlow Condensed";
  padding: 0 1.5em;
  background: #F5F5F4;
  -webkit-clip-path: polygon(90% 0%, 100% 25%, 100% 75%, 90% 100%, 0 100%, 0 0);
          clip-path: polygon(90% 0%, 100% 25%, 100% 75%, 90% 100%, 0 100%, 0 0);
  margin-top: .875rem;
  margin-right: 1rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c3 .tag-list a:hover {
  background: #D80C24;
  color: #fff;
}
.ys404{
        font: 600 13rem/1em "Barlow Condensed";
    color: #ccc;
}
.emptydiv{
   padding: 2rem 0 3rem;  
   font-size: 1.25rem;
}
label.error{
    color: #D80C24;
    font-size: 1rem;
    margin: 0;
}
@media (max-width: 768px) {
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .titast1 {
    font-size: 2.75rem;
  }
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .txt{
              font-size: 1.5rem;
  }
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 i{
          width: 12.75rem;    margin-left: 0;
  }
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx{
      width: 8.4375rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .asjx1 .wehxa-ercx p{
      font-size: 1.5rem;
  }
  .cont16 .a16_v1{
      padding-bottom: 2rem;
  }
}
@media (max-width: 768px){
   .ys404{
       font-size: 10rem;
   } 
   .page404{
       padding: 0.5rem 0;
   }
   .emptydiv{
   padding: 2rem 0;  
}
}
/*2024/6/6 下载列表*/
.list-products-content {
  padding: 2.375rem 0 8.75rem;
}

@media (max-width: 768px) {
  .list-products-content {
    padding: 2rem 0 2.65rem;
  }
}

.list-products-content .tads-a .tit {
  font: 500 2.25rem/1.5em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .list-products-content .tads-a .tit {
    font-size: 2rem;
  }
}

@media (max-width: 540px) {
  .list-products-content .tads-a .ashs-a {
    width: 100%;
  }
}

.list-products-content .tads-a .ashs-a a {
  display: inline-block;
  color: rgba(38, 38, 38, 0.6);
  font: 400 1.125rem/1.8em "Barlow Condensed";
  border: 1px solid #EBEBEB;
  padding: 0 0.5em;
  border-radius: .3125rem;
}

@media (max-width: 540px) {
  .list-products-content .tads-a .ashs-a a {
    margin-top: 0.5rem;
  }
}

.list-products-content .tads-a .ashs-a a + a {
  margin-left: 0.3em;
}

.list-products-content .tads-a .ashs-a a i {
  color: #797979;
  font-size: 1.125rem;
  font-weight: 600;
}

.list-products-content .tads-a .ashs-a a:hover {
  background: #F5F5F5;
}

.list-products-content .agge_a {
  border: 1px solid #EBEBEB;
  border-bottom: none;
  margin-top: 1.5625rem;
  overflow: hidden;
}

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

.list-products-content .agge_a li {
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
}

.list-products-content .agge_a li dt {
  width: 20%;
  border-right: 1px solid #EBEBEB;
  text-indent: 10%;
  color: #373737;
  font: 600 1.25rem/1.5em "Barlow Condensed";
  padding: 0.7em 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.list-products-content .agge_a li dt p {
  width: 100%;
}

@media (max-width: 768px) {
  .list-products-content .agge_a li dt {
    text-indent: 4%;
    font-size: 1.125rem;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(235, 235, 235, 0.5);
    padding: 0.75em 0;
    background: #F5F5F5;
  }
}

.list-products-content .agge_a li .weggaa {
  width: 80%;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  padding: 0.7em 2%;
}

@media (max-width: 768px) {
  .list-products-content .agge_a li .weggaa {
    padding: 1em;
    font-size: 1rem;
    line-height: 1.8em;
    width: 100%;
    padding: 0.5em 1em;
  }
}

.list-products-content .agge_a li .weggaa .wheh_a {
  color: rgba(38, 38, 38, 0.6);
}

.list-products-content .agge_a li .weggaa .wheh_a a.glqh {
  display: inline-block;
  margin-right: 1em;
  color: rgba(38, 38, 38, 0.6);
}

.list-products-content .agge_a li .weggaa .wheh_a a.glqh::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .3125rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  -webkit-transform: translateY(-0.135rem);
     -moz-transform: translateY(-0.135rem);
      -ms-transform: translateY(-0.135rem);
       -o-transform: translateY(-0.135rem);
          transform: translateY(-0.135rem);
}

@media (max-width: 768px) {
  .list-products-content .agge_a li .weggaa .wheh_a a.glqh::before {
    width: 1rem;
    height: 1rem;
  }
}

.list-products-content .agge_a li .weggaa .wheh_a a.glqh.checked:before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.list-products-content .agge_a li .weggaa .wheh_a a.dltt {
  display: inline-block;
  margin-right: 1em;
  color: rgba(38, 38, 38, 0.6);
}

.list-products-content .agge_a li .weggaa .wheh_a a.dltt.on, .list-products-content .agge_a li .weggaa .wheh_a a.dltt:hover {
  color: #D80C24;
}

.list-products-content .agge_a li .weggaa.cur {
  padding: 0;
}

@media (max-width: 768px) {
  .list-products-content .agge_a li .weggaa.cur {
    padding: 0;
  }
}

.list-products-content .agge_a li .weggaa.cur .wheh_a {
  padding: 0.7em 2%;
  width: 100%;
}

@media (max-width: 768px) {
  .list-products-content .agge_a li .weggaa.cur .wheh_a {
    padding: 0.5em 1em;
  }
}

.list-products-content .agge_a li .weggaa.cur .wheh_a + .wheh_a {
  border-top: 1px solid #EBEBEB;
}

.list-products-content .cp_as-tit {
  border-bottom: 1px dotted #EBEBEB;
  padding: 1em 0 0.45em;
}

.list-products-content .cp_as-tit .tit {
  width: auto;
  color: rgba(38, 38, 38, 0.8);
  font: 600 1.25rem/1.6em "Barlow Condensed";
}

.list-products-content .cp_as-tit .werhcxsa {
  text-transform: uppercase;
}

.list-products-content .cp_as-tit .werhcxsa p {
  color: rgba(38, 38, 38, 0.6);
  font: 500 1rem/2.5rem "Barlow Condensed";
}

.list-products-content .cp_as-tit .xw-ssk-a1 {
  width: 7.5rem;
}

@media (max-width: 1366px) {
  .list-products-content .cp_as-tit .xw-ssk-a1 {
    width: 7.5rem;
  }
}

@media (max-width: 990px) {
  .list-products-content .cp_as-tit .xw-ssk-a1 {
    width: 8.5rem;
  }
}

.selectBox.ss-lsitb1 {
  position: relative;
  width: 100%;
}

.selectBox.ss-lsitb1 #inptSelect {
  width: 100%;
  font: 500 1rem/2.5rem "Barlow Condensed";
  padding: 0 8%;
}

.selectBox.ss-lsitb1 .ww_btn_Dropdown_arrow i {
  color: #D80C24;
  font-size: 1rem;
  font-weight: 600;
}

.selectBox.ss-lsitb1 .optionDiv {
  display: none;
  width: 100%;
  position: absolute;
  left: auto;
  top: 0;
  margin-top: 2.5rem;
  border-radius: 1px;
  background: #fff;
  z-index: 100;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.selectBox.ss-lsitb1 .optionDiv.ulShow {
  display: block;
}

.selectBox.ss-lsitb1 .optionDiv ul li {
  cursor: pointer;
  line-height: 2rem;
  font-size: .875rem;
  text-indent: 0.5em;
  padding: 0 4%;
}

.selectBox.ss-lsitb1 .optionDiv ul li a {
  display: block;
}

.selectBox.ss-lsitb1 .optionDiv ul li:hover {
  background-color: #D80C24;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -moz-transition: .5s all;
  transition: .5s all;
}

.selectBox.ss-lsitb1 .optionDiv ul li:hover a {
  color: #fff;
}

.selectBox.ss-lsitb1 .optionDiv ul li a.active {
  background: #D80C24;
  color: #fff;
}
.catalog-cont1 {
  margin-top: 2.4125rem;
}

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

.catalog-cont1 .catalog-a1_list1 dl {
  background: #F5F5F5;
  width: 48.61111%;
  padding: 2rem 2.5%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .catalog-cont1 .catalog-a1_list1 dl {
    margin-top: 1rem;
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}

.catalog-cont1 .catalog-a1_list1 dl a.tit {
  display: block;
  color: #000000;
  font: 600 1.5rem/1.5em "Barlow Condensed";
}

.catalog-cont1 .catalog-a1_list1 dl a.tit:hover {
  color: #D80C24;
}

.catalog-cont1 .catalog-a1_list1 dl a.bcca {
  margin-top: 0.75em;
}

@media (max-width: 768px) {
  .catalog-cont1 .catalog-a1_list1 dl a.bcca {
    margin-top: 0.5em;
  }
}

.catalog-cont1 .catalog-a1_list1 dl a.bcca i {
  width: 1.5625rem;
  display: block;
  font-size: 0;
}

.catalog-cont1 .catalog-a1_list1 dl a.bcca i img {
  width: 100%;
}

.catalog-cont1 .catalog-a1_list1 dl a.bcca p {
  color: #000000;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.catalog-cont1 .catalog-a1_list1 dl a.bcca p:hover {
  color: #D80C24;
}

.gelp-a1c2 form {
  width: 70%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 0.625rem;
}

@media (max-width: 768px) {
  .gelp-a1c2 form {
    width: 100%;
  }
}
.gelp-a1c2 form button {
  width: 4.0625rem;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  line-height: 3.75rem;
  height: 3.75rem;
}

.gelp-a1c2 form button i {
  color: #D80C24;
  font-size: 1.5em;
  line-height: 3.75rem;
}

.gelp-a1c2 form input {
  width: -webkit-calc(98% - 4.0625rem);
  width: -moz-calc(98% - 4.0625rem);
  width: calc(98% - 4.0625rem);
  font: 400 1.25rem/3.75rem "Barlow Condensed";
  background: transparent;
  color: #333;
}

.gelp-a1c2 form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #9E9E9E;
}

.gelp-a1c2 form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #9E9E9E;
}

.gelp-a1c2 form input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #9E9E9E;
}

.gelp-a1c2 form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9E9E9E;
}
.video-list li{
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.video-list li .spimg{
    width: 32%;
}
.video-list li .spimg video{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.video-list li .cont-p{
    width: 65%;
}
.video-list li .cont-p .tit{
        color: #262626;
    font: 600 2rem / 1.5em "Barlow Condensed";
}
.video-list li .cont-p .txt{
     color: #524F53;
    font: 500 1.25rem / 1.35em "Barlow Condensed";
    margin-top: 0.25rem;
}
.nt-cp-content{
    background: url(https://dck-tools.bcdn8.com/uploads-2/2024/05/场景-scaled.jpg) no-repeat center;
  background-size: cover;
  padding: 20rem 0 14rem;
}
.nt-cp-sort1 li{
        width: 14.4375rem;
    padding: 0.5rem 0.5rem;
}
.nt-cp-sort1 li a.ast {
  display: block;
  font-size: 0;
}
.nt-cp-sort1 li a.ast img {
  width: 100%;
}
@media (max-width: 768px){
    .video-list li .spimg{
        width: 100%;
    }
    .video-list li .cont-p{
        width: 100%;
               margin-top: 0.65rem;
    }
    .video-list li .cont-p .tit{
        font-size: 1.6rem;
    }
    .video-list li .cont-p .txt{
        font-size: 1.125rem;
    }
}

.aarranties .img {
    position: relative;
    margin-top: 1rem;
}
.aarranties .img .cont {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font: 500 2rem / 1.35em "Barlow Condensed";
    font-style: italic;
    padding: 0 3% 2rem;
}


.aarranties  .p p.tit {
    color: #000;
    font: 500 2rem / 1.35em "Barlow Condensed";
    font-style: italic;
    padding: 0.5rem 0;
    text-align: center;
    margin: 2rem 0 1rem;
}.aarranties .p2{
    margin: 1rem  0 .5rem;
}
/*最新代码*/
.fanzhu-a{
margin-left: 1.2rem;
}

.gowebsit a{
        color: rgba(255, 255, 255, 0.5);
    font: 400 1.125rem / 1.5em "Barlow Condensed";
    display: block;
    
}.gowebsit-div .a1{
        font: 400 1.5rem / 1.5em "Barlow Condensed";
        color: #fff;
        text-transform: uppercase;
}
.gowebsit-div{
    margin-bottom: .5rem;
}
.gowebsit a i{
    position: relative;
   top: .1rem;
}
.top-aa >p{
    margin-right: 1rem;
}

/**/
.sybanner .gelp-a1v2{
    font-style:normal; 
    top: 40%;
}

.sybanner .gelp-a1v2 .awhjt{
    font-size: 5rem;
    line-height: 1;
}.sybanner .gelp-a1v2 .p{
    font-size: 3rem;
    line-height: 1;
}.sybanner .gelp-a1v2 .p span{
    font-weight: normal;
}.gongtat .p{
    text-align: justify;
}
.mySwiper-index-pro .swiper-button-prev1{
    left: -10rem;
    top: 45%;
}.mySwiper-index-pro .swiper-button-next1{
    right: -10rem;    top: 45%;
}
.mySwiper-index-pro .swiper-button-prev1 img{
  width: 100%;
  -webkit-filter: invert(53%) sepia(2%) saturate(7%) hue-rotate(357deg) brightness(98%) contrast(91%);
          filter: invert(53%) sepia(2%) saturate(7%) hue-rotate(357deg) brightness(98%) contrast(91%);
}
.mySwiper-index-pro .swiper-button-next1 img{
    filter: brightness(0) invert(1);
     -webkit-filter: brightness(0) invert(1);
}
.mySwiper-index-pro .swiper-button-prev1:hover img, .mySwiper-index-pro .swiper-button-next1:hover img {
  -webkit-filter: none;
          filter: none;
}

.mySwiper-index-pro .swiper-button-prev1,.mySwiper-index-pro .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
  position: absolute;
}

.title-big{
    font-size: 3rem;
    color: #D80C24;
    font-weight:  bold;
    line-height: 1;
}
.mySwiper-index-pro2 {
    position: relative;
}

.mySwiper-index-pro2 .swiper-button-prev1{
    left: 5rem;
    top: 45%;    z-index: 2;
}.mySwiper-index-pro2 .swiper-button-next1{
    right: 5rem;    top: 45%;
    z-index: 2;
}.mySwiper-index-pro2 .swiper-button-prev1 img,.mySwiper-index-pro2 .swiper-button-next1 img{
       width: 100%;
  -webkit-filter: invert(53%) sepia(2%) saturate(7%) hue-rotate(357deg) brightness(98%) contrast(91%);
          filter: invert(53%) sepia(2%) saturate(7%) hue-rotate(357deg) brightness(98%) contrast(91%);
}
@media (max-width: 768px) {
    .sy-cont2 .sy-a2v1 .sy-a2b1 .p1{
        font-size: 1.25rem;
    }
    .sy-cont1{
        height: auto;
    }
    .sy-cont6 .sy-a6b2{
    padding: 1rem 0;
}
    .mySwiper-index-pro2 .swiper-button-prev1{
        left: 1rem;
    }.mySwiper-index-pro2 .swiper-button-next1{  right: 1rem; }
   
    
 .mySwiper-index-pro .swiper-button-prev1, .mySwiper-index-pro .swiper-button-next1 {
    width: 2rem;
    top: 19%;
  }
} #menu .nav_a1 li .sec .cont-p .ast1 .box .a1{
    font-size: 1rem;	color: #383838;
}
#menu .nav_a1 li .sec .cont-p .ast1 .box .a2{
    	color: #383838;
    font-size: 1.3125rem;
    	font-weight: bold;
}
#menu .nav_a1 li .sec .cont-p  .box{
	border-bottom: solid 1px #dcdddd;
  height: 8.125rem;
align-items: center;
    
    display: flex;
}#menu .nav_a1 li .sec .cont-p  .box:last-child{
    	border-bottom:none;
}
.shou-ban::after{
    
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 1;
    
}.sybanner .gelp-a1v2{
    z-index: 2;
}
.terrainas-div .cont16 .a16_v2 .asjhjhxa{
        width: 21.427083%;
}
.terrainas-div .cont16 .a16_v1 .wh .tit{
    text-align: left;
    font-size:4.125rem ;
   text-shadow: 0 .2rem .2rem rgba(0,0,0,.6);
   margin-top: 7rem;
}

.jus-dtd .titlrd{
      color: #000;
  font-size:3rem;
  font-weight: 700;
  margin: 3rem 0 1rem;
}
.ju-s{
    text-align: center;
    font-size: 1.5rem;
    color: #4a4847;
}
.terrainas-div .cont16 .a16_v2{
    background: #dcdddd;
}.terrainas-div .cont11 .yysta{
      right: 10%;
    top: -1.5%;
}.terrainas-div  .yysta > div.a1 {
    height: 18.0625rem;
}
.terrainas-div .cont16 .a16_v2 .a16_v2b1{
        width: 64.142857%;
}
.terrainas-div  .yysta > div.a2 { 
margin-top: 6rem;
}.terrainas-div  .cont16 .a16_v2 .a16_v2b1 li p{
    margin-top: 1rem;
}
.terrainas-div .cont16 .a16_v2 .boxs-r{
    width: 26%;    padding-left: 1.5rem;
  margin-left: 1rem;
  border-left: 2px solid #bfc0c0;
}.terrainas-div .cont16 .a16_v2 .a16_v2b1 li .img{
        padding: 0 13%;
}.terrainas-div .cont16 .a16_v2 .boxs-r .titleds{
    line-height: 1;
        color: #000;
  font-size:2rem;
  font-weight: 700;

}.terrainas-div .cont16 .a16_v2 .boxs-r .ims-img{
    margin-top: 1rem;
}.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax2 li .tit1{
    
    font-size: 2.25rem;
    
}.terrainas-div .cont16 .wh .tit .pp2{
    font-size: 2.6875rem;
    line-height: 1;
    margin-top: 1rem;
       text-shadow: 0 .2rem .2rem rgba(0,0,0,0);
}.terrainas-div   .cont16 .a16_v1 .wh .a16_v1-asx2 .div-as{
    margin-top: -11rem;
    border: 1px solid  #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.terrainas-div  .cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(1){
        left: 23%;
}
.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(2) {
 left: 23%;
 top: 67%;
}.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(3) {
    right: 21%;
    top: 57%;
    left: auto;
}
.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax2 li:nth-child(4) {
     right: 4%;
     top: 52%;
    
}.terrainas-div .cont16 .a16_v2{
    padding:  3rem 0;
}
.terrainas-div  .terrainas-con1{
    background: #eeefef;
    padding: 3rem 0;
}
.terrainas-div  .errainas-con1-bot{
    width: 67%;
    padding-top: 39rem;
}
.terrainas-div  .terrainas-con1-ul {
    width: 25%;

}
.terrainas-div .errainas-con1-img{
    z-index: 1;
    top: 0;
    left: 0;
}
.terrainas-div .terrainas-con1-cons{
    position: relative;
    z-index: 2;
}
.terrainas-div  .img-bos .p1{
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;    
    text-transform: uppercase;
    color: #000000;
}.terrainas-div  .img-bos .p2{
    font-size: 1.125rem;
    color: #494848;
    
}.terrainas-div  .img-bos .p3{
      font-size: 2rem;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
    color: #c72d2f;
    line-height:1;
}
.terrainas-div  .img-bos {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
}
.terrainas-con1-ul  li{
    position: relative;
    overflow: hidden;
    border-radius: .7rem;
    margin-bottom: 1rem;
}.terrainas-div  .titl{
    font-size: 4.125rem;
    color: #262626;
    font-weight: bold; 
    line-height: 1;
    text-transform: uppercase;
    
}.terrainas-div  .texts{
    font-size: 1.5625rem;
    color: #494848;
    line-height: 1.2;
    margin-top: 2rem;
    text-align:justify;
}
.terrainas-div .terrainas-con1-bot{
    font-size:2.5rem;
    color: #302927;
    margin-top: 5rem;
}

.terrainas-div  .terrainas-con1-bot .terrainas-con1-bot-div1{
    padding-left: 10%;
}.terrainas-div  .terrainas-con1-bot .terrainas-con1-bot-div2{
    padding-left: 20%;
}.terrainas-div  .terrainas-con1-bot .terrainas-con1-bot-div2 .xians-sp{
    display: inline-block;
    width: 8.375rem;
    height: .2rem;
    position: relative;
    top: -.5rem;
    margin-right: 2rem;
    background: #302927;
}
.terrainas-div  .terrainas-con2-bot{
    margin-top: 6rem;
    
}

.terrainas-div  .terrainas-con2-bot-bot .le{
    width: 45%;
    font-size: 3.125rem;
    font-weight: bold;
    margin-top: 2rem;
    line-height: 1;
    text-transform: uppercase;
}.terrainas-div  .terrainas-con2-bot-bot .texts{
    width: 53%;
}

.terrainas-div .terrainas-con2-con-div{
width: 100%;
left: 0;
top: 6%;
right: 0;
    
}
.terrainas-div .terrainas-con2-con .titl{
       margin-top: 1rem;
}
.terrainas-div .terrainas-con2-con .titl span{
    font-weight: 400;
}

.terrainas-div .terrainas-con2-con  .texts{
       margin-top: .8rem;
}
.terrainas-div .terrainas-con2-con .texts-wzs{
  font-size: 2.5625rem;
    color: #262626;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;
  margin-top: 9.0625rem;
}

.terrainas-con3-wen{
    width: 100%;
    left: 0;
    right: 0;
    top: 7%;
    z-index: 1;
}
.terrainas-con3-wen-cons{
   
    color: #FFF;
}
.terrainas-con3-wen-cons .titl{
    color: #fff;
    text-shadow: 0 .2rem .2rem rgba(0, 0, 0, .6);
}
.terrainas-div  .titl22{
    color: #ffffff;
     font-size: 2.6875rem;
    
}

.terrainas-con3-wen-cons .texts{
     color: #ffffff; width: 51%;
     font-weight: 400;
}

.terrainas-con3-wen-ul li{
width: 27%;
}.terrainas-con3-wen-ul li:nth-child(2),.terrainas-con3-wen-ul li:nth-child(4){
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terrainas-con3-wen-ul li .pp1{
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
    
    
}.terrainas-con3-wen-ul li .pp2{
 font-size: .8125rem;    text-align: center;
}
.terrainas-con3-wen-ul li .img{
    text-align: center;position: relative;
    margin-top: -2rem;

}
.terrainas-con3-wen-ul li:nth-child(1) .img{
    left: 2rem;
}
.terrainas-con3-wen-ul li:nth-child(2) .img{
    left: 1rem;
}.terrainas-con3-wen-ul li:nth-child(3) .img{
    left: 1rem;
}

.terrainas-con3-lunbo .swiper-pagination-bullet{
    width: 32.33%;border-radius:0;
    background: #dddddd;
    height: 6px;
    opacity: .5;
    margin: 0 .5%;
     
}.terrainas-con3-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D80C24;opacity: 1;
}
.terrainas-con3-lunbo  .swiper-pagination{
 width: 80%;bottom: 2rem;
 left: 10%;
 z-index: 2;
}

.terrainas-div .pc-banner .heng1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    
    right: 0;
    bottom: 0;
    
    
}.terrainas-div  .pc-banner .cont-p .has-as2{
    background: transparent;
}.terrainas-div .pc-banner .cont-p .has-as2 i{
          width: 4.875rem;
    margin:  auto ;
    
}.terrainas-div .pc-banner .cont-p .has-as2{
    margin-bottom: 4rem;
}
/*.kuangs1{*/
/*    width: 50%;*/
/*    height: 50%;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 1;*/
/*}*/

.liebiaos-div .a11_v1:nth-child(2n){
          /*    display: flex;*/
          /*display: -webkit-flex;*/
          /*flex-direction: column; */
          /*flex-direction: -webkit-column; */
}
.liebiaos-div .a11_v1:nth-child(2n) .a11_b2{
    order: 2
    ;
}
.liebiaos-div .a11_v1:nth-child(2n) .a11_b1{
    order: 3
    ;
}
.terrainas-con3-wen-ul{
    width: 51%;
    
}
.terrainas-div .all-bnt .errainas-con1-bot{
    padding-top: 0;
    
    position: relative;
    margin-top: 3rem;
width: 100%;
}
.terrainas-div .all-bnt{
    margin-top: 3rem;
}

.terrainas-con2-bot-ul {
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}.terrainas-con2-bot-ul  li{
    position: absolute;
}.terrainas-con2-bot-ul  li img{
    width: 100%;
}
.terrainas-con2-bot-ul1 li:nth-child(1){
    left: 43.5%;
    top: 36%;       width: 8.8125rem;
    
}
.terrainas-con2-bot-ul1 li:nth-child(2){
    left: 46%;
    top: 46%;        width: 11.9375rem;
}

.terrainas-con2-bot-ul2 li:nth-child(1){
    right: 8.5%;top: 31%;
    width: 8.625rem;
    
}
.terrainas-con2-bot-ul2 li:nth-child(2){
  right: 8.5%;
  top: 50%;
     width: 8.625rem;
}
.terrainas-con2-bot-ul2 li:nth-child(3){
  right: 5%;
  top: 55%;
  width: 7.1875rem;
}
.terrainas-con2-bot-ul2 li:nth-child(4){
  right: 6.5%;
  top: 60%;
  width: 6.5rem;
}

.terrainas-con2-bot-ul3 li:nth-child(1){
    right: 19%;
    top: 52%;
     width: 20.6875rem;
}
.terrainas-con2-bot-ul3 li:nth-child(2){
  right: 29.5%;
  top: 42%;
  width: 20.6875rem;
}
@media (max-width: 990px) {
.terrainas-div .errainas-con1-bot{
    padding-top: 31rem;
}.terrainas-div .cont16 .a16_v2 .a16_v2b1{
    width: 100%;
}.terrainas-div .cont16 .a16_v2 .boxs-r{
    width: 100%;
    margin-left: 0;
    
}
.terrainas-div .cont16 .a16_v2 .a16_v2b1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
}
@media (max-width: 767px) {

    .terrainas-con2-bot-ul1 li:nth-child(1){
            width: 3.8125rem;
    }    .terrainas-con2-bot-ul1 li:nth-child(2){
             width: 4.9375rem;
    }
    
    .terrainas-div .all-bnt .errainas-con1-bot{
 
    margin-top: 2rem;

}
.liebiaos-div .a11_v1:nth-child(2n) .a11_b2{
    order: 3
    ;
}
.liebiaos-div .a11_v1:nth-child(2n) .a11_b1{
    order: 2
    ;
}
.terrainas-div .yysta > div.a2 {
    margin-top: 1rem;
}
.yysta > div.a3{
    margin-top: 1rem;
}.terrainas-div .errainas-con1-bot{
   padding-top: 11rem;
    width: 100%;
}.terrainas-div .titl{
        font-size: 2.25rem;
}.terrainas-div .texts{
        font-size: 1.25rem;    line-height: 1.15em;margin-top:1rem;
}.terrainas-div .terrainas-con1-ul{
  width: 100%;
  margin-top:1rem;
}.terrainas-div .terrainas-con1-bot .terrainas-con1-bot-div1{
    padding-left: 0;
}.terrainas-div .terrainas-con1-bot{
      font-size: 1.5rem;
      margin-top: 1rem;
}.terrainas-div .terrainas-con1-bot .terrainas-con1-bot-div2{
    padding-left: 0;
}.terrainas-div .terrainas-con1-bot .terrainas-con1-bot-div2 .xians-sp{
        width: 4.375rem;
        margin-right: 1rem;
}.terrainas-div .terrainas-con2-bot{
    margin-top: 2rem;
}.terrainas-div .terrainas-con2-bot-bot .le{
  width: 100%;
  margin-top:1rem;
      font-size: 2.25rem;
}.terrainas-div .terrainas-con2-bot-bot .texts{
      width: 100%;
}
.terrainas-div .terrainas-con2-con-div{position:relative;
margin-top: 2rem;
}.terrainas-con3-wen{
    position:relative;   margin-top: 2rem;  
}.terrainas-div .terrainas-con2-con .texts-wzs{
    margin-top: 2rem;        font-size: 2.25rem;
}
.terrainas-con3-lunbo{
    margin-top: 3rem;
}.terrainas-con3-wen-cons .texts{
    width: 100%;
    color: #494848;
}.terrainas-con3-wen-cons .titl{
    color: #262626;
}.terrainas-div .titl22{
      color: #262626;
    font-size: 1.5rem;
}.terrainas-con3-wen-ul{
    width: 100%;
    
}.terrainas-con3-wen-ul li .img{
    margin-top: 0;
}.terrainas-con3-wen-ul li .pp1{
        color: #262626;
}.terrainas-con3-wen-ul li .pp2{
       color: #494848;
}.terrainas-con3-lunbo .swiper-pagination{
    bottom: -2rem;
}.terrainas-div .cont16 .a16_v1 .wh .tit{
    font-size: 2.25rem;
}.terrainas-div .cont16 .wh .tit .pp2{
      font-size: 1.5rem;
}.terrainas-div .cont16 .a16_v1 .wh .a16_v1-asx2 .div-as{
    margin-top: 2rem;
}.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax1 li p{
    font-size: 1.5rem;
}.terrainas-div  .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .titast1{
    font-size: 2rem;
}.terrainas-div .cont16 .a16_v1 .wh .a16_v1-asx .div-as .cont-p .txt{
    
    font-size: 1.25rem;
}.terrainas-div .cont16 .a16_v2 .a16_v2b1 li{
    margin-bottom: 1rem;-webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 20%;
}
.terrainas-div .cont16 .a16_v2 .a16_v2b1 li .img{
    padding: 0 10%;
}
table td{
    padding: 1rem .5rem!important;
    
}
.ju-s{
    font-size: 1.25rem;
}.ju-s .row{
    display: block;
}.jus-dtd .titlrd{
    font-size: 2.25rem;
}.terrainas-div .cont16 .a16_v1 .wh .asjhx_ax2 li .tit1{
    font-size: 2rem;
}.terrainas-div .cont16 .a16_v1 .wh .tit{
    margin-top: 3rem;
}.terrainas-con3-wen-cons .titl{
        text-shadow: 0 0rem 0rem rgba(0, 0, 0, .6);
}.terrainas-div .pc-banner .cont-p .has-as2{
    margin: .5rem 0;
  
    font-size: 1.25rem;
}.terrainas-div .pc-banner .cont-p .has-as2 i{
    width:2.5rem;
}.terrainas-div  .pc-banner .cont-p .has-as1 .tit1{
    font-size: 1.5rem;
    
}.terrainas-con1-ul li{
    border-radius: 1rem;
}
.terrainas-con2-bot-ul2 li:nth-child(1){
       width: 3.625rem;
}
.terrainas-con2-bot-ul2 li:nth-child(2){
  right: 4.5%;
  top: 48%;
  width: 2.625rem;
}
.terrainas-con2-bot-ul2 li:nth-child(3){
  right: 0%;
  top: 53%;
  width: 3.1875rem;
}
.terrainas-con2-bot-ul2 li:nth-child(4){
  right: 4.5%;
  top: 60%;
  width: 2.5rem;
}
.terrainas-con2-bot-ul3 li:nth-child(1){
    right: 7%;
    top: 33%;
    width: 4.6875rem;
}
.terrainas-con2-bot-ul3 li:nth-child(2){
  right: 13.5%;
  top: 25%;
  width: 5.6875rem;
}

}
.sj-lunbo .titast1{
            font-size: 2rem;  color: #262626;
  font-weight: 700;
  padding: 1rem;

  text-transform: uppercase;
  line-height: 1.2em;
}.sj-lunbo .txt{
      color: #262626;
      padding: 0 1rem 3rem ;
  font: 400 1.5rem/1.15em "Barlow Condensed";
}.sj-lunbo {
    position: relative;
}
.sj-lunbo .swiper-pagination-bullet{
    width: 32.33%;border-radius:0;
    background: #dddddd;
    height: 6px;
    opacity: .5;
    margin: 0 .5%;
     
}.sj-lunbo .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #D80C24;opacity: 1;
}.sj-lunbo{
    /*padding-bottom: 1rem;*/
    margin-bottom: 1rem;
}
.kungs-sp{
    bottom: 100%;
    left: 40%;
    background: #8fb758;
    color: #fff;
    font-size: 1rem;
    padding: .5rem 1rem;
    position: absolute;
    
    border-radius: .4rem;
    
}
.kungs-sp::after{ content: '';
            position: absolute;
            width: 0;
            height: 0;
            /* 箭头靠右边 skewY(50deg)和skewY(-50deg)可以调节箭头方向*/
    left: 1rem;   transform: skew(-50deg);
            bottom:  -.9rem;
            border-left: .5rem solid transparent;
            border-right: .5rem solid transparent;
            border-top: .9rem solid #8fb758; 
}@media (max-width: 767px) {
    .kungs-sp{
    bottom: 66%;
    }
   .kungs-sp::after{         bottom:  -.8rem;
    }
    
}
