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

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

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

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

body {
  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);
}

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

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

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

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

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

.m-hidden {
  display: none;
}

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

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

.m-hidden1 {
  display: none;
}

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

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

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

.head .head2 {
  line-height: 6.0625rem;
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
  border-bottom: 1px solid #E1E1E1;
}

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

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

.head .head2 .toubuas {
  width: -webkit-calc(100% - 13rem);
  width: -moz-calc(100% - 13rem);
  width: calc(100% - 13rem);
}

@media (max-width: 1366px) {
  .head .head2 .toubuas {
    width: auto;
  }
}

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

.head .head2 .top-aa a + a {
  margin-left: 0.3em;
}

@media (max-width: 1024px) {
  .head .head2 .top-aa a + a {
    margin-right: 0.2em;
  }
}

.head .head2 .top-aa a.a {
  margin-right: 1em;
}
.top-aa >p {
   margin-right: 1rem;
}
@media (max-width: 1024px) {
  .head .head2 .top-aa a.a {
    margin-right: 0.4em;
  }
}

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

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

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

.sskbj {
  display: none;
}

.searchbox1 {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.searchbox1::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D80C24;
}

@media (max-width: 768px) {
  .searchbox1::after {
    height: 18%;
  }
}

.searchbox1 a.gbzx {
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.searchbox1 a.gbzx:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.searchbox1 a.gbzx i {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1;
}

.searchbox1 .searchs1 {
  background: #fff;
  width: 75%;
  position: relative;
  z-index: 1;
  margin: 20vh auto 0;
}

@media (max-width: 768px) {
  .searchbox1 .searchs1 {
    width: 92%;
    margin-top: 10vh;
  }
  .searchbox1 a.gbzx i{
      font-size: 2rem;
  }
}

.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 a {
  display: block;
  color: #000000;
  font-family: "Barlow Condensed";
  font-weight: 600;
}

#menu .nav_a1 li > a {
  font-size: 1.5rem;
  position: relative;
  line-height: 6.0625rem;
  height: 6.0625rem;
  padding: 0 1em;
  /*text-transform: uppercase;*/
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@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%);
}
#menu .nav_a1 li .sec.secat{
    padding: 1rem 1em;
     width: 185%; left: -30%;
     text-align: left;
}
#menu .nav_a1 li .sec.secat a{
        display: block;
    color: #262626;
    font: 500 1.25rem/1.2em "Barlow Condensed";
}
#menu .nav_a1 li .sec.secat a+a{
    margin-top: 0.4rem;
}
#menu .nav_a1 li .sec a {
  font: 400 1.125rem/1.5em "Barlow Condensed";
  color: #524F53;
}

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

#menu .nav_a1 li .sec .cont-p .sec-nav {
  width: 71.9526%;
}

#menu .nav_a1 li .sec .cont-p .sec-nav dl {
  padding: 0 1em;
  border-right: 1px solid #D9D9D9;
  text-align: left;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

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

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

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

#menu .nav_a1 li .sec .cont-p .sec-newsa {
  width: 25.5079%;
  text-align: left;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa .tit {
  display: block;
  color: #262626;
  font: 500 1.25rem/1.4em "Barlow Condensed";
}

#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea {
  margin: 0 -1.5%;
  margin-top: 0.5rem;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.5%;
  margin: 0.5rem 0;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl a {
  display: block;
  font-size: 0;
  background: #F8F8F8;
  display: block;
  position: relative;
  height: 6.125rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa .sadhgwea dl a img {
  max-width: 80%;
  max-height: 80%;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl {
  width: 100%;
  font: 400 1.125rem/3.75rem "Barlow Condensed";
  color: #262626;
  background-image: url(../images/asjx.svg);
  -webkit-clip-path: polygon(96% 0%, 100% 25%, 100% 75%, 96% 100%, 0 100%, 0 0);
          clip-path: polygon(96% 0%, 100% 25%, 100% 75%, 96% 100%, 0 100%, 0 0);
  margin-top: 1rem;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl p {
  display: inline-block;
  vertical-align: top;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl::before {
  background: #D80C24;
}

#menu .nav_a1 li .sec .cont-p .sec-newsa a.more-msl:hover {
  color: #fff;
}

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

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

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

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

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

@-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;
  position: relative;
}
.pc-banner .mySwiperat.pa{
    position: absolute;
    z-index: 5;
    height: auto;
    padding-bottom: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 46.76042%;
}
.pc-banner .mySwiperat.pa .whas{
  padding-left: 20%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera {
    padding-bottom: 0;
  }
  .pc-banner .mySwiperat.pa{
      top: auto;
     width: 100%;
     bottom: 1.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: 46.76042%;
  position: absolute;
     left: -6%;
  top: 0;
  z-index: 1;
}

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

@media (max-width: 768px) {
  .pc-banner .mySwipera .wejha {
     width: 77%;
    top: auto;
    bottom: 0;
    background: url(http://menda-dongcheng-main.oss-accelerate.aliyuncs.com/uploads/2023/06/Vector-3.svg) no-repeat top right;
    background-size: cover;
    padding: 6.8125rem 8% 4.625rem 5%;
  }
  .pc-banner .mySwipera .wejha img {
    height: auto;
    display: none;
  }
}

.pc-banner .mySwiperat .banwez {
  width: 100%;
  z-index: 99;
}

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez {
    /*top: 75%;*/
    /*-webkit-transform: translate(-50%, 0);*/
    /*   -moz-transform: translate(-50%, 0);*/
    /*    -ms-transform: translate(-50%, 0);*/
    /*     -o-transform: translate(-50%, 0);*/
    /*        transform: translate(-50%, 0);*/
  }
}

.pc-banner .mySwiperat .banwez dt {
  color: #fff;
  font: 600 5.5rem/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: 600 4rem/1em "Barlow Condensed";
  font-style: italic;
  /*text-transform: uppercase;*/
}

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

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

@media (max-width: 768px) {
  .pc-banner .mySwiperat .banwez .p {
    font-size: 1.125rem;
    max-width: 70%;
    display: none;
  }
}

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

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez {
    top: 75%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

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

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

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

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

.pc-banner .mySwipera .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 .mySwipera .banwez .p {
    font-size: 1.125rem;
    max-width: 70%;
  }
}

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

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

@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.125rem;
  height: 1rem;
  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;
}

.title_a1 .tit {
  color: #262626;
  font-size: 4.375rem;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;    line-height: 1.125em;
}

@media (max-width: 768px) {
  .title_a1 .tit {
    font-size: 2.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 {
  margin-top: 1rem;
  position: relative;
}
.cont1 .jthgtas {
  /* width: 12.5rem; */
  margin-top: -6.7rem;
  position: relative;
  z-index: 1;
}

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

.cont1 .jthgtas .swiper-button-prev1, .cont1 .jthgtas .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
}
.cont1 .jthgtas .swiper-button-next1{
  margin-left: 1.5rem;
}

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

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

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


.cont1 u {
  position: absolute;
  right: 0;
  top: 9%;
  z-index: -1;
  width: 38.54167%;
}

.cont1 u img {
  width: 100%;
}

.cont1 .mySwiper1 {
  margin-top: 2rem;
}
 .mySwiper1 .swiper-slide:nth-child(1){
     display: none;
 }
@media (max-width: 768px) {
  .cont1 .mySwiper1 {
    margin-top: 1rem;
  }
}

.cont1 .mySwiper1 .cont {
  position: relative;
}

.cont1 .mySwiper1 .cont .img {
  overflow: hidden;
  position: relative;
}
.cont1 .mySwiper1 .cont .img:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 22, 22, 0.6);
}
.cont1 .mySwiper1 .cont .data {
  text-align: center;
  color: #fff;
  width: 100%;
}
.cont1 .mySwiper1 .cont .data a{
    color: #fff;
}

.cont1 .mySwiper1 .cont .data p {
  font-size: 3.125rem;
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-style: italic;
}

@media (max-width: 768px) {
  .cont1 .mySwiper1 .cont .data p {
    font-size: 1.5rem;
  }
}

.cont1 .mySwiper1 .cont .data p span {
  display: inline-block;
    position: relative;
    font-size: 4.2rem;
    line-height: 1em;
    width: 62%;
}

.cont1 .mySwiper1 .cont .data p span::after {
  content: "";
  position: absolute;
  right: -7%;
  top: 3%;
  width: 7rem;
  height: 100%;
  background: #D80C24;
  /*background: url(http://menda-dongcheng-main.oss-accelerate.aliyuncs.com/uploads/2023/06/Vector-1.svg) no-repeat right;*/
  /*background-size: auto 100%;*/
  z-index: -1;
}
.cont1 .mySwiper1 .cont .data p span::before{
    content: "";
  position: absolute;
  left: 0;
  top: 3%;
  width: calc(125% - 7rem);
  height: 100%;
  background: #D80C24;
  z-index: -1; 
}
@media (max-width: 1366px){
    .cont1 .mySwiper1 .cont .data p span{
        font-size: 4rem;
    }
    .cont1 .mySwiper1 .cont .data p span::after {
         background-size: auto 101%;
    }
}
@media (max-width: 768px) {
  .cont1 .mySwiper1 .cont .data p span {
    font-size: 2.5rem;
  }
  .cont1 .mySwiper1 .cont .data p span::after {
      width: 2rem;
  }
  .cont1 .mySwiper1 .cont .data p span::before{
       width: calc(108% - 2rem);
  }
}

.cont1 .mySwiper1 .cont .data div {
  font-size: 2rem;
   font-family: "Barlow Condensed";
  font-weight: 500;
  font-style: italic;
  margin-top: 0.2em;text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont1 .mySwiper1 .cont .data div {
    font-size: 1.25rem;
  }
}

.cont1 .mySwiper1 .swiper-pagination1 {
  margin: 0 -0.5rem;
  margin-top: 3.25rem;
}

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

.cont1 .mySwiper1 .swiper-pagination1 span {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #D9D9D9;
  height: .375rem;
  border-radius: 0;
  margin: 0 0.5rem;
}

.cont1 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background-color: #D80C24;
}

.cont2 {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}

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

.cont2 u {
  position: absolute;
  left: 0;
  top: -4%;
  z-index: -1;
  width: 40.625%;
}

.cont2 u img {
  width: 100%;
}

.cont2 .jthgtas {
  width: 12.5rem;
  margin-top: -6.7rem;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

.cont2 .jthgtas .swiper-pagination1 span {
  color: #848484;
}

.cont2 .a2_v1 {
  margin-top: 1.4rem;
}

.cont2 .a2_v1 .a2_b1 {
  width: 35.41667%;
  margin-left: -8%;
}

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

.cont2 .a2_v1 .a2_b1 .mySwiper3 .swiper-slide {
  text-align: center;
}

.cont2 .a2_v1 .a2_b1 .mySwiper3 .swiper-slide .cont .img {
  padding: 0 7% 20%;
}

.cont2 .a2_v1 .a2_b1 .mySwiper3 .swiper-slide .cont .img img {
  width: 100%;
}

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

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

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont .img {
  height: 22.0625rem;
  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: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper2 .cont .img {
    background: #F5F5F4;
    height: 15rem;
  }
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont .img p {
  position: absolute;
  left: 0;
  top: 6%;
  color: #fff;
  font: 500 1.375rem/2.0625rem "Barlow Condensed";
  font-style: italic;
  background: url(../images/aha1.svg) no-repeat center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  padding: 0 0.5em;
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont .img img {
     width: 100%;
    max-width: initial;
  max-height: 80%;
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont dl {
  text-align: center;
  margin-top: 2rem;
}

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

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont dl dt {
  color: #262626;
  font-size: 1.5rem;
  font-family: "Barlow Condensed";
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 .mySwiper2 .cont dl dt {
    font-size: 1.25rem;
  }
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont dl dt span {
  display: inline-block;
   font-family: "Barlow Condensed";
  font-weight: 500;
  font-style: italic;
  padding-left: 0.3em;
  color: #D80C24;
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .cont dl dd {
  color: #262626;
  font-size: 1.25rem;
   font-family: "Barlow Condensed";
  font-weight: 500;
  font-style: italic;
  /*text-transform: uppercase;*/
  line-height: 1.2em;
}

.cont2 .a2_v1 .a2_b2 .mySwiper2 .on .cont .img{
  background: #F5F5F4;
}

.cont3 {
  margin-top: 5.25rem;
  position: relative;
}

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

.cont3::after {
  content: "";
  display: block;
  width: 100%;
  height: 108.08081%;
  position: absolute;
  left: 0;
  top: 0;
  background: #D80C24;
  z-index: -1;
}

.cont3 .spbja {
  -webkit-transform: translateY(11.6875rem);
     -moz-transform: translateY(11.6875rem);
      -ms-transform: translateY(11.6875rem);
       -o-transform: translateY(11.6875rem);
          transform: translateY(11.6875rem);
  position: relative;
}

@media (max-width: 768px) {
  .cont3 .spbja {
    -webkit-transform: translateY(2rem);
       -moz-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
         -o-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
.cont3 .spbja .img{
  position: relative;
}
.cont3 .spbja .img .pc_only{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;object-fit:fill;
}
@media (max-width: 768px) {
    .cont3 .spbja .img:after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
    }
  .cont3 .spbja .img img {
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.cont3 .spbja a.spbf {
  display: none;
  width: 6.125rem;
}

@media (max-width: 768px) {
  .cont3 .spbja a.spbf {
    width: 3.5rem;
    display: block;
  }
  .cont3 .spbja .img .pc_only{
    display: none;
  }
}

.cont3 .spbja a.spbf img {
  width: 100%;
}

.cont3 .spbja .data {
  color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  padding: 0 7.29167%;
}

@media (max-width: 768px) {
  .cont3 .spbja .data {
    padding: 0 5%;
  }
}

.cont3 .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) {
  .cont3 .spbja .data .tit {
    font-size: 1.8rem;
  }
}

.cont3 .spbja .data .p {
  font-size: 1.875rem;
  line-height: 1em;
  font-family: 'Barlow Condensed';
  font-weight: 400;
}

@media (max-width: 768px) {
  .cont3 .spbja .data .p {
    font-size: 1rem;
  }
}

.cont4 {
  margin-top: 16rem;
}

@media (max-width: 768px) {
  .cont4 {
    margin-top: 3.2rem;
  }
}
.cont4 .a4_v1{
    display: none;
}
.cont4 .a4_v1 .a4_b1 {
  width: 55.55556%;
}

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

.cont4 .a4_v1 .a4_b1 .title_a1 {
  text-align: left;
}

.cont4 .a4_v1 .a4_b1 .p {
  color: #262626;
  font-size: 2rem;
  line-height: 1.2em;
  width: 68.26802%;
  margin: 0.2em 0 1.4em;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 .p {
    width: 100%;
    font-size: 1.25rem;
    margin: 0.2em 0 1em;
  }
}

.cont4 .a4_v1 .a4_b2 {
  width: 41.73611%;
}

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

.cont4 .a4_v1 .a4_b2 img {
  width: 100%;
}

.cont5 {
  background: #F5F5F5;
  padding: 4.8125rem 0 5.875rem;
  margin-top: 1.5rem;
}

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

.cont5 .a5_list1 li {
  width: 22.01389%;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li {
    width: 48%;
    margin-bottom: 1rem;
  }
}

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

.cont5 .a5_list1 li > i {
  width: 3.125rem;
  display: block;
  font-size: 0;
}

.cont5 .a5_list1 li > i img {
  width: 100%;
}

.cont5 .a5_list1 li .tit {
  color: #262626;
  font-size: 2rem;
  line-height: 1.25em;
  font-family: 'Barlow Condensed';
  font-weight: 600;
  display: block;
  margin: 0.15em 0 0.05em;
  height: 2.5em;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .tit {
    font-size: 1.4rem;
  }
}

.cont5 .a5_list1 li .p {
  color: #262626;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  height: 8.4em;
  overflow: hidden;
  /*text-align: justify;*/
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .p {
    font-size: 1.125rem;
  }
}

@media (max-width: 450px) {
  .cont5 .a5_list1 li .p {
    height: auto;
  }
}

.cont5 .a5_list1 li a.more-msl {
  margin-top: 0.2em;
  /*visibility: hidden;*/
}

.cont5 .a5_list1 li:hover .tit {
  color: #D80C24;
}

.cont5 .a5_list1 li:hover a.more-msl {
  /*visibility: inherit;*/
}

.cont6 {
  padding: 4rem 0 5.75rem;
  position: relative;
  z-index: 1;
}

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

.cont6 u {
  position: absolute;
  right: 0;
  top: -17.5%;
  z-index: -1;
  width: 25.46875%;
}

@media (max-width: 1366px) {
  .cont6 u {
    top: -14.5%;
  }
}

@media (max-width: 1024px) {
  .cont6 u {
    top: -12.8%;
  }
}

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

.cont6 u img {
  width: 100%;
}

.cont6 .a6_list1 {
  margin-top: 3rem;
}

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

.cont6 .a6_list1 li {
  width: 25%;
  border: 1px solid #EBE9E9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

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

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

.cont6 .a6_list1 li a.cont {
  display: block;
  padding: 2.8rem;
  height: 100%;
  color: #262626;
}

@media (max-width: 768px) {
  .cont6 .a6_list1 li a.cont {
    padding: 1.5rem;
  }
}

@media (max-width: 450px) {
  .cont6 .a6_list1 li a.cont {
    height: auto;
    padding: 2rem 1.5rem;
  }
  .cont6 .a6_list1 li:nth-child(n+2){
      display: none;
  }
}

.cont6 .a6_list1 li a.cont .a6_c1 {
  font-size: 1rem;
  line-height: 1.2em;
  font-family: 'Barlow Condensed';font-weight: 500;    align-items: baseline;
}

.cont6 .a6_list1 li a.cont .a6_c1 i {
  font-size: 1.25rem;
  margin-right: 0.5em;    transform: translateY(0.2rem);
}
.cont6 .a6_list1 li a.cont .a6_c1 div{
    width: calc(99% - 1.8rem);
}

.cont6 .a6_list1 li a.cont .a6_c2 {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin: 1em 0 1.5em;
}

@media (max-width: 450px) {
  .cont6 .a6_list1 li a.cont .a6_c2 {
    margin: 1em 0;
  }
}

.cont6 .a6_list1 li a.cont .a6_c3 .ast1 {
  color: #979595;
  font-size: 1rem;
  line-height: 1.1em;
  margin-right: 0.5em;
}

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

.cont6 .a6_list1 li:nth-child(1),.cont6 .a6_list1 li:nth-child(2),.cont6 .a6_list1 li:nth-child(5) {
  width: 50%;
  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;
}

@media (max-width: 768px) {
    .cont6 .a6_list1 li a.cont .a6_c1 i{
        transform: translateY(0);
    }
  .cont6 .a6_list1 li:nth-child(1),.cont6 .a6_list1 li:nth-child(2),.cont6 .a6_list1 li:nth-child(5) {
    width: 100%;
  }
}

.cont6 .a6_list1 li:nth-child(1) a.img,.cont6 .a6_list1 li:nth-child(2) a.img,.cont6 .a6_list1 li:nth-child(5) a.img {
  width: 50%;
}

@media (max-width: 450px) {
  .cont6 .a6_list1 li:nth-child(1) a.img,.cont6 .a6_list1 li:nth-child(2) a.img,.cont6 .a6_list1 li:nth-child(5) a.img{
    width: 100%;
  }
}

.cont6 .a6_list1 li:nth-child(1) a.img img,.cont6 .a6_list1 li:nth-child(2) a.img img,.cont6 .a6_list1 li:nth-child(5) a.img img   {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont6 .a6_list1 li:nth-child(5) a.img{
    order: 1;
}
.cont6 .a6_list1 li:nth-child(1) .cont,.cont6 .a6_list1 li:nth-child(2) .cont,.cont6 .a6_list1 li:nth-child(5) .cont {
  width: 50%;
}

@media (max-width: 450px) {
  .cont6 .a6_list1 li:nth-child(1) .cont,.cont6 .a6_list1 li:nth-child(2) .cont,.cont6 .a6_list1 li:nth-child(5) .cont {
    width: 100%;
  }
}

.cont6 .a6_list1 li:nth-child(6) a.img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.cont6 .a6_list1 li:hover,.cont6 .a6_list1 li.active {
  background: #D80C24;
}

.cont6 .a6_list1 li:hover a.cont,.cont6 .a6_list1 li.active a.cont {
  color: #fff;
}

.cont6 .a6_list1 li:hover a.cont .a6_c3 .ast1,.cont6 .a6_list1 li.active a.cont .a6_c3 .ast1 {
  color: #fff;
}

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

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

.zd_erha .aat_list li {
  position: relative;
}

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

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

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

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

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

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

.zd_erha .aat_list li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1rem;
  width: 14rem;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .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: 4.375rem;
  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;
  z-index: 1;
  padding-bottom: 6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

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

.foot-fot .foota1 .foa1 {
  width: 44.79167%;
}

.foot-fot .foota1 .foa1 li {
  width: 43.41085%;
  margin-bottom: 2.25rem;
}

.foot-fot .foota1 .foa1 li a.foot-tit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.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 .foa2 {
  width: 45.625%;
}

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

.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: #333333;
  font: 500 1.125rem/3.125rem "Barlow Condensed";
  padding: 0 0.5em;
  background: #848484;
  border: 1px solid #848484;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  text-transform: capitalize;
}

.foot-fot .foota1 .foa2 form .jarta dl dd input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  text-transform: capitalize;
}

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

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

.foot-fot .foota1 .foa2 form .more-msl.hsa {
  outline: none;
  border: none;
  margin-top: 1rem;
}

.foot-fot .foota1 .foa2 .p {
  font-size: 1rem;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  color: #848484;
  line-height: 1.3em;
  margin-top: 1em;
  text-align: justify;
}

.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 .social-share a {
  border: none;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
  background: transparent;
}
.foot-fot .foota2 .beaq2 .social-share a.icon-instagram-fill{
    text-align: center;
        font-family: "iconfont" !important; 
        /*line-height: 3rem;*/
}

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

.n-body {
  padding-top: 6.0625rem;
}

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

.nbanner {
  position: relative;
  padding-bottom: 3.25rem;
}
.nbanner .img img.b{
  display: none;
}
@media (max-width: 990px){
  .nbanner .img img.a{
    display: none;
  }
  .nbanner .img img.b{
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .nbanner {
    padding-bottom: 0;
  }
}

.nbanner .yybj {
  position: absolute;
  left: -3%;
  top: -6.0625rem;
  width: 47.34375%;
}

@media (max-width: 768px) {
  .nbanner .yybj {
        width: 68%;
    top: auto;
    bottom: 0;
    background: url(http://menda-dongcheng-main.oss-accelerate.aliyuncs.com/uploads/2023/06/Vector-3.svg) no-repeat top right;
    background-size: cover;
    padding: 4rem 5%;
    display: none;
  }
  .nbanner .yybj img{
      display: none;
  }
}

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

.nbanner .wehha {
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .nbanner .wehha {
    width: 68%;
    top: auto;
    bottom: 0;
    left: 0;
    background: url(http://menda-dongcheng-main.oss-accelerate.aliyuncs.com/uploads/2023/06/Vector-3.svg) no-repeat top right;
    background-size: cover;
    padding: 2rem 4%;
        transform: translate(0, 0);
  }
  .nbanner .wehha .wh{
     padding: 0;
  }
}

.nbanner .wehha .cont {
  width: 50%;
}

@media (max-width: 768px) {
  .nbanner .wehha .cont {
    width: 80%;
  }
}

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

}

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

.nbanner .wehha .txt {
  font: 400 1.625rem/1.3em "Barlow Condensed";
  margin-top: 0.85em;
  max-width: 70%;
}

@media (max-width: 768px) {
  .nbanner .wehha .txt {
    font-size: 1rem;
    max-width: 100%;
  }
}

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

.co20v-cont1 {
  padding: 9.0625rem 0 4.6875rem;
}

@media (max-width: 768px) {
  .co20v-cont1 {
    padding: 0.5rem 0 2rem;
    margin-top: 1.5rem;
  }
}
.co20v-cont1 .co20v-a1_v1 p {
    display: block;
    font-size: 0;
    width: 5rem;
}
.co20v-cont1 .co20v-a1_v1 dl {
  width: 27.55556%;
  padding-left: 1rem;
}

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

.co20v-cont1 .co20v-a1_v1 dl i {
  display: block;
  font-size: 0;
  width: 5rem;
}

@media (max-width: 768px) {
  .co20v-cont1 .co20v-a1_v1 dl i {
    width: 3rem;
  }
}

.co20v-cont1 .co20v-a1_v1 dl i img {
  width: 100%;
}

.co20v-cont1 .co20v-a1_v1 dl dt {
  color: #D80C24;
  font: 600 2rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
  margin-top: 0.35em;
}

@media (max-width: 768px) {
  .co20v-cont1 .co20v-a1_v1 dl dt {
    font-size: 1.5rem;
  }
}

.co20v-cont1 .co20v-a1_v1 dl dd {
  color: #524F53;
  font: 400 1.5rem/1.1em "Barlow Condensed";
}

@media (max-width: 768px) {
  .co20v-cont1 .co20v-a1_v1 dl dd {
    font-size: 1.125rem;
  }
}

.co20v-cont2 {
  position: relative;
}

.co20v-cont2 i {
  position: absolute;
  left: 0;
  bottom: -10%;
  font-size: 0;
  width: 36.92708%;
  z-index: -1;
}

.co20v-cont2 i img {
  width: 100%;
}

.co20v-cont2 .spbja {
  position: relative;
}
.co20v-cont2 .spbja .pc_only{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;    z-index: 1;
}

@media (max-width: 768px) {
  .co20v-cont2 .spbja .img img {
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .co20v-cont2 .spbja .pc_only{
      display: none;
  }
}

.co20v-cont2 .spbja a.spbf {
  display: block;
  width: 6.25rem;
}

@media (max-width: 768px) {
  .co20v-cont2 .spbja a.spbf {
    width: 3.5rem;
  }
}

.co20v-cont2 .spbja a.spbf img {
  width: 100%;
}

.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: 500 1.75rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .ny-tit .text {
    font-size: 1.125rem;
    margin-top: 0.25em;
  }
}

.co20v-cont3 {
  margin-top: 7rem;
}

@media (max-width: 768px) {
  .co20v-cont3 {
    margin-top: 3rem;
  }
}

.co20v-cont3 .cont {
  position: relative;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .co20v-cont3 .cont {
    margin-top: 1.5rem;
  }
}

.co20v-cont3 .cont u {
  display: block;
  font-size: 0;
}

.co20v-cont3 .cont .cont-p {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  border-right: 1.1875rem solid #D80C24;
  padding: 3rem 7% 2rem 5%;
}

@media (max-width: 768px) {
  .co20v-cont3 .cont .cont-p {
    position: static;
    padding: 1.5rem 5%;
    border-right: 0.5rem solid #D80C24;
    background: rgba(153, 153, 153, 0.1);
  }
}

.co20v-cont3 .cont .cont-p .p {
  color: #524F53;
  font: 400 1.5rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .co20v-cont3 .cont .cont-p .p {
    font-size: 1.25rem;
  }
}

.co20v-cont3 .cont .cont-p .p a {
  display: block;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #524F53;
}

.co20v-cont3 .cont .cont-p .p a:hover {
  color: #D80C24;
}

.co20v-cont3 .cont .cont-p a.more-msl {
  margin-top: 1.2em;
}

.co20v-cont4 {
  position: relative;
  margin-top: 10.75rem;
}

@media (max-width: 768px) {
  .co20v-cont4 {
    margin-top: 3.5rem;
  }
}

.co20v-cont4 .agshg {
  position: absolute;
  right: 0;
  width: 25.46875%;
  top: 0;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.co20v-cont4 .agshg img {
  width: 100%;
}

.co20v-cont4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: #F5F5F5;
}

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

.co20v-cont4 .co20v-a4_v1 {
  padding: 5.9375rem 0 4.0625rem;
}

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

.co20v-cont4 .co20v-a4_v1 .ny-tit {
  width: 48.26389%;
}

@media (max-width: 768px) {
  .co20v-cont4 .co20v-a4_v1 .ny-tit {
    width: 100%;
  }
}

.co20v-cont4 .co20v-a4_v1 .cont-p {
  width: 44.93056%;
}

@media (max-width: 768px) {
  .co20v-cont4 .co20v-a4_v1 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}

.co20v-cont4 .co20v-a4_v1 .cont-p .p {
  color: #524F53;
  font: 400 1.5rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .co20v-cont4 .co20v-a4_v1 .cont-p .p {
    font-size: 1.25rem;
  }
}

.co20v-cont4 .co20v-a4_v1 .cont-p .p a {
  display: block;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #524F53;
}

.co20v-cont4 .co20v-a4_v1 .cont-p .p a:hover {
  color: #D80C24;
}

.co20v-cont4 .co20v-a4_v1 .cont-p a.more-msl {
  margin-top: 1.2em;
}

.co20v-cont4 .co20v-a4_v2 img {
  width: 100%;
}

.co20v-cont5 .co20v-a5_list1 li {
  margin-top: 6.5625rem;
}

@media (max-width: 768px) {
  .co20v-cont5 .co20v-a5_list1 li {
    margin-top: 1.5rem;
  }
}

.co20v-cont5 .co20v-a5_list1 li .img {
  width: 50%;
}

@media (max-width: 768px) {
  .co20v-cont5 .co20v-a5_list1 li .img {
    width: 100%;
  }
}

.co20v-cont5 .co20v-a5_list1 li .img img {
  width: 100%;
}

.co20v-cont5 .co20v-a5_list1 li .cont-p {
  width: 41.18056%;
}
.co20v-cont5 .co20v-a5_list1 li .cont-p .ny-tit .text{
    text-align: justify;
}
@media (max-width: 768px) {
  .co20v-cont5 .co20v-a5_list1 li .cont-p {
    width: 100%;
    margin-top: 1em;
  }
}

.co20v-cont5 .co20v-a5_list1 li .cont-p .p {
  color: #524F53;
  font: 400 1.5rem/1.5em "Barlow Condensed";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .co20v-cont5 .co20v-a5_list1 li .cont-p .p {
    font-size: 1.25rem;
    margin-top: 0.7rem;
  }
}

.co20v-cont5 .co20v-a5_list1 li .cont-p .p a {
  display: block;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #524F53;
}

.co20v-cont5 .co20v-a5_list1 li .cont-p .p a:hover {
  color: #D80C24;
}

.co20v-cont5 .co20v-a5_list1 li .cont-p a.more-msl {
  margin-top: 1.2em;
}

.co20v-cont5 .co20v-a5_list1 li:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
/*  */
.co20v-cont5 .co20v-a5_list1 li:nth-child(1) .wehx-a1{
  position: relative;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img{
  width: 100%;
  order: 2;
  /*padding-bottom: 50%;*/
    position: relative;
    /*height: 0;*/
    overflow: hidden;
    margin-top: 3.125rem;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img img{
  width: 100%;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(1) .cont-p{
  width: 100%;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(1) .cont-sdt{
   position: absolute;
   right: 0;
   bottom: 0;
   background: rgba(255, 255, 255, 0.95);
   border-right: 1.1875rem solid #D80C24;
   padding: 3rem 7% 2rem 5%;
   z-index: 1;
}
/* .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .cont-sdt .p{
  color: #524F53;
    font: 400 1.5rem/1.5em "Barlow Condensed";
} */
.co20v-cont5 .co20v-a5_list1 li:nth-child(2){
  position: relative;
  margin-top: 10.75rem;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2)::before{
  content: '';
  position: absolute;
  right: 0;
  width: 25.46875%;
  top: 0;
  height: 6rem;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url(../images/asghx.svg) no-repeat;
  background-size: 100% auto;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2):after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: #F5F5F5;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .wh{
  position: relative;
  z-index: 2;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p{
  width: 100%;
  padding: 5.9375rem 0 4.0625rem;
  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;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p .ny-tit{
  width: 48.26389%;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p .cont-sdt{
  width: 44.93056%;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .img{
  width: 100%;
  order: 2;
  /*padding-bottom: 50%;*/
    position: relative;
    /*height: 0;*/
    overflow: hidden;
}
.co20v-cont5 .co20v-a5_list1 li:nth-child(2) .img img{
  width: 100%;
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  /*height: 100%;*/
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px){
  .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img{
    margin-top: 1.5rem;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img{
    padding-bottom: 70%;
    height: 0;
  }
   .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img img{
            position: absolute; 
     left: 0; 
     top: 0; 
     height: 100%;
   }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .cont-sdt{
    padding: 1.5rem 5%;
    border-right: 0.5rem solid #D80C24;
    width: 75%;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2){
    margin-top: 3.5rem;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2)::before{
    height: 1.3rem;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p{
    padding: 2rem 0;
    margin-top: 0;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p .ny-tit{
    width: 100%;
  }
  .co20v-cont5 .co20v-a5_list1 li:nth-child(2) .cont-p .cont-sdt{
    width: 100%;    margin-top: 1.2em;
  }
}
@media (max-width: 450px){
  .co20v-cont5 .co20v-a5_list1 li:nth-child(1) .img{
    padding-bottom: 100%;
  }
}

.co20v-cont6 {
  background: #F5F5F5;
  padding: 10.75rem 0 9.75rem;
  position: relative;
  margin-top: 6.25rem;
}

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

.co20v-cont6 .agshg {
  position: absolute;
  left: 0;
  top: 0;
  width: 25.46875%;
}

.co20v-cont6 .agshg img {
  width: 100%;
}

.co20v-cont6 .co20v-a6_list1 li {
  width: 100%;
  /*width: 30.333%;*/
}

@media (max-width: 768px) {
  .co20v-cont6 .co20v-a6_list1 li {
    width: 100%;
  }
  .co20v-cont6 .co20v-a6_list1 li + li {
    margin-top: 1rem;
  }
}

.co20v-cont6 .co20v-a6_list1 li .tit {
  font: 600 2rem/1.5em "Barlow Condensed";
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .co20v-cont6 .co20v-a6_list1 li .tit {
    font-size: 1.7rem;
  }
}

.co20v-cont6 .co20v-a6_list1 li .tit a {
  display: block;
  color: #262626;
}

.co20v-cont6 .co20v-a6_list1 li .p {
  color: #524F53;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  text-align: justify;
}

@media (max-width: 768px) {
  .co20v-cont6 .co20v-a6_list1 li .p {
    font-size: 1.125rem;
  }
}

.co20v-cont6 .co20v-a6_list1 li a.more-msl {
  /*opacity: 0;*/
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .co20v-cont6 .co20v-a6_list1 li a.more-msl {
    margin-top: 0.75rem;
    opacity: 1;
  }
}

.co20v-cont6 .co20v-a6_list1 li:hover a.more-msl {
  opacity: 1;
}

.co20v-cont6 .co20v-a6_list1 li:hover .tit a {
  color: #D80C24;
}

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

.list-products-content {
  padding: 2.375rem 0 8.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
  margin-top: 2.5rem;
}

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

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

.product-list li .cont-p a.img {
  display: block;
  position: relative;
  background: #F5F5F5;
  border: 1px solid #E1E1E0;
  height: 30.8125rem;
  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: 768px) {
  .product-list li .cont-p a.img {
    height: 20rem;
  }
}

.product-list li .cont-p a.img img {
  max-width: 100%;
  max-height: 80%;
}

.product-list li .cont-p .cont {
  margin-top: 1.3em;
}

@media (max-width: 768px) {
  .product-list li .cont-p .cont {
    margin-top: 1em;
  }
}

.product-list li .cont-p .cont .tit a {
  color: #262626;
  font: 600 1.875rem/1.4em "Barlow Condensed";
  display: block;
  margin-right: 0.2em;
  /*text-transform: uppercase;*/
}

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

.product-list li .cont-p .cont .tit span {
  display: block;
  color: #D80C24;
  font: 500 1.875rem/1.4em "Barlow Condensed";
  font-style: italic;
}

@media (max-width: 768px) {
  .product-list li .cont-p .cont .tit span {
    font-size: 1.5rem;
  }
}

.product-list li .cont-p .cont .p {
  color: #524F53;
  font: 500 1.375rem/1.25em "Barlow Condensed";
  margin-top: 0.3em;
}

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

.mbx {
  border-top: 1px solid #E1E1E1;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  padding: 1em 0;
  margin-top: 2px;
}

.mbx a {
  color: #000000;
}

.mbx a:hover {
  color: #524F53;
}

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

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

.show_product-content .show_product-a1 {
  padding-bottom: 4rem;
  border-bottom: 1px solid #DBDBDB;
}

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

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

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

.show_product-content .show_product-a1 .show_product-a1b1 .img-bj {
  background: #F8F8F8;
  padding: 3rem 0;
  position: relative;
}

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

.show_product-content .show_product-a1 .show_product-a1b1 .img-bj u img {
  max-width: 80%;
  max-height: 80%;
}

.show_product-content .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-content .show_product-a1 .show_product-a1b1 .img-bj a.tcsp i {
  color: #848484;
  font-size: 1.5rem;
}

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

.show_product-content .show_product-a1 .show_product-a1b1 .img-bj a.tcsp:hover i {
  color: #D80C24;
}
.show_product-content .show_product-a1 .show_product-a1b1 .wexasx{
    margin: 0.5rem -0.5rem 0;
}
.show_product-content .show_product-a1 .show_product-a1b1 .wexasx dl {
  width: calc(100%/3);
  padding: 0.5rem;
  flex: 1;
  max-width: 50%;
}

@media (max-width: 768px) {
    .show_product-content .show_product-a1 .show_product-a1b1 .wexasx{
         margin: 0.35rem -0.35rem 0;
    }
  .show_product-content .show_product-a1 .show_product-a1b1 .wexasx dl {
    padding: 0.35rem;
  }
}

.show_product-content .show_product-a1 .show_product-a1b1 .wexasx dl:nth-child(1), .show_product-content .show_product-a1 .show_product-a1b1 .wexasx dl:nth-child(2) {
  width: 50%;
}

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

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

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

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

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

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

.show_product-content .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-content .show_product-a1 .show_product-a1b2 {
  width: 42.01389%;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a1 .show_product-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.show_product-content .show_product-a1 .show_product-a1b2 .tita1 {
  color: #262626;
  font: 600 3.125rem/1em "Barlow Condensed";
  display: block;
  font-style: italic;
}

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

.show_product-content .show_product-a1 .show_product-a1b2 .tita1 p {
  margin-right: 0.1em;
  display: inline-block;
}

.show_product-content .show_product-a1 .show_product-a1b2 .tita1 span {
  color: #D80C24;
  font-family: 'Barlow Condensed';
  font-weight: 500;
  font-style: italic;
}

.show_product-content .show_product-a1 .show_product-a1b2 .tita2 {
  color: #262626;
  font: 600 2.25rem/1.5em "Barlow Condensed";
  margin: 0.15em 0 0.35em;
}

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

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

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

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

.show_product-content .show_product-a1 .show_product-a1b2 .p1 {
  color: #524F53;
  font: 500 1.25rem/1.35em "Barlow Condensed";
  margin-top: 1em;
  text-align: justify;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a1 .show_product-a1b2 .p1 {
    font-size: 1.125rem;
    margin-top: 0.2em;
    font-weight: 600;
  }
}

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

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

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

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

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

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

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

.show_product-content .show_product-a2 .show_product-a2_v1 dl {
  width: 47.91667%;
  padding-left: 2em;
  margin-top: 1.5rem;
  background: url(../images/dian.svg) no-repeat 0.75rem 0.8rem;
  -o-background-size: 0.4rem auto;
     background-size: 0.4rem auto;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a2 .show_product-a2_v1 dl {
    width: 100%;
    margin-top: 0.8rem;
  }
}

.show_product-content .show_product-a2 .show_product-a2_v1 dl dt {
  color: #262626;
  font: 500 1.25rem/1.35em "Barlow Condensed";
}

.show_product-content .show_product-a2 .show_product-a2_v1 dl dd {
  color: #524F53;
  font: 400 1.25rem/1.25em "Barlow Condensed";
  margin-top: 0.15em;
}

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

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

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

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

.show_product-content .show_product-a3 .show_product-a3v1 dl {
  border-bottom: 1px solid #DBDBDB;
  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 dt {
  color: #262626;
  font: 500 1.25rem/1.2em "Barlow Condensed";
  width: 20%;
}

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

.show_product-content .show_product-a3 .show_product-a3v1 dl dd {
  color: #524F53;
  font: 400 1.25rem/1.2em "Barlow Condensed";
  width: 80%;
}
.show_product-content .show_product-a3 .show_product-a3v1 dl dd b{
       width: 3.58rem;
    display: inline-block;
}
@media (max-width: 768px) {
  .show_product-content .show_product-a3 .show_product-a3v1 dl dd {
    width: 72%;
    font-size: 1.125rem;
  }
  .show_product-content .show_product-a3 .show_product-a3v1 dl dd b{
      width: 3.2rem;
  }
}

.show_product-content .show_product-a4 {
  margin-top: 3.625rem;
}

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

.show_product-content .show_product-a4 .show_product-a4v1 {
  margin-top: 1.5625rem;
}

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

.show_product-content .show_product-a4 .show_product-a4v1 a {
  display: inline-block;
  margin-right: 1em;
  color: #262626;
  font: 500 1.25rem/1.5em "Barlow Condensed";
}

.show_product-content .show_product-a4 .show_product-a4v1 a::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../images/radioa.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);
}

.show_product-content .show_product-a4 .show_product-a4v1 a.active::before {
  background-image: url(../images/radioa1.svg);
}

.show_product-content .show_product-a4 .show_product-a4v2 {
  position: relative;
  border-bottom: 1px solid #DBDBDB;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 {
  margin: 0 -1%;
  position: relative;
  overflow: hidden;
  height: 32vw;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 {
    height: 100vw;
  }
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 20%;
  background: -webkit-linear-gradient(bottom, #FFFFFF 19.22%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, #FFFFFF 19.22%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #FFFFFF 19.22%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFFFFF 19.22%, rgba(255, 255, 255, 0) 100%);
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li {
  width: 25%;
  padding: 0 1%;
  margin-top: 2.6875rem;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li {
    margin-top: 1rem;
    width: 50%;
  }
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p {
  border: 1px solid #E1E1E0;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p a.img {
  padding: 1rem 0;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p a.img img {
  max-width: 80%;
  max-height: 80%;
  min-width: 60%;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p .cont {
  padding: 0 8% 2em;
}

@media (max-width: 768px) {
  .show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p .cont {
    padding: 0 7% 1em;
  }
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p .cont a.tit {
  display: block;
  color: #262626;
  font: 600 1.25rem/1.25em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p .cont a.tit:hover {
  color: #D80C24;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1 li .cont-p .cont .p {
  color: #524F53;
  font: 400 1rem/1.2em "Barlow Condensed";
  margin-top: 0.5em;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1.checked {
  height: auto;
  padding-bottom: 4rem;
}

.show_product-content .show_product-a4 .show_product-a4v2 .show_product-a4v2-list1.checked::after {
  display: none;
}

.show_product-content .show_product-a4 .show_product-a4v2 a.more-a {
  color: #D80C24;
  text-transform: uppercase;
  font: 500 1.25rem/1.5em "Barlow Condensed";
  z-index: 9;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

.show_product-content .show_product-a4 .show_product-a4v2 a.more-a i {
  font-size: 1.25rem;
  margin-left: 0.35em;
}

.show_product-content .show_product-a5 {
  margin-top: 3rem;
}

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

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

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

.show_product-content .show_product-a5 .show_product-a5v1 dl {
  width: 48.61111%;
  padding: 3% 4% 5%;
  border: 1px solid #E1E1E0;
}

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

.show_product-content .show_product-a5 .show_product-a5v1 dl .img {
  width: 2.8125rem;
}

.show_product-content .show_product-a5 .show_product-a5v1 dl .img img {
  width: 100%;
}

.show_product-content .show_product-a5 .show_product-a5v1 dl dt {
  color: #262626;
  font: 600 2rem/1.3em "Barlow Condensed";
  margin: 0.5em 0 0.2em;
  text-transform: uppercase;
}

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

.show_product-content .show_product-a5 .show_product-a5v1 dl dt a {
  color: #262626;
}

.show_product-content .show_product-a5 .show_product-a5v1 dl dt a:hover {
  color: #D80C24;
}

.show_product-content .show_product-a5 .show_product-a5v1 dl dd {
  color: #524F53;
  font: 500 1.5rem/1.3em "Barlow Condensed";
}

@media (max-width: 768px) {
  .show_product-content .show_product-a5 .show_product-a5v1 dl dd {
    font-size: 1.125rem;
  }
}

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

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

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

.show_product-content .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-content .show_product-a6 .show_product-a6_v1 .tit-p {
    font-size: 1.25rem;
    height: auto;
  }
}

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

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

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

.show_product-content .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-content .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-content .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-content .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-content .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx {
    margin: 0 0.5em;
  }
}

.show_product-content .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-content .show_product-a6 .show_product-a6_v1 .show_product-a6_b1 .pfaa dl .wehx b {
    width: 2.5rem;
    height: .375rem;
  }
}

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

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

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

.show_product-content .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-content .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dt {
  width: 16.125rem;
}

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

.show_product-content .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-content .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd {
    width: 100%;
  }
}

.show_product-content .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-content .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-content .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-content .show_product-a6 .show_product-a6_v1 .show_product-a6_b2 .pfab dl dd .xx b {
    width: 2.5rem;
    height: .375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.show_product-content .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-content .show_product-a6 .pl-cont-p > dl .pl-cont1 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

.show_product-content .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-content .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-content .show_product-a6 .pl-cont-p > dl .pl-cont2 .text-list1 i img {
  width: 100%;
}

.show_product-content .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-content .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-content .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-content .show_product-a6 .pl-cont-p > dl .pl-cont3 {
  width: 38.61111%;
}

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

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

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

.show_product-content .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-content .show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dt {
  width: 16.125rem;
}

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

.show_product-content .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-content .show_product-a6 .pl-cont-p > dl .pl-cont3 .pfab dl dd {
    width: 100%;
  }
}

.show_product-content .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-content .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-content .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 2.8125rem/1em "Barlow Condensed";
  font-style: italic;
  text-transform: uppercase;
}

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

.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: 29.86111%;
  background: #212121;
  padding: 1.875rem;
}

@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: #F5F5F5;
  height: 22rem;
  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: 768px) {
  .conttczc-bj .cont-p .tc-cont1 .img {
    height: 20rem;
  }
}

.conttczc-bj .cont-p .tc-cont1 .img img {
  max-width: 80%;
  max-height: 80%;
}

.conttczc-bj .cont-p .tc-cont1 .cont {
  color: #fff;
  margin-top: 1rem;
}

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

.conttczc-bj .cont-p .tc-cont1 .cont .tita1 {
  font: 500 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";
  font-weight: 500;
  font-style: italic;
}

.conttczc-bj .cont-p .tc-cont1 .cont .p {
  font: 400 1.375rem/1.25em "Barlow Condensed";
  margin-top: 0.5rem;
}

@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: 70.13889%;
  background: #F8F8F8;
  padding: 3rem 5%;
  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: 500 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 img{
     width: 1rem;
}
.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;
}
.webuploader-pick{
       background: transparent !important;
    line-height: 2.2rem;
    display: block !important;
}
.conttczc-bj .cont-p .tc-cont2 .my-a dl.msg2 dd .wejza a.a label{
    margin-bottom: 0;
}

.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: 2.625rem;
}

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

.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 {
  position: relative;
  padding-top: 7.2rem;
  z-index: 2;
}

@media (max-width: 768px) {
  .iot-cont2 {
    padding-top: 2.5rem;
  }
}

.iot-cont2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 79%;
  background: #D80C24;
  z-index: -1;
}

.iot-cont2 .ny-tit {
  color: #fff;
}

.iot-cont2 .spbja {
  position: relative;
  margin-top: 4rem;
}

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

@media (max-width: 768px) {
  .iot-cont2 .spbja .img img {
    height: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

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

@media (max-width: 768px) {
  .iot-cont2 .spbja a.spbf {
    width: 3.5rem;
  }
}

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

.iot-cont3 {
  padding: 7.9375rem 0 8.5rem;
  position: relative;
  z-index: 1;
}

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

.iot-cont3 u {
  display: block;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: -18%;
  width: 49.27083%;
  z-index: -1;
}

@media (max-width: 768px) {
  .iot-cont3 u {
    bottom: -1.5rem;
  }
}

.iot-cont3 u img {
  width: 100%;
}

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

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

.iot-cont3 .iot-a3_list1 dl {
  width: 22.01389%;
  color: #262626;
}

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

.iot-cont3 .iot-a3_list1 dl i {
  display: block;
  font-size: 0;
  width: 3.125rem;
}

.iot-cont3 .iot-a3_list1 dl i img {
  width: 100%;
}

.iot-cont3 .iot-a3_list1 dl dt {
  font: 500 2rem/1.15em "Barlow Condensed";
  margin: 0.25em 0;
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 dl dt {
    font-size: 1.5rem;
  }
}

.iot-cont3 .iot-a3_list1 dl dd {
  font: 400 1.5rem/1.15em "Barlow Condensed";
}

@media (max-width: 768px) {
  .iot-cont3 .iot-a3_list1 dl dd {
    font-size: 1.125rem;
  }
}

.iot-cont4 {
  background: #F8F8F8;
  padding: 10.4375rem 0 7.8125rem;
}

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

.iot-cont4 .iot-a4_list1 {
  margin-top: 1.7rem;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_list1 {
    margin-top: 1.25rem;
  }
}

.iot-cont4 .iot-a4_list1 dl .img {
  width: 50%;
}

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

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

.iot-cont4 .iot-a4_list1 dl .cont-p {
  width: 50%;
  background: #fff;
  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) {
  .iot-cont4 .iot-a4_list1 dl .cont-p {
    width: 100%;
  }
}

.iot-cont4 .iot-a4_list1 dl .cont-p .cont {
  color: #262626;
  padding: 0 19%;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_list1 dl .cont-p .cont {
    padding: 1.5rem 5%;
  }
}

.iot-cont4 .iot-a4_list1 dl .cont-p .cont .tit {
  font: 500 2rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_list1 dl .cont-p .cont .tit {
    font-size: 1.5rem;
  }
}

.iot-cont4 .iot-a4_list1 dl .cont-p .cont .p {
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_list1 dl .cont-p .cont .p {
    font-size: 1.125rem;
  }
}

.iot-cont4 .iot-a4_list1 dl:nth-child(2n) .img {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .iot-cont4 .iot-a4_list1 dl:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.iot-cont5 {
  position: relative;
  padding: 8.125rem 0 9rem;
}

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

.iot-cont5 u {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 25.46875%;
}

.iot-cont5 u img {
  width: 100%;
}

.iot-cont5 b {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  width: 25.46875%;
}

.iot-cont5 b img {
  width: 100%;
}

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

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

.iot-cont5 .xiaza {
  margin-top: 2.625rem;
}

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

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

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

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

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

.iot-cont6 {
  background: #F8F8F8;
  padding: 5.875rem 0 5.125rem;
}

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

.iot-cont6 .iot-a6_v1 {
  margin-top: 4rem;
}

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

.iot-cont6 .iot-a6_v1 .iot-a6_b1 {
  width: 45.13889%;
  font-size: 0;
}

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

.iot-cont6 .iot-a6_v1 .iot-a6_b1 img {
  width: 100%;
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 {
  width: 48.33333%;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 u {
  display: block;
  font-size: 0;
  width: 4.5rem;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 u {
    width: 3rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 u img {
  width: 100%;
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p {
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p .p {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p .p {
    margin-bottom: 1rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p .p p {
  padding-left: 2rem;
  background: url(../images/dian.svg) no-repeat 0.75rem 0.8rem;
  -o-background-size: 0.4rem auto;
     background-size: 0.4rem auto;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 .cont-p .p p {
    background: url(../images/dian.svg) no-repeat 0.75rem 0.6rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .sdhga {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .sdhga i {
  width: 4.75rem;
  height: 1px;
  background: #000000;
  display: inline-block;
  margin-right: 0.7em;
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 .sdhga i {
    width: 4rem;
  }
}

.iot-cont6 .iot-a6_v1 .iot-a6_b2 .sdhga span {
  color: #D80C24;
  font: 500 1.5rem/1.5em "Barlow Condensed";
}

@media (max-width: 768px) {
  .iot-cont6 .iot-a6_v1 .iot-a6_b2 .sdhga span {
    font-size: 1.35rem;
  }
}

.iot-cont7 {
  padding: 6rem 0 8.75rem;
}

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

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

.iot-cont7 .ny-tit .tit {
  padding: 0 22%;
  line-height: 1.2em;
}

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

.iot-cont7 .ny-tit .text {
  padding: 0 9%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .iot-cont7 .ny-tit .text {
    padding: 0;
    margin-top: 0.5rem;
  }
}

.support-cont1 {
  padding: 8.3125rem 0 5.75rem;
  position: relative;
  z-index: 1;
}
.support-cont1>u{
  display: block;
  font-size: 0;
  width: 22.52083%;
  top: -3.25rem;
  right: 0;
  position: absolute;
  z-index: -1;
  display: none;
}
.support-cont1>u img{
  width: 100%;
}

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

.support-cont1 .support-a1_v1 {
  /* margin-top: 4.3rem; */
}

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

.support-cont1 .support-a1_v1 .support-a1_b1 {
  width: 45.625%;
}
#abt1{
  height: 6.0625rem;
  margin-top: -6.0625rem;
}
@media (max-width: 990px){
  #abt1{
    height: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  .support-cont1 .support-a1_v1 .support-a1_b1 {
    width: 100%;
  }
}
.support-cont1 .support-a1_v1 .support-a1_b1 .p{
  color: #524F53;
  font: 400 1.5rem/1.25em "Barlow Condensed";
  margin-top: 1rem;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .p a{
  color: #524F53;
  font: 500 1.5rem/1.25em "Barlow Condensed";
  display: inline-block;    text-decoration-line: underline;
}
@media (max-width: 768px){
  .support-cont1 .support-a1_v1 .support-a1_b1 .p a{
    font-size: 1.25rem;
  }
}
.support-cont1 .support-a1_v1 .support-a1_b1 .p a:hover{
  color: #D80C24;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta{
  margin-top: 4rem;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta i{
  display: block;
  width: 8.75rem;
  font-size: 0;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta i img{
  width: 100%;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p{
  width: calc(92% - 8.75rem);
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna .tit{
   color: #262626;
   font: 600 1.75rem/1.5em "Barlow Condensed";
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna:hover .tit{
  color: #D80C24;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna u{
  width: 3.4375rem;
  font-size: 0;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna u img{
  width: 100%;
}
.support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p .text{
  color: #524F53;
  font: 400 1.25rem/1.3em "Barlow Condensed";
  margin-top: 0.15rem;
}

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

.support-a2_list1-xs dl{
  width: 48%;
  background: #fff;
  padding: 4% 3.5% 3%;
  margin-bottom: 3.5rem;
}
.support-a2_list1-xs dl i{
    display: block;
    font-size: 0;
    width: 22%;
    margin: 0 auto;
}  
.support-a2_list1-xs dl i img{
  width: 100%;
}
.support-a2_list1-xs dl dt{
  margin-top: 2rem;
}
.support-a2_list1-xs dl dt a{
   display: block;
   color: #262626;
   font: 500 2rem/1.3em "Barlow Condensed";
}
.support-a2_list1-xs dl dt a:hover{
   color: #D80C24;
}
.support-a2_list1-xs dl dd{
  color: #524F53;
   font: 400 1.5rem/1.3em "Barlow Condensed";
   margin-top: 0.25rem;
   height: 3.9em;
   overflow: hidden;
}
.support-a2_list1-xs dl a.flex{
  margin-top: 0.5rem;
}
.support-a2_list1-xs dl a.flex br{
  display: none;
}
.support-a2_list1-xs dl a.flex{
   color: #D80C24;
   font: 500 1.75rem/1.5em "Barlow Condensed";
}
.support-a2_list1-xs dl a.flex img{
  width: 100%; width: 3.4375rem;
}
.support-cont3-xg {
  margin-top: 4.5rem;
}
.support-cont3-xg .susd-v3as-a{
   background: url(http://menda-dongcheng-main.oss-accelerate.aliyuncs.com/uploads/2023/06/Vector-3.svg) no-repeat top right;
   background-size: cover;
   padding: 7.8125rem 8% 6.625rem 5%;
   margin-bottom: -7rem;  
   position: relative;
   z-index: 1;
}
.suppot-foot .foot-fot{
  padding-top: 10rem;
}
.support-cont3-xg .ny-tit .tit{
  line-height: 1em;
  color: #fff;
  font-size: 5rem;
}
.support-cont3-xg .cont-p {
  width: 58%;
}
.support-cont3-xg .cont-p .text{
   color: #fff;
   font: 400 1.5rem/1.3em "Barlow Condensed";
   padding-right: 12%;
}
.support-cont3-xg .con-list {
  margin-top: 3rem;
}
.support-cont3-xg .con-list dl dt{
   width: 5.625rem;
   font-size: 0;
}
.support-cont3-xg .con-list dl dt img{
  width: 100%;
}
.support-cont3-xg .con-list dl dd a{
   display: inline-block;
   color: #FFFFFF;
   font: 500 1.75rem/1.1em "Barlow Condensed";text-decoration-line: underline;
   margin-left: 0.5em;
}

@media (max-width: 768px) {
  .support-cont1 .support-a1_v1 .support-a1_b1 .sfq-as li {
    padding: 0.8rem 0;
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .p{
    font-size: 1.25rem;
  }
  .support-cont1>u{
    top: 0;
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .ashgta{
    margin-top: 2rem;
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .ashgta i{
    width: 6rem;
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p{
    width: calc(95% - 6rem);
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna .tit{
    font-size: 1.5rem;
  }
  .support-cont1 .support-a1_v1 .support-a1_b1 .ashgta .cont-p a.titna u{
    width: 2.8rem;
  }
  .support-a2_list1-xs dl{
    margin-bottom: 1.5rem;
    padding: 1.8rem 7%;
    width: 100%;
  }
  .support-a2_list1-xs dl i{
    /* width: 30%; */
  }
  .support-a2_list1-xs dl dt a{
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
  .support-a2_list1-xs dl dd{
    font-size: 1.25rem;
  }
  .support-a2_list1-xs dl a.flex{
    font-size: 1.25rem;
  }
  .support-a2_list1-xs dl a.flex img{
    width: 2.8rem;
  }
  .support-cont3-xg{
    margin-top: 2rem;
  }
  .support-cont3-xg .ny-tit .tit{
    font-size: 3rem;
  }
  .support-cont3-xg .cont-p{
    width: 100%;
  }
  .support-cont3-xg .cont-p .text{
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .support-cont3-xg .con-list{
    margin-top: 1rem;
  }
  .support-cont3-xg .con-list dl dt{
    width: 3.2rem;
  }
  .support-cont3-xg .con-list dl dd a{
    font-size: 1.5rem;
  }
  .support-cont3-xg .con-list dl{
    margin-top: 0.5rem;
    width: 100%;    justify-content: flex-start;
  }
  .support-cont3-xg .susd-v3as-a{
    padding: 2.5rem 8% 2.25rem 5%;    margin-bottom: -2rem;
  }
  .suppot-foot .foot-fot{
    padding-top: 3.5rem;
  }
}

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

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

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

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

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

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

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

.support-cont1 .support-a1_v1 .support-a1_b1 .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);
}

.support-cont1 .support-a1_v1 .support-a1_b1 a.more-msl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .support-cont1 .support-a1_v1 .support-a1_b1 a.more-msl {
    margin-top: 1.3rem;
  }
}

.support-cont1 .support-a1_v1 .support-a1_b2 {
  width: 46.18056%;
}

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

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

.support-cont2 {
  background: #F8F8F8;
  padding: 5.3125rem 0 3rem;
  position: relative;
}

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

.support-cont2 u {
  display: block;
  font-size: 0;
  width: 25.52083%;
  top: -95%;
  right: 0;
  position: absolute;
}

@media (max-width: 768px) {
  .support-cont2 u {
    top: -12%;
  }
}

.support-cont2 u img {
  width: 100%;
}

.support-cont2 .support-a2_list1 {
  margin: 0 -2%;
}

@media (max-width: 768px) {
  .support-cont2 .support-a2_list1 {
    margin: 0;
  }
}

.support-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) {
  .support-cont2 .support-a2_list1 dl {
    width: 100%;
    padding: 0.8rem 0;
  }
}

.support-cont2 .support-a2_list1 dl i {
  display: block;
  font-size: 0;
  width: 3.125rem;
}

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

.support-cont2 .support-a2_list1 dl dt {
  font: 500 2rem/1.15em "Barlow Condensed";
  margin: 0.25em 0;
   text-transform: uppercase;
}
.support-cont2 .support-a2_list1 dl dt a{
        color: #262626;
        display: block;
}
.support-cont2 .support-a2_list1 dl dt a:hover{
    color: #D80C24;
}

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

.support-cont2 .support-a2_list1 dl dd {
  font: 400 1.5rem/1.15em "Barlow Condensed";
}

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

.support-cont3 {
  padding: 4.4375rem 0 9.0625rem;
}

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

.support-cont3 .support-a3_v1 .support-a3_b1 {
  width: 47.91667%;
}

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

.support-cont3 .support-a3_v1 .support-a3_b1 img {
  width: 100%;
}

.support-cont3 .support-a3_v1 .support-a3_b2 {
  width: 46.18056%;
}

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

.support-cont3 .support-a3_v1 .support-a3_b2 .ny-tit .text {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .support-cont3 .support-a3_v1 .support-a3_b2 .ny-tit .text {
    font-size: 1.125rem;
  }
}

.support-cont3 .support-a3_v1 .support-a3_b2 a.more-msl {
  margin-top: 2.5rem;
}

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

.support-cont4 {
  padding: 9.75rem 0 9.25rem;
  background: url(../images/bjaa1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  position: relative;
}

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

.support-cont4 u {
  width: 53.17708%;
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.support-cont4 u img {
  width: 100%;
}

.support-cont4 .support-a4_v1 {
  background: #FFFFFF;
  padding: 4rem 5.55556%;
}

@media (max-width: 768px) {
  .support-cont4 .support-a4_v1 {
    padding: 2rem 6%;
  }
}

.support-cont4 .support-a4_v1 .ny-tit .text {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 0.2em;
}

@media (max-width: 768px) {
  .support-cont4 .support-a4_v1 .ny-tit .text {
    font-size: 1.125rem;
  }
}

.support-cont4 .support-a4_v1 a.more-msl {
  margin-top: 1rem;
}

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

.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: calc(3.125rem + 2px);
  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;
  box-sizing: content-box;
}

.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;
}
.img_result li{
    margin: 0.5rem;
}

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

.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-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 {
  border-bottom: 1px solid #D9D9D9;
  padding: 2.625rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .tit{
     color: #262626;
   font: 600 2.5rem/1.2em "Barlow Condensed";
	text-align: center;
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .data {
  color: #262626;
  font: 500 1.125rem/1.2em "Barlow Condensed";
  padding: 1rem 0;
}

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

.news-show-content .news-show-contentv1 .news-show-contenta2 .content {
  padding: 2rem 0;
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
  color: #262626;
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

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

.news-show-content .news-show-contentv1 .news-show-contenta2 .content .a1{
    font-size: 2rem;
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .content .a2{
    font-size: 1.8rem;
}
.news-show-content .news-show-contentv1 .news-show-contenta2 .content img {
  /*width: 100%;*/
}

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

@media (max-width: 768px) {
    .news-show-content .news-show-contentv1 .news-show-contenta2 .content .a1{
        font-size: 1.8rem;
    }
    .news-show-content .news-show-contentv1 .news-show-contenta2 .content .a2{
    font-size: 1.5rem;
}
  .news-show-content .news-show-contentv1 .news-show-contenta2 .fhhuaas {
    margin-top: 1rem;
  }
}

.careers-cont1 {
  padding: 6.875rem 0 4.375rem;
}

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

.careers-cont1 .careers-a1_v1 .careers-a1_b1 {
  width: 41.80556%;
}

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

.careers-cont1 .careers-a1_v1 .careers-a1_b1 .ny-tit .tit {
  line-height: 1.2em;
}

.careers-cont1 .careers-a1_v1 .careers-a1_b1 .ny-tit .text {
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v1 .careers-a1_b1 .ny-tit .text {
    margin-top: 0.25em;
  }
}

.careers-cont1 .careers-a1_v1 .careers-a1_b2 {
  width: 53.47222%;
}

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

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

.careers-cont1 .careers-a1_v2 {
  margin: 0 -1%;
  margin-top: 7.1875rem;
}

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

.careers-cont1 .careers-a1_v2 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1%;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v2 dl {
    width: 100%;
  }
  .careers-cont1 .careers-a1_v2 dl + dl {
    margin-top: 1rem;
  }
}

.careers-cont1 .careers-a1_v2 dl .img {
  padding-bottom: 62.0614%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.careers-cont1 .careers-a1_v2 dl .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.careers-cont1 .careers-a1_v2 dl .cont-p {
  color: #262626;
}

.careers-cont1 .careers-a1_v2 dl .cont-p dt {
  font: 500 2rem/1.25em "Barlow Condensed";
  text-transform: uppercase;
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v2 dl .cont-p dt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.careers-cont1 .careers-a1_v2 dl .cont-p dd {
  font: 400 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v2 dl .cont-p dd {
    font-size: 1.25rem;
    margin-top: 0.6rem;
  }
}

.careers-cont1 .careers-a1_v2 dl .cont-p a.more-msl {
  margin-top: 1rem;
  visibility: hidden;
}

@media (max-width: 768px) {
  .careers-cont1 .careers-a1_v2 dl .cont-p a.more-msl {
    visibility: inherit;
    margin-top: 0.5rem;
  }
}

.careers-cont1 .careers-a1_v2 dl:hover .cont-p a.more-msl {
  visibility: inherit;
}

.careers-cont2 {
  background: #D80C24;
  padding: 4.0625rem 0 5.3125rem;
  position: relative;
}

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

.careers-cont2 .ny-tit {
  color: #fff;
}

.careers-cont2 .ny-tit .tit {
  line-height: 1.2em;
}

@media (max-width: 768px) {
  .careers-cont2 .ny-tit .tit p {
    display: inline-block;
  }
}

.careers-cont2 u {
  display: block;
  font-size: 0;
  width: 25.46875%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.careers-cont2 u img {
  width: 100%;
}

.careers-cont2 .mySwiper4 {
  position: relative;
  margin-top: 2.625rem;
}

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

.careers-cont2 .mySwiper4 .swiper-slide .cont {
  padding: 0 20.41667%;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont {
    padding: 0;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .img {
  padding-bottom: 35%;
  width: 29.06977%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .img {
    width: 100%;
    padding-bottom: 70%;
  }
}

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

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont {
  width: 61.86047%;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont {
    width: 100%;
    margin-top: 1rem;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont i {
  display: block;
  font-size: 0;
  width: 3.9375rem;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont i {
    width: 2rem;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont i img {
  width: 100%;
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .p {
  color: #FFFFFF;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.9rem;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .p {
    font-size: 1.25rem;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhga {
  color: #FFFFFF;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhga i {
  width: 3.25rem;
  height: 1px;
  background: #fff;
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhga i {
    width: 2.8rem;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhga span {
  font: 500 1.5rem/1.2em "Barlow Condensed";
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhga span {
    font-size: 1.35rem;
  }
}

.careers-cont2 .mySwiper4 .swiper-slide .cont .data-cont .sdhgbs {
  color: #fff;
  font: 500 1rem/1.4em "Barlow Condensed";
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .jthgtas {
    display: none;
  }
}

.careers-cont2 .mySwiper4 .jthgtas .swiper-button-prev1, .careers-cont2 .mySwiper4 .jthgtas .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .careers-cont2 .mySwiper4 .jthgtas .swiper-button-prev1, .careers-cont2 .mySwiper4 .jthgtas .swiper-button-next1 {
    width: 2.8rem;
  }
}

.careers-cont2 .mySwiper4 .jthgtas .swiper-button-prev1 img, .careers-cont2 .mySwiper4 .jthgtas .swiper-button-next1 img {
  width: 100%;
}

.careers-cont2 .mySwiper4 .jthgtas .swiper-button-prev1 {
  left: 10%;
}

.careers-cont2 .mySwiper4 .jthgtas .swiper-button-next1 {
  right: 10%;
}

.careers-cont3 {
  background: url(../images/bjad1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.9375rem 0 9rem;
}

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

.careers-cont3 .ny-tit .tit {
  color: #fff;
}

.careers-cont3 .support-a2_list1 {
  margin: 0 -2%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .careers-cont3 .support-a2_list1 {
    margin: 0;
    margin-top: 1rem;
  }
}

.careers-cont3 .support-a2_list1 dl {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  color: #fff;
  padding: 1.5rem 2%;
}

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

.careers-cont3 .support-a2_list1 dl i {
  display: block;
  font-size: 0;
  width: 3.125rem;
}

.careers-cont3 .support-a2_list1 dl i img {
  width: 100%;
}

.careers-cont3 .support-a2_list1 dl dt {
  font: 500 2rem/1.15em "Barlow Condensed";
  margin: 0.25em 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .careers-cont3 .support-a2_list1 dl dt {
    font-size: 1.5rem;
  }
}

.careers-cont3 .support-a2_list1 dl dd {
  font: 400 1.5rem/1.15em "Barlow Condensed";
}

@media (max-width: 768px) {
  .careers-cont3 .support-a2_list1 dl dd {
    font-size: 1.125rem;
  }
}

.careers-cont4 {
  padding: 4.6875rem 0;
}

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

.careers-cont4 .careers-a4_v1 .careers-a4_b1 {
  width: 53.125%;
  margin: 0 -1rem;
}

@media (max-width: 768px) {
  .careers-cont4 .careers-a4_v1 .careers-a4_b1 {
    width: 100%;
    margin: 0;
  }
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl {
  float: left;
  width: 50%;
  padding: 0.5rem;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl i {
  display: block;
  padding-bottom: 81.81818%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl i > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(2) i {
  padding-bottom: 101.3369%;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(3) {
  margin-top: -4.5rem;
}

@media (max-width: 990px) {
  .careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(3) {
    margin-top: -4rem;
  }
}

@media (max-width: 768px) {
  .careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(3) {
    margin-top: -2.2rem;
  }
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(3) i {
  padding-bottom: 83.95722%;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b1 dl:nth-child(4) i {
  padding-bottom: 63.90374%;
}

.careers-cont4 .careers-a4_v1 .careers-a4_b2 {
  width: 44.01389%;
}

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

.careers-cont4 .careers-a4_v1 .careers-a4_b2 .ny-tit .text {
  font-family: 'Barlow Condensed';
  font-weight: 400;
  font-weight: 500;
  margin: 0.2em 0 1.1em;
}

.jobs-cont1 {
  padding: 2.25rem 0 5.625rem;
}

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

.jobs-cont1 .jobs-a1_v1 .tit {
  color: #262626;
  font: 500 2.25rem/1.5em "Barlow Condensed";
  font-style: italic;
}

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

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 {
    margin-top: 0;
  }
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl {
  width: 23.61111%;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl {
    width: 48%;
    margin-top: 0.5rem;
  }
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl {
    width: 100%;
  }
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dt {
  color: #454444;
  font: 500 1.125rem/1.5rem "Barlow Condensed";
  margin-bottom: 0.4em;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 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;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx {
  border: 1px solid #EBEBEB;
  border-radius: .3125rem;
  overflow: hidden;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 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;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A8A8A8;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A8A8A8;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx button {
  border: none;
  background: transparent;
  width: 3rem;
}

.jobs-cont1 .jobs-a1_v1 .jobs-a1_b1 dl dd .conx button i {
  color: #D80C24;
  font-size: 1.5rem;
}

.jobs-cont1 .jobs-a1_v2 {
  margin-top: 1rem;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li {
  padding: 1.2em 0;
  border-bottom: 1px dashed #DFDDDD;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li {
    padding: 1em 0;
  }
}

.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 i {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4em;
  vertical-align: middle;
  -webkit-transform: translateY(-0.4rem);
     -moz-transform: translateY(-0.4rem);
      -ms-transform: translateY(-0.4rem);
       -o-transform: translateY(-0.4rem);
          transform: translateY(-0.4rem);
  opacity: 0;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li a.tit:hover {
  color: #D80C24;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li a.tit:hover i {
  opacity: 1;
}

.jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li .p {
  color: #524F53;
  font: 400 1.5rem/1.2em "Barlow Condensed";
  margin-top: 0.1em;
}

@media (max-width: 768px) {
  .jobs-cont1 .jobs-a1_v2 .jobs-a1-list1 li .p {
    font-size: 1.25rem;
    margin-top: 0.45em;
  }
}

.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: 6.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 dd{
  position: relative;
}
.account-cont2 .tab-va .cont-pa form dl .yjzz{
     position: absolute;
  right: 1rem;
  top: 0;
  line-height: 3.125rem;
  z-index: 9;
  cursor: pointer;
}
.account-cont2 .tab-va .cont-pa form dl .yjzz i {
  color: #A8A8A8;
  font-size: 1.25rem;
}

.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;    cursor: auto;
}

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

.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;
  z-index: 5;
}

.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: 400 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_b1 .p a u{
        text-decoration: initial;
        border-bottom: 1px solid #3c3c3c;
        padding-bottom: 0.15rem;
}
.foot-fot .foota2 a u{
     text-decoration: initial;
        border-bottom: 1px solid rgba(255,255,255,0.5);
        padding-bottom: 0.15rem;
}
.foot-fot .foota2 a:hover u{
    border-color: #fff;
}
.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: 400;
}

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

#menu .nav_a1 li#nav_li_68 .sec .cont-p .sec-newsa {
    display: none;
}
#menu .nav_a1 li#nav_li_68 .sec .cont-p .sec-nav{
    width: 100%;
}
#menu .nav_a1 li#nav_li_68 .sec .cont-p .sec-nav dl{
   width: 25%;
     margin-top: 1rem;
   margin-bottom: 1rem;    flex: initial;
}
#menu .nav_a1 li#nav_li_68 .sec .cont-p .sec-nav dl:nth-child(4n){
    border-right: none;
}
.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;  
}
}
/* iotxnew */
.iotxg-cont1{
  margin-top: 4.5rem;color: #262626;
}
.iotxg-cont1 .text{
  padding: 0 2%;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1{
  width: 47%;
  background: #fff;
  padding: 3rem 7% 3rem 12.5%;
  position: relative;
  z-index: 1;
}
.iotxg-cont5 .iotxg-a1_v1 .iotxg-a1_b1{
  padding-right: 3%;
}
@media (max-width: 1366px) {

}
.gong-txt{
  font: 500 1.5rem/1.15em "Barlow Condensed";color: #262626;
}
.gong-txt a{
  border-bottom: .125rem solid #262626;
  color: #262626;
}
.iotxg-cont1 .iotxg-a1_v1{
  margin-top: 2.5rem;
}
.iotxg-cont5 .iotxg-a1_v1{
  margin-top: 0;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p u{
   display: block;
   font-size: 0;
   width: 18.75rem;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p u img{
  width: 100%;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p .tit{
  font: 500 2.625rem/1.1em "Barlow Condensed";text-transform: uppercase;
  margin-top: 0.8rem;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p .gong-txt{
  margin-top: 0.5rem;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p .more-msl{
  margin-top: 2rem;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b2{
  width: 60%;
  margin-left: -7%;
  background: #D9D9D9;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b2 .img{
  width: 66%;
  padding: 2rem 0;
  margin-left: 8%;
}
.iotxg-cont5{
  margin-top: 0;
}
.iotxg-cont5 .iotxg-a1_v1 .iotxg-a1_b2{
  width: 60%;
  margin-left: -7%;
  background: #D9D9D9;
}
.iotxg-cont5 .iotxg-a1_v1 .iotxg-a1_b2 .img{
  width: 100%;
  padding: 0;
  margin-left: 0;
}
.iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b2 .img img{
  width: 100%;
}
.iotxg-cont2{
  position: relative;color: #262626;
  padding: 6.25rem 0;
}
.iotxg-cont2 u{
  display: block;
  font-size: 0;
  width: 62%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: -0.4rem;
}
.iotxg-cont2 u img{
  width: 100%;
}
.iotxg-cont2 .wh{
  position: relative;
  z-index: 2;
}
.iotxg-cont2 .titlea2a{
  text-align: center;
}
.iotxg-cont2 .titlea2a span{
  display: block;
  font-size: 0;
  width: 18.75rem;
  margin: 0 auto;
}
.iotxg-cont2 .titlea2a span img{
  width: 100%;
}
.iotxg-cont2 .titlea2a .tit{
  font: 500 2.25rem/1.2em "Barlow Condensed";text-transform: uppercase;
  margin-top: 1.5rem;
}
.iotxg-cont2 .titlea2a .gong-txt{
   margin-top: 0.7rem;
}
.iotxg-cont3{
  background: #F8F8F8;
  padding: 10.75rem 0 6.875rem;
}
.iotxg-cont3 .iotxg-a3_list1 li {
  background: #fff;
}
.iotxg-cont3 .iotxg-a3_list1 li .img{
  width: 50%;
  padding-bottom: 38%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.iotxg-cont3 .iotxg-a3_list1 li .img img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.iotxg-cont3 .iotxg-a3_list1 li .cont-p{
  width: 50%;
  padding: 0 7%;
}
.iotxg-cont3 .iotxg-a3_list1 li .cont-p .tit{
   color: #262626;
   font: 500 2.625rem/1.1em "Barlow Condensed";text-transform: uppercase;
}
.iotxg-cont3 .iotxg-a3_list1 li .cont-p .p{
  color: #262626;
  font: 500 1.5rem/1.1em "Barlow Condensed";
  margin-top: 0.75rem;
}
.iotxg-cont3 .iotxg-a3_list1 li .cont-p a.more-msl{
  margin-top: 1.5rem;
}
.iotxg-cont3 .iotxg-a3_list1 li:nth-child(2n) .img{
  order: 2;
}
.iotxg-cont4{
   position: relative;
   padding-top: 9.375rem;
}
.iotxg-cont4 u {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 25.46875%;
}
.iotxg-cont4 u img {
  width: 100%;
}
.iotxg-cont4 .jthgtas {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .iotxg-cont4 .jthgtas {
    margin-top: 1rem;
    width: auto;
  }
}

.iotxg-cont4 .jthgtas .swiper-button-prev1, .iotxg-cont4 .jthgtas .swiper-button-next1 {
  width: 3.4375rem;
  display: block;
}

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

.iotxg-cont4 .jthgtas .swiper-button-prev1 img, .iotxg-cont4 .jthgtas .swiper-button-next1 img {
  width: 100%;
  filter: invert(53%) sepia(2%) saturate(7%) hue-rotate(357deg) brightness(98%) contrast(91%);
}

.iotxg-cont4 .jthgtas .swiper-button-prev1:hover img, .iotxg-cont4 .jthgtas .swiper-button-next1:hover img {
  -webkit-filter: none;
          filter: none;
}

.iotxg-cont4 .jthgtas .swiper-pagination1 {
  width: 5rem;
  color: #848484;
  font: 400 1.625rem/1em "Barlow Condensed";
  text-align: center;
}

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

.iotxg-cont4 .jthgtas .swiper-pagination1 span {
  color: #848484;
}
.iotxg-cont4 .mySwiper7{
  margin-top: 2rem;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #E1E1E0;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont .img {
  display: block;
  padding: 2rem 5%;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont .img img{
  width: 100%;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont dl{
  padding: 0 8% 2rem;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont dl dt{
  color: #262626;
  font: 600 1.25rem/1.1em "Barlow Condensed";text-transform: uppercase;
  font-style: italic;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont dl dt:hover{
  color: #D80C24;
}
.iotxg-cont4 .mySwiper7 .swiper-slide a.cont dl dd{
   color: #524F53;
   font: 400 1rem/1.1em "Barlow Condensed";
   margin-top: 0.5rem;
}
.iotxg-cont6{
  margin-top: 4.375rem;
}
.iotxg-cont6 .paggs{
  overflow-x: auto;
  margin-top: 1rem;
}
.iotxg-cont6 .paggs table.package_table{
  color: #000000;
    min-width: 768px;
    box-sizing: border-box;
    border: none;
}
.iotxg-cont6 .paggs .table-bordered.package_table td, .paggs .table-bordered.package_table th{
  vertical-align: middle;
  font-size: 1.5rem;border: none;
  text-align: center;
}
.iotxg-cont6 .paggs .table-bordered.package_table tr:nth-child(2n-1){
  background: #fff;
  }
  .iotxg-cont6 .paggs .table-bordered.package_table tr:nth-child(2n){
    background: #EEEEEE;
  }
.iotxg-cont6 .paggs .table-bordered.package_table tr:nth-child(1){
  background: #333333;
  color: #fff;
}
.iotxg-cont6 .paggs .table-bordered.package_table tr th{
  width: 20%;
}
.iotxg-cont6 .paggs .table-bordered.package_table tr th:nth-child(1){
  width: 60%;
}
.iotxg-cont6 .paggs .table-bordered.package_table tr th:nth-child(1),.iotxg-cont6 .paggs .table-bordered.package_table tr td:nth-child(1){
  text-align: left;
}
.iotxg-cont6 a.more-msl{
  margin-top: 1rem;
}
.iotxg-cont7{
  padding: 3.75rem 0 11.625rem;
  position: relative;
}
.iotxg-cont7 b{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  width: 25.46875%;
}
.iotxg-cont7 b img{
  width: 100%;
}
.iotxg-cont7 .titas-tot{
  color: #262626;
  font: 500 2.25rem/1.2em "Barlow Condensed";text-transform: uppercase;
}
.iotxg-a7list{
  margin-top: 1rem;
}
.iotxg-a7list li{
  border-top: 1px solid #E8E5E5;
}
.iotxg-a7list li .wehha-job{
  display: none;
}
.iotxg-a7list li:nth-child(1) .wehha-job{
  display: block;
}
.iotxg-a7list li .dt{
  padding: 1.2rem 0;
  position: relative;
}
.iotxg-a7list li .dt p{
  color: #262626;
  font: 500 1.5rem/1.2em "Barlow Condensed";
  padding-left: 4rem;
}
.iotxg-a7list li .dt i{
  font-size: 1.3rem;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 2px solid #D9D9D9;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0.9rem;
}
.iotxg-a7list li .wehha-job{
   color: #747070;
   font-size: 1.5rem;
   line-height: 1.1em;
   padding-left: 4rem;
   font-family: 'Barlow Condensed';
  font-weight: 400;
   padding-bottom: 1.5rem;
}
.iotxg-cont7 .go-as-txt{
  color: #747070;
  font-size: 1.25rem;
  line-height: 1.1em;
  font-family: 'Barlow Condensed';
  font-weight: 400;
  margin-top: 1rem;
}
.iotxg-cont8{
  background: #F8F8F8;
  padding: 3.875rem 0 5.25rem;
}
.iotxg-cont8 .iotxg-a8_v1{
  width: 50%;
  margin: 0 auto;
}
.iotxg-cont8 .iotxg-a8_v1 .ny-tit .tit{
  line-height: 1.1em;
}

.iotxg-cont8 .iotxg-a8_v1 form dl {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .iotxg-cont8 .iotxg-a8_v1 form dl {
    margin-top: 0.4rem;
  }
}

.iotxg-cont8 .iotxg-a8_v1 form dl dt {
  color: #262626;
  font: 400 1.125rem/1.5em "Barlow Condensed";
  margin-bottom: 0.3em;
}

.iotxg-cont8 .iotxg-a8_v1 form dl dt.b {
  font-family: "Barlow Condensed";font-weight: 500;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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;
}

.iotxg-cont8 .iotxg-a8_v1 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);
}

.iotxg-cont8 .iotxg-a8_v1 form .more-msl {
  outline: none;
  border: none;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .iotxg-cont8 .iotxg-a8_v1 form .more-msl {
    margin-top: 1rem;
  }
}

@media (max-width: 768px){
  .iotxg-cont1{
    margin-top: 2.5rem;
  }
  .iotxg-cont1 .iotxg-a1_v1{
    margin-top: 0;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1{
    width: 100%;
    padding: 1.5rem 4%;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b2{
    margin-left: 0;
    width: 100%;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p u{
    width: 38%;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p .tit{
    font-size: 2rem;
  }
  .gong-txt{
    font-size: 1.125rem;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b1 .cont-p .more-msl{
    margin-top: 1.25rem;
  }
  .iotxg-cont1 .iotxg-a1_v1 .iotxg-a1_b2 .img{
    margin-left: 0;
  }
  .iotxg-cont2{
    padding: 2.2rem 0;
  }
  .iotxg-cont2 .titlea2a span{
    width: 38%;
  }
  .iotxg-cont2 .titlea2a .tit{
    font-size: 2rem;
    margin-top: 1rem;
  }
  .iotxg-cont2 .titlea2a .gong-txt{
    margin-top: 0.4rem;
  }
  .iotxg-cont3{
    padding: 2rem 0;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .img{
    width: 100%;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .cont-p{
    width: 100%;
    padding: 1.5rem 4%
  }
  .iotxg-cont3 .iotxg-a3_list1 li:nth-child(2n) .img{
    order: 0;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .img{
    padding-bottom: 60%;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .cont-p .tit{
    font-size: 2rem;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .cont-p .p{
    font-size: 1.125rem;
  }
  .iotxg-cont3 .iotxg-a3_list1 li .cont-p a.more-msl{
    margin-top: 1rem;
  }
  .iotxg-cont4{
    padding-top: 2rem;
  }
  .mySwiper7 {
    margin-top: 1.5rem;
    padding-right: 1px;
  }
  .iotxg-cont4 .mySwiper7 .swiper-slide a.cont .img{
    padding: 1rem 2.5%;
  }
  .iotxg-cont4 .mySwiper7 .swiper-slide a.cont dl{
    padding-bottom: 1rem;
  }
  .iotxg-cont5{
    margin-top: 0;
  }
  .iotxg-cont6{
    margin-top: 2rem;
  }
  .iotxg-cont6 .paggs .table-bordered.package_table td, .paggs .table-bordered.package_table th{
    font-size: 1.125rem;
  }
  .iotxg-cont6 .paggs .table-bordered.package_table td img{
    width: 1.5rem;
  }
  .iotxg-cont6 .paggs table.package_table{
    min-width: 486px;
  }
  .iotxg-cont7{
    padding: 2rem 0 2rem;
  }
  .iotxg-cont7 .titas-tot{
    font-size: 2rem;
  }
  .iotxg-a7list li .dt{
    padding: 1rem 0;
  }
  .iotxg-a7list li .dt i{
    font-size: 1rem;
    width: 2.15rem;
    height: 2.15rem;
    line-height: 2.15rem;    top: 1.5rem;
  }
  .iotxg-a7list li .dt p{
    font-size: 1.25rem;
    padding-left: 3.5rem;
  }
  .iotxg-a7list li .wehha-job{
    font-size: 1.125rem; padding-left: 3.5rem;
  }
  .iotxg-cont7 .go-as-txt{
    font-size: 1.125rem;
    margin-top: 0.6rem;
  }
  .iotxg-cont8{
    padding: 2rem 0;
  }
  .iotxg-cont8 .iotxg-a8_v1{
    width: 100%;
  }
}
.wehgha-cxint .t1,.page-content .t1{
        font: 600 3.125rem/1.5em "Barlow Condensed";
    font-style: italic;
    text-transform: uppercase;
}
.wehgha-cxint strong,.wehgha-cxint .t2,.page-content .t2,.page-content strong{
        font: 600 1.75rem/1.2em "Barlow Condensed";
        margin-bottom: 1em;
        display: block;
}
.wehgha-cxint .t3,.page-content .t3{
      font: 600 1.45rem/1.2em "Barlow Condensed";
}
.wehgha-cxint .p1,.page-content .p1{
  position: relative;
  padding-left: 0.5em;
}
.wehgha-cxint .p1:before,.page-content .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;
    }
}
.newhide{
	display:none;
	
}

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

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

@media (max-width: 768px) {
  .pead-jsda1 .pead-cont {
    width: 80%;
  }
}

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

.pead-jsda1 .pead-cont a.jataxta {
  position: absolute;
  right: 1rem;
  top: 0;
  /*height: 3.125rem;*/
  display: block;
  -webkit-transition: all .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;
}

.pead-jsda1 .sec-top {
  padding: 1.5rem 2rem;
}

@media (max-width: 1200px) {
  .pead-jsda1 .sec-top {
    padding: 0.5rem 1.5rem;
  }
}

.pead-jsda1 .sec-top a {
  width: 100%;
  background-color: #f7f9fa;
  padding: 0.5em 1em;
  -webkit-transition: all .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);
}

@media (max-width: 1200px) {
 .pead-jsda1 .sec-top a {
    /*width: 48%;*/
  }
}

.pead-jsda1 .sec-top a img{
        width: 2rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 0.5rem;
    display: none;
}
.pead-jsda1 .sec-top a p {
  color: #3b3e40;
  font: 500 1.5rem/2em "Barlow Condensed";
}

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

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

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

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


/*最新网站代码2025.0530*/
.head .head2 .top-aa a + a{
    margin-left: 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;
}
.gowebsit-div{
    margin-bottom: .5rem;
}
.gowebsit a i{
    position: relative;
   top: .1rem;
}
.top-aa >p{
    margin-right: 1rem;
}