@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

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

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

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

body {
  font-family: "Barlow Condensed",helvetica,Arial,Verdana,sans-serif;
  font-weight: 500;
}
p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 12.5%;
}

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

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

.wh1 {
  padding: 0 3.95833%;
}

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

.xg-a2_c1 .more-msl.hs{
    background-image: url(https://www.dck-tools.com/robotic/wp-content/themes/wwwe/static/images/ashghgt3.svg);
        width: 17.125rem;
}
@media (max-width: 768px){
   .xg-a2_c1 .more-msl.hs{
           width: 14.125rem;
   } 
}


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

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

.more-msl.hsa {
  background: #D80C24;
  -webkit-clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
          clip-path: polygon(92% 0%, 100% 25%, 100% 75%, 92% 100%, 0 100%, 0 0);
}

.more-msl.hsa:before {
  background: #000;
}

.more-msl.hsa:hover {
  color: #fff;
}

.more-msl.hsh {
  color: #262626;
  background-image: url(../images/ashghgt3.svg);
}

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

.more-msl.hsh:hover {
  color: #fff;
}



@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}

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

.m-hidden {
  display: none;
}

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

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

.m-hidden1 {
  display: none;
}

@media (max-width: 768px) {
  .m-hidden1 {
    display: block;
  }
  .pc-banner .mySwipera .swiper-slide.a {
    padding-bottom: 80vh;
    width: 100%;
    position: relative;
    height: 0;
  }
  .pc-banner .mySwipera .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .mySwipera .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head1 .top-aa {
  line-height: 3.125rem;
}
.head .head1 .tvca i{
      font-size: 1.35rem;
    font-weight: 400;
}
.head .head1 .tvca {
    color: #fff;
    font-size: 1.35rem; line-height: 3.125rem;
}
.head .head1 .tvca a{
      color: #fff;
    font-size: 1.35rem;
}
.head .head1 .top-aa span {
  color: #fff;
  font-size: 1.35rem;
  display: block;
  font-weight: 100;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  margin: 0 0.5rem;
}

.head .head1 .top-aa a {
  color: #fff;
  font-size: 1.35rem;
  text-transform: uppercase;
  display: block;
}

.head .head1 .top-aa a i {
  color: #fff;
  font-size: 1.35rem;
  padding: 0 0.25em;
}

@media (max-width: 1024px) {
  .head .head1 .top-aa a i {
    padding: 0 0.2em;
  }
}

.head .head1 .top-aa a.c {
  width: 1.75rem;
}

.head .head1 .top-aa a.c img {
  width: 100%;
  -webkit-transform: translateY(-0.12rem);
     -moz-transform: translateY(-0.12rem);
      -ms-transform: translateY(-0.12rem);
       -o-transform: translateY(-0.12rem);
          transform: translateY(-0.12rem);
}

.head .head2 {
  line-height: 5.5rem;
  position: relative;
}

.head .head2::after {
  content: "";
  display: block;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

.head .head2 .head-bj {
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  padding: 0 2%;
}

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

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

.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';
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  padding: 4.125rem 0 1rem;
}

@media (max-width: 768px) {
  .searchbox1 .searchs1 .tit {
    padding: 1.5rem 0 1rem;
    font-size: 2rem;
    line-height: 1.1em;
  }
}

.searchbox1 .searchs1 form {
  width: 49.79167%;
  margin: 0 auto;
  background: #F5F5F4;
  border-radius: .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 .nav_a1 li {
  float: left;
}
#menu .nav_a1 li:nth-last-child(1),#menu .nav_a1 li:nth-last-child(2),.mslm-nav > li:nth-last-child(1),.mslm-nav > li:nth-last-child(2){
    display: none;
}

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

#menu .nav_a1 li > a {
  font-size: 1.25rem;
  position: relative;
  line-height: 5.5rem;
  height: 5.5rem;
  padding: 0 .7em;
  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;
}

@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 .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  background: #D80C24;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  background: #fff;
  z-index: 999;
  text-align: center;
  padding: 2.1875rem 0 5.9375rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translateY(10%);
     -moz-transform: translateY(10%);
      -ms-transform: translateY(10%);
       -o-transform: translateY(10%);
          transform: translateY(10%);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

#menu .nav_a1 li .sec .cont-p dl {
  text-align: left;
}

#menu .nav_a1 li .sec .cont-p dl dt a {
  display: block;
  color: #262626;
  font: 600 1.5rem/1.4em "Barlow Condensed";
}

#menu .nav_a1 li .sec .cont-p dl dt a:hover {
  color: #D80C24;
}

#menu .nav_a1 li .sec .cont-p dl dd {
  margin-top: 0.5rem;
}

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

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

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
   -ms-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

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

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

.head .head1, .head .head1 {
  background: #D80C24;
}

.head .head2::after, .head .head2::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.head .head2 .head-bj, .head .head2 .head-bj {
  padding: 0;
}

@-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 .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

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

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

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

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

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

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

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

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

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

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

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #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: 20px;
  color: #000;
   font-family: "Barlow Condensed";
  font-weight: 500;
  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: 18px;
  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 > li .dl + .dl {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mslm-search .mslm-search-box input[type="text"] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
   font-family: "Barlow Condensed";
  font-weight: 500;
  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";
  font-weight: 500;
}

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

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

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

.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: 22px;
  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;
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

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

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

@-webkit-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@-o-keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

@keyframes jtd2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}

.pc-banner {
  position: relative;
  height: 100%;
}

.pc-banner .mySwipera {
  height: 100%;
  /* padding-bottom: 4.6875rem; */
}
.pc-banner .mySwiperat.pa{
  position: absolute;
  z-index: 5;
  height: auto;
  padding-bottom: 0;
  right: 0;
  top: 57%;
  transform: translateY(-50%);
  width: 100%;
}
.pc-banner .mySwiperat.pa .whas{
padding-left: 20%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera {
    /* padding-bottom: 2rem; */
  }
  .pc-banner .mySwiperat.pa{
    top: auto;
   width: 100%;
   bottom: 5rem;    transform: translateY(0);
}
.pc-banner .mySwiperat.pa .whas{
    padding: 0 4%;
}
}

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

.pc-banner .mySwipera .swiper-slide .img > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-banner .mySwipera .wejha {
  width: 41%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.pc-banner .mySwipera .wejha img {
  width: 100%;
  opacity: 0.4;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .wejha {
    width: 80%;
        /* height: auto;
    width: 73.4%;
    top: auto;
    bottom: 0; */
  }
  .pc-banner .mySwipera .wejha img {
    height: auto;
  }
}

.pc-banner .mySwiperat .banwez {
  width: 100%;
  z-index: 99;
}
.pc-banner .mySwiperat .banwez .wh{
    display: block;
}
@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez {
    /* top: 67%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); */
  }
  .pc-banner .mySwiperat .banwez .con-p {
    max-width: 80%;
  }
  .pc-banner .mySwiperat .banwez .wh{
      display: flex;
  }
}

.pc-banner .mySwiperat .banwez dt {
  color: #fff;
  font: 700 6.875rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez dt {
    font-size: 2.5rem;
  }
}

.pc-banner .mySwiperat .banwez dd {
  color: #fff;
  font: 500 5rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez dd {
    font-size: 2.5rem;
  }
}

.pc-banner .mySwiperat .banwez .p {
  color: #fff;
  font: 400 1.625rem/1.2em "Barlow Condensed";
  max-width: 21.125rem;
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez .p {
    font-size: 1.25rem;
    max-width: 100%;
  }
}

.pc-banner .mySwiperat .banwez a.more-msl {
  display: block;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez a.more-msl {
    margin-top: 1em;
  }
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .sybtn {
    display: none;
  }
}

.pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
  position: absolute;
  bottom: 15%;
  z-index: 9;
  width: 12rem;
}

.pc-banner .mySwipera .sybtn .gong-prev img, .pc-banner .mySwipera .sybtn .gong-next img {
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .sybtn .gong-prev, .pc-banner .mySwipera .sybtn .gong-next {
    width: 4rem;
  }
}

.pc-banner .mySwipera .sybtn .gong-prev {
  left: 4.16667%;
}

.pc-banner .mySwipera .sybtn .gong-next {
  right: 4.16667%;
}

.pc-banner .mySwipera .swiper-pagination {
  position: absolute;
  right: 4.16667%;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
}

.pc-banner .mySwipera .swiper-pagination span {
  display: block;
  opacity: 1;
  background: url(../images/dian1.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 1.3494rem;
  height: 1.2188rem;
  margin: .6875rem auto;
  border-radius: 0;
  -webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
          clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
  background: url(../images/dian2.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination span {
    width: 1rem;
    height: 0.9rem;
    margin: .5rem auto;
  }
}

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

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

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

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

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

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

.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

.title_a1 .tit {
  font-size: 4.375rem;
   font-family: 'Barlow Condensed';
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title_a1 .tit {
    font-size: 2.25rem;
    line-height: 1.1em;
  }
}

.title_a1 .ftit {
  font-size: 2rem;
   font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.2em;
}

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

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

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

.cont1 {
  background: #F1F1F1;
  padding: 9rem 0 7.875rem;
  /* margin-top: -5rem; */
  position: relative;
}

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

.cont1 u {
  width: 86.45833%;
  font-size: 0;
  display: block;
  position: absolute;
  right: 1%;
  top: 43%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont1 u img {
  width: 100%;
}

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

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

.cont1 .a1_b1 li a {
  display: block;
  padding: 0 0.5em;
  color: #262626;
  font: 500 2rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
}

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

.cont1 .a1_b1 li.on a, .cont1 .a1_b1 li:hover a {
  color: #D80C24;
}

.cont1 .a1_v1 {
  margin-top: 4rem;
}

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

.cont1 .a1_v1 .a1c1 .a1d1 {
  width: 45.27778%;
  position: relative;
}

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

.cont1 .a1_v1 .a1c1 .a1d1 .imga img {
  width: 100%;
}

.cont1 .a1_v1 .a1c1 .a1d1 .imgb {
  width: 90%;
  position: absolute;
  right: -27%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1c1 .a1d1 .imgb {
    right: -12%;
  }
}

.cont1 .a1_v1 .a1c1 .a1d1 .imgb img {
  width: 100%;
}

.cont1 .a1_v1 .a1c1 .a1d2 {
  width: 43.26389%;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1c1 .a1d2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.cont1 .a1_v1 .a1c1 .a1d2 .tit1 {
  color: #262626;
  font: 500 1.875rem/1.4em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1c1 .a1d2 .tit1 {
    font-size: 1.4rem;
  }
}

.cont1 .a1_v1 .a1c1 .a1d2 .tit1 span {
  color: #D80C24;
}

.cont1 .a1_v1 .a1c1 .a1d2 .tit2 {
  color: #262626;
  font: 600 2.8125rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1c1 .a1d2 .tit2 {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.cont1 .a1_v1 .a1c1 .a1d2 .cont {
  font: 500 1.5rem/1.6em "Barlow Condensed";
  margin: 1.5rem 0;
}

@media (max-width: 768px) {
  .cont1 .a1_v1 .a1c1 .a1d2 .cont {
    margin: 0.9rem 0;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

.cont1 .a1_v1 .a1c1 .a1d2 .cont span {
  text-transform: uppercase;
}

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

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

.cont2 .a2_b1 {
  color: #fff;
  text-align: center;
}

.cont2 .a2_b1 .tit {
  font-size: 4.375rem;
   font-family: 'Barlow Condensed';
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.3em;
}
#menu .nav_a1 li .sec .cont-p dl{
    flex: 1;
}
#menu .nav_a1 li .sec .cont-p dl dd .dlss .secd{
    display: none;
}
#menu .nav_a1 li .sec .cont-p dl dd .dlss>a{
    font-weight: 500;
}
#menu .nav_a1 li .sec .cont-p dl dd .dlss:hover .secd{
    display: block;
}
#menu .nav_a1 li .sec .cont-p dl dd .dlss .secd a:before{
    content: "·";
    margin-right: 0.5em;
}
#menu .nav_a1 li .sec .cont-p dl dd .dlss .secd a{
    font-size: 1rem;    text-transform: capitalize;
}

@media (max-width: 768px) {
  .cont2 .a2_b1 .tit {
    font-size: 2.25rem;
  }
}

.cont2 .a2_b1 .cont {
  font-size: 1.875rem;
   font-family: "Barlow Condensed";
  font-weight: 500;
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .cont2 .a2_b1 .cont {
    font-size: 1.25rem;
  }
}

.cont2 .a2_b1 a.spbf {
  display: block;
  width: 6.25rem;
  margin: 2.1875rem auto 0;
}

@media (max-width: 768px) {
  .cont2 .a2_b1 a.spbf {
    width: 4.5rem;
    margin: 1rem auto 0;
  }
}

/*.cont3 {*/
/*  background: url(../images/bj2.jpg) no-repeat center top;*/
/*  -o-background-size: 100% 93%;*/
/*     background-size: 100% 93%;*/
/*  position: relative;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 {*/
/*    background: url(../images/bj2.jpg) no-repeat right top;*/
/*    -o-background-size: cover;*/
/*       background-size: cover;*/
/*    padding: 2rem 0 0;*/
/*  }*/
/*}*/

/*.cont3 u {*/
/*  width: 53.17708%;*/
/*  display: block;*/
/*  font-size: 0;*/
/*}*/

/*.cont3 u img {*/
/*  width: 100%;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 u {*/
    /* display: none; */
/*       position: absolute;*/
/*    left: 0;*/
/*    bottom: -1.5rem;*/
/*    width: 90%;*/
/*  }*/
/*}*/

/*.cont3 b {*/
/*  width: 43.38542%;*/
/*  display: block;*/
/*  font-size: 0;*/
/*  margin-top: 5rem;*/
/*  transform: translateX(-25%);*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 b {*/
/*    width: 100%;*/
/*    margin-top: 0;*/
/*    padding: 0 4%;transform: translateX(0);*/
/*  }*/
/*}*/

/*.cont3 b img {*/
/*  width: 100%;*/
/*}*/

/*.cont3 .wh {*/
/*  width: 100%;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .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 .wh .a3_v1 {*/
/*  width: 45.20833%;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 .wh .a3_v1 {*/
/*    width: 90%;*/
/*    margin-top: 0;*/
/*  }*/
/*}*/

/*.cont3 .wh .a3_v1 .logo-a1 {*/
/*  width: 29.75rem;*/
/*  margin-bottom: 2.5rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 .wh .a3_v1 .logo-a1 {*/
/*    width: 54%;*/
/*  }*/
/*}*/

/*.cont3 .wh .a3_v1 .logo-a1 img {*/
/*  width: 100%;*/
/*}*/

/*.cont3 .wh .a3_v1 .p {*/
/*  color: #FFFFFF;*/
/*  font: 400 2rem/1.2em "Barlow Condensed";*/
/*  margin-top: 1rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 .wh .a3_v1 .p {*/
/*    font-size: 1.25rem;*/
    /* color: #484646; */
/*  }*/
/*}*/

/*.cont3 .wh .a3_v1 a.more-msl {*/
/*  margin-top: 2rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .cont3 .wh .a3_v1 a.more-msl {*/
/*    margin-top: 1rem;*/
/*  }*/
/*}*/

.cont4 {
  padding: 3rem 0 0;
  display: none;
}

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

.cont4 .title_a1 .tit {
  line-height: 1.2em;
}

.cont4 .title_a1 .ftit {
  padding: 0 18%;
}

@media (max-width: 768px) {
  .cont4 .title_a1 .ftit {
    padding: 0 4%;
  }
}

.cont4 .title_a1 a.more-msl {
  margin-top: 1.5rem;
}

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

.cont4 .imga {
  width: 80.83333%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .imga {
    width: 100%;
  }
}

.cont4 .imga img {
  width: 100%;
}

.cont5 {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding-top: 8.75rem;
}

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

.cont5 .a5_v1 {
  background: rgba(255, 255, 255, 0.9);
  width: 55.41667%;
  padding: 4rem 6% 4.6rem;
}

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

.cont5 .a5_v1 .title_a1 {
  text-align: left;
}

.cont5 .a5_v1 .title_a1 .tit {
  line-height: 1.2em;
}

.cont5 .a5_v1 .a5_b1 {
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin: 0.3em 0 1em;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b1 {
    font-size: 1.35rem;
    margin: 0.3em 0 0.5em;
  }
}

.cont5 .a5_v1 .a5_b2 dl a {
  color: #262626;
  font: 500 1.625rem/1.5em "Barlow Condensed";
  border-bottom: 1px solid #DCD7D7;
  padding: 0.8rem 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 dl a {
    font-size: 1.35rem;
    padding: 0.6rem 0;
  }
}

.cont5 .a5_v1 .a5_b2 dl a i {
  display: block;
  width: 1.875rem;
  margin-right: 1rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 .a5_b2 dl a i {
    width: 1.5rem;
  }
}

.cont5 .a5_v1 .a5_b2 dl a i img {
  width: 100%;
}

.cont5 .a5_v1 .a5_b2 dl a:hover {
  color: #D80C24;
}

.cont6 {
  padding: 4.8rem 0 6.6875rem;
  position: relative;
  z-index: 1;
}

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

.cont6 .a6_list1 {
  margin: 0 -0.5rem;
  position: relative;
  margin-top: 1rem;
}

.cont6 .a6_list1 li {
  float: left;
  padding: .5rem;
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
}

@media (max-width: 768px) {
  .cont6 .a6_list1 li {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .cont6 .a6_list1 li {
    width: 100%;
  }
}

.cont6 .a6_list1 li a.xwa {
  display: block;
  position: relative;
}

.cont6 .a6_list1 li a.xwa u {
  display: block;
  font-size: 0;
  padding-bottom: 64.61489%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.cont6 .a6_list1 li a.xwa:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    display: none;
}
.cont6 .a6_list1 li:hover a.xwa:after{
    opacity: 1;
}
@media (max-width: 768px) {
  .cont6 .a6_list1 li a.xwa u {
    padding-bottom: 80%;
  }
}

.cont6 .a6_list1 li a.xwa u > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;    
  /*filter: grayscale(1);*/
}
.cont6 .a6_list1 li a.xwa u > img.b{
   opacity: 1;
}
/*.cont6 .a6_list1 li:hover a.xwa u > img.a{*/
/*    opacity: 0;*/
/*}*/
/*.cont6 .a6_list1 li:hover a.xwa u > img.b{*/
/*   opacity: 1;*/
/*}*/
.cont6 .a6_list1 li a.xwa .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 3.5%;
  opacity: 1;
  z-index: 3;
      background: rgba(0,0,0,0.4);
}

.cont6 .a6_list1 li a.xwa .cont-p .tit {
  font: 400 1.25rem/1.25em "Barlow Condensed";
}

.cont6 .a6_list1 li a.xwa .cont-p .a6v1 {
  margin-top: 0.65rem;
}

.cont6 .a6_list1 li a.xwa .cont-p .a6v1 .a6_c1 {
  font-size: 1rem;
  line-height: 1.2em;
   font-family: "Barlow Condensed";
  font-weight: 500;
}

.cont6 .a6_list1 li a.xwa .cont-p .a6v1 .a6_c1 i {
  font-size: 1.25rem;
  margin-right: 0.3em;
  display: block;
}

.cont6 .a6_list1 li a.xwa .cont-p .a6v1 .a6_c2 .ast1 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-right: 0.5em;
}

.cont6 .a6_list1 li a.xwa .cont-p .a6v1 .a6_c2 .ast1 i {
  font-size: 1rem;
  margin-right: 0.2em;
}

.cont6 .a6_list1 li a.xwa:hover .cont-p {
  opacity: 1;
}

.cont6 .a6_list1 li:nth-child(3) a.xwa u {
  padding-bottom: 132.76596%;
}

@media (max-width: 768px) {
    .cont6 .a6_list1 li a.xwa .cont-p{
        opacity: 1;
    }
  .cont6 .a6_list1 li:nth-child(3) a.xwa u {
    padding-bottom: 80%;
  }
}

.cont6 .a6_list1 li:nth-child(4) {
  position: absolute;
  left: 0;
  bottom: 0;
}
.cont6 .a6_list1 li:nth-child(5) {
  position: absolute;
  left: calc(100%/3);
  bottom: 0;
}

@media (max-width: 768px) {
  .cont6 .a6_list1 li:nth-child(4),.cont6 .a6_list1 li:nth-child(5) {
    width: 50%;
    position: static;
  }
}

@media (max-width: 640px) {
  .cont6 .a6_list1 li:nth-child(4),.cont6 .a6_list1 li:nth-child(5) {
    width: 100%;
  }
}

/*.cont6 .a6_list1 li:nth-child(4) a.xwa u {*/
/*  padding-bottom: 33.33333%;*/
/*}*/
/*.cont6 .a6_list1 li:nth-child(4) a.xwa u {*/
/*  padding-bottom: 33.33333%;*/
/*}*/

@media (max-width: 768px) {
  .cont6 .a6_list1 li:nth-child(4) a.xwa u {
    padding-bottom: 80%;
  }
}

.cont7 {
  background: url(../images/bj4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
  padding: 13rem 0 10rem;
}

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

.cont7 .imgas {
  display: block;
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont7 .imgas svg {
  width: 100%;
}
.cont7 .imgas i {
  display: block;
  font-size: 0;
  width: 11.625rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .cont7 .imgas {
    /* width: 102%; */
    display: none;
  }
}

.cont7 .imgas img {
  width: 100%;
}

.cont7 b {
  display: none;
  font-size: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .cont7 b {
    width: 100%;
    display: block;
  }
}

.cont7 b img {
  width: 100%;
}

.cont7 .wh {
  width: 100%;
  position: static; transform: translate(0,0);
}

@media (max-width: 768px) {
  .cont7 .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);
  }
}

.cont7 .a7_b1 {
  width: 52.08333%;
}
@media (max-width: 1366px){
    .cont7 u{
        /* top: -7rem;  */
    }
    .cont7 {
            padding: 5rem 0;
    }
}
@media (max-width: 1024px){
     .cont7 u{
        /* top: -6.3rem;  */
    }
}
@media (max-width: 768px) {
    .cont7{
        padding: 4rem 0;
    }
    .cont7 u{
                /* top: -16.3vw; */
    }
    .cont7{
        
    }
  .cont7 .a7_b1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.cont7 .a7_b1 .title_a1 .tit {
  color: #fff;
  text-align: left;
  line-height: 1.2em;
}

.cont7 .a7_b1 .p {
  color: #fff;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin: 0.3em 0 2em;
}

@media (max-width: 768px) {
  .cont7 .a7_b1 .p {
    margin: 0.5em 0 1em;
  }
}

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

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

.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #D80C24;
  border-radius: 50%;
  line-height: 3.45rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.2);
}

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

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

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

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

.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: 14rem;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
}

.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

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

.foot-fot {
  padding-top: 2.8125rem;
  position: relative;
  background: #333333;
}

@media (max-width: 990px) {
  .foot-fot {
    padding-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;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.foot-fot .foota1 .foot-tita {
  color: #FFFFFF;
  font: 500 2.125rem/1.5em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

.foot-fot .foota1 .foot-tit {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1.5rem/1.3em "Barlow Condensed";
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 0.4em;
}

.foot-fot .foota1 .foa1 {
  margin-top: 1.8rem;
}

.foot-fot .foota1 .foa1 li .sec a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
}

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

.foot-fot .foota1 .foa1 li .social-share a {
  border: none;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
  background: transparent;
  color: #fff;
}

.foot-fot .foota1 .foa1 li .social-share a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.foot-fot .foota1 .foa1 li .soreaas li+li{
    margin-left: 0.8rem;
}
.foot-fot .foota1 .foa1 li .soreaas li i{
    color: #fff;
    font-size: 1.5rem;
}
.foot-fot .foota1 .foa1 li .soreaas li i:hover{
    color: rgba(255,255,255,0.8);
}
.foot-fot .foota1 .foa2 {
  width: 100%;
}

.foot-fot .foota1 .foa2 form {
  margin-top: 1.25rem;
}

.foot-fot .foota1 .foa2 form .jarta dl {
  width: 19.51389%;
  margin-bottom: 0.8rem;
}

.foot-fot .foota1 .foa2 form .jarta dl:nth-child(1) {
  width: 44.30556%;
}

.foot-fot .foota1 .foa2 form .jarta dl dt {
  color: #848484;
  font-size: 1.125rem;
  padding-bottom: 0.45em;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  padding: 0 0.5em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-fot .foota1 .foa2 form .jarta dl dd input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd select {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  text-transform: capitalize;
  padding: 0 0.5em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  height: 3.25rem;
  background: #333333;
}

.foot-fot .foota1 .foa2 form .more-msl.hsa {
  outline: none;
  border: none;
  line-height: 3.25rem;
  height: 3.25rem;
}

.foot-fot .foota1 .foa2 .p {
  font-size: 1rem;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.3em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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 .beaq1 div {
  margin-right: 1.5em;
}

.foot-fot .foota2 .beaq2 a.tvca i {
  font-size: 1.125rem;
}

.foot-fot .foota2 .beaq2 .wenxaas {
  margin-left: 1.5em;
}

@media (max-width: 990px) {
  .foot-fot .foota2 .beaq2 .wenxaas {
    width: 100%;
    margin-left: 0;
  }
}

.foot-fot .foota2 .beaq2 .wenxaas a {
  display: block;
}


.foot-fot .foota2 .beaq2 .wenxaas .sec-top {
  padding: 1.5rem 2rem;
}

@media (max-width: 1200px) {
  .foot-fot .foota2 .beaq2 .wenxaas .sec-top {
    padding: 0.5rem 1.5rem;
  }
}

.foot-fot .foota2 .beaq2 .wenxaas .sec-top a {
  width: 100%;
  background-color: #f7f9fa;
  padding: 0.5em 1em;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  margin: 0.5rem 0;    display: flex;
   font-family: "Barlow Condensed";
  font-weight: 500;clip-path: polygon(95% 0%, 100% 25%, 100% 75%, 95% 100%, 0 100%, 0 0);
}
.foot-fot .foota2 .beaq2 .wenxaas .sec-top a img{
    width: 2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 0.5rem;
    display: none;
}

@media (max-width: 1200px) {
 .foot-fot .foota2 .beaq2 .wenxaas .sec-top a {
    /*width: 48%;*/
  }
}

.foot-fot .foota2 .beaq2 .wenxaas .sec-top a p {
  color: #3b3e40;
  font: 500 1.5rem/2em "Barlow Condensed";
}

.foot-fot .foota2 .beaq2 .wenxaas .sec-top a span {
  display: block;
  color: #666;
  font: 500 1.5rem/2em "Barlow Condensed";
}

.foot-fot .foota2 .beaq2 .wenxaas .sec-top a:hover {
  background: #D80C24;
}

.foot-fot .foota2 .beaq2 .wenxaas .sec-top a:hover p, .foot-fot .foota2 .beaq2 .wenxaas .sec-top a:hover span {
  color: #fff;
}


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

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

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

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

.section {
  overflow: hidden;
}

.dbb {
  height: 50px;
}

.nbanner {
  position: relative;
}

.nbanner .yybj {
  width: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}

@media (max-width: 768px) {
  .nbanner .yybj {
    width: 55%;
  }
}

.nbanner .yybj img {
  width: 100%;
}
.nbanner .yybj img.m-hidden1{
  display: none !important;
}
.nbanner .yybj img.pc-hidden1{
  display: block !important;
}

.nbanner .wehha {
  color: #fff;
  width: 100%;
  z-index: 9;
}
.nbanner .wehha .wh{
  justify-content: inherit;
}
.nbanner .wehha .cont{
    max-width: 32%;
}

.nbanner .wehha .imgas {
  position: absolute;
  left: 23%;
  top: -2rem;
  width: 38.80208%;
}

@media (max-width: 768px) {
    .nbanner .wehha{
        top: 60%;
    }
    .nbanner .wehha .cont{
        max-width: 64%;
    }
  .nbanner .wehha .imgas {
    left: 2%;
    top: 0;
  }
}

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

.nbanner .wehha .tit {
  font: 600 4.15rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nbanner .wehha .tit {
    font-size: 2.1rem;
  }
}

.nbanner .wehha .txt {
  font: 400 1.625rem/1.3em "Barlow Condensed";
  margin-top: 0.6em;
}

@media (max-width: 768px) {
  .nbanner .wehha .txt {
    font-size: 1.125rem;
    line-height: 1.25em;
  }
}

.n_mbx {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  bottom: -1px;
}

.n_mbx .wh .n_src {
  text-align: center;
  margin-top: -6rem;
  background: #fff;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    margin-top: 0;
    padding: 1rem 0;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
  padding: 0 2%;
}

.n_mbx .wh .n_src li a {
  display: block;
  font: 600 1.125rem/2rem "Barlow Condensed";
  color: #333333;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    font-size: 1rem;
  }
}

.n_mbx .wh .n_src li a:hover {
  color: #D7000F;
}

.n_mbx .wh .n_src li.active a {
  color: #D7000F;
}

.ny-content {
  border-top: 1px solid #E1E1E1;
  margin-top: 2px;
}

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

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

.fang {
  overflow: hidden;
}

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

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

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

.td-top:hover {
  -webkit-transform: translateY(-0.5rem);
     -moz-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
       -o-transform: translateY(-0.5rem);
          transform: translateY(-0.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;
}

/*产品列表*/
.mbxbj{
        background: #F1F1F1;
}
.list-products-content {
  padding:0;    background: #F1F1F1;
}

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

.list-products-content .product-list li {
  /*padding: 2rem 0;*/
  background: #fff;
  position: relative;
  overflow: hidden;
}
.list-products-content .product-list li .wh{
    padding: 0;
    padding-right: 12.5%;
}
.list-products-content .product-list li:nth-child(2n-1) .wh{
    padding: 0;
    padding-left: 12.5%;
}
@media (max-width: 768px) {
  .list-products-content .product-list li {
    padding: 2rem 0;
  }
}

.list-products-content .product-list li .img {
  width: 50%;
  font-size: 0;    overflow: inherit;
}

@media (max-width: 768px) {
  .list-products-content .product-list li .img {
    width: 80%;
    margin: 0 auto;
  }
}

.list-products-content .product-list li .img img {
  width: 100%;
}

.list-products-content .product-list li .a1d2 {
  width: 43.95833%;
}

@media (max-width: 768px) {
  .list-products-content .product-list li .a1d2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.list-products-content .product-list li .a1d2 .tit1 {
  color: #D80C24;
  font: 700 3rem/1.4em "Barlow Condensed";text-transform: uppercase;
}
.list-products-content .product-list li .a1d2 .tit3{
    color: #262626;
  font: 700 2.25rem/1.4em "Barlow Condensed";text-transform: uppercase;
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .list-products-content .product-list li .a1d2 .tit1 {
    font-size: 2rem;
  }
  .list-products-content .product-list li .a1d2 .tit3{
       font-size: 1.6rem;
  }
}

.list-products-content .product-list li .a1d2 .tit1 span {
  color: #D80C24;
}

.list-products-content .product-list li .a1d2 .tit2 {
  color: #262626;
  font: 600 3.1rem/1em "Barlow Condensed";
  /*font-style: italic;*/
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .list-products-content .product-list li .a1d2 .tit2 {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

.list-products-content .product-list li .a1d2 .cont {
  font: 400 1.5rem/1.5em "Barlow Condensed";
  margin: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .list-products-content .product-list li .a1d2 .cont {
    margin: 0.9rem 0;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

.list-products-content .product-list li .a1d2 .cont span {
  text-transform: uppercase;
}

.list-products-content .product-list li:nth-child(2n-1) {
  background: #F1F1F1;
}

.list-products-content .product-list li:nth-child(2n-1) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;    margin-right: 0;
}
.sdhghr{
    position: relative;
    overflow: hidden;
}
.sdhghr .mbx{
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
}
.list-products-content .product-list li:nth-child(1):after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-10-2.svg) no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
}
.list-products-content .product-list li:nth-child(1):before{
     content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/08/Frame-636.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 41%;
    height: 100%;
}
.list-products-content .product-list li:nth-child(2):before{
     content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/08/Frame-635.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
}
.list-products-content .product-list li:nth-child(3):after{
     content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/08/Frame-632.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
}
.list-products-content .product-list li:nth-child(3):before{
     content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/08/Frame-634.svg) no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
}
@media (max-width: 1366px){
    .list-products-content .product-list li:nth-child(1):before{
        width: 36%;
    }
    .list-products-content .product-list li:nth-child(2n-1) .wh{
        padding-left: 5.78125%;
    }
    .list-products-content .product-list li .wh{
        padding-right: 5.78125%;
    }
    .list-products-content .product-list li:nth-child(1) .a1d2{
        padding-top: 4rem;
    }
}
@media (max-width: 768px) {
    .sdhghr .mbx{
        /* position: static; */
    }
    .list-products-content .product-list li:nth-child(2n-1) .wh, .list-products-content .product-list li .wh{
        padding: 0 4%;
    }
    .list-products-content .product-list li:nth-child(1) .a1d2{
        padding-top: 0;
    }
  .list-products-content .product-list li:nth-child(2n-1) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
            margin-right: 0;
  }
  .list-products-content .product-list li:nth-child(1):after{
          width: 55%;
  }
}
.list-products-content .product-list{
     position: relative; 
}
.list-products-content .product-list .wh{
  position: relative;
  z-index: 11;
} 
.list-products-content .product-listsd-tv {
  position: relative;
  padding: 8rem 0;
  background: url(../images/Group-66196.jpg) no-repeat center;
    background-size: cover;
  
}

@media (max-width: 1366px) {
  .list-products-content .product-listsd-tv {
    padding: 4rem 0;
  }
}

.list-products-content .product-listsd-tv u {
  display: block;
  font-size: 0;
  width: 45.46875%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv u {
    width: 92%;
  }
}

.list-products-content .product-listsd-tv u img {
  width: 100%;
}

.list-products-content .product-listsd-tv .product-listsd-ta1 {
  width: 37.91667%;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv .product-listsd-ta1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .list-products-content .product-list li:nth-child(1):before{
      width: 70%;
  }
  .list-products-content .product-list li:nth-child(3):after{
          width: 67%;
  }
}

.list-products-content .product-listsd-tv .product-listsd-ta1 .img img {
  height: 4.0625rem;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv .product-listsd-ta1 .img img {
    height: 2.5rem;
  }
}

.list-products-content .product-listsd-tv .product-listsd-ta1 .cont {
  color: #FFFFFF;
  font: 500 1.5rem/1.4em "Barlow Condensed";
  margin-top: 0.9rem;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv .product-listsd-ta1 .cont {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}

.list-products-content .product-listsd-tv .product-listsd-ta1 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv .product-listsd-ta1 a.more-msl {
    margin-top: 1rem;
  }
}

.list-products-content .product-listsd-tv .product-listsd-ta2 {
  width: 56.45833%;
}

@media (max-width: 768px) {
  .list-products-content .product-listsd-tv .product-listsd-ta2 {
    width: 100%;
    z-index: 2;
  }
}

.list-products-content .product-listsd-tv .product-listsd-ta2 img {
  width: 100%;
}

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

i.icon-xingxing.hs {
  color: #D80C24 !important;
}

.pro-cont-bj {
  background: #F6F6F6;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.show_product-a1 {
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .show_product-a1 {
    padding-bottom: 1.25rem;
  }
}

.show_product-a1 .show_product-a1b1 {
  width: 52.22222%;
}

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

.show_product-a1 .show_product-a1b1 .img-bj {
  background: #FFFFFF;
  /*padding: 1rem 0;*/
  position: relative;
}

.show_product-a1 .show_product-a1b1 .img-bj u {
  font-size: 0;
  width: 100%;
}

.show_product-a1 .show_product-a1b1 .img-bj u img {
 width: 100%;
}

.show_product-a1 .show_product-a1b1 .img-bj a.tcsp {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  background: #FFFFFF;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  line-height: 3.125rem;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.show_product-a1 .show_product-a1b1 .img-bj a.tcsp i {
  color: #848484;
  font-size: 1.5rem;
}

.show_product-a1 .show_product-a1b1 .img-bj a.tcsp:hover {
  background: #ebebea;
}

.show_product-a1 .show_product-a1b1 .img-bj a.tcsp:hover i {
  color: #D80C24;
}

.show_product-a1 .show_product-a1b1 .wexasx {
  margin: 0 -0.5%;    justify-content: start;
}

.show_product-a1 .show_product-a1b1 .wexasx dl {
  padding: 0 0.5%;
  margin-top: 1rem;
  width: -webkit-calc(100%/5);
  width: -moz-calc(100%/5);
  width: calc(100%/5);
}
.show_product-a1 .show_product-a1b1 .img-bj .jtgas .swiper-button-next1{
  position: absolute;
  right: 2%;
  top: 50%;
  z-index: 2;
  outline: none; transform: translateY(-50%); 
  background: rgba(255,255,255,0.8);    backdrop-filter: blur(14px);
  padding: 0.4rem 0.2rem;
}
.show_product-a1 .show_product-a1b1 .img-bj .jtgas .swiper-button-prev1{
  position: absolute;
  left: 2%;
  top: 50%; z-index: 2;outline: none;transform: translateY(-50%);  background: rgba(255,255,255,0.8);    backdrop-filter: blur(14px);  padding: 0.4rem 0.2rem;
}
.show_product-a1 .show_product-a1b1 .img-bj .jtgas i{
   color: #333;
   font-size: 1.5rem;
}
.show_product-a1 .show_product-a1b1 .img-bj .jtgas i:hover{
  color: #D80C24;
}
@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b1 .wexasx dl {
    margin-top: 0.7rem;
  }
}

.show_product-a1 .show_product-a1b1 .wexasx dl img {
  width: 100%;
}

.show_product-a1 .show_product-a1b1 .wexasx dl .img {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #fff;
}

.show_product-a1 .show_product-a1b1 .wexasx dl .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show_product-a1 .show_product-a1b1 .wexasx dl.videoa {
  position: relative;
}

.show_product-a1 .show_product-a1b1 .wexasx dl.videoa u.anta {
  display: block;
  font-size: 0;
  width: 1.5rem;
}

@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b1 .wexasx dl.videoa u.anta {
    width: 1.2rem;
  }
}

.show_product-a1 .show_product-a1b1 .wexasx dl.videoa u.anta img {
  width: 100%;
}

.show_product-a1 .show_product-a1b1 .wexasx dl .img.zhyg {
  position: relative;
}

.show_product-a1 .show_product-a1b1 .wexasx dl .img.zhyg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/yyta.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.show_product-a1 .show_product-a1b2 {
  width: 42.01389%;
}

.show_product-a1 .show_product-a1b2 .tbaxrx{
    display: block;
}
.show_product-a1 .show_product-a1b2 .tbaxrx .tita1{
    cursor: pointer;
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.show_product-a1 .show_product-a1b2 .tbaxrx .tita1.on{
    background: #c72d2f;
}.show_product-a1 .show_product-a1b2 .tbaxrx .tita1:last-child{
      margin-left: 0rem;
}
@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
  .show_product-a1 .show_product-a1b2 .tbaxrx .tita1+.tita1{
    margin-left: 0;

 } 
}

.show_product-a1 .show_product-a1b2 .tita1 {
  color: #fff;
  font: 500 1.875rem/1.2em "Barlow Condensed";
  font-style: italic;
  width: fit-content;
  background: #000;
  padding: 0 0.45em;
}

.show_product-a1 .show_product-a1b2 .tita1 span {
  color: #D80C24;
}

@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b2 .tita1 {
    font-size: 1.85rem;
  }
}

.show_product-a1 .show_product-a1b2 .tita2 {
  color: #262626;
  font: 600 2.8rem/1em "Barlow Condensed";
  /*font-style: italic;*/
  margin: 0.15em 0 0.35em;
  /*text-transform: uppercase;*/
}

@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b2 .tita2 {
    font-size: 1.85rem;
    margin: 0.25em 0 0.2em;
  }
}

.show_product-a1 .show_product-a1b2 .pfsjzs {
  color: #848484;
  font: 400 1.25rem/1.5em "Barlow Condensed";
}

.show_product-a1 .show_product-a1b2 .pfsjzs .pf i {
  font-size: 1.25rem;
}

.show_product-a1 .show_product-a1b2 .pfsjzs span {
  display: inline-block;
  margin: 0 0.5em;
}

.show_product-a1 .show_product-a1b2 .tita3 {
  color: #262626;
  font: 600 1.5rem/1.5em "Barlow Condensed";
  border-bottom: 1px dashed #8F8F8F;
  padding: 1em 0 0.5em;
}
.show_product-a1 .show_product-a1b2 .p1{
    font-size: 1.25rem;
}

@media (max-width: 768px) {
    .show_product-a1 .show_product-a1b2 .p1{
        font-size: 1.25rem;
    }
  .show_product-a1 .show_product-a1b2 .tita3 {
    padding: 0.5em 0 0.2em;
    font-size: 1.25rem;
  }
}

.show_product-a1 .show_product-a1b2 .p2 {
  margin-top: 0.5em;
}

.show_product-a1 .show_product-a1b2 .p2 p {
  color: #524F53;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.show_product-a1 .show_product-a1b2 .p2 p::before {
  content: "·";
  font-family: 'Barlow Condensed';
  margin-right: 0.5em;
  font-weight: 700;
  color: #c72d2f;
  
}

@media (max-width: 768px) {
  .show_product-a1 .show_product-a1b2 .p2 p {
    font-size: 1.125rem;
  }
}

.show_product-content .show_product-a2 {
  padding: 4.6875rem 0 1rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 {
    padding: 2rem 0 1rem;
  }
}

.show_product-content .show_product-a2 .jthgtas {
  width: 12.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .jthgtas {
    margin-top: 1.5rem;
    width: auto;
  }
}

.show_product-content .show_product-a2 .jthgtas .swiper-button-prev1, .show_product-content .show_product-a2 .jthgtas .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .jthgtas .swiper-button-prev1, .show_product-content .show_product-a2 .jthgtas .swiper-button-next1 {
    width: 2.8rem;
  }
}

.show_product-content .show_product-a2 .jthgtas .swiper-button-prev1 img, .show_product-content .show_product-a2 .jthgtas .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%);
}

.show_product-content .show_product-a2 .jthgtas .swiper-button-prev1:hover img, .show_product-content .show_product-a2 .jthgtas .swiper-button-next1:hover img {
  -webkit-filter: none;
          filter: none;
}

.show_product-content .show_product-a2 .jthgtas .swiper-pagination1 {
  width: auto;
  color: #848484;
  font: 400 1.625rem/1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .jthgtas .swiper-pagination1 {
    font-size: 1.5rem;
    width: 6rem;
    text-align: center;
  }
}

.show_product-content .show_product-a2 .jthgtas .swiper-pagination1 span {
  color: #848484;
}

.show_product-content .show_product-a2 .mySwiper1 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .mySwiper1 {
    margin-top: 1.5rem;
  }
}

.show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont .img img {
  width: 100%;
}

.show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont dl {
  margin-top: 0.8rem;
}

.show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont dl dt {
  color: #000000;
  font: 500 1.8rem/1.25em "Barlow Condensed";
  font-style: italic;
  /*text-transform: uppercase;*/
  margin-bottom: 0.35rem;
  white-space: nowrap; 
   text-overflow:ellipsis; 
   overflow:hidden; 
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont dl dt {
    font-size: 1.5rem;
  }
}

.show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont dl dd {
  color: #262626;
  font: 400 1.25rem/1.1em "Barlow Condensed";
}

.show_product-content .show_product-a2 .mySwiper1 .swiper-slide a.cont:hover dl dt {
  color: #D80C24;
}

.show_product-content .show_product-a3 {
  padding: 2.8rem 0 5rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a3 {
    padding: 1rem 0 2rem;
  }
}

.show_product-content .show_product-a3 .show_product-a3v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a3 .show_product-a3v1 {
    margin-top: 1rem;
  }
}

.show_product-content .show_product-a3 .show_product-a3v1 dl {
  border-bottom: 1px solid #EAE7E7;
  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;
  padding: 0.8em 0;
}

.show_product-content .show_product-a3 .show_product-a3v1 dl:first-child {
  background: #F6F6F6;
}

.show_product-content .show_product-a3 .show_product-a3v1 dl dt {
  color: #262626;
  font: 500 1.25rem/1.2em "Barlow Condensed";
  width: 26%;
  padding-left: 2%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a3 .show_product-a3v1 dl dt {
    font-size: 1.125rem;
    width: 26%;
  }
}

.show_product-content .show_product-a3 .show_product-a3v1 dl dd {
  color: #262626;
  font: 500 1.25rem/1.2em "Barlow Condensed";
  width: 24%;
  padding-left: 1%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a3 .show_product-a3v1 dl dd {
    width: 35%;
    font-size: 1.125rem;
  }
}

.show_product-content .show_product-a3 a.more-msl {
  margin-top: 1.8rem;
  display: none;
}

.show_product-content .show_product-a4 .show_product-a4b1 {
  width: 38.19444%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 {
    width: 100%;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj {
  background: #F9F9F9;
  padding: 3.5rem 0 1.875rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 .cont-bj {
    padding: 2rem 0 1.5rem;
    margin-top: 1.5rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont {
  text-align: center;
  display: block;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .tita1 {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .tita1 {
    font-size: 1.5rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .tita1 span {
  color: #D80C24;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .tita2 {
  color: #262626;
  font: 500 1.25rem/1.2em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
  padding: 0 15%;
  margin-top: 0.3em;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .tita2 {
    font-size: 1.125rem;
    padding: 0 8%;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .img {
  padding: 0 8.8%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .img {
    padding: 0 10%;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide a.cont .img img {
  width: 100%;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide .pfsjzs {
  color: #848484;
  font: 400 1.25rem/1.5em "Barlow Condensed";
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide .pfsjzs .pf i {
  font-size: 1.25rem;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-slide .pfsjzs span {
  display: inline-block;
  margin: 0 0.5em;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-pagination1 span {
  display: inline-block;
  background: #E3E2E2;
  width: 1.75rem;
  height: .25rem;
  border-radius: 0;
  opacity: 1;
}

.show_product-content .show_product-a4 .show_product-a4b1 .cont-bj .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #D80C24;
}


/**/
.cont3 .a3-sdt1 .as-sdr .mySwiper2 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}
.cont3 .a3_v1{
    margin-top: 1rem;
}
.cont3 .a3_v1 .a3b1{
       width: 73.5%;
}
.cont3 .a3_v1 .a3b1 img{
    width: 100%;
}
.cont3 .a3_v1 .a3b2{
    width: 25%;
}
.cont3 .a3_v1 .a3b2 img{
    width: 100%;
}
.cont3 .a3_v1 .a3b2 div+div{
    margin-top: 1.5rem;
}
.cont3 .a3_v2{
    text-align: center;
}
.cont3 .a3_v2 .p{
    font-size: 1.35rem;
    margin: 2rem 0;
}
@media (max-width: 768px) {
  .cont3 .a3-sdt1 .as-sdr .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
  .cont3 .a3_v1 .a3b1{
      width: 100%;
  }
  .cont3 .a3_v1 .a3b2{
      width: 100%;
      margin-top: 1rem;
  }
  .cont3 .a3_v1 .a3b2 div+div{
      margin-top: 1rem;
  }
  .cont3 .a3_v2 .p{
          margin: 1rem 0;
  }
}

.cont3 .a3-sdt1 .as-sdr .mySwiper2 .swiper-pagination1 span {
  display: inline-block;
  background: #E3E2E2;
  width: 1.75rem;
  height: .25rem;
  border-radius: 0;
  opacity: 1;
}

.cont3 .a3-sdt1 .as-sdr .mySwiper2 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #D80C24;
}

.show_product-content .show_product-a4 .show_product-a4b2 {
  width: 58.125%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj {
  background: #F9F9F9;
  padding: 1.875rem 1.1875rem 1.875rem 2.5rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj {
    margin-top: 1rem;
    padding: 5%;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 {
  overflow-y: auto;
  height: 34rem;
}

@media (max-width: 1024px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 {
    height: 32rem;
  }
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 {
    height: auto;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(216, 12, 36, 0.3);
  background-color: #D80C24;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li + li {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li + li {
    margin-top: 1.5rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li a.img {
  display: block;
  font-size: 0;
  background: #fff;
  width: 24.41558%;
  padding-bottom: 20%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li a.img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont {
  width: 70.90909%;
  padding-right: 8%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont {
    width: 100%;
    padding-right: 0;
    margin-top: 1.2rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont a.name {
  display: block;
  font: 500 2rem/1.1em "Barlow Condensed";
  font-style: italic;
  color: #000000;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont a.name {
    font-size: 1.5rem;
  }
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont .p {
  color: #262626;
  font: 400 1.25rem/1.15em "Barlow Condensed";
  margin: 0.4rem 0 0.7rem;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont a.more {
  color: #D80C24;
  font: 500 1.375rem/1.2em "Barlow Condensed";
  text-transform: uppercase;
  position: relative;
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont a.more::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D80C24;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}

.show_product-content .show_product-a4 .show_product-a4b2 .cont-bj .show_product-a4b2c1 li .cont a.more:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.show_product-a5 {
  background: #F7F7F7;
  padding: 4.75rem 0 5.75rem;
}

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

.show_product-a5 .show_product-a5v1 {
  margin-top: 2.425rem;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 {
    margin-top: 1.5rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b1 {
  width: 38.19444%;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b1 {
    width: 100%;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b1 li {
  background: #FFFFFF;
  padding: 5% 4%;
}

.show_product-a5 .show_product-a5v1 .show_product-a5b1 li + li {
  margin-top: 1.2rem;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li u{
    display: block;
    font-size: 0;
    width: 3.2rem;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li u img{
    width: 100%;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li .cont-p{
    width: calc(95% - 3.2rem);
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li a.name {
  color: #000000;
  font: 500 2rem/1.3em "Barlow Condensed";
  font-style: italic;
}
@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b1 li a.name {
    font-size: 1.5rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b1 li .p {
  color: #262626;
  font: 400 1.5rem/1.1em "Barlow Condensed";
  margin-top: 0.4rem;
  height: 3.3em;
  overflow: hidden;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li:hover{
  background: #D80C24;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li:hover a.name,.show_product-a5 .show_product-a5v1 .show_product-a5b1 li:hover .p{
  color: #FFFFFF;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b1 li:hover u img{
        filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b1 li .p {
    font-size: 1.25rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 {
  width: 57.98611%;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .tit {
  color: #000000;
  font: 500 2rem/1.2em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 .tit {
    font-size: 1.5rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li {
  padding: 1rem 0;
  border-bottom: 1px dashed #DFDDDD;
  display: none;
}
.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li:nth-child(1){
    display: block;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li {
    padding: 0.8rem 0;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .dt {
  color: #262626;
  font: 500 1.375rem/1.2em "Barlow Condensed";
  font-style: italic;
  cursor: pointer;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .dt {
    font-size: 1.25rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .dt p {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .dt i {
  font: 500 1.25rem/1.2em "Barlow Condensed";
  text-align: right;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .dt i {
    font-size: 1.5rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .wehha-job {
  color: #262626;
  font: 400 1.25rem/1.2em "Barlow Condensed";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li .wehha-job {
    font-size: 1.125rem;
  }
}

.show_product-a5 .show_product-a5v1 .show_product-a5b2 .sfq-as li.active .dt i {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
  color: #D80C24;
}

.show_product-a55 {
  padding-top: 4rem;
}

@media (max-width: 768px) {
  .show_product-a55 {
    padding-top: 2rem;
  }
}

.show_product-a55 .mySwiper3 {
  margin: 0 0.9rem;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .show_product-a55 .mySwiper3 {
    margin-top: 1.5rem;
  }
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa {
  display: block;
  position: relative;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa u {
  display: block;
  font-size: 0;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  padding: 3.5%;
  opacity: 0;
  z-index: 3;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .tit {
  font: 400 1.25rem/1.25em "Barlow Condensed";
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .a6v1 {
  margin-top: 0.65rem;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .a6v1 .a6_c1 {
  font-size: 1rem;
  line-height: 1.2em;
   font-family: "Barlow Condensed";
  font-weight: 500;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .a6v1 .a6_c1 i {
  font-size: 1.25rem;
  margin-right: 0.3em;
  display: block;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .a6v1 .a6_c2 .ast1 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-right: 0.5em;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa .cont-p .a6v1 .a6_c2 .ast1 i {
  font-size: 1rem;
  margin-right: 0.2em;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa:hover::after {
  opacity: 1;
}

.show_product-a55 .mySwiper3 .swiper-slide a.xwa:hover .cont-p {
  opacity: 1;
}

.show_product-a6 {
  margin-top: 4.0625rem;
}

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

.show_product-a6 .show_product-a6_v1 {
  margin-top: 1rem;
}

.show_product-a6 .show_product-a6_v1 .tit-p {
  height: 2.8em;
  color: #524F53;
  font: 500 1.5rem/1.25em "Barlow Condensed";
  margin-bottom: 0.4em;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .tit-p {
    font-size: 1.25rem;
    height: auto;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b1 {
  width: 22.22222%;
}

@media (max-width: 1024px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 {
    width: 100%;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl {
  color: #524F53;
  font: 600 1.25rem/1.8em "Barlow Condensed";
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl {
    -webkit-justify-content: inherit;
       -moz-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl i {
  color: #524F53;
  font: 500 1.25rem/1.8em "Barlow Condensed";
  margin-left: 0.3em;
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx {
  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;
  width: 13.9375rem;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx {
    margin: 0 0.5em;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx b {
  display: block;
  width: 3.3125rem;
  height: .5625rem;
  background: #D80C24;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx b {
    width: 2.5rem;
    height: .375rem;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 {
  width: 46%;
  margin-left: 12.08333%;
}

@media (max-width: 1024px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #524F53;
  font: 600 1.25rem/1.8em "Barlow Condensed";
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dt {
  width: 16.125rem;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dt {
    width: 100%;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd {
  width: -webkit-calc(90% - 16.125rem);
  width: -moz-calc(90% - 16.125rem);
  width: calc(90% - 16.125rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd {
    width: 100%;
  }
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd .xx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd .xx i {
  color: #524F53;
  font: 500 1.25rem/1.8em "Barlow Condensed";
  margin-right: 0.3em;
}

.show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd .xx b {
  display: block;
  width: 3.3125rem;
  height: .5625rem;
  background: #D80C24;
  margin-right: 2px;
}

@media (max-width: 768px) {
  .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd .xx b {
    width: 2.5rem;
    height: .375rem;
  }
}

.show_product-a6 .cp_as-titxl {
  background: #F5F5F4;
  padding: 0.25em 1em;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .show_product-a6 .cp_as-titxl {
    margin-top: 1.5rem;
  }
}

.show_product-a6 .cp_as-titxl .tit {
  width: auto;
  color: #524F53;
  font: 600 1.125rem/1.6em "Barlow Condensed";
}

.show_product-a6 .cp_as-titxl .selectBox.ss-lsitb1 .ww_btn_Dropdown_arrow i {
  color: #524F53;
  font-weight: 600;
}

.show_product-a6 .cp_as-titxl .werhcxsa {
  text-transform: uppercase;
}

.show_product-a6 .cp_as-titxl .werhcxsa p {
  color: #524F53;
  font: 500 1rem/2.5rem "Barlow Condensed";
}

.show_product-a6 .cp_as-titxl .xw-ssk-a1 {
  width: 10rem;
}

.show_product-a6 .cp_as-titxla {
  border-bottom: 1px solid #F5F5F4;
  margin-top: 1rem;
}

.show_product-a6 .cp_as-titxla .selectBox {
  background: #F5F5F4;
  width: 6.25rem;
  text-align: center;
}

.show_product-a6 .cp_as-titxla .selectBox.ss-lsitb1 .ww_btn_Dropdown_arrow i {
  color: #524F53;
  font-weight: 600;
}

.show_product-a6 .cp_as-titxla .selectBox.ss-lsitb1 .optionDiv ul li {
  text-align: left;
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p {
    padding: 1rem 0;
  }
}

.show_product-a6 .pl-cont-p > dl {
  padding: 2.375rem 0;
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p > dl {
    padding: 0.5rem 0;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont1 {
  width: 18.40278%;
  color: #524F53;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont1 {
    width: 100%;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 {
  width: 33.88889%;
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont2 {
    width: 100%;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .pf .xx i {
  color: #D80C24;
  font: 500 1.25rem/1.8em "Barlow Condensed";
 
}
.show_product-a6 .pl-cont-p > dl .pl-cont2 .pf .xx i+i{
     margin-left: 0.3em;
}
.show_product-a6 .pl-cont-p > dl .pl-cont2 .pf span {
  color: #524F53;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  margin-left: 1em;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .tit {
  color: #524F53;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .p {
  color: #524F53;
  font: 400 1.125rem/1.25em "Barlow Condensed";
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .img-list {
  margin-top: 1.25rem;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .img-list .img {
  width: 23%;
  margin-right: 2%;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .img-list .img img {
  width: 100%;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list1 {
  color: #524F53;
  font: 500 1.125rem/1.875rem "Barlow Condensed";
  margin-top: 1.25rem;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list1 i {
  display: inline-block;
  font-size: 0;
  width: 1.875rem;
  vertical-align: middle;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list1 i img {
  width: 100%;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list2 {
  color: #524F53;
  font: 500 1.125rem/1.5625rem "Barlow Condensed";
  margin-top: 1.25rem;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list2 span {
  display: inline-block;
  width: 3.125rem;
  height: 1.5625rem;
  background: #F5F5F4;
  position: relative;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list2 span img {
  height: .625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 {
  width: 38.61111%;
}
.img_result li{
    margin: 0.5rem;
}
@media (max-width: 1366px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont3 {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont3 {
    width: 44%;
  }
}

@media (max-width: 960px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont3 {
    width: 100%;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #524F53;
  font: 600 1.25rem/1.8em "Barlow Condensed";
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dt {
  width: 16.125rem;
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dt {
    width: 100%;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd {
  width: -webkit-calc(98% - 16.125rem);
  width: -moz-calc(98% - 16.125rem);
  width: calc(98% - 16.125rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd {
    width: 100%;
  }
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd .xx {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd .xx i {
  color: #524F53;
  font: 500 1.25rem/1.8em "Barlow Condensed";
  margin-right: 0.3em;
}

.show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd .xx b {
  display: block;
  width: 3.3125rem;
  height: .5625rem;
  background: #D80C24;
  margin: 0.2rem auto;
  margin-right: 2px;
}

@-webkit-keyframes run {
  from {
    bottom: 2.5rem;
    opacity: 0;
  }
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 2.5rem;
    opacity: 0;
  }
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 2.5rem;
    opacity: 0;
  }
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 2.5rem;
    opacity: 0;
  }
  to {
    bottom: 1.5rem;
    opacity: 1;
  }
}

.cp-show-tit {
  color: #262626;
  font: 600 3.125rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

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

.show-pro-body {
  padding-top: 8.6875rem;
}

.show-pro-body .head .head1 {
  background: #D80C24;
}

.show-pro-body .head .head2::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.show-pro-body .head .head2 .head-bj {
  padding: 0;
}

.show-pro-body .fancybox__container {
  color: #D80C24;
}

.show-pro-body .fancybox__container .fancybox__backdrop {
  background: #fff;
}

.show-pro-body .fancybox__container .fancybox__toolbar {
  background: #fff;
  text-shadow: inherit;
}

.conttczc-bj {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8rem 0;
}

.conttczc-bj .cont-p {
  position: relative;
}

.conttczc-bj .cont-p a.gbazs {
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 9;
  line-height: 1em;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p a.gbazs {
    right: 0;
    top: -2rem;
  }
}

.conttczc-bj .cont-p a.gbazs i {
  color: #333;
  font-size: 2.5rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  display: block;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p a.gbazs i {
    color: #fff;
  }
}

.conttczc-bj .cont-p a.gbazs:hover i {
  color: #D80C24;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.conttczc-bj .cont-p .tc-cont1 {
  width: 100%;
  padding: 1rem 9%;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont1 {
    width: 100%;
    padding: 1.5rem;
  }
}

.conttczc-bj .cont-p .tc-cont1 .img {
  display: block;
  position: relative;
  background: #fff;
  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;
  width: 26%;
}

.conttczc-bj .cont-p .tc-cont1 .img img {
  width: 100%;
}

.conttczc-bj .cont-p .tc-cont1 .cont {
  color: #262626;
  width: 67.05882%;
}

.conttczc-bj .cont-p .tc-cont1 .cont .tita1 {
  font: 600 1.875rem/1.5em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont1 .cont .tita1 {
    font-size: 1.7rem;
  }
}

.conttczc-bj .cont-p .tc-cont1 .cont .tita1 p {
  margin-right: 0.3em;
}

.conttczc-bj .cont-p .tc-cont1 .cont .tita1 span {
  font-family: "Barlow Condensed";
  color: #D80C24;
  font-style: italic;
  font-weight: 500;
}

.conttczc-bj .cont-p .tc-cont1 .cont .p {
  font: 500 2.25rem/1.1em "Barlow Condensed";
  font-style: italic;
  margin-top: 0.5rem;
  text-transform: uppercase;
  padding-right: 5%;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont1 .cont .p {
    font-size: 1.25rem;
    margin-top: 0.25em;
  }
}

.conttczc-bj .cont-p .tc-cont2 {
  width: 100%;
  background: #fff;
  padding: 3rem 9%;
  position: relative;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 {
    width: 100%;
    padding: 1.5rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 > .tit {
  color: #262626;
  font: 600 2.8125rem/1.5em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 > .tit {
    font-size: 2rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .p, .conttczc-bj .cont-p .tc-cont2 p {
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
}

.conttczc-bj .cont-p .tc-cont2 .contact {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .contact {
    margin-top: 0.1rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg1 {
  margin: 1.3rem 0;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-a dl.msg1 {
    margin: 0.5rem 0;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg1 dt {
  margin-right: 1.5em;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg1 dd .xx {
  margin-right: 1em;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg1 dd .xx i {
  background: #333333;
  color: #fff;
  width: 1.5625rem;
  line-height: 1.5625rem;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  border-radius: .3125rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd {
  border: 1px solid #E1E1E0;
  border-radius: .3125rem;
  overflow: hidden;
  background: #fff;
  margin-top: 0.6rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd textarea {
  width: 100%;
  border: none;
  padding: 0.6875rem 1.25rem;
  font-size: 1rem;
  font-family: "Barlow Condensed";
  font-weight: 400;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd .wejza {
  padding: 0.6875rem 1.25rem;
  border-top: 1px solid #E1E1E0;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd .wejza a.a {
  background: #333333;
  font: 400 1.125rem/1.875rem "Barlow Condensed";
  border-radius: .3125rem;
  padding: 0 1em;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd .wejza a.a:hover {
  background: #D80C24;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd .wejza p {
  margin-left: 1em;
  font: 400 1.125rem/1.875rem "Barlow Condensed";
  color: #A8A8A8;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg3 {
  margin-top: 1rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg3 p {
  margin-right: 1em;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg3 .annurt a {
  display: inline-block;
  background: #333333;
  font: 400 1.125rem/1.6rem "Barlow Condensed";
  border-radius: .3125rem;
  width: 3.125rem;
  text-align: center;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg3 .annurt a:hover {
  background: #D80C24;
}

.conttczc-bj .cont-p .tc-cont2 .my-b dl {
  width: 47.36842%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-b dl {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-b dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5rem "Barlow Condensed";
  margin-bottom: 0.5em;
}

.conttczc-bj .cont-p .tc-cont2 .my-b dl dd input {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  background: #fff;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  width: 100%;
  padding: 0 1em;
}

.conttczc-bj .cont-p .tc-cont2 .my-c {
  margin-top: 1.625rem;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-c {
    margin-top: 1rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl {
  border-bottom: 1px solid #CECECE;
  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;
  padding: 0.4em 0;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5rem "Barlow Condensed";
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-c dl dt {
    width: 100%;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd {
  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;
  width: 28%;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-c dl dd {
    width: 100%;
    margin-top: 0.5rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx {
  margin-right: 1em;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i {
  background: #333333;
  color: #fff;
  width: 1.5625rem;
  line-height: 1.5625rem;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  border-radius: .3125rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i.hsa {
  background: #D80C24;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i.fs {
  background: #F06970;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i.ha {
  background: #B4B677;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i.ls {
  background: #7BA70A;
}

.conttczc-bj .cont-p .tc-cont2 .my-c dl dd .xx i.le {
  background: #3A9034;
}

.conttczc-bj .cont-p .tc-cont2 .my-d dl {
  width: 47.36842%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-d dl {
    width: 100%;
    margin-top: 1rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-d dl.w100 {
  width: 100%;
}

.conttczc-bj .cont-p .tc-cont2 .my-d dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5rem "Barlow Condensed";
  margin-bottom: 0.5em;
}

.conttczc-bj .cont-p .tc-cont2 .my-d dl dd input {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  background: #fff;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  width: 100%;
  padding: 0 1em;
}

.conttczc-bj .cont-p .tc-cont2 .my-d 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;
}

.conttczc-bj .cont-p .tc-cont2 .my-e {
  margin-top: 1.375rem;
  border-bottom: 1px solid #EBEBEB;
}

.conttczc-bj .cont-p .tc-cont2 .my-e dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 0;
  border-top: 1px solid #EBEBEB;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-e dl {
    padding: 1rem 0;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-e dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5rem "Barlow Condensed";
  width: 49.07975%;
  height: 7.5em;
  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: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-e dl dt {
    width: 100%;
    height: auto;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-e dl dd {
  width: 47.48466%;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-e dl dd {
    width: 100%;
    margin-top: 0.8rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .my-e 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;
}

.conttczc-bj .cont-p .tc-cont2 .my-f {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .conttczc-bj .cont-p .tc-cont2 .my-f {
    margin-top: 1rem;
  }
}

.conttczc-bj .cont-p .tc-cont2 .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: 1em;
  border-radius: .3125rem;
  overflow: hidden;
}

.conttczc-bj .cont-p .tc-cont2 .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;
}

.conttczc-bj .cont-p .tc-cont2 .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;
}

.conttczc-bj .cont-p .tc-cont2 .my-f p {
  color: #524F53;
  font: 500 1.375rem/1.5rem "Barlow Condensed";
}

.conttczc-bj .cont-p .tc-cont2 .my-g {
  margin-top: 1rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-g .p {
  line-height: 1.2em;
}

.conttczc-bj .cont-p .tc-cont2 .my-h {
  margin-top: 1.125rem;
}

.conttczc-bj .cont-p .tc-cont2 .my-h button {
  outline: none;
  border: none;
  line-height: 3.125rem;
}

.hidden {
  display: none;
}

body.no-scroll, html.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.iot-cont1 {
  padding: 4.375rem 0 3.375rem;
}

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

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

.iot-cont1 .ny-tit .text {
  padding: 0 5%;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .iot-cont1 .ny-tit .text {
    padding: 0;
    font-size: 1.125rem;
  }
}

.iot-cont1 .xiaza {
  margin-top: 1.3rem;
}

@media (max-width: 768px) {
  .iot-cont1 .xiaza {
    margin-top: 1rem;
  }
}

.iot-cont1 .xiaza a {
  display: block;
  width: 11.625rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .iot-cont1 .xiaza a {
    width: 10rem;
  }
}

.iot-cont1 .xiaza a + a {
  margin-left: 2%;
}

.iot-cont1 .xiaza a img {
  width: 100%;
}

.iot-cont1 .img {
  padding: 0 8.68056%;
  margin-top: 2.5rem;
}

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

.iot-cont1 .img img {
  width: 100%;
}

.iot-cont2 .iot-a2_v1 .iot-a2_b1 {
  width: 56.04167%;
  position: relative;
}

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

.iot-cont2 .iot-a2_v1 .iot-a2_b1 u {
  display: block;
  font-size: 0;
}

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

.iot-cont2 .iot-a2_v1 .iot-a2_b1 a.spbf {
  display: block;
  width: 6.25rem;
}

@media (max-width: 768px) {
  .iot-cont2 .iot-a2_v1 .iot-a2_b1 a.spbf {
    width: 4.5rem;
  }
}

.iot-cont2 .iot-a2_v1 .iot-a2_b1 a.spbf img {
  width: 100%;
}

.iot-cont2 .iot-a2_v1 .iot-a2_b2 {
  width: 39.09722%;
}

@media (max-width: 768px) {
  .iot-cont2 .iot-a2_v1 .iot-a2_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.iot-cont2 .iot-a2_v1 .iot-a2_b2 .tit {
  color: #000000;
  font: 500 2rem/1.1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .iot-cont2 .iot-a2_v1 .iot-a2_b2 .tit {
    font-size: 1.5rem;
  }
}

.iot-cont2 .iot-a2_v1 .iot-a2_b2 .pfsjzs {
  color: #848484;
  font: 400 1.25rem/1.5em "Barlow Condensed";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .iot-cont2 .iot-a2_v1 .iot-a2_b2 .pfsjzs {
    margin-top: 0.5rem;
  }
}

.iot-cont2 .iot-a2_v1 .iot-a2_b2 .pfsjzs .pf i {
  font-size: 1.25rem;
}

.iot-cont2 .iot-a2_v1 .iot-a2_b2 .pfsjzs span {
  display: inline-block;
  margin: 0 0.5em;
}

.iot-cont3 {
  background: #F9F9F9;
  padding: 5.875rem 0 6.875rem;
  margin-top: 6rem;
}

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

.iot-cont3 .iot-a3_list1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 {
    margin-top: 0;
  }
}

.iot-cont3 .iot-a3_list1 li {
  width: 48.19444%;
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.iot-cont3 .iot-a3_list1 li i {
  display: block;
  font-size: 0;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.iot-cont3 .iot-a3_list1 li i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.iot-cont3 .iot-a3_list1 li .tit {
  color: #000000;
  font: 500 2rem/1.2em "Barlow Condensed";
  margin: 1rem 0 0.2em;
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 li .tit {
    font-size: 1.5rem;
    margin: 0.8rem 0 0.2em;
  }
}

.iot-cont3 .iot-a3_list1 li .p {
  color: #262626;
  font: 400 1.5rem/1.2em 'Barlow Condensed';
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 li .p {
    font-size: 1.35rem;
  }
}

.iot-cont4 {
  padding: 4.5625rem 0 4.875rem;
}

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

.iot-cont4 .ny-tit1 .tit {
  line-height: 1.1em;
  padding: 0 6%;
}

@media (max-width: 768px) {
  .iot-cont4 .ny-tit1 .tit {
    padding: 0;
  }
}

.iot-cont4 .iot-a4_v1 {
  margin: 0 -4%;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_v1 {
    margin: 0;
    margin-top: 1rem;
  }
}

.iot-cont4 .iot-a4_v1 dl {
  width: 36.73602%;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_v1 dl {
    width: 48%;
  }
}

.iot-cont4 .iot-a4_v1 dl .img {
  width: 100%;
  font-size: 0;
}

.iot-cont4 .iot-a4_v1 dl .img img {
  width: 100%;
}

.iot-cont4 .iot-a4_v1 dl dt {
  text-align: center;
  color: #D80C24;
  font: 500 1.25rem/1.1em "Barlow Condensed";
  margin-top: 2rem;
  text-transform: uppercase;
}

.iot-cont4 .iot-a4_v1 dl:nth-child(2) {
  width: 17.55527%;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_v1 dl:nth-child(2) {
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    margin: 0 auto;
    margin-top: 1rem;
  }
}

.iot-cont5 {
  background: #F9F9F9;
  padding: 6.8125rem 0 5.3125rem;
}

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

.iot-cont5 .ny-tit1 .tit {
  line-height: 1.1em;
  padding: 0 10%;
}

@media (max-width: 768px) {
  .iot-cont5 .ny-tit1 .tit {
    padding: 0;
  }
}

.iot-cont5 .iot-a5_v1 {
  margin-top: 3rem;
}

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

.iot-cont5 .iot-a5_v1 .mySwiper5 {
  position: relative;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont {
  background: #fff;
  display: block;
  padding: 3rem 8% 1.5rem;
}

@media (max-width: 768px) {
  .iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont {
    padding: 1.5rem 6%;
  }
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .tita1 {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .tita1 {
    font-size: 1.5rem;
  }
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .tita1 span {
  color: #D80C24;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .tita2 {
  color: #262626;
  font: 500 1.25rem/1.2em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
  margin-top: 1rem;
  height: 2.4em;
  overflow: hidden;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .pfsjzs {
  color: #848484;
  font: 400 1.25rem/1.5em "Barlow Condensed";
  margin-top: 0.3rem;
  height: 1.6em;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .pfsjzs .pf i {
  font-size: 1.25rem;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .img {
  display: block;
  font-size: 0;
  padding-bottom: 85%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-slide a.cont .img img {
      position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-pagination1 span {
  background: url(../images/jda1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: .9375rem;
  height: .8125rem;
  opacity: 1;
  margin: 0 0.2rem;
}

.iot-cont5 .iot-a5_v1 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(../images/jda2.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

/*Service & support*/
.support-cont1 {
  padding: 4.25rem 0 5.1875rem;
}

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

.support-cont1 .ny-tit1 .text {
  padding: 0 6%;
}

@media (max-width: 768px) {
  .support-cont1 .ny-tit1 .text {
    padding: 0 2%;
  }
}

.support-cont1 .p {
  color: #848484;
  font: 400 2rem/1.4em "Barlow Condensed";
  margin: 1.7rem 0 1.5rem;
}

@media (max-width: 768px) {
  .support-cont1 .p {
    font-size: 1.5rem;
    margin: 0.8rem 0 1rem;
  }
}

.support-cont1 .more-as a.more-msl.hs {
  background-image: url(../images/ashghgt4.svg);
  font: 400 1.375rem/3.75rem "Barlow Condensed";
  width: auto;
  padding: 0 0.9em;
  text-transform: Capitalize;
}

@media (max-width: 768px) {
  .support-cont1 .more-as a.more-msl.hs {
    padding: 0 1em;
  }
}

.support-cont2 {
  background: #F9F9F9;
  padding: 5rem 0;
}

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

.support-cont2 .support-a2_list1 dl {
  width: 45.97222%;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .support-cont2 .support-a2_list1 dl {
    width: 100%;
    padding: 0.8rem 0;
  }
}

.support-cont2 .support-a2_list1 dl dt i {
  width: 3.125rem;
  display: block;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .support-cont2 .support-a2_list1 dl dt i {
    width: 2.5rem;
  }
}

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

.support-cont2 .support-a2_list1 dl dt p {
  color: #000000;
  font: 500 2rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .support-cont2 .support-a2_list1 dl dt p {
    font-size: 1.6rem;
  }
}

.support-cont2 .support-a2_list1 dl dd p{
  color: #262626;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin: 0.8rem 0 1.4rem;
  height: 6em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .support-cont2 .support-a2_list1 dl dd p{
    font-size: 1.25rem;
    height: auto;
    margin: 0.4rem 0 0.8rem;
  }
}

.support-cont3 {
  padding: 4.6875rem 0;
  position: relative;
}

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

.support-cont3 a.img {
  display: block;
  position: relative;
}

.support-cont3 a.img i {
  display: block;
  font-size: 0;
}

.support-cont3 a.img i img {
  width: 100%;
}

.nbanner1 {
  background: #D80C24;
  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: #fff;
}

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

.nbanner1 .tit {
  color: #fff;
  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%;
}

.faq-cont1 .faq-a1_b1 {
  margin-top: 3.25rem;
}

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

.faq-cont1 .faq-a1_b1 .sfq-asgt {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .faq-cont1 .faq-a1_b1 .sfq-asgt {
    margin-top: 0.2rem;
  }
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li {
  padding: 1.25rem 0;
  border-bottom: 1px dashed #DFDDDD;
}

@media (max-width: 768px) {
  .faq-cont1 .faq-a1_b1 .sfq-asgt li {
    padding: 0.8rem 0;
  }
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li .dt {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
  cursor: pointer;
}

@media (max-width: 768px) {
  .faq-cont1 .faq-a1_b1 .sfq-asgt li .dt {
    font-size: 1.5rem;
  }
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li .dt p {
  width: -webkit-calc(100% - 2rem);
  width: -moz-calc(100% - 2rem);
  width: calc(100% - 2rem);
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li .dt i {
  font: 500 2rem/1.2em "Barlow Condensed";
  text-align: right;
}

@media (max-width: 768px) {
  .faq-cont1 .faq-a1_b1 .sfq-asgt li .dt i {
    font-size: 1.5rem;
  }
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li .dt.on i {
  -webkit-transform: scale(-1);
     -moz-transform: scale(-1);
      -ms-transform: scale(-1);
       -o-transform: scale(-1);
          transform: scale(-1);
}

.faq-cont1 .faq-a1_b1 .sfq-asgt li .wehha-job {
  color: #524F53;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .faq-cont1 .faq-a1_b1 .sfq-asgt li .wehha-job {
    font-size: 1.125rem;
  }
}

.faq-cont2 {
  padding: 3.625rem 0 5rem;
}

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

.faq-cont2 .wejhxa {
  background: #F8F8F8;
  padding: 1.5rem 2%;
}

@media (max-width: 768px) {
  .faq-cont2 .wejhxa {
    padding: 1rem 4%;
  }
}

.faq-cont2 .wejhxa i {
  color: #D80C24;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .faq-cont2 .wejhxa i {
    font-size: 1.5rem;
    margin-right: 0.3em;
  }
}

.faq-cont2 .wejhxa p {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .faq-cont2 .wejhxa p {
    font-size: 1.25rem;
  }
}

.faq-cont2 .wejhxa p a {
  color: #262626;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
}

.faq-cont2 .wejhxa p a:hover {
  color: #D80C24;
}



/*.reg-cont1 {*/
/*  padding: 3.125rem 0 5.5rem;*/
/*}*/

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

/*.reg-cont1 .img {*/
/*  position: relative;*/
/*  margin-top: 1rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .img {*/
/*    margin-top: 0.6rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .img i {*/
/*  display: block;*/
/*  font-size: 0;*/
/*  padding-bottom: 17.91667%;*/
/*  width: 100%;*/
/*  position: relative;*/
/*  height: 0;*/
/*  overflow: hidden;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .img i {*/
/*    padding-bottom: 40%;*/
/*  }*/
/*}*/

/*.reg-cont1 .img i > img {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  -o-object-fit: cover;*/
/*  object-fit: cover;*/
/*}*/

/*.reg-cont1 .img .cont {*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  color: #fff;*/
/*  font: 500 2rem/1.35em "Barlow Condensed";*/
/*  font-style: italic;*/
/*  padding: 0 3% 2rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .img .cont {*/
/*    font-size: 1.25rem;*/
/*    padding: 0 6% 1rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .img .cont .tit {*/
/*  font-size: 2.5rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .img .cont .tit {*/
/*    font-size: 1.5rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .p {*/
/*  color: #524F53;*/
/*  font: 500 1.5rem/1.1em "Barlow Condensed";*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .p {*/
/*    font-size: 1.25rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .p p {*/
/*  margin-top: 1em;*/
/*}*/

/*.reg-cont1 .p1 {*/
/*  margin-top: 4rem;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .p1 {*/
/*    margin-top: 2rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .p1 p {*/
/*  color: #D80C24;*/
/*  font: 500 1.5rem/1.1em "Barlow Condensed";*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .reg-cont1 .p1 p {*/
/*    font-size: 1.25rem;*/
/*  }*/
/*}*/

/*.reg-cont1 .p1 a.more-msl {*/
/*  width: auto;*/
/*  padding: 0 1em;*/
/*  background: #D80C24;*/
/*  color: #fff;*/
/*  margin-top: 1.5rem;*/
/*  -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);*/
/*}*/

.reg-cont1 {
  padding: 3.125rem 0 5.5rem;
}

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

.reg-cont1 .img {
  position: relative;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .reg-cont1 .img {
    margin-top: 0.6rem;
  }
}

.reg-cont1 .img i {
  display: block;
  font-size: 0;
  padding-bottom: 17.91667%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.reg-cont1 .img u{
    font-size: 0;
}
.reg-cont1 .img u img{
   width: 100%;
}
@media (max-width: 768px) {
  .reg-cont1 .img i {
    padding-bottom: 40%;
    display: none;
  }
}

.reg-cont1 .img i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

@media (max-width: 768px) {
  .reg-cont1 .img .cont {
    font-size: 1.35rem;
    padding: 0;
    position: static;color: #262626;
    margin-top: 1rem;
  }
}

.reg-cont1 .img .cont .tit {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .reg-cont1 .img .cont .tit {
    font-size: 1.6rem;
    color: #D80C24;
  }
}

.reg-cont1 .p {
  color: #524F53;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin-top: 1rem;
  text-align: justify;
}

@media (max-width: 768px) {
  .reg-cont1 .p {
    font-size: 1.25rem;
  }
}

.reg-cont1 .p p {
  /*margin-top: 1em;*/
}
.reg-cont1 .p p.tit{
        color: #000;
    font: 500 2rem/1.35em "Barlow Condensed";
    font-style: italic;
    padding: 0.5rem 0;
    text-align: center;
}
.reg-cont1 .p p.zs{
    color: #9A999A;
    font-size: 1.25rem;
    font-family: 'Barlow Condensed';
  font-weight: 400;
    font-style: italic;
    padding: 0.65em 0;
}
.reg-cont1 .msdgrt{
     color: #9A999A;
    font-size: 1.25rem;
    font-family: 'Barlow Condensed';
  font-weight: 400;
  margin-top: 2rem;
}
.reg-cont1 .p1 {
  margin-top: 0;
}

@media (max-width: 768px) {
    .reg-cont1 .msdgrt{
        margin-top: 1rem;
    }
    .reg-cont1 .p p.zs{
         padding: 0.4em 0;
    }
  .reg-cont1 .p1 {
    margin-top: 0;
  }
}

.reg-cont1 .p1 p {
  color: #D80C24;
  font: 500 1.5rem/1.1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .reg-cont1 .p1 p {
    font-size: 1.25rem;
  }
}

.reg-cont1 .p1 a.more-msl {
  width: auto;
  padding: 0 1em;
  background: #D80C24;
  color: #fff;
  margin-top: 1.5rem;
  -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);
}

.reg-cont1 .p1 a.more-msl::before {
  background: #000;
}

.reg-cont1 .p1 a.more-msl::before {
  background: #000;
}

.conttczc-bj .pead-cont {
  background: #F5F5F5;
  width: 53.38542%;
  padding: 3.75rem 5%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1200px) {
  .conttczc-bj .pead-cont {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont {
    width: 90%;
    padding: 2rem 5%;
  }
}

.conttczc-bj .pead-cont > .tit {
  color: #262626;
  font: 600 2.8125rem/1.2em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont > .tit {
    font-size: 2rem;
  }
}

.conttczc-bj .pead-cont a.jataxta {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont a.jataxta {
    right: 1.25rem;
    top: 1.25rem;
  }
}

.conttczc-bj .pead-cont a.jataxta i {
  font-size: 2.5rem;
  line-height: 1;
  color: #A8A8A8;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  display: block;
}

.conttczc-bj .pead-cont a.jataxta i:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #D80C24;
}

.conttczc-bj .pead-cont dl {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont dl {
    margin-top: 0.5rem;
  }
}

.conttczc-bj .pead-cont dl dt {
  color: #524F53;
  font: 500 1.375rem/1.5em "Barlow Condensed";
  margin-bottom: 0.5em;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont dl dt {
    margin-bottom: 0.25em;
  }
}

.conttczc-bj .pead-cont 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;
}

.conttczc-bj .pead-cont 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% - 0.8rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll -moz-calc(100% - 0.8rem) center #fff;
  background: url(../images/aghghx.svg) no-repeat scroll calc(100% - 0.8rem) center #fff;
}

.conttczc-bj .pead-cont .msga1 {
  margin-top: 0.2rem;
}

.conttczc-bj .pead-cont .msga1 dl {
  width: 47.60148%;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont .msga1 dl {
    width: 100%;
  }
}

.conttczc-bj .pead-cont .msga2 .duoxuan p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont .msga2 .duoxuan p {
    padding: 0.5em 0;
  }
}

.conttczc-bj .pead-cont .msga2 .duoxuan p 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.3em;
  border-radius: .3125rem;
  overflow: hidden;
}

.conttczc-bj .pead-cont .msga2 .duoxuan p 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;
}

.conttczc-bj .pead-cont .msga2 .duoxuan p input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.conttczc-bj .pead-cont .msga2 .duoxuan p label {
  display: block;
  margin-bottom: 0;
  color: #A8A8A8;
  font: 400 1.125rem/1.125rem "Barlow Condensed";
}

.conttczc-bj .pead-cont .msga2 dd.srk {
  border: 1px solid #E1E1E0;
  border-radius: .3125rem;
  overflow: hidden;
  background: #fff;
  margin-top: 0.6rem;
}

.conttczc-bj .pead-cont .msga2 dd.srk textarea {
  width: 100%;
  border: none;
  padding: 0.6875rem 1.25rem;
  font-size: 1rem;
  font-family: "Barlow Condensed";
  font-weight: 400;
}

.conttczc-bj .pead-cont .msga2 dd.srk .wejza {
  padding: 0.6875rem 1.25rem;
  border-top: 1px solid #E1E1E0;
}

.conttczc-bj .pead-cont .msga2 dd.srk .wejza a.a {
  background: #333333;
  font: 400 1.125rem/1.875rem "Barlow Condensed";
  border-radius: .3125rem;
  padding: 0 1em;
  color: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.conttczc-bj .pead-cont .msga2 dd.srk .wejza a.a:hover {
  background: #D80C24;
}

.conttczc-bj .pead-cont .msga2 dd.srk .wejza p {
  margin-left: 1em;
  font: 400 1.125rem/1.875rem "Barlow Condensed";
  color: #A8A8A8;
}

.conttczc-bj .pead-cont .ctp {
  color: #A8A8A8;
  font: 400 1.125rem/1.2rem "Barlow Condensed";
  margin-top: 1rem;
}

.conttczc-bj .pead-cont .more-msl {
  outline: none;
  border: none;
  margin-top: 2.5rem;
  color: #fff;
  background: #D80C24;
}

@media (max-width: 768px) {
  .conttczc-bj .pead-cont .more-msl {
    margin-top: 1.4rem;
  }
}

.conttczc-bj .pead-cont .more-msl::before {
  background: #000;
}

.list-products-content1 {
  padding: 2rem 0 3rem;
}

@media (max-width: 768px) {
  .list-products-content1 {
    padding: 2rem 0;
  }
}
.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;
}

.catalog-cont2 {
  margin-top: 3.5rem;
}

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

.catalog-cont2 .ny-tit .p {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .catalog-cont2 .ny-tit .p {
    font-size: 1.25rem;
  }
}

.catalog-cont2 .wehxa {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .catalog-cont2 .wehxa {
    margin-top: 1rem;
  }
}

.catalog-cont2 .wehxa a.mrt-as {
  display: block;
  color: #262626;
  font: 500 1.375rem/1.4em "Barlow Condensed";
  margin-left: 1em;
}

@media (max-width: 768px) {
  .catalog-cont2 .wehxa a.mrt-as {
    font-size: 1.25rem;
  }
}

.catalog-cont2 .wehxa a.mrt-as:hover {
  color: #D80C24;
}

.find-cont1 {
  padding: 4.375rem 0 6.6875rem;
}

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

.find-cont1 .find-a1_v1 {
  margin-top: 3.125rem;
}

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

.find-cont1 .find-a1_v1 .find-a1_b1 {
  width: 30.55556%;
  border: 1px solid #C6C6C6;
  border-right: none;
}

@media (max-width: 768px) {
  .find-cont1 .find-a1_v1 .find-a1_b1 {
    width: 100%;
    border: 1px solid #C6C6C6;
  }
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 {
  padding: 1.25rem 1.25rem 0.5rem;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 .tit {
  color: #454444;
  font: 500 1.125rem/1.5em "Barlow Condensed";
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  overflow: hidden;
  margin-top: 0.5em;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .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;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx button {
  border: none;
  background: transparent;
  width: 3rem;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c1 form .conx button i {
  color: #D80C24;
  font-size: 1.5rem;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 {
  padding-right: 1.25rem;
  overflow-y: auto;
  height: 28.25rem;
}

@media (max-width: 768px) {
  .find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 {
    height: 20rem;
    padding-right: 0;
  }
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #fff;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li {
  padding: 1.25rem;
  border-bottom: 1px dashed #C6C6C6;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .tit {
  color: #262626;
  font: 500 1.5rem/1.3em "Barlow Condensed";
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .p {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  margin-top: 0.5em;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa {
  margin-top: 0.5rem;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl {
  padding: 0.35em 0;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl i {
  line-height: 1;
  width: 1rem;
  font-size: 0;
  display: block;
  margin-right: 0.5rem;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl i img {
  width: 100%;
}

.find-cont1 .find-a1_v1 .find-a1_b1 .find-a1_c2 .find-a1_d1 li .wewexa dl p {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  width: -webkit-calc(100% - 1.5rem);
  width: -moz-calc(100% - 1.5rem);
  width: calc(100% - 1.5rem);
}

.find-cont1 .find-a1_v1 .find-a1_b2 {
  width: 69.44444%;
}

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

.find-cont1 .find-a1_v1 .find-a1_b2 img {
  width: 100%;
  min-height: 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;
}

.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%;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: calc(100%/3);
  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;
}

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

.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 .875rem/2.3125rem "Barlow Condensed";
  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: .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;
}

input[type="text"]::-webkit-input-placeholder, select::-webkit-input-placeholder, input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

input[type="text"]:-moz-placeholder, select:-moz-placeholder, input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

input[type="text"]:-ms-input-placeholder, select:-ms-input-placeholder, input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.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{
    width: 49%;
    margin: 1% 0.5%;
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li + li {
  margin-top: 5rem;
}

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

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li a.img {
  display: block;
  font-size: 0;
  padding-bottom: 53%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden; 
}
@media (max-width: 450px) {.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li{
    width: 99%;
}
  .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 a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

  }
}
.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont .data img {
  width: 1.25rem;
  margin-right: 0.5rem;
}

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

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.tit {
  color: #000000;
  font: 500 2.25rem/1.1em "Barlow Condensed";
  margin: 0.4rem 0 0.8rem;
  display: block;
}

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

.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 .news-list li .cont .p {
  color: #262626;
  font: 400 1.25rem/1.2em "Barlow Condensed";
}

.list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.more-msl {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .list-news-content .list-news-contentv1 .list-news-content_a1 .news-list li .cont a.more-msl {
    margin-top: 1rem;
  }
}

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

@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;
  text-transform: uppercase;
}

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

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

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li {
  margin-top: 1rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li a.img {
  display: block;
  width: 31.77778%;
  display: block;
  font-size: 0;
  padding-bottom: 22%;
  position: relative;
  height: 0;
  overflow: hidden;
}

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

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont {
  width: 64%;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont a.tita {
  display: block;
  color: #000000;
  font: 500 1.25rem/1.1em "Barlow Condensed";
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont a.tita:hover {
  color: #D80C24;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont .data {
  margin-top: 1rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont .data img {
  width: 1.25rem;
  margin-right: 0.5rem;
}

.list-news-content .list-news-contentv1 .list-news-content_a2 .list-news-content_a2c4 .list-news-content_a2d4 li .cont .data span {
  display: block;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  color: #524F53;
  text-transform: uppercase;
}

.list-news-content .list-news-content_a1t1 .tit {
  color: #000000;
  font: 500 2.5rem/1.1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .list-news-content .list-news-content_a1t1 .tit {
    font-size: 1.6rem;
  }
}

.list-news-content .list-news-content_a1t1 .data {
  margin-top: 0.5rem;
}

.list-news-content .list-news-content_a1t1 .data img {
  width: 1.25rem;
  margin-right: 0.5rem;
}

.list-news-content .list-news-content_a1t1 .data span {
  display: block;
  font: 600 1.125rem/1.5em "Barlow Condensed";
  color: #524F53;
  text-transform: uppercase;
}

.list-news-content .list-news-content_a1t1 .content {
  padding: 1rem 0;
  border-bottom: 1px solid #DDDDDD;
}

.list-news-content .list-news-content_a1t1 .content img {
  width: 100%;
}

.list-news-content .list-news-content_a1t1 .content strong {
   font-family: "Barlow Condensed";
  font-weight: 500;
}

.list-news-content .list-news-content_a1t1 .content p {
  color: #524F53;
  font: 400 1.25rem/1.3em "Barlow Condensed";
}

.list-news-content .list-news-content_a1t1 .erhhsx {
  margin-top: 1.2rem;
}

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

.list-news-content .list-news-content_a1t1 .erhhsx .tags .tit {
  color: #524F53;
  font: 400 1.375rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .list-news-content .list-news-content_a1t1 .erhhsx .tags .tit {
    font-size: 1.125rem;
  }
}

.list-news-content .list-news-content_a1t1 .erhhsx .tags .tag-list {
  margin-left: 1rem;
}

.list-news-content .list-news-content_a1t1 .erhhsx .tags .tag-list a {
  display: inline-block;
  color: #524F53;
  font: 400 1.375rem/2.5rem "Barlow Condensed";
  padding: 0 1em;
  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-right: 0.5rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .list-news-content .list-news-content_a1t1 .erhhsx .tags .tag-list a {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

.list-news-content .list-news-content_a1t1 .erhhsx .tags .tag-list a:hover {
  background: #D80C24;
  color: #fff;
}

@media (max-width: 768px) {
  .list-news-content .list-news-content_a1t1 .erhhsx .fenxan {
    margin-top: 1rem;
  }
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan p {
  color: #524F53;
  font: 400 1.125rem/1.5em "Barlow Condensed";
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li {
  display: inline-block;
  margin-left: 0.5rem;
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li a {
  display: block;
  width: 2.2rem;
  line-height: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  color: #D1D0D0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border: 1px solid #D1D0D0;
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li a i {
  font-size: 1.125rem;
  color: #D1D0D0;
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li a i.icon-linkedin {
  font-size: .81rem;
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li a:hover {
  background: #D80C24;
  border-color: #D80C24;
}

.list-news-content .list-news-content_a1t1 .erhhsx .fenxan .soreaas li a:hover i {
  color: #fff;
}

.ny-tit {
  color: #262626;
}

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

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

.ny-tit1 {
  color: #262626;
}

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

@media (max-width: 768px) {
  .ny-tit1 .tit {
    font-size: 2.25rem;
    line-height: 1.1em;
  }
}

.ny-tit1 .text {
  font: 500 2rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .ny-tit1 .text {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

.nbanner2 .tit {
  font-size: 3.125rem;
}

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

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

@media (max-width: 768px) {
  .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 {
  -webkit-text-decoration-line: underline;
     -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 .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .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: .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 .data {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  padding: 2.5rem 0 2rem;
}

@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 .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 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 .fhhuaas {
    margin-top: 1rem;
  }
}

/*careers*/
.careers-cont1 {
  padding: 4.8125rem 0 3.5rem;
}

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

.careers-cont1 .ny-tit .p {
  font: 500 2rem/1.2em "Barlow Condensed";
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .careers-cont1 .ny-tit .p {
    font-size: 1.5rem;
  }
}

.careers-cont1 .careers-a1_v1 {
  background: url(../images/bjaas1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 11.8rem 4.7%;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 {
    margin-top: 2rem;
    padding: 4rem 4%;
    background-position: center right;
  }
}

.careers-cont1 .careers-a1_v1 .cont-p {
  width: 56.85714%;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 .cont-p {
    width: 100%;
  }
}

.careers-cont1 .careers-a1_v1 .cont-p .tit {
  color: #fff;
  font: 500 3.125rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 .cont-p .tit {
    font-size: 1.8rem;
  }
}

.careers-cont1 .careers-a1_v1 .cont-p .more-gd {
  margin-top: 1.8rem;
}

.careers-cont1 .careers-a1_v1 .cont-p .more-gd a.more-msl {
  font: 400 1.375rem/3.75rem "Barlow Condensed";
  width: 16.125rem;
  background: url(../images/ashghgt5.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 .cont-p .more-gd a.more-msl {
    font: 400 1rem/3rem "Barlow Condensed";
    width: 48%;
  }
}

.careers-cont1 .careers-a1_v1 .cont-p .more-gd a.more-msl + a.more-msl {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 .cont-p .more-gd a.more-msl + a.more-msl {
    margin-left: 4%;
  }
}

.ny-tit2 {
  color: #262626;
}

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

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

.ny-tit2 .p {
  font: 500 1.25rem/1.2em "Barlow Condensed";
  margin-top: 0.6rem;
}

.careers-cont2 {
  padding-top: 3.125rem;
  position: relative;
}

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

.careers-cont2::after {
  content: "";
  position: absolute;
  width: 42.91667%;
  height: 100%;
  right: 12.5%;
  top: 0;
  background: #F6F6F6;
  z-index: -1;
}

@media (max-width: 1366px) {
  .careers-cont2::after {
    right: 5.78125%;
  }
}

@media (max-width: 768px) {
  .careers-cont2::after {
    width: 100%;
    right: 0;
  }
}

.careers-cont2 .wh > .ny-tit2 .p {
  max-width: 50%;
}

@media (max-width: 768px) {
  .careers-cont2 .wh > .ny-tit2 .p {
    max-width: 100%;
  }
}

.careers-cont2 .careers-a2_v1 {
  margin-top: 3.5rem;
}

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

.careers-cont2 .careers-a2_v1 .careers-a2_b1 {
  width: 51.82292%;
}

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

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

.careers-cont2 .careers-a2_v1 .careers-a2_b2 {
  width: 23.75%;
  margin-right: 16%;
}

@media (max-width: 768px) {
  .careers-cont2 .careers-a2_v1 .careers-a2_b2 {
    width: 100%;
    margin: 0;
    padding: 0 4%;
    margin-top: 1.5rem;
  }
}

.careers-cont2 .careers-a2_v1 .careers-a2_b2 dl {
  color: #262626;
}

.careers-cont2 .careers-a2_v1 .careers-a2_b2 dl + dl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .careers-cont2 .careers-a2_v1 .careers-a2_b2 dl + dl {
    margin-top: 1.5rem;
  }
}

.careers-cont2 .careers-a2_v1 .careers-a2_b2 dl dt {
  font: 500 2rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

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

.careers-cont2 .careers-a2_v1 .careers-a2_b2 dl dd {
  font: 400 1.25rem/1.2em "Barlow Condensed";
  margin-top: 0.3rem;
}

.careers-cont2 .careers-a2_v2 {
  margin-top: 5.25rem;
}

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

.careers-cont2 .careers-a2_v2 .careers-a2_c1 {
  width: 35.13889%;
}

@media (max-width: 768px) {
  .careers-cont2 .careers-a2_v2 .careers-a2_c1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.25rem;
    padding-bottom: 2rem;
  }
}

.careers-cont2 .careers-a2_v2 .careers-a2_c2 {
  width: 54.02778%;
  margin-right: 5%;
}

@media (max-width: 768px) {
  .careers-cont2 .careers-a2_v2 .careers-a2_c2 {
    width: 100%;
    margin-right: 0;
  }
}

.careers-cont2 .careers-a2_v2 .careers-a2_c2 img {
  width: 100%;
}

.careers-cont3 {
  background: #F6F6F6;
  padding-top: 9rem;
  margin-top: 4.75rem;
}

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

.careers-cont3 .careers-a3_b1 {
  width: 54.02778%;
  margin-bottom: -3.5rem;
}

@media (max-width: 768px) {
  .careers-cont3 .careers-a3_b1 {
    margin-bottom: 0;
    width: 100%;
  }
}

.careers-cont3 .careers-a3_b1 img {
  width: 100%;
}

.careers-cont3 .careers-a3_b2 {
  width: 35.13889%;
}

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

.careers-cont3 .careers-a3_b2 .ny-tit2 .p {
  margin-top: 1rem;
}

.careers-cont4 {
  padding: 8.25rem 0 6.875rem;
}

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

.careers-cont4 .careers-a4_list1 li {
  width: 47.56944%;
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .careers-cont4 .careers-a4_list1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.careers-cont4 .careers-a4_list1 li .img {
  width: 30.07299%;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .careers-cont4 .careers-a4_list1 li .img {
    width: 100%;
    padding-bottom: 60%;
  }
}

.careers-cont4 .careers-a4_list1 li .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.careers-cont4 .careers-a4_list1 li .cont-p {
  width: 64.81752%;
}

@media (max-width: 768px) {
  .careers-cont4 .careers-a4_list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.careers-cont4 .careers-a4_list1 li .cont-p .tit {
  color: #262626;
  font: 500 1.5rem/1.1em "Barlow Condensed";
  text-transform: uppercase;
}

.careers-cont4 .careers-a4_list1 li .cont-p span {
  color: #828282;
  font: 400 1.25rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
  display: block;
  margin: 0.2rem 0 0.3rem;
}

.careers-cont4 .careers-a4_list1 li .cont-p .p {
  color: #262626;
  font: 400 1.25rem/1.1em "Barlow Condensed";
}

.n-bodyhs {
  background: #F6F6F6;
}

.jobs-cont1 {
  padding: 5rem 0 5.625rem;
}

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

.jobs-cont1 .jobs-a1_v1 {
  width: 24.93056%;
}

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

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1c {
  background: #FFFFFF;
  padding: 2rem 11% 4.5rem;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .jobs-a1_b1c {
    padding: 1.2rem 4%;
  }
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1c + .jobs-a1_b1c {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .jobs-a1_b1c + .jobs-a1_b1c {
    margin-top: 1rem;
  }
}

.jobs-cont1 .jobs-a1_v1 .tit {
  color: #262626;
  font: 500 2.25rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .tit {
    font-size: 1.6rem;
  }
}

.jobs-cont1 .jobs-a1_v1 .wheh_a {
  color: rgba(38, 38, 38, 0.6);
  margin-top: 1rem;
}

.jobs-cont1 .jobs-a1_v1 .wheh_a a.glqh {
  display: block;
  color: #262626;
  font-size: 1.25rem;
  margin-top: 0.6rem;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .wheh_a a.glqh {
    margin-top: 0.3rem;
  }
}

.jobs-cont1 .jobs-a1_v1 .wheh_a a.glqh::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .6rem;
  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) {
  .jobs-cont1 .jobs-a1_v1 .wheh_a a.glqh::before {
    width: 1rem;
    height: 1rem;
  }
}

.jobs-cont1 .jobs-a1_v1 .wheh_a a.glqh.checked:before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

.jobs-cont1 .jobs-a1_v1 .wheh_a a.dltt {
  display: inline-block;
  margin-right: 1em;
  color: rgba(38, 38, 38, 0.6);
}

.jobs-cont1 .jobs-a1_v1 .wheh_a a.dltt.on, .jobs-cont1 .jobs-a1_v1 .wheh_a a.dltt:hover {
  color: #D80C24;
}

.jobs-cont1 .jobs-a1_v2 {
  width: 71.52778%;
}

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

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li {
  padding: 1.125rem 3.5% 1.7rem;
  background: #fff;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li + li {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li + li {
    margin-top: 1.2rem;
  }
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li {
    padding: 1.2rem 5%;
  }
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li a.tit {
  color: #262626;
  font: 600 2rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li a.tit {
    font-size: 1.5rem;
  }
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li a.tit:hover {
  color: #D80C24;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li .p {
  color: #524F53;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li .p {
    font-size: 1.25rem;
    margin-top: 0.45em;
  }
}

.job-tanc.layui-layer {
  width: 62.60417% !important;
  padding: 2rem 2.13027%;
  background: #fff;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 90% !important;
    padding: 1.25rem 4%;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  right: 1.8125rem;
  top: 2rem;
  background: url(../images/xha.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  width: 1.8125rem;
  height: 1.8125rem;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0.3rem;
    top: 0.3rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.job-tanc.layui-layer .przs-ats .titaas {
  color: #262626;
  font: 500 2rem/1.1em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .titaas {
    font-size: 1.7rem;
    margin-right: 10%;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan {
  margin-top: 1rem;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan p {
  color: #524F53;
  font: 400 1.125rem/1.5em "Barlow Condensed";
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li {
  display: inline-block;
  margin-left: 0.5rem;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li a {
  display: block;
  width: 2.2rem;
  line-height: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  text-align: center;
  color: #D1D0D0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border: 1px solid #D1D0D0;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li a i {
  font-size: 1.125rem;
  color: #D1D0D0;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li a i.icon-linkedin {
  font-size: .81rem;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li a:hover {
  background: #D80C24;
  border-color: #D80C24;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .fenxan .soreaas li a:hover i {
  color: #fff;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b {
  border-top: 1px solid #C3C3C3;
  margin-top: 1rem;
  max-height: 40vh;
  overflow-x: auto;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #D9D9D9;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(216, 12, 36, 0.3);
  background-color: #D80C24;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dl {
  color: #262626;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dl {
    margin-top: 1rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dl dt {
  font: 500 1.5rem/1.1em "Barlow Condensed";
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dl .p {
  font: 400 1.5rem/1.3em "Barlow Condensed";
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .er_asdt-b dl .p {
    font-size: 1.25rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa {
    margin-top: 1.5rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa i {
  display: block;
  width: 2.1875rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa i {
    width: 1.8rem;
    margin-right: 0.5rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa i img {
  width: 100%;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa p {
  color: #262626;
  font: 500 1.5rem/1.5em 'Barlow Condensed';
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa p {
    font-size: 1.25rem;
  }
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa p a {
  color: #262626;
  text-decoration: underline;
}

.job-tanc.layui-layer .przs-ats .wehh_sdx-s .a_wexsa p a:hover {
  color: #D80C24;
}

.news-job-content .news-show-contentv1 .news-show-contenta2 .content {
  border-bottom: none;
}

.news-job-content .news-show-contentv1 .news-show-contenta2 .content b {
  display: block;
  color: #262626;
  font: 500 1.5rem/1.5em "Barlow Condensed";
}

.news-job-content .faq-cont2 {
  padding: 0;
}

.list-contact {
  padding: 3.25rem 0 5.375rem;
}

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

.list-contact .list-contacta1 {
  width: 47.29167%;
}

@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: 400 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}

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

.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: .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-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%;
  font-weight: 400;
}

.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: .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: 400 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 {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #262626;
}

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

.account-cont1 {
  background: #F5F5F5;
  padding-top: 2.5rem;
}

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

.account-cont1 a.account-b1 {
  text-align: center;
}

.account-cont1 a.account-b1 i {
  display: block;
  font-size: 0;
  width: 6.5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .account-cont1 a.account-b1 i {
    width: 5rem;
  }
}

.account-cont1 a.account-b1 i img {
  width: 100%;
}

.account-cont1 a.account-b1 p {
  color: #262626;
  font: 500 1.5rem/1.5em "Barlow Condensed";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .account-cont1 a.account-b1 p {
    font-size: 1.25rem;
  }
}

.account-cont1 .tab-tit {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .account-cont1 .tab-tit {
    margin-top: 1rem;
  }
}

.account-cont1 .tab-tit li {
  margin: 0 1em;
}

@media (max-width: 768px) {
  .account-cont1 .tab-tit li {
    margin: 0 0.5em;
  }
}

.account-cont1 .tab-tit li a {
  color: #262626;
  font: 500 1.5rem/1.85em "Barlow Condensed";
  position: relative;
  padding: 0.2em 0;
}

@media (max-width: 768px) {
  .account-cont1 .tab-tit li a {
    font-size: 1.25rem;
  }
}

.account-cont1 .tab-tit li a::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: #D80C24;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.account-cont1 .tab-tit li a i {
  font-size: 1.4rem;
  margin-right: 0.3em;
}

@media (max-width: 768px) {
  .account-cont1 .tab-tit li a i {
    font-size: 1.2rem;
  }
}

.account-cont1 .tab-tit li.on a {
  color: #D80C24;
}

.account-cont1 .tab-tit li.on a::after {
  width: 100%;
}

.account-cont2 .tab-va {
  padding: 4.1875rem 0 8.125rem;
  color: #262626;
}

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

.account-cont2 .tab-va .tit-sdya {
  color: #262626;
}

.account-cont2 .tab-va .tit-sdya .tit {
  font: 600 2.8125rem/1.5em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .tit-sdya .tit {
    font-size: 1.8rem;
  }
}

.account-cont2 .tab-va .tit-sdya .txt {
  font: 500 1.875rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .tit-sdya .txt {
    font-size: 1.25rem;
  }
}

.account-cont2 .tab-va .tit-sdya .txt p:nth-child(2) {
  color: #454444;
}

.account-cont2 .tab-va .cont-pa {
  width: 46.38889%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .account-cont2 .tab-va .cont-pa {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pa {
    width: 100%;
  }
}

.account-cont2 .tab-va .cont-pa form {
  margin-top: 1.5rem;
}

.account-cont2 .tab-va .cont-pa form .tit {
  font: 500 1.5rem/1.2em "Barlow Condensed";
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 0.3em;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pa form .tit {
    font-size: 1.4rem;
  }
}

.account-cont2 .tab-va .cont-pa form dl {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pa form dl {
    margin-top: 0.4rem;
  }
}

.account-cont2 .tab-va .cont-pa form dl dt {
  color: #454444;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}

.account-cont2 .tab-va .cont-pa 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;
}

.account-cont2 .tab-va .cont-pa form 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;
}

.account-cont2 .tab-va .cont-pa form dl dd.duoxuan p {
  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;
  padding: 0.4em 0 0.8em;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pa form dl dd.duoxuan p {
    padding: 0.5em 0;
  }
}

.account-cont2 .tab-va .cont-pa form dl dd.duoxuan p 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.3em;
  border-radius: .3125rem;
  overflow: hidden;
}

.account-cont2 .tab-va .cont-pa form dl dd.duoxuan p 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;
}

.account-cont2 .tab-va .cont-pa form dl dd.duoxuan p input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.account-cont2 .tab-va .cont-pa form dl dd.duoxuan p label {
  display: block;
  margin-bottom: 0;
  color: #A8A8A8;
  font: 400 1.125rem/1.125rem "Barlow Condensed";
}

.account-cont2 .tab-va .cont-pa 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: .3125rem;
  overflow: hidden;
}

.account-cont2 .tab-va .cont-pa 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;
}

.account-cont2 .tab-va .cont-pa 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;
}

.account-cont2 .tab-va .cont-pa form dl dd .my-f p {
  color: #454444;
  font: 400 1.125rem/1.2rem "Barlow Condensed";
  width: -webkit-calc(90% - 1.125rem);
  width: -moz-calc(90% - 1.125rem);
  width: calc(90% - 1.125rem);
}

.account-cont2 .tab-va .cont-pa form dl dd .texta {
  color: #A8A8A8;
  font: 400 1rem/1.2em "Barlow Condensed";
  margin-top: 0.5em;
}

.account-cont2 .tab-va .cont-pa form .more-msl {
  outline: none;
  border: none;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pa form .more-msl {
    margin-top: 1rem;
  }
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl {
  background: #F5F5F5;
  width: 48.61111%;
  padding: 2.5rem 2.5%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pb .cont-pb-list dl {
    margin-top: 1rem;
    width: 100%;
    padding: 1.5rem 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.tit {
  display: block;
  color: #000000;
  font: 600 1.5rem/1.5em "Barlow Condensed";
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.tit:hover {
  color: #D80C24;
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl .dasia {
  margin-top: 0.5rem;
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl .dasia .data {
  color: #000000;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl .dasia .data span {
  font-family: "Barlow Condensed";
  font-weight: 400;
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca {
  margin-top: 0.75em;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca {
    margin-top: 0.5em;
  }
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca i {
  width: 1.1875rem;
  display: block;
  font-size: 0;
  margin-right: 0.3rem;
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca i img {
  width: 100%;
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca p {
  color: #000000;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.account-cont2 .tab-va .cont-pb .cont-pb-list dl a.bcca p:hover {
  color: #D80C24;
}

.account-cont2 .tab-va .cont-pc .cont-pc-a1 {
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a1 {
    margin-top: 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a1 .tit {
  color: #D80C24;
  font: 500 2.8125rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a1 .tit {
    font-size: 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a1 .text {
  color: #262626;
  font: 500 1.875rem/1.2em "Barlow Condensed";
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a1 .text {
    font-size: 1.25rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a1 .text span {
  color: #D80C24;
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 {
    margin-top: 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 {
  margin: 0 -1.5%;
  margin-top: 1.7rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 {
    margin-top: 0;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.5%;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E1E1E0;
  padding: 2rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img {
    padding: 2rem 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img i {
  display: block;
  font-size: 0;
  width: 3.125rem;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img i {
    width: 2.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img i img {
  width: 100%;
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img .tit {
  color: #262626;
  font: 500 2rem/1.2em "Barlow Condensed";
  padding: 0.25em 0 0.1em;
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img .tit {
    font-size: 1.5rem;
  }
}

.account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img .p {
  color: #524F53;
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .account-cont2 .tab-va .cont-pc .cont-pc-a2 .cont-pc-a2-list1 li a.img .p {
    font-size: 1.25rem;
  }
}

body.login-body {
  padding: 0 !important;
}

.head-login {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.head-login a.logo2 {
  display: block;
  width: 10.375rem;
  line-height: 8.25rem;
}

@media (max-width: 768px) {
  .head-login a.logo2 {
    width: 7rem;
    line-height: 5rem;
  }
}

.head-login a.logo2 img {
  width: 100%;
}

.head-login .wehza {
  color: #848484;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  margin-top: 1rem;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .head-login .wehza {
    width: 100%;
    color: #fff;
    margin-top: 0;
  }
}

.head-login .wehza a {
  color: #D80C24;
}

.head-login .wehza a:hover {
  text-decoration: underline;
}

.login-cont1 {
  min-height: 100vh;
  padding-bottom: 6rem;
}

@media (max-width: 1280px) {
  .login-cont1 {
    min-height: auto;
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .login-cont1 {
    background: url(../images/lofm.jpg) no-repeat center;
    -o-background-size: cover;
       background-size: cover;
    height: 100vh;
    padding-bottom: 0;
  }
}

@media (max-width: 1366px) {
  .login-cont1 .login-a1_v1.login-a1_v1a {
    -webkit-align-items: inherit;
       -moz-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 {
    height: 100%;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b1 {
  width: 45.20833%;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b1 {
    width: 100%;
    display: none;
  }
}

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

.login-cont1 .login-a1_v1 .login-a1_b2 {
  width: 22.08333%;
  margin-right: 12.5%;
}

@media (max-width: 1366px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 {
    margin-right: 20%;
    width: 25%;
    margin-top: 4rem;
  }
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 {
    margin-right: 0;
    padding: 0 4%;
    width: 100%;
    margin-top: 0;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 .tit {
  color: #262626;
  font: 500 3.125rem/1.1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 .tit {
    font-size: 2.5rem;
    color: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 .ftit {
  color: #848484;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  margin-top: 0.8rem;
  text-transform: capitalize;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 .ftit {
    color: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content {
  padding: 0;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .txt {
  color: #848484;
  font: 400 1.125rem/1.2em "Barlow Condensed";
  margin-top: 1rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content dl {
  margin-top: 1rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content dl .psda {
  color: #D80C24;
  font: 400 1.125rem/1.2em "Barlow Condensed";
  margin-top: 0.5rem;
  text-transform: capitalize;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd {
  border-radius: 0.3125rem;
  overflow: hidden;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd input {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: transparent;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  padding: 0 1rem 0 4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd input {
    background: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd input:focus {
  border-color: #D80C24;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd input:focus {
    border-color: none;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd p {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #F1F1F1;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd p {
    z-index: 2;
    left: 1px;
    top: 1px;
    height: -webkit-calc(3.125rem - 2px);
    height: -moz-calc(3.125rem - 2px);
    height: calc(3.125rem - 2px);
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd p i {
  color: #A8A8A8;
  font-size: 1.25rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd .yjzz {
  position: absolute;
  right: 1rem;
  top: 0;
  line-height: 3.125rem;
  z-index: 9;
  cursor: pointer;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content .cont-sd .yjzz i {
  color: #A8A8A8;
  font-size: 1.25rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .content-bottom {
  padding-bottom: 1.5rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla a.wjma {
  display: block;
  color: #D80C24;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  margin: 0.5rem auto 1.5rem;
  text-transform: capitalize;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla a.wjma:hover {
  text-decoration: underline;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dla .more-msl {
  border: none;
  outline: none;
  line-height: 3.125rem;
  width: 15rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb .content {
  padding: 1rem 0;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl {
    margin-top: 0.4rem;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dt {
  color: #454444;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dt {
    color: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb 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;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb 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;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p {
  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;
  padding: 0.4em 0 0.8em;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p {
    padding: 0.5em 0;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p 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.3em;
  border-radius: .3125rem;
  overflow: hidden;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p 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;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p input[type="checkbox"]:before {
    background-color: transparent;
    border-radius: 0.25rem;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p label {
  display: block;
  margin-bottom: 0;
  color: #A8A8A8;
  font: 400 1.125rem/1.125rem "Barlow Condensed";
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd.duoxuan p label {
    color: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb 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: .3125rem;
  overflow: hidden;
  margin-top: 0.3rem;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb 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;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd .my-f input[type="checkbox"]:before {
    background-color: transparent;
    border-radius: 0.25rem;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb 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;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd .my-f p {
  color: #454444;
  font: 400 1.125rem/1.2rem "Barlow Condensed";
  width: -webkit-calc(90% - 1.125rem);
  width: -moz-calc(90% - 1.125rem);
  width: calc(90% - 1.125rem);
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd .my-f p {
    color: #fff;
  }
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb dl dd .texta {
  color: #A8A8A8;
  font: 400 1rem/1.2em "Barlow Condensed";
  margin-top: 0.5em;
}

.login-cont1 .login-a1_v1 .login-a1_b2 form.dlb .more-msl {
  outline: none;
  border: none;
  margin-top: 1.5rem;
  line-height: 3.125rem;
  width: 11rem;
}

@media (max-width: 768px) {
  .login-cont1 .login-a1_v1 .login-a1_b2 form.dlb .more-msl {
    margin-top: 1rem;
  }
}

.login-cont2 {
  margin-top: 2.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .login-cont2 {
    position: static;
    display: none;
  }
}

.login-cont2 .login-a2_v1 {
  border-top: 1px solid #EBEBEB;
  padding: 1rem 0;
  color: rgba(51, 51, 51, 0.5);
  font: 400 1.125rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
}

.login-cont2 .login-a2_v1 a {
  color: rgba(51, 51, 51, 0.5);
}

.login-cont2 .login-a2_v1 a:hover {
  color: #D80C24;
}

.login-cont2 .login-a2_v1 .beaq1 div {
  margin-right: 1.5em;
}

.login-cont2 .login-a2_v1 .beaq2 a.tvca i {
  font-size: 1.125rem;
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas {
  margin-left: 1.5em;
}

@media (max-width: 990px) {
  .login-cont2 .login-a2_v1 .beaq2 .wenxaas {
    width: 100%;
    margin-left: 0;
  }
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas a {
  display: block;
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas .sec-top {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 90%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  border: 1px solid #333;
  padding: 0.7rem;
  display: none;
}

@media (max-width: 990px) {
  .login-cont2 .login-a2_v1 .beaq2 .wenxaas .sec-top {
    width: 50%;
  }
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas .sec-top a {
  color: rgba(255, 255, 255, 0.5);
  font: 400 1rem/1.7em "Barlow Condensed";
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: block;
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas .sec-top a:hover {
  color: #fff;
}

.login-cont2 .login-a2_v1 .beaq2 .wenxaas:hover .sec-top {
  display: block;
}

.login-bj {
  background: #F5F5F4;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 10vh 0;
}

.login-bj .cont-p {
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  width: 28.6875rem;
  max-width: 90%;
  position: relative;
}

.login-bj .cont-p .more-tj {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  background: #D80C24;
  font: 500 1.5rem/1.5em "Barlow Condensed";
  text-transform: capitalize;
  padding: 1.2rem 0;
}

.login-bj .cont-p a.title {
  text-align: center;
  padding: 2rem 0 1rem;
  display: block;
  border-bottom: 1px solid #EBEBEB;
}

.login-bj .cont-p a.title i {
  display: block;
  width: 30.50109%;
  margin: 0 auto;
}

.login-bj .cont-p a.title i img {
  width: 100%;
}

.login-bj .cont-p a.title p {
  color: #454444;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.5rem;
}

.login-bj .cont-p a.fanhui {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border-radius: 50%;
  background-color: #F1F1F1;
  text-align: center;
  left: 7%;
  top: 13.5%;
}

.login-bj .cont-p a.fanhui i {
  font-size: 1rem;
  font-weight: 600;
}

.login-bj .cont-p .login-tit {
  border-bottom: 1px solid #EBEBEB;
}

.login-bj .cont-p .login-tit dl {
  width: 50%;
  text-align: center;
  color: #848484;
  font: 600 1.25rem/1.5em "Barlow Condensed";
  padding: 0.8rem 0;
  position: relative;
  cursor: pointer;
}

.login-bj .cont-p .login-tit dl::after {
  content: "";
  display: block;
  width: 0;
  bottom: -1px;
  height: 1px;
  position: absolute;
  left: 0;
  background: #434343;
}

.login-bj .cont-p .login-tit dl.on {
  color: #454444;
}

.login-bj .cont-p .login-tit dl.on::after {
  width: 100%;
}

.login-bj .cont-p .login-content .login-tab form.dla .content {
  padding: 0 7.62527%;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .txt {
  color: #848484;
  font: 400 1.125rem/1.2em "Barlow Condensed";
  margin-top: 1rem;
}

.login-bj .cont-p .login-content .login-tab form.dla .content dl {
  margin-top: 1rem;
}

.login-bj .cont-p .login-content .login-tab form.dla .content dl .psda {
  color: #D80C24;
  font: 400 1.125rem/1.2em "Barlow Condensed";
  margin-top: 0.5rem;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd {
  border-radius: 0.3125rem;
  overflow: hidden;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd input {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 0.3125rem;
  background: transparent;
  font: 400 1.125rem/3.125rem "Barlow Condensed";
  padding: 0 1rem 0 4rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd input:focus {
  border-color: #D80C24;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd p {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #F1F1F1;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd p i {
  color: #A8A8A8;
  font-size: 1.25rem;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd .yjzz {
  position: absolute;
  right: 1rem;
  top: 0;
  line-height: 3.125rem;
  z-index: 9;
  cursor: pointer;
}

.login-bj .cont-p .login-content .login-tab form.dla .content .cont-sd .yjzz i {
  color: #A8A8A8;
  font-size: 1.25rem;
}

.login-bj .cont-p .login-content .login-tab form.dla .content-bottom {
  padding-bottom: 2.8rem;
}

.login-bj .cont-p .login-content .login-tab form.dla a.wjma {
  padding: 0 7.62527%;
  display: block;
  text-align: center;
  color: #848484;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  margin: 1.3rem auto;
}

.login-bj .cont-p .login-content .login-tab form.dla a.wjma:hover {
  color: #D80C24;
}

.login-bj .cont-p .login-content .login-tab form.dlb .content {
  padding: 1rem 7.62527%;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .login-bj .cont-p .login-content .login-tab form.dlb dl {
    margin-top: 0.4rem;
  }
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dt {
  color: #454444;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}
.login-bj .cont-p .login-content .login-tab form.dlb dl dd{
    position: relative;
}
.login-bj .cont-p .login-content .login-tab form.dlb dl dd .yjzz{
        position: absolute;
    right: 1rem;
    top: 0;
    line-height: 3.125rem;
    z-index: 9;
    cursor: pointer;
}
.login-bj .cont-p .login-content .login-tab form.dlb dl dd .yjzz i{
    color: #A8A8A8;
    font-size: 1.25rem;
}
.login-bj .cont-p .login-content .login-tab form.dlb 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;
}

.login-bj .cont-p .login-content .login-tab form.dlb 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;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p {
  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;
  padding: 0.4em 0 0.8em;
  margin-right: 1em;
}

@media (max-width: 768px) {
  .login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p {
    padding: 0.5em 0;
  }
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p 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.3em;
  border-radius: .3125rem;
  overflow: hidden;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p 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;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p input[type="checkbox"]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  background-color: #fff;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd.duoxuan p label {
  display: block;
  margin-bottom: 0;
  color: #A8A8A8;
  font: 400 1.125rem/1.125rem "Barlow Condensed";
}

.login-bj .cont-p .login-content .login-tab form.dlb 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: .3125rem;
  overflow: hidden;
  margin-top: 0.3rem;
}

.login-bj .cont-p .login-content .login-tab form.dlb 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;
}

.login-bj .cont-p .login-content .login-tab form.dlb 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;
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd .my-f p {
  color: #454444;
  font: 400 1.125rem/1.2rem "Barlow Condensed";
  width: -webkit-calc(90% - 1.125rem);
  width: -moz-calc(90% - 1.125rem);
  width: calc(90% - 1.125rem);
}

.login-bj .cont-p .login-content .login-tab form.dlb dl dd .texta {
  color: #A8A8A8;
  font: 400 1rem/1.2em "Barlow Condensed";
  margin-top: 0.5em;
}

.login-bj .cont-p .login-content .login-tab form.dlb .more-msl {
  outline: none;
  border: none;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .login-bj .cont-p .login-content .login-tab form.dlb .more-msl {
    margin-top: 1rem;
  }
}

/* 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.78193%;
}

@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: 400 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.03738%;
}

@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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

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

.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 .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .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: 500 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: 400 1.125rem/3.125rem "Barlow Condensed";
  width: 100%;
  padding: 0 1em;
}

.fix_chat .center form 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;
}

.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%;
  font-weight: 500;
}

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

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

@media (max-width: 768px) {
  .bj-ys-content .cont-p .mo-cont {
    margin-top: 1.25rem;
  }
}

.bj-ys-content .cont-p .mo-cont a + a {
  margin-left: 1.5rem;
}
.ys404{
        font: 600 13rem/1em "Barlow Condensed";
    color: #ccc;
}
.emptydiv{
   padding: 2rem 0 3rem;  
   text-align: center;
}
@media (max-width: 768px){
   .ys404{
       font-size: 10rem;
   } 
   .page404{
       padding: 0.5rem 0;
   }
   .emptydiv{
   padding: 2rem 0;  
}
}
.superfuel-cont1 {
  padding-top: 6.5rem;
}

@media (max-width: 768px) {
  .superfuel-cont1 {
    padding-top: 1rem;
  }
}

.superfuel-cont1 .ny-tit2 {
  text-align: center;
}

.superfuel-cont1 .img-p {
  width: 100%;
  font-size: 0;
  margin-top: 2.375rem;
}

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

.superfuel-cont1 .img-p img {
  width: 100%;
}

.superfuel-cont2 {
  background: url(../images/bj7.jpg) no-repeat right bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 19.75rem 0 22.5rem;
  margin-top: -3rem;
}

@media (max-width: 768px) {
  .superfuel-cont2 {
    margin-top: -1rem;
    padding: 2.5rem 0 15rem;
    position: relative;
  }
  .superfuel-cont2::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
}

.superfuel-cont2 .ny-tit2 {
  width: 40.55556%;
}

@media (max-width: 768px) {
  .superfuel-cont2 .ny-tit2 {
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 9;
  }
}

.superfuel-cont2 .ny-tit2 .p {
  font-size: 2rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .superfuel-cont2 .ny-tit2 .p {
    font-size: 1.5rem;
  }
}

.superfuel-cont3 {
  padding: 8.375rem 0 9.375rem;
}

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

.superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b1 {
  width: 45.13889%;
}

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

.superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b1 .ny-tit2 .p {
  font-size: 2rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b1 .ny-tit2 .p {
    font-size: 1.5rem;
  }
}

.superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b2 {
  width: 37.63889%;
  margin-right: 12.08333%;
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b2 {
    width: 57%;
    margin-right: 0;
    margin: 0 auto;
  }
}

.superfuel-cont3 .superfuel-a3_v1 .superfuel-a3_b2 img {
  width: 100%;
}

.superfuel-cont3 .superfuel-a3_v2 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #D9D9D9;
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v2 dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.superfuel-cont3 .superfuel-a3_v2 dl + dl {
  border-left: none;
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v2 dl + dl {
    border: 1px solid #D9D9D9;
    margin-top: 1rem;
  }
}

.superfuel-cont3 .superfuel-a3_v2 dl .img {
  padding: 1rem 1rem 0;
}

.superfuel-cont3 .superfuel-a3_v2 dl .img img {
  width: 100%;
}

.superfuel-cont3 .superfuel-a3_v2 dl dt {
  text-align: center;
  color: #262626;
  font: 500 2.5rem/1.1em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v2 dl dt {
    font-size: 1.8rem;
  }
}

.superfuel-cont3 .superfuel-a3_v2 dl dt span {
  color: #D80C24;
}

.superfuel-cont3 .superfuel-a3_v2 dl .cont {
  margin-top: 2.5rem;
}

.superfuel-cont3 .superfuel-a3_v2 dl .cont > div {
  padding: 0 10% 0 14%;
  color: #393939;
  font: 500 1.375rem/2.8em "Barlow Condensed";
}

@media (max-width: 768px) {
  .superfuel-cont3 .superfuel-a3_v2 dl .cont > div {
    padding: 0 5% 0 7%;
    font-size: 1.25rem;
  }
}

.superfuel-cont3 .superfuel-a3_v2 dl .cont > div .p2 {
  width: 30%;
}

.superfuel-cont3 .superfuel-a3_v2 dl .cont > div + div {
  border-top: 1px solid #D9D9D9;
}

.superfuel-cont4 {
  background: #F6F6F6;
  position: relative;
  padding: 19rem 0 19.125rem;
  margin-top: 2rem;
}

@media (max-width: 1366px) {
  .superfuel-cont4 {
    padding: 15rem 0;
  }
}

@media (max-width: 1024px) {
  .superfuel-cont4 {
    padding: 10rem 0;
  }
}

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

.superfuel-cont4 u {
  display: block;
  font-size: 0;
  width: 52.8125%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .superfuel-cont4 u {
    position: static;
    padding: 0 4%;
    width: 100%;
  }
}

.superfuel-cont4 u img {
  width: 100%;
}

.superfuel-cont4 .superfuel-a4_v1 {
  width: 41.66667%;
}

@media (max-width: 768px) {
  .superfuel-cont4 .superfuel-a4_v1 {
    width: 100%;
    margin-top: 1rem;
  }
}

.superfuel-cont4 .superfuel-a4_v1 i {
  display: block;
  font-size: 0;
  height: 3.8125rem;
}

@media (max-width: 768px) {
  .superfuel-cont4 .superfuel-a4_v1 i {
    height: 2.8rem;
  }
}

.superfuel-cont4 .superfuel-a4_v1 i img {
  height: 100%;
}

.superfuel-cont4 .superfuel-a4_v1 .ny-tit2 {
  margin-top: 1.2rem;
}

@media (max-width: 768px) {
  .superfuel-cont4 .superfuel-a4_v1 .ny-tit2 {
    margin-top: 1rem;
  }
}

.superfuel-cont4 .superfuel-a4_v1 .ny-tit2 .p {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .superfuel-cont4 .superfuel-a4_v1 .ny-tit2 .p {
    font-size: 1.5rem;
  }
}

.superfuel-cont5 {
  background-image: url(../images/bj8.jpg);
}

.superfuel-cont5 .ny-tit2 {
  color: #fff;
  text-align: center;
}

.superfuel-cont5 .ny-tit2 .p {
  font-size: 2rem;
  padding: 0 8%;
}

@media (max-width: 768px) {
  .superfuel-cont5 .ny-tit2 .p {
    padding: 0;
    font-size: 1.5rem;
  }
}

.superfuel-cont5 a.spbf {
  margin-top: 2.5rem;
  display: inline-block;
  width: 6.25rem;
  display: none;
}

.superfuel-cont5 a.spbf img {
  width: 100%;
}
.webuploader-pick{
       background: transparent !important;
    line-height: 2.2rem;
    display: block !important;
}
label.error{
    color: #D80C24;
    font-size: 1rem;
    margin: 0;
}
@media (max-width: 768px) {
  .superfuel-cont5 a.spbf {
    margin-top: 1.25rem;
    width: 4.25rem;
  }
}

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

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

/* 2023/7/15 */
.xg-cont1{
  background: #fff;
  position: relative;
  padding: 6.125rem 0 8.75rem;
}
.xg-cont1>u{
  display: block;
  font-size: 0;
  position: absolute;
}
.xg-cont1>u.a1{
  left: 0;
  top: 0;
  width: 41%;
}
.xg-cont1>u.a2{
  right: -8%;
  bottom: 0;
  width: 36.8%;
}
.xg-cont1>u img{
  width: 100%;
}
.xg-cont1 .wh{
  position: relative;
  z-index: 2;
}
.xg-cont1 .wh .ast1,.xg-cont1 .wh .ast2{
    position: absolute;
    top: 50%;transform: translateY(-50%); 
}
.xg-cont1 .wh .ast1{
    left: 0;
    width: 23.6%;
}
.xg-cont1 .wh .ast2{
    right: 0;
    width: 25.05%;
}
.xg-cont1 .wh .ast1 img,.xg-cont1 .wh .ast2 img{
    width: 100%;
}
.xg-cont1 .imgas{
    text-align: center;
    margin-top: 1.4rem;
}
.xg-cont1 .imgas img{
  height: 5.625rem;
  display: inline-block;
}
.xg-cont1 .cont-p{
  color: #212121;
  /*text-align: center;*/
  font-family: Barlow Condensed;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15em;
  margin-top: 3rem;
  padding: 0 20%;
  text-align: justify;
}
.xg-cont2{
  padding: 5.75rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.xg-cont2 .ashhtr-a1 li{
    position: absolute;
    left: 0;
    top: 0;width: 100%;
    height: 100%;
    display: none;
}
.xg-cont2 .ashhtr-a1 li img{
    width: 100%;
    height: 100%;    object-fit: cover;
}
.xg-cont2 .wh{
    position: relative;
    z-index: 2;
}
.xg-cont2>u{
  /*display: none;*/
  font-size: 0;
  width: 36.8%;
  position: absolute;
  right: -8%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.xg-cont2>u img{
  width: 100%; 
  /*height: 100%;*/
  object-fit: cover;
}
.xg-cont2 .xg-a2_v1{
  position: relative;
  z-index: 2;
  margin-top: 2.5rem;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1{
   width: calc(100% - 10.625rem);
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2{
   width: 10.625rem;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl{
  color: #000000;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl dt{
  color: #000000;
  text-align: right;
  font-family: Barlow Condensed;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  text-transform: uppercase;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl dd{
  color: #000000;
text-align: right;
font-family: Barlow Condensed;
font-size: 1.5rem;
font-style: normal;
font-weight: 700;
line-height: 1.1em;
text-transform: uppercase;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl{
  margin: 1.8rem 0;
  padding-right: 0.7rem;
  position: relative;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl::after{
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #D80C24;
  position: absolute;
  left: 0;
  bottom: -0.65rem;    transition: all 0.3s;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl.on dt,.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl.on dd{
    color: #D80C24;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b2 dl.on::after{
  width: calc(100% + 15vw);
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1{
   width: 46%;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2{
  width: 65%;
  margin-left: -13%;
  padding: 0 5%;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 .wehta{
      transform: translateX(13%);
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 img{
  width: 100%;
  transform: translateX(0);aspect-ratio: 16 / 9;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 .img2{
    margin-top: 1rem;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 .img2 u{
    display: block;
    width: 47%;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 .img2 u img{
      
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .ys-tit{
  color: #000;
  font-family: Barlow Condensed;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  height: 4.3em;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .tit{
  color: #212121;
  font-family: Barlow Condensed;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
}
.xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .p{
  overflow: hidden;
  color: #212121;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: Barlow Condensed;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  text-align: justify;
  margin: 1.8rem auto;
  /*display: -webkit-box;*/
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 6em;
}
.xg-cont3 {
  position: relative;
  z-index: 1;
  padding-top: 4rem;
  overflow: hidden;
  display: none;
  /*margin-top: -6rem;*/
  /*padding-bottom: 4.375rem;*/
}
.xg-cont3 .wehsd-a{
    width: 41.5%;
    position: absolute;
    left: 0;
    top: 0;
}
.xg-cont3 .wehsd-a img{
    width: 100%;
}
.xg-cont3 .xg-a3_a1{
      width: 71%;
    margin-left: -17%;
    z-index: -1;
}
.xg-cont3 .xg-a3_a1 img{
  width: 100%;
  opacity: 0;
}
.xg-cont3 .xg-a3_a2{
  width: 53%;
  margin-left: -10%;
  z-index: 2;
}
.xg-cont3 .xg-a3_a2 .tit{
  color: #262626;
  font-family: Barlow Condensed;
  font-size: 4rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
  text-transform: uppercase;
}
.xg-cont3 .xg-a3_a2 .cont-p{
  color: #484646;
  font-family: Barlow Condensed;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.2em;
  margin: 1.5rem 0 3rem;
  font-weight: 400;
}
.xg-cont3 .xg-a3_a2 .er-aa{
  color: #D80C24;
  font-family: Barlow Condensed;
  font-size: 2.25rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.xg-cont3 .xg-a3_a2 .xiaza a.td-top{
  display: block;
  width: 14.4375rem;
  margin-right: 0.8rem;
}
.xg-cont3 .xg-a3_a2 .xiaza a.td-top img{
  width: 100%;
}
.xg-cont4{
  background: #D80C24;
  padding: 7.5rem 0;
  position: relative;
}
.xg-cont4 u{
  display: block;
  width: 36%;
  position: absolute;
  right: 0;
  top: -86%;
}
.xg-cont4 u img{
  width: 100%;
}
.xg-cont4 .xg-a4_v1{
  position: relative;
  z-index: 9;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b1{
  width: 40%;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2{
  width: 50%;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b1 .title_a1 .tit{
  color: #fff;
  text-align: left;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b1 .cont-p{
  color: #FFF;
  font-family: Barlow Condensed;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  margin-top: 1rem;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li{
  width: 50%;
  margin: 1.25rem 0;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img{
  display: block; text-align: center;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img i{
  display: inline-block;
  width: 7rem;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img i img{
  width: 100%;
}
.xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img p{
  color: #FFF;
  font-family: Barlow Condensed;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 1rem;
}
@media (max-width: 1366px){
    .cont7 .a7_b1 .title_a1 .tit{
        line-height: 1em;
    }
    .xg-cont2>u img{
     height: 100%;
    }
    .xg-cont2>u{
        width: auto;    right: -13%;
    }
}
@media (max-width: 768px){
  .xg-cont1{
    padding: 2rem 0;
  }
  .xg-cont1>u.a1{
    width: 80%;
  }
  .xg-cont1 .imgas img{
    height: 2.5rem;
  }
  .xg-cont1 .cont-p{
    font-size: 1.5rem;
    margin-top: 1rem;
    padding: 0;
    text-align: left;
  }
  .xg-cont2{
    padding: 2rem 0;
  }
  .xg-cont2>u{
    display: none;
  }
  .xg-cont2 .xg-a2_v1{
      overflow: hidden;
      margin-top: 1.25rem;
  }
  .xg-cont2 .xg-a2_v1 .swiper-pagination1{
      text-align: center;
  }
  .xg-cont2 .xg-a2_v1 .swiper-pagination1 span{
      display: inline-block;
  opacity: 1;
  background: url(../images/dian1a.svg) no-repeat center top;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  width: 1rem;
    height: 0.9rem;
  border-radius: 0;
          clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  }
  .xg-cont2 .xg-a2_v1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: url(../images/dian2a.svg) no-repeat center top;
     background-size: 100% 100%;
}
   .xg-cont2 .xg-a2_v1 .xg-a2_b2{
       display: none;
   }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl{
    color: #000000;    margin: 0.5rem 0;
    padding-right: 0;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl dt{
    color: #000000;
    text-align: left;
    display: none;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2{
    text-align: center;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl{
    width: 0.8rem;
    height: 0.8rem;
    background: #666;
    display: inline-block;
    border-radius: 50%;    margin: 0.1rem 0.1rem;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl.on{
    background: #D80C24;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl dd{
    color: #000000;text-align: left;display: none;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 dl::after{
    display: none;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2{
    width: 100%;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1{
    width: 100%;
    margin-top: 1rem;
   /* order: 2; */
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1{
    width: 100%;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2{
    width: 100%;
    margin-left: 0;
  }
 .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 .wehta{
       transform: translateX(0);
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c2 img{
    transform: translateX(0);
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .ys-tit{
    font-size: 2rem;
    line-height: 1.1em;
    height: auto;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .ys-tit br{
      display: none;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .tit{
    font-size: 1.78rem;
    margin-top: 0.5rem;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b2 li.on dt,.xg-cont2 .xg-a2_v1 .xg-a2_b2 li.on dd{
       color: #D80C24;
  }
  .xg-cont2 .xg-a2_v1 .xg-a2_b1 li .xg-a2_c1 .p{
    font-size: 1.5rem;margin: 0.5rem auto;
  }
  .xg-cont1>u.a2{
    width: 70%;
  }
  .xg-cont3{
    margin-top: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .xg-cont3 .xg-a3_a1{
    width: 80%;
    margin: 0 auto;
    margin-top: 0;
  }
  .xg-cont3 .xg-a3_a2{
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
  .xg-cont3 .xg-a3_a2 .tit{
    font-size: 2.25rem;
  }
  .xg-cont3 .xg-a3_a2 .cont-p{
    font-size: 1.25rem;    margin: 0.5rem 0 1rem;
  }
  .xg-cont3 .xg-a3_a2 .er-aa{
    font-size: 1.5rem;
  }
  .xg-cont3 .xg-a3_a2 .xiaza a.td-top{
    width: 35%;
  }
  .xg-cont4{
    padding: 2rem 0;
  }
  .xg-cont4 u{
      display: block;
    width: 66%;
    position: absolute;
    right: 0;
    top: -40%;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b1{
    width: 100%;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b1 .cont-p{
    margin-top: 0.5rem;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b2{
    width: 100%;
    margin-top: 1rem;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li{
    margin: 0.7rem 0;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img p{
    font-size: 1.5rem;
    margin-top: 0.5rem;
    padding: 0 1em;
  }
  .xg-cont4 .xg-a4_v1 .xg-a4_b2 .wehgsa li a.img i{
    width: 4rem;
  }
}
/*2023/7/20*/
.page-content{
    padding: 4rem 0;    color: #262626;
    font: 400 1.5rem/1.2em "Barlow Condensed";
}
@media (max-width: 768px) {
  .bj-ys-content .cont-p .mo-cont {
    margin-top: 1.25rem;
  }
  .page-content{
      padding: 3rem 0 2rem;   
      font-size: 1.25rem;
  }
}
.page-content .ny-tit .text p{
    font-weight: 600;
}
label{
  margin-bottom:0;
}
label.error{
        color: #D7000F;
}
.bj-ys-content .cont-p .mo-cont a + a {
  margin-left: 1.5rem;
}
.ys404{
        font: 600 13rem/1em "Barlow Condensed";
    color: #ccc;
}
.emptydiv{
   padding: 2rem 0 3rem;  
   font-size: 1.25rem;
}
@media (max-width: 768px){
   .ys404{
       font-size: 10rem;
   } 
   .page404{
       padding: 0.5rem 0;
   }
   .emptydiv{
   padding: 2rem 0;  
}
}

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


/*2023/11/2*/
.list-xga1{
  margin-top: 2.5rem;
  display: none;
}
.list-xga1 li{
  width: 48%;
  padding-left: 1.8em;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Group-66263.svg) no-repeat left 0.65em;
  background-size: 1em auto;
  margin-top: 0.854rem;
}
.list-xga1 li p{
  color: #000;
  font: 400 2rem/1.1em "Barlow Condensed";
}
@media (max-width: 768px){
  .list-xga1{
    margin-top: 1rem;
  }
  .list-xga1 li{
    width: 100%;
  }
  .list-xga1 li p{
    font-size: 1.5rem;
  }
}

.show_product-a4as .jthgtas {
  width: 8.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .show_product-a4as .jthgtas {
    margin-top: 1.5rem;
    width: auto;
  }
}

.show_product-a4as .jthgtas .swiper-button-prev1, .show_product-a4as .jthgtas .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
}

@media (max-width: 768px) {
  .show_product-a4as .jthgtas .swiper-button-prev1, .show_product-a4as .jthgtas .swiper-button-next1 {
    width: 2.8rem;
  }
}

.show_product-a4as .jthgtas .swiper-button-prev1 img, .show_product-a4as .jthgtas .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%);
}

.show_product-a4as .jthgtas .swiper-button-prev1:hover img, .show_product-a4as .jthgtas .swiper-button-next1:hover img {
  -webkit-filter: none;
          filter: none;
}

.show_product-a4as .jthgtas .swiper-pagination1 {
  width: auto;
  color: #848484;
  font: 400 1.625rem/1em "Barlow Condensed";
  display: none;
}

@media (max-width: 768px) {
  .show_product-a4as .jthgtas .swiper-pagination1 {
    font-size: 1.5rem;
    width: 6rem;
    text-align: center;
  }
}

.show_product-a4as .jthgtas .swiper-pagination1 span {
  color: #848484;
}

.show_product-a4as .mySwiper8 {
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .show_product-a4as .mySwiper8 {
    margin-top: 1.5rem;
  }
}
.show_product-a4as .mySwiper8 .swiper-slide{
  border-bottom: .1875rem solid #d1d1d1;
  padding-bottom: 1rem;
}
.show_product-a4as .mySwiper8 .swiper-slide a.cont .img{
     padding-bottom: 72%;
      width: 100%;
      position: relative;
      height: 0;
      overflow: hidden;
}
.show_product-a4as .mySwiper8 .swiper-slide a.cont .img img {
  width: 100%;
   position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
}

.show_product-a4as .mySwiper8 .swiper-slide a.cont dl {
  margin-top: 0.8rem;
}

.show_product-a4as .mySwiper8 .swiper-slide a.cont dl dt {
    color: #000000;
    font: 500 1.8rem / 1.25em "Barlow Condensed";
    text-transform: uppercase;
    margin-bottom: 0.35rem;
    text-align: center;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 2.5em;
    overflow: hidden;
}
.show_product-content1as{
   background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-652.svg) no-repeat right bottom;
   background-size: 38.75% auto;
   padding-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .show_product-a4as .mySwiper8 .swiper-slide a.cont dl dt {
    font-size: 1.5rem;
  }
  .show_product-content1as{
      padding-bottom: 2rem;
  }
}

.show_product-a4as .mySwiper8 .swiper-slide a.cont dl dd {
  color: #262626;
  font: 400 1.2rem/1.1em "Barlow Condensed";
  /*text-align: center;    text-transform: uppercase;*/
   display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.3em;
    overflow: hidden;
}
.show_product-a4as .mySwiper8 .swiper-slide a.cont:hover dl dt{
    color: #D80C24;
}
.show_product-a4as .mySwiper8 .swiper-slide:hover{
  border-color: #c72d2f;
}
.sdhghras1{
    position: relative;
    overflow: hidden;
    background: #F1F1F1;
    padding: 6rem 0 12rem;
}
.sdhghras1:after{
        content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-10-2.svg) no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
}
.sdhghras1:before{
     content: "";
    display: block;
    position: absolute;
    right:0;
    bottom: 0;
    z-index: 1;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-669.svg) no-repeat bottom right;
    background-size: 100% auto;
    width: 38.69%;
    height: 100%;
}
.sdhghras1 .cont-p{
    text-align: center;
    position: relative;
    z-index: 11;
}
.sdhghras1 .asta1{
    margin-top: 4.5rem;
}
.sdhghras1 .asta1 img{
    height: 5rem;
}
.sdhghras1 .asta2{
    color: #494848;
    font: 400 2rem/1.35em "Barlow Condensed";
    margin-top: 2.5rem;
}
.sdhghras1 a.more-msl{
    margin-top: 1.5rem;
}
.cp-soret{
    text-align: center;
    padding: 1.65rem 0;
    position: relative;
    z-index: 11;
}
.cp-soret li{
    padding: 0 1.5em;
}
.cp-soret li a{
    display: block;
    color: #2F3030;
    font: 500 1.3rem/1.2em "Barlow Condensed";
    position: relative;
    padding: 0.5rem 0;
}
.cp-soret li a:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.125rem;
    background: #D80C24;    transition: all 0.3s;
}
.cp-soret li:hover a{
    color: #D80C24;
}
.cp-soret li:hover a:after{
    width: 100%;
}
.sdhghras2{
    position: relative;
    padding: 2.5rem 0 4rem;
}
.sdhghras2:before{
     content: "";
    display: block;
    position: absolute;
    right:0;
    top: 0;
    z-index: 10;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-650.svg) no-repeat top right;
    background-size: 100% auto;
       width: 52%;
    height: 100%;
}
.sdhghras2 .wehsxas-xg{
    position: relative;
    z-index: 11;
}
.sdhghras2 .wehsxas-xg li{
    width: 47%;
    margin-top: 2.25rem;
}
.sdhghras2 .wehsxas-xg.on li{
     width: 31%;
}
.sdhghras2 .wehsxas-xg li a.img{
    display: block;
}
.sdhghras2 .wehsxas-xg li a.img u{
    display: block;
    font-size: 0;
    overflow: hidden;
}
.sdhghras2 .wehsxas-xg li a.img img{
    width: 100%;
}
.sdhghras2 .wehsxas-xg li a.img .tit{
     color: #D80C24;
    font: 700 2.25rem/1.125em "Barlow Condensed";
    margin-top: 1.125rem;
}
.sdhghras2 .wehsxas-xg li a.img .p{
    font: 400 1.5rem/1.125em "Barlow Condensed";
    margin-top: 0.75rem;
}
.sdhghras3{
    background: #F1F1F1;
    position: relative;
    padding: 4.375rem 0 6.5rem;
}
.sdhghras3:after{
     content: "";
    display: block;
    position: absolute;
    left:0;
    top: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-668.svg) no-repeat top right;
    background-size: 100% auto;
    width: 54.375%;
    height: 100%;
}
/* .sdhghras3:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-654.svg) no-repeat bottom left;
    background-size: 100% auto;
       width: 42%;
    height: 100%;
} */
.sdhghras3 .tit{
    z-index: 1;
    position: relative;
}
.sdhghras3 .tit .tit1{
    display: none;
        color: #D80C24;
    font: 700 4rem/1.2em "Barlow Condensed";
    text-transform: uppercase;
}
.sdhghras3 .tit .tit2{
        color: #262626;
    font: 500 2.5rem/1em "Barlow Condensed";
    text-transform: uppercase;
}
.sdhghras3 .wh{
    position: relative;
    z-index: 9;
}
.sdhghras3 .img{
    /*margin-top: 4.3rem;*/
}
.sdhghras3 .img img{
    width: 100%;  
}
.sdhghras3 .img img.topx{
    margin-top: -12rem;
}
.wehsxas-xg1 li{
    width: 47%;
    margin-top: 2.25rem;
    text-align: left;
}
.wehsxas-xg1 li a.img{
    display: block;
}
.wehsxas-xg1 li a.img u{
    display: block;
    font-size: 0;
    overflow: hidden;
}
.wehsxas-xg1 li a.img img{
    width: 100%;
}
.wehsxas-xg1 li .tit{
     color: #212121;
    font: 700 2rem/1.125em "Barlow Condensed";
    margin-top: 1.125rem;text-transform: uppercase;
}
.wehsxas-xg1 li .p{
    color: #494848;
    font: 400 2rem/1.125em "Barlow Condensed";
    margin-top: 0.75rem;
}
.wehsxas-xg1 li a.more-msl{
    opacity: 0;
}
.wehsxas-xg1 li:hover a.more-msl{
    opacity: 1;
}
.productlist-1 li{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between; align-items: center;
    width: 100%;
}
.productlist-1 li a.img{
    width: 47%;
}
.productlist-1 li .wesd-xas{
    width: 47%;
}
.productlist-1 li a.more-msl{
    opacity: 1;
}
.sdhghras1 .tit{
   color: #262626;
   font: 600 4rem/1.1em "Barlow Condensed";
   text-transform: Uppercase;
}
.sdhghras1 a.spbf{
  text-align: center;
  margin-top: 2.5rem;
  display: inline-block;
}
.sdhghras1 a.spbf i{
  font-size: 4.25rem;
  line-height: 1em;
  color: #D80C24;
}
.cp-soret1{
  text-align: center;
  padding: 1rem 0;
  position: relative;
  z-index: 11;
      border-bottom: none !important;
    margin-top: 0 !important;
}
.cp-soret1 li{
  padding: 0 1.5em;
  /*flex: 1;*/
  width: 50%;
  /*max-width: 50%;*/
}
.cp-soret1 li a{
  display: block;
  color: #2F3030;
  font: 600 2rem/1.2em "Barlow Condensed";
  position: relative;
  padding: 1rem 0;
  border-bottom: 0.4rem solid #DADADA;
  text-transform: Uppercase;
}
.cp-soret1 li a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 0;
  height: .4rem;
  background: #D80C24;    transition: all 0.3s;
}
.cp-soret1 li:hover a{
  color: #D80C24;
}
.cp-soret1 li:hover a:after{
  width: 100%;
}
.xg29-cont1{
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/bjas1.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 4.5rem 0;
}
.xg29-cont1 .gontas div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5.125rem;
}
.xg29-cont1 .gontas div img{
  width: 100%;
}
.xg29-cont1 .gontas .swiper-button-next1{
  right: 0;
}
.xg29-cont1 .gontas .swiper-button-prev1{
  left: 0;
}
.xg29-cont1::after{
  content: "";
  display: block;
  position: absolute;
  right:0;
  bottom: 0;
  z-index: 10;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-677.svg) no-repeat top right;
  background-size: 100% auto;
  width: 38.69%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1366px){
    .xg29-cont1::after{
         background-size: cover;
    }
}
@media (max-width: 768px){
    .xg29-cont1::after{
         background-size: 100% auto;
    }
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p{
  width: 50%;
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .img{
  width: 50%;
  /* margin-right: -17%; */
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .img img{
  width: 100%;
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .tit1{
  color: #D80C24;
  font: 700 4rem/1.1em "Barlow Condensed";
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .tit2{
  color: #262626;
  font: 600 2.8125rem/1.1em "Barlow Condensed";
  margin-top: 0.5rem;
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .txt{
  color: #262626;
  font: 400 2rem/1.1em "Barlow Condensed";
  margin-bottom: 4rem;
}
.xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .txt p{
  margin-top: 1.5rem;
}
.xg29-cont2{
   position: relative;
   background: #F1F1F1;
   z-index: 1;
}
.xg29-cont2::after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-671.svg) no-repeat top right;
  background-size: 100% auto;
  width: 38.69%;
  height: 100%;
}
.xg29-cont2::before{
  content: "";
  display: block;
  position: absolute;
  left:0;
  bottom: 0;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-667.svg) no-repeat bottom left;
  background-size: 100% auto;
  width: 54.375%;
  height: 100%;
}
.xg29-cont2 .xg29-a2_list1{
  position: relative;
  z-index: 1;
}
.xg29-cont2 .xg29-a2_list1 li{
  padding-right: 10%;
}
.xg29-cont2 .xg29-a2_list1 li .img{
  width: 42.29%;
  margin-left: 5%;
}
.xg29-cont2 .xg29-a2_list1 li .imgast{
  position: relative;
}
.xg29-cont2 .xg29-a2_list1 li .imgast img{
    opacity: 0;
}
.xg29-cont2 .xg29-a2_list1 li .imgast video{
    position: absolute;
    left: 0;
    bottom: 6rem;
    width: 100%;
}
.xg29-cont2 .xg29-a2_list1 li .img img{
  width: 100%;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p {
  width: 44%;    margin-top: 2rem;
}
.xg29-cont2 .xg29-a2_list1 li:nth-child(2n){
  padding-left: 10%;
  padding-right: 0;
}
.xg29-cont2 .xg29-a2_list1 li:nth-child(2n) .img{
    margin-left: 0;    width: 54.29%;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .tit{
  color: #D80C24;
  font: 600 3.5rem/1.1em "Barlow Condensed";
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .p{
  color: #262626;
  font: 400 1.6rem/1.1em "Barlow Condensed";
  margin-top: 0.75rem;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .img1{
  width: 70%;
  margin-top: 2rem;
  margin-left: 30%;
} 
.xg29-cont2 .xg29-a2_list1 li .cont-p .img1 img{
  width: 100%;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .img1 .a{
    width: 3.375rem;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .img1 .b{
    width: calc(100% - 4.375rem);
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .dl+.dl{
  margin-top: 3.5rem;
}
.xg29-cont2 .xg29-a2_list1 li:nth-child(2n) .img{
  order: 2;
}
.xg29-cont3{
  background: #D80C25;
  padding-bottom: 5rem;
  position: relative;
}
.xg29-cont3::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-680.svg) no-repeat top right;
  background-size: 100% auto;
  width: 54.375%;
  height: 100%;
}
.xg29-cont3 .xg29-a3_v1{
  position: relative;
  z-index: 1;
}
.xg29-cont3 .xg29-a3_v1 .img{
  width: 43.6%;
}
.xg29-cont3 .xg29-a3_v1 .img img{
  width: 100%;
}
.xg29-cont3 .xg29-a3_v1 .cont-p{
  width: 39.5%;
  margin-left: 4%;
  color: #fff;
}
.xg29-cont3 .xg29-a3_v1 .cont-p .tit{
  font: 500 3.5rem/1.1em "Barlow Condensed";
}
.xg29-cont3 .xg29-a3_v1 .cont-p .p{
  font: 400 1.6rem/1.2em "Barlow Condensed";
  margin-top: 0.75rem;
}
.xg29-cont3 u{
   display: block;
   font-size: 0;
   width: 100%;
}
.xg29-cont3 u img{
  width: 100%;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .img2 {
    width: 30%;
    margin-top: 2rem;
}
.xg29-cont2 .xg29-a2_list1 li .cont-p .img2 img{
    width: 100%;
}
.cp-soret1ta li{
    padding: 0 1.8em;
    margin-top: 1rem;
}
.cp-soret1ta li a{
    color: #2F3030;
    font: 600 2rem/1.2em "Barlow Condensed";text-transform: Uppercase;
}
.cp-soret1ta li.active a,.cp-soret1ta li a:hover{
        color: #D80C24;
}
.cp-soret2ta {
    border-bottom: 0.3rem solid #DADADA;
    margin-top: 1rem;
}
.cp-soret2ta li{
    padding: 0 1.5em;
}
.cp-soret2ta li a{
    display: block;
    color: #2F3030;
    font: 500 1.5rem/1.2em "Barlow Condensed";
    position: relative;
    padding: 1rem 0;
}
.cp-soret2ta li a:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 0;
  height: .3rem;
  background: #D80C24;    transition: all 0.3s;
}
.cp-soret2ta li:hover a{
  color: #D80C24;
}
.cp-soret2ta li:hover a:after{
  width: 100%;
}
@media (max-width: 768px){
    .xg29-cont2 .xg29-a2_list1 li .imgast img{
        opacity: 1;
    }
    .xg29-cont2 .xg29-a2_list1 li .imgast video{
        display: none;
    }
    .sdhghras3 .img img.topx{
        margin-top: 0;
    }
    .cp-soret1ta li{
        margin-top: 0.5em;
    }
    .cp-soret1ta li a{
        font-size: 1.5rem;
    }
    .cp-soret2ta{
    margin-bottom: 2rem;
    border-bottom: none;
    }
    .cp-soret2ta li a{
        font-size: 1.25rem;    
        padding: 0.75rem 0;
    }
    .cp-soret2ta li{
      border-bottom: 0.3rem solid #DADADA;
    }
     .cp-soret2ta.cp-soret1 li{
      border-bottom: none;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .img2{
        margin-top: 1rem;
    }
    .cp-soret{
        padding: 1rem 0;
    }
    .cp-soret li a{
            padding: 0.3rem 0;
    }
    .cp-soret1{
      padding: 1rem 0;
    }
    .cp-soret1 li{
        max-width: 100%;
    }
    .cp-soret1 li a{
            padding: 0.3rem 0;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .img1{
            width: 70%;
    margin-top: 0rem;
    margin-left: 0;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .img1 .a{
        width: 2.2rem;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .img1 .b{
            width: calc(100% - 2.375rem);
    }
    .sdhghras1:after{
        top: 0;    width: 55%;
    }
    .sdhghras1 .asta1{
        margin-top: 0;
    }
    .sdhghras1 .asta1 img{
        height: 2.5rem;
    }
    .sdhghras1 .asta2{
        margin-top: 1.1rem;
        font-size: 1.5rem;
        line-height: 1.5em;
        text-align: left;
    }
    .sdhghras1 a.more-msl{
        margin-top: 1rem;
    }
    .sdhghras1{
        padding-bottom: 4rem;
    }
    .sdhghras1:before{
        width: 70%;
    }
    .sdhghras2{
            padding: 0 0 2rem;
    }
    .sdhghras2 .wehsxas-xg li{
        width: 100%;
        margin-top: 1.25rem;
    }
    .sdhghras2 .wehsxas-xg li a.img .tit{
        margin-top: 0.85rem;
        font-size: 1.5rem;
    }
    .sdhghras2 .wehsxas-xg li a.img .p{
        font-size: 1.35rem;    margin-top: 0.56rem;
    }
    .sdhghras3{
            padding: 2rem 0;
    }
    .sdhghras3 .tit .tit1{
            font-size: 2rem;
    }
    .sdhghras3 .tit .tit2{
            font-size: 2rem;
    margin-top: 0.25rem;
    }
    .sdhghras3 .img{
        /*margin-top: 2rem;*/
    }
    .sdhghras3:before{
            width: 27%;
    }
    .sdhghras3:after{
            width: 42%;
    }
    .wehsxas-xg1 li{
        margin-top: 1rem;
        width: 100%;
    }
    .wehsxas-xg1 li .tit{
        font-size: 1.8rem;
    }
    .wehsxas-xg1 li .p{
        font-size: 1.5rem;
    }
    .wehsxas-xg1 li a.more-msl{
        opacity: 1;margin-top: 0.5rem;
    }
    .wehsxas-xg1 li a.img{
        width: 100%;
    }
    .productlist-1 li .wesd-xas{
        width: 100%;
        margin-top: 1rem;
    }
}
/*2023/11/11*/
.cont3{
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/bjas1.jpg) no-repeat center;
    background-size: cover;
    padding: 6rem 0;
    position: relative;
}
.cont3 .a3-sdt1{
    width: 41%;
}
.cont3 .a3-sdt1 u{
    display: block;
    font-size: 0;
    width: 59%;
    margin-left: 20%;
}
.cont3 .a3-sdt1 u img{
    width: 100%;
}
.cont3 .a3-sdt1 .as-sdr{
    margin-top: 1rem;
}
.cont3 .a3-sdt1 .as-sdr img{
    width: 100%;
}
.cont3 .a3-sdt2{
    width: 50%;
    padding-right: 12%;
}
.cont3 .a3-sdt2 u{
    display: block;
    margin-bottom: 3.5rem;
    width: 50%;
}
.cont3 .a3-sdt2 u img{
   width: 100%;
}
.cont3 .a3-sdt2 .p{
    color: #000000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.1em;
    margin-bottom: 1.5rem;
}
.cont3 .ashta1{
    width: 32%;
    position: absolute;
    bottom: 0;
    right: 12%;
}
.cont3 .ashta1 img{
    width: 100%;
    opacity: 0;
}
.cont3 .ashta1 .ash-as1{
    width: 100%;
    bottom: 0;
    top: auto;
        transform: translate(-50%, 0);
}
.cont3 .ashta1 .ash-as1 video {
    width: 100%;
    object-fit: cover;
}
.ash-as{
       width: 118%;
    height: 114%;
    margin-left: -4%;
    margin-top: -2%;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Group-66284.svg) no-repeat center bottom;
    background-size: 80% auto;
}
.ash-as video{
      width: 100%;
    object-fit: cover;
}
@media (max-width: 1366px){
    .cont3 .a3-sdt2{
        padding-right: 5.7%;
    }
    .cont3 .ashta1{
        right: 5.7%;
    }
}
@media (max-width: 768px){
    .xg-cont2{
        background: url(https://dck-tools.bcdn8.com/uploads-2/2024/02/Mask-group.jpg) no-repeat center;
        background-size: cover;
    }
    .cont3 .a3-sdt2 u{
        margin-bottom: 2rem;
    }
    .xg-cont3 .xg-a3_a1 img{
        opacity: 1;
    }
    .ash-as{
        display: none;
    }
    .cont3{
        padding: 2rem 0;
    }
    .cont3 .a3-sdt1 u{
        margin-left: 0;
        margin: 0 auto;
    }
    .cont3 .a3-sdt1{
        width: 100%;
        padding: 0 4%;
    }
    .cont3 .a3-sdt2{
        width: 100%; 
        padding: 0 4%;
        margin-top: 1rem;
    }
    .cont3 .ashta1{
        display: none;
    }
    .cont3 .a3-sdt2 .p{
        font-size: 1.25rem;
    }
    .sdhghras1 .tit{
      font-size: 2rem;
    }
    .sdhghras1{
      padding: 6rem 0 3rem;
    }
    .cp-soret1 li{
      flex: auto;
      width: 100%;
    }
    .cp-soret1 li a{
      font-size: 1.25rem;
      border-width: 2px;
    }
    .cp-soret1 li a:after{
      height: 2px;
      bottom: -2px;
    }
    .sdhghras1 a.spbf{
      margin-top: 1.5rem;
    }
    .sdhghras1 a.spbf i{
      font-size: 3rem;
    }
    .xg29-cont1 .gontas div{
      width: 2.5rem;
      z-index: 9;    top: 40%;
    }
    .xg29-cont1{
      padding: 2.5rem 0;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p{
      width: 100%;
      order: 2;
      margin-top: 1rem;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .img{
      width: 100%;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .tit1{
      font-size: 2rem;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .tit2{
      font-size: 1.5rem;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .txt{
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
      line-height: 1.5em;
    }
    .xg29-cont1 .mySwiper9 .swiper-slide .cont-v .cont-p .txt p{
      margin-top: 1rem;
    }
    .sdhghras1:before{
      width: 38.69%;
    }
    .xg29-cont2{
      padding: 2rem 0;
    }
    .xg29-cont2 .xg29-a2_list1 li{
      padding: 0 4%;
    }
    .xg29-cont2 .xg29-a2_list1 li .img{
      width: 100%;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p{
      width: 100%;
      margin-top: 1.25rem;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .tit{
      font-size: 2rem;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .p{
      font-size: 1.35rem;
    }
    .xg29-cont2 .xg29-a2_list1 li:nth-child(2n){
      padding: 0 4%;
    }
    .xg29-cont2 .xg29-a2_list1 li .cont-p .dl+.dl{
      margin-top: 1.5rem;
    }
    .xg29-cont2 .xg29-a2_list1 li:nth-child(2n) .img{
      order: 0;
      width: 100%;
    }
    .xg29-cont3::after{
      display: none;
    }
    .xg29-cont3{
      padding: 2rem 0;
    }
    .xg29-cont3 .xg29-a3_v1 .img{
      width: 100%;
    }
    .xg29-cont3 .xg29-a3_v1 .cont-p{
      width: 100%;
      margin-left: 0;
      padding: 1.5rem 4%;
    }
    .xg29-cont3 .xg29-a3_v1 .cont-p .tit{
      font-size: 2rem;
    }
    .xg29-cont3 .xg29-a3_v1 .cont-p .p{
      font-size: 1.4rem;
    }
}
/*2023/11/29*/
.lbxg-cont1{
    position: relative;
    padding: 6rem 0;
}
.lbxg-cont1:after{
     content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: url(https://dck-tools.bcdn8.com/uploads-2/2023/11/Frame-10-3.svg) no-repeat top right;
    background-size: 100% auto;
    width: 40%;
    height: 100%;
    z-index: -1;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1{
   width: 25%;
   border-top: 1px solid #B5B5B5;
   padding-top: 1.25rem;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2{
  width: 64%;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1 .tit{
  color: #494848;
  font: 600 2.25rem/1.5em "Barlow Condensed";text-transform: uppercase;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1 .sorta1 li{
  margin-top: 0.5rem;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1 .sorta1 li a{
  display: block;
  color: #494848;
  font: 500 1.5rem/1.5em "Barlow Condensed";
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1 .sorta1 li a:hover{
  color: #D60A23;
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2 .tit{
  color: #494848;
  font: 600 2.5rem/1.05em "Barlow Condensed";
}
.lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2 .ftit{
  color: #494848;
  font: 500 2rem/1.25em "Barlow Condensed";
  margin-top: 1rem;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li{
  width: 47.5%;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li a.cont-p{
  display: block;
  text-align: center;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li a.cont-p i{
  display: block;
  font-size: 0;
  overflow: hidden;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li a.cont-p i img{
  width: 100%;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li a.cont-p p{
  color: #262626;
  font: 500 1.8rem/1.1em "Barlow Condensed";text-transform: uppercase;
  text-align: left;
  margin-top: 0.5rem;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li{
  margin-top: 1.5rem;
}
.lbxg-cont1 .lbxg-a1v1 .cp_lista1 li:hover a.cont-p p{
  color: #D60A23;
}
.nav_na{
    position: absolute;
    left: 0;
    top: 5rem;
    width: 100%;
    z-index: 99;
}
.nav_na .secas a{
    display: inline-block;
        color: #262626;
    font: 500 1.35rem/1.4em "Barlow Condensed";
    margin-right: 1em;
    position: relative;
    padding: 0.25rem 1em;
}
.nav_na .secas a:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #262626;
}
.nav_na .secas a:hover{
        color: #D80C24;
}
.nav_na .secas a:hover:after{
    background: #D80C24;
}

.nav_na1{
    width: 100%;
}
.nav_na1 .secas a{
    display: inline-block;
        color: #262626;
    font: 500 1.35rem/1.4em "Barlow Condensed";
    margin-right: 1em;
    position: relative;
    padding: 0.25rem 1em;
}
.nav_na1 .secas a:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #262626;
}
.nav_na1 .secas a:hover{
        color: #D80C24;
}
.nav_na1 .secas a:hover:after{
    background: #D80C24;
}

@media (max-width: 768px){
    .list-products-content .product-list-asdt li:nth-child(1){
      padding-top: 5rem;
    }
    .nav_na{
            top: 3rem;
    }
    .nav_na .secas{
        text-align: center;
    }
  .lbxg-cont1{
    padding: 2.5rem 0;
  }
  .lbxg-cont1 .lbxg-a1v1 .lbxg-a1b1{
    display: none;
  }
  .lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2{
    width: 100%;
  }
  .lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2 .tit{
    font-size: 2rem;
  }
  .lbxg-cont1 .lbxg-a1v1 .lbxg-a1b2 .ftit{
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .lbxg-cont1 .lbxg-a1v1 .cp_lista1 li a.cont-p p{
    font-size: 1.25rem;
  }
  .lbxg-cont1 .lbxg-a1v1 .cp_lista1 li{
    margin-top: 1rem;
  }
  .lbxg-cont1 .lbxg-a1v1 .cp_lista1 li{
    width: 48.5%;
  }
}
/* end */
/*2024/1/30*/
.list-products-content1 .tads-a .tit {
  font: 500 2.25rem/1.5em "Barlow Condensed";
  font-style: italic;
}

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

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

.list-products-content1 .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-content1 .tads-a .ashs-a a {
    margin-top: 0.5rem;
  }
}

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

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

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

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

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

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

.list-products-content1 .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-content1 .agge_a li dt p {
  width: 100%;
}

@media (max-width: 768px) {
  .list-products-content1 .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-content1 .agge_a li .weggaa {
  width: 80%;
  font: 500 1.125rem/1.5em "Barlow Condensed";
  padding: 0.7em 2%;
}

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

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

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

.list-products-content1 .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-content1 .agge_a li .weggaa .wheh_a a.glqh::before {
    width: 1rem;
    height: 1rem;
  }
}

.list-products-content1 .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-content1 .agge_a li .weggaa .wheh_a a.dltt {
  display: inline-block;
  margin-right: 1em;
  color: rgba(38, 38, 38, 0.6);
}

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

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

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

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

@media (max-width: 768px) {
  .list-products-content1 .agge_a li .weggaa.cur .wheh_a {
    padding: 0.5em 1em;
  }
  .xg-cont1 .wh .ast1,.xg-cont1 .wh .ast2{
      display: none;
  }
}

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

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

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

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

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

.list-products-content1 .cp_as-tit .xw-ssk-a1 {
  width: 8.5rem;
}

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

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

.xg-cont1 .wh .ast1>img{
    opacity: 0;
}
.xg-cont1 .ash-as1{
    width: 100%;    top: 22%;
}
.sdhghras4{
    margin-top: 2rem;
}
.sdhghras4 .p{
    color: #666;
    font-size: 1.25rem;
    line-height: 1.25em;
    font-weight: 400;
}
.sdhghras4 .p p{
    margin-top: 0.65rem;
}
.sdhghras4 .p b{
        color: #D80C24;
}

/*2024/04/08*/
.yysktop {
  width: 15rem;
  background: #fff;
  border-radius: .25rem; height: 2.3rem;
  /*border: 1px solid #F5F5F4;*/
  margin: 0 1rem 0 0.5rem;
}

@media (max-width: 768px) {
.yysktop {
    width: 90%;
  }
}

form.yysktop button {
  width: 3.0625rem;
  text-align: center;
  background: transparent;
  outline: none;
  border: none;
  line-height: 2.3rem;
  height: 2.3rem;
}

form.yysktop button i {
  color: #D80C24;
  font-size: 1.25em;
  line-height: 2.3rem;
}

form.yysktop input {
  width: calc(100% - 3.0625rem);
  font: 400 1rem/2.3rem "Barlow Condensed";
  background: transparent;
  color: #333;
  padding-left: 0.5em;
}

form.yysktop input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

form.yysktop input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

form.yysktop input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

form.yysktop input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}
.specification_text{
    overflow-x: auto;
}
.specification_text table{
    width: 100%;
    margin-top: 2rem;
}
.specification_text table tr:nth-child(1){
        background: #F6F6F6;
}
.specification_text table tr:nth-child(1) td{
padding-left: 0;
text-align: center;
}
.specification_text table tr td{
        border-bottom: 1px solid #EAE7E7;
            color: #262626;
    font: 500 1.25rem / 1.2em "Barlow Condensed";
        padding: 0.8em 0 0.8em 1em;
}
.heng1{
    width: 100%;
    font-size: 0;
}
.heng1 img{
    width: 100%;
}
.cont21{
    position: relative;
    z-index: 1;
}
.cont21 .ashj-as{
    display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 1.5rem;
      padding: 1.5rem 0 6rem;
}
 .cont21 .ashj-as li .img{
     width: 8rem;
 }
  .cont21 .ashj-as li .img img{
      width: 100%;
  }
   .cont21 .ashj-as li .cont-p{
     width: calc(96% - 8rem);    margin-top: 2rem;
 }
 .cont21 .ashj-as li .cont-p .tit{
     color: #000000;
     font-size: 2rem;
    line-height: 1.05em;
     font-weight: 600;
 }
  .cont21 .ashj-as li .cont-p .p{
     color: #4E4B4B;
     font-size: 1.125rem;
     line-height: 1.35em;
     margin-top: 0.35rem;
 }
 @media (max-width: 768px){
    .cont21 .ashj-as{
      grid-template-columns: repeat(1, 1fr); gap: 1rem;
       padding: 1.5rem 0 2rem;
    }
     .cont21 .ashj-as li .img{
          width: 4.5rem;
     }
      .cont21 .ashj-as li .cont-p{
     width: calc(96% - 4.5rem);    margin-top: 1.25rem;
 }
  .cont21 .ashj-as li .cont-p .tit{
      font-size: 1.5rem;
  }
  }
/*end*/


/*最新跳转250603代码*/
.fanzhu-a{
    margin-right: 1rem;
}

.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-top: .5rem;
}
.gowebsit a i{
    position: relative;
   top: .1rem;
}
.top-aa >p{
    margin-right: 1rem;
}.list-news-content.list-news-content-search .list-news-contentv1 .list-news-content_a1 .news-list{
    display: block;
    
}