@charset "UTF-8";
.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;
}

.explore_ul-a li {
  width: 14.2857142857%;
}
@media (max-width: 767px) {
  .explore_ul-a li {
    width: 33.3333333333%;
  }
}

@media (max-width: 767px) {
  .explore_ul {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.explore_ul li {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .explore_ul li {
    margin-top: 1.5rem;
  }
}

.as-cont1 {
  padding: 2.5rem 9rem;
}
@media (max-width: 1440px) {
  .as-cont1 {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 1090px) {
  .as-cont1 {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 990px) {
  .as-cont1 {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .as-cont1 {
    padding: 1.5rem 1.3rem;
  }
}

.explore_ul {
  margin-top: 3.5rem !important;
}
@media (max-width: 767px) {
  .explore_ul {
    margin-top: 0 !important;
  }
}

.explore_ul-b {
  margin: 0 -6%;
}
.ts-cont2 .scrollable-element .astk:nth-child(1) .explore_ul-b{
      align-items: baseline;
}
.ts-cont2 .scrollable-element .astk:nth-child(1) .explore_ul-b li:nth-child(7){
            width: 33.3333333333%;
}
.ts-cont2 .scrollable-element .astk:nth-child(1) .explore_ul-b li .explore_div a:nth-of-type(2){
          word-break: keep-all;
}
@media (max-width: 1090px) {
  .explore_ul-b {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .explore_ul-b {
    margin: 0 auto;
  }
}
.explore_ul-b li {
  width: 25%;
}
@media (max-width: 767px) {
  .explore_ul-b li {
    width: 33.3333333333%;
  }
}

.scrollable-element {
  overflow: hidden;
  position: relative;
  z-index: 99;
  margin: 0 7rem;
}
@media (max-width: 1440px) {
  .scrollable-element {
    margin: 0 5rem;
  }
}
@media (max-width: 1090px) {
  .scrollable-element {
    margin: 0 1rem;
  }
}
@media (max-width: 990px) {
  .scrollable-element {
    margin: 0 auto;
  }
}
.scrollable-element.on {
  background: rgba(255, 255, 255, 0.4);
}

.foot_div > ul {
  margin-left: 0;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.gongt-txt {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  color: #000000;
}
@media (max-width: 767px) {
  .gongt-txt {
    font-size: 1rem;
  }
}
.gongt-txt.bs {
  color: #fff;
}

.z {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.kp-cont1 {
  padding: 4rem 0;
  position: relative;
  overflow: visible !important;
  z-index: 0 !important;
}
.kp-cont1 .asx1 {
  position: absolute;
  left: -7%;
  top: -17%;
  z-index: -1;
  width: 33.5416666667%;
}
.kp-cont1 .asx1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .kp-cont1 {
    padding: 2.5rem 0;
  }
  .kp-cont1 .asx1{
      top: 0%;    width: 51.541667%;
  }
}
.kp-cont1 .kp-a1v1 .kp-a1b1 {
  width: 45%;
}
@media (max-width: 767px) {
  .kp-cont1 .kp-a1v1 .kp-a1b1 {
    width: 100%;
  }
}
.kp-cont1 .kp-a1v1 .kp-a1b1 .tit {
  color: #000000;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .kp-cont1 .kp-a1v1 .kp-a1b1 .tit {
    font-size: 1.25rem;
    margin: 0.75rem 0 0.5rem;
  }
}
.kp-cont1 .kp-a1v1 .kp-a1b2 {
  width: 49.2857142857%;
}
@media (max-width: 767px) {
  .kp-cont1 .kp-a1v1 .kp-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.kp-cont1 .kp-a1v1 .kp-a1b2 .tit {
  text-align: center;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .kp-cont1 .kp-a1v1 .kp-a1b2 .tit {
    font-size: 1.25rem;
    margin: 0 0 0.35rem;
  }
}
.kp-cont1 .kp-a1v1 .kp-a1b2 u {
  display: block;
  font-size: 0;
}
.kp-cont1 .kp-a1v1 .kp-a1b2 u img {
  width: 100%;
}
.kp-cont1 .kp-a1v1 .kp-a1b2 i {
  color: #fff;
  font-size: 4rem;
  display: block;
  z-index: 1;
}

.kp-cont2 {
  background: url(../img/40.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 3rem 0 20.625rem;
  /* 定义关键帧 */
}
@media (max-width: 767px) {
  .kp-cont2 {
    padding: 1rem 0 5.1875rem;
  }
}
.kp-cont2 .asx1 {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: -1;
  width: 18.9583333333%;
}
@media (max-width: 767px){
    .kp-cont2 .asx1 {
        width: 30%;
    }
}
.kp-cont2 .asx1 img {
  width: 100%;
}
.kp-cont2 .kp-a2v1 {
  width: 65%;
  margin: 0 auto;
  margin-top: 7.6125rem;
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v1 {
    width: 100%;
    margin-top: 2rem;
  }
}
.kp-cont2 .kp-a2v1 u {
  display: block;
  font-size: 0;
  padding: 0 7.5%;
  position: relative;
}
.kp-cont2 .kp-a2v1 u svg, .kp-cont2 .kp-a2v1 u img {
  width: 100%;
}
.kp-cont2 .kp-a2v1 u .weas {
  position: absolute;
  left: 50%;
  top: -2rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v1 u .weas {
    top: -1.5rem;
  }
}
.kp-cont2 .kp-a2v1 u .weas span {
  color: #000000;
  font-size: 2.9375rem;
  line-height: 1.5em;
  display: inline-block;
  font-weight: 700;
  padding: 0 0.5em;
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v1 u .weas span {
    font-size: 2rem;
  }
}
.kp-cont2 .kp-a2v1 .xas_a1 {
  margin-top: 1.25rem;
}
.kp-cont2 .kp-a2v1 .xas_a1 li {
  width: 16.2637362637%;
  text-align: center;
}
.kp-cont2 .kp-a2v1 .xas_a1 li .img {
  width: 100%;
  background: #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.kp-cont2 .kp-a2v1 .xas_a1 li .img img {
  width: 50%;
}
.kp-cont2 .kp-a2v1 .xas_a1 li .conas-a {
  color: #000000;
}
.kp-cont2 .kp-a2v1 .xas_a1 li .conas-a .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
.kp-cont2 .kp-a2v1 .xas_a1 li .conas-a p {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.35rem;
}
.kp-cont2 .kp-a2v1 .xas_a1 li.asb {
  width: 1.875rem;
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v1 .xas_a1 li.asb {
    padding-top: 1.5rem;
    width: 1.25rem;
  }
}
.kp-cont2 .kp-a2v1 .xas_a1 li.asb img {
  width: 100%;
}
.kp-cont2 .kp-a2v1 .wre-0a {
  text-align: center;
  color: #000000;
  font-size: 2.5rem;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v1 .wre-0a {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(90deg);
         transform: rotate(90deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(90deg);
       transform: rotate(90deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes fadeIna {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIna {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIna {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIna {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kp-cont2 .kp-a2v2 {
  width: 48%;
  margin: 0 auto;
  margin-top: 7.6125rem;
  position: relative;
}
@media (max-width: 1016px) {
  .kp-cont2 .kp-a2v2 {
    width: auto;
  }
}
.kp-cont2 .kp-a2v2 u {
  display: block;
  font-size: 0;
  -webkit-animation: rotate 2.5s infinite;
     -moz-animation: rotate 2.5s infinite;
       -o-animation: rotate 2.5s infinite;
          animation: rotate 2.5s infinite;
}
@media (max-width: 1016px) {
  .kp-cont2 .kp-a2v2 u {
    display: none;
  }
}
.kp-cont2 .kp-a2v2 u img {
  width: 100%;
}
@media (min-width: 1016px) {
  .kp-cont2 .kp-a2v2 .title1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .kp-cont2 .kp-a2v2 {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 1016px) {
  .kp-cont2 .kp-a2v2 .xas_a1 {
    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;
    margin-top: 2rem;
  }
}
.kp-cont2 .kp-a2v2 .xas_a1 li {
  width: 9.25rem;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1016px) {
  .kp-cont2 .kp-a2v2 .xas_a1 li {
    position: static;
  }
}
@media (max-width: 768px) {
  .kp-cont2 .kp-a2v2 .xas_a1 li {
    width: 5.5rem;
    opacity: 1;
  }
}
.kp-cont2 .kp-a2v2 .xas_a1 li .img {
  width: 100%;
  background: #000000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.kp-cont2 .kp-a2v2 .xas_a1 li .img img {
  width: 50%;
}
.kp-cont2 .kp-a2v2 .xas_a1 li .conas-a {
  color: #000000;
  width: 100%;
}
.kp-cont2 .kp-a2v2 .xas_a1 li .conas-a .tit {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .kp-cont2 .kp-a2v2 .xas_a1 li .conas-a .tit {
    margin-top: 1.125rem;
    font-size: 1.125rem;
  }
}
.kp-cont2 .kp-a2v2 .xas_a1 li .conas-a p {
  font-size: 0.875rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0.35rem;
}
@media (min-width: 1016px) {
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(1) {
    top: -4.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(2) {
    top: 50%;
    right: -4.625rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18.5rem;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(2) .img {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(2) .conas-a {
    width: 50%;
    padding-left: 14%;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(3) {
    bottom: -4.625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(3) .img {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.25rem;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(4) {
    top: 50%;
    left: -4.625rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18.5rem;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(4) .img {
    width: 50%;
  }
  .kp-cont2 .kp-a2v2 .xas_a1 li:nth-child(4) .conas-a {
    width: 50%;
    padding-right: 14%;
  }
}
.kp-cont2 .kp-a2v2 .xas_a1.animate li {
  opacity: 1;
}
.kp-cont2 .kp-a2v2 .xas_a1.animate li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.kp-cont2 .kp-a2v2 .xas_a1.animate li:nth-child(3) {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.kp-cont2 .kp-a2v2 .xas_a1.animate li:nth-child(4) {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

header .er-ul1 .as-cast .sec-na1 {
  width: 25.5208333333%;
  background: #F6F6F6;
  padding-left: 10.5208333333%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
header .er-ul1 .as-cast .sec-na1 li a {
  color: #5F5F5F;
  font-size: 0.875rem;
  line-height: 2.6em;
  text-align: left;
  padding: 0 1em;
}
header .er-ul1 .as-cast .sec-na1 li a i {
  display: block;
  font-size: 0;
  width: 1.125rem;
  opacity: 0;
}
header .er-ul1 .as-cast .sec-na1 li a i img {
  width: 100%;
}
header .er-ul1 .as-cast .sec-na1 li:hover a {
  background: -webkit-linear-gradient(left, rgba(220, 90, 45, 0.2) -9.41%, rgba(255, 255, 255, 0) 68.62%);
  background: -moz-linear-gradient(left, rgba(220, 90, 45, 0.2) -9.41%, rgba(255, 255, 255, 0) 68.62%);
  background: -o-linear-gradient(left, rgba(220, 90, 45, 0.2) -9.41%, rgba(255, 255, 255, 0) 68.62%);
  background: linear-gradient(90deg, rgba(220, 90, 45, 0.2) -9.41%, rgba(255, 255, 255, 0) 68.62%);
  color: #DC5A2D;
}
header .er-ul1 .as-cast .sec-na1 li:hover a i {
  opacity: 1;
}
header .er-ul1 .as-cast .sec-na2 {
  width: 74.4791666667%;
  position: relative;
}
header .er-ul1 .as-cast .sec-na2 li {
  position: relative;
  padding: 2.5rem 0;
  height: 100%;
}
header .er-ul1 .as-cast .sec-na2 li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 25.034965035%;
  top: 0;
  background: #EFECEC;
}
header .er-ul1 .as-cast .sec-na2 li.asx-a::after {
  display: none;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas1 {
  width: 25.034965035%;
  padding-left: 3%;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas1 a {
  display: block;
  color: #8B8B8B;
  font-size: 0.875rem;
  line-height: 2.6em;
  text-align: left;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas1 a:hover {
  color: #DC5A2D;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 {
  width: 74.965034965%;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .as_a1 {
  display: none;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 {
  padding: 0 18.8432835821% 0 3%;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 .cont-as1b1 {
  width: 49.2105263158%;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 .cont-as1b1 img {
  width: 100%;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 .cont-as1b2 {
  width: 50%;
  text-align: left;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 .cont-as1b2 .tit {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8em;
}
header .er-ul1 .as-cast .sec-na2 li .cont-p .secas2 .cont-as1 .cont-as1b2 .txt {
  color: #5F5F5F;
  font-size: 0.875rem;
  line-height: 1.85em;
  margin: 0.5rem 0 1rem;
  font-family: "Noto Sans SC";
}

.more.hs {
  color: #000000;
}

.picture4_box .picture_size {
  width: 60%;
}
@media (max-width: 1200px) {
  .picture4_box .picture_size {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .picture4_box .picture_size {
    width: 93%;
  }
}

.picture4_box .picture_size p:nth-of-type(3).tl {
  text-align: left;
}

.interest_lb .swiper-pagination {
  display: block;
  margin-top: 2rem;
  position: static;
}

.pro-cont5 {
  padding: 4rem 0 6rem;
}
.pro-cont5 table {
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 3rem;
  border: none;
}
.pro-cont5 table tr {
  border-bottom: 1px solid #CFCFCF;
}
.pro-cont5 table tr:first-child {
  border-color: #000;
}
.pro-cont5 table tr:first-child td {
  color: #DC5A2D !important;
  font-weight: 600;
}
.pro-cont5 table tr td {
  padding: 1rem 0;
  vertical-align: middle;
  border: none;
  font-weight: 500;
}
.pro-cont5 table tr td:first-child {
  color: #000000;
  font-weight: 600;
}

.ts-cont2 {
  background-image: url(../../../../../../imgs-data-brwq.bcdn8.com/meijia1210/uploads/20240907/8b578627ca69edcfc15dffc05ee37a4b.jpg) !important;
}
.ts-cont2 .scrollable-element .astk {
  width: 69.2857142857%;
}
@media (max-width: 767px) {
  .ts-cont2 .scrollable-element .astk {
    width: 100%;
  }
}
.ts-cont2 .scrollable-element .astk:nth-child(2) {
  width: 25%;
  padding-left: 5%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
@media (max-width: 767px) {
  .ts-cont2 .scrollable-element .astk:nth-child(2) {
    width: 100%;
    margin-top: 4rem;
    border-left: none;
    padding-left: 0;
  }
}
.ts-cont2 .scrollable-element .astk:nth-child(2) .explore_ul-b {
  margin-left: -45%;
}
@media (max-width: 767px) {
  .ts-cont2 .scrollable-element .astk:nth-child(2) .explore_ul-b {
    display: block;
    margin-left: 0;
  }
}
.ts-cont2 .scrollable-element .astk:nth-child(2) .explore_ul-b li {
  width: 100%;
}
@media (max-width: 767px) {
  .ts-cont2 .scrollable-element .astk:nth-child(2) .explore_ul-b li {
    width: 33.3333333333%;
  }
}

.kp-cont3 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  padding: 0 0 7.75rem;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .kp-cont3 {
    padding-bottom: 3.5rem;
  }
}
.kp-cont3 .ashgwxa {
  background: rgb(230, 76, 37);
  border-radius: 1.25rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .kp-cont3 .ashgwxa {
    border-radius: 1rem;
    -webkit-transform: translateY(-2.5rem);
       -moz-transform: translateY(-2.5rem);
        -ms-transform: translateY(-2.5rem);
         -o-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
    padding: 1.5rem 0;
  }
}
.kp-cont3 .ashgwxa li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .kp-cont3 .ashgwxa li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin: 0.75rem 0;
  }
  .kp-cont3 .ashgwxa li:nth-child(2n) {
    border-left: 1px dashed #fff;
  }
}
.kp-cont3 .ashgwxa li + li {
  border-left: 1px dashed #fff;
}
@media (max-width: 767px) {
  .kp-cont3 .ashgwxa li + li {
    border-left: none;
  }
}
.kp-cont3 .ashgwxa li .date span {
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0;
}
@media (max-width: 767px) {
  .kp-cont3 .ashgwxa li .date span {
    font-size: 2.25rem;
  }
}
.kp-cont3 .ashgwxa li .date b {
  font-size: 1rem;
  line-height: 1.5em;
}
.kp-cont3 .ashgwxa li .p {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.kp-cont3 .kp-a3v1 .kp-a3b1 {
  width: 40.3571428571%;
  color: #fff;
}
@media (max-width: 767px) {
  .kp-cont3 .kp-a3v1 .kp-a3b1 {
    width: 100%;
  }
}
.kp-cont3 .kp-a3v1 .kp-a3b1 .tit {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.5em;
}
.kp-cont3 .kp-a3v1 .kp-a3b1 .p1 {
  margin-top: 0.75rem;
  color: #fff;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .kp-cont3 .kp-a3v1 .kp-a3b2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .kp-cont3 .kp-a3v1 .kp-a3b2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li {
  overflow: hidden;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 450px) {
  .kp-cont3 .kp-a3v1 .kp-a3b2 li a {
    padding: 0.5rem 1em;
  }
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li a i {
  display: block;
  font-size: 0;
  width: 3rem;
  margin: 0 auto;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li a i img {
  width: 100%;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li a .tit {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.kp-cont3 .kp-a3v1 .kp-a3b2 li a .p {
  margin-top: 0.5rem;
  color: #fff;
  text-align: center;
}

.pro-a1v1 {
  padding: 4.75rem 0 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .pro-a1v1 {
    padding: 3.5rem 0;
  }
}
.pro-a1v1 .asx1 {
  position: absolute;
  left: -7%;
  top: 0%;
  z-index: -1;
  width: 24.21875%;
}
@media (max-width: 767px) {
  .pro-a1v1 .asx1 {
    top: 0;
    left: 0%;
    width: 58%;
  }
}
.pro-a1v1 .asx1 img {
  width: 100%;
}
.pro-a1v1 .asx2 {
  position: absolute;
  right: 0;
  bottom: -50%;
  z-index: -1;
  width: 18.9583333333%;
}
@media (max-width: 767px) {
  .pro-a1v1 .asx2 {
    bottom: -10%;
            width: 37%;
  }
  
}
.pro-a1v1 .asx2 img {
  width: 100%;
}
@media (max-width: 767px) {
  .pro-a1v1 .pro-a1b1 {
    margin-top: 1.8rem;
  }
}
.pro-a1v1 .pro-a1b1 .pro-a1b1c1 {
  width: 100%;
}
@media (max-width: 767px) {
  .pro-a1v1 .pro-a1b1 .pro-a1b1c1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.pro-a1v1 .pro-a1b1 .pro-a1b1c1 .gongt-txt {
  padding-top: 3em;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .pro-a1v1 .pro-a1b1 .pro-a1b1c1 .gongt-txt {
    padding-top: 1.25em;
    font-size: 1rem;
  }
}
.pro-a1v1 .pro-a1b1 .pro-a1b1c2 {
  width: 47.1428571429%;
}
@media (max-width: 767px) {
  .pro-a1v1 .pro-a1b1 .pro-a1b1c2 {
    width: 100%;
  }
}
.pro-a1v1 .pro-a1b1 .pro-a1b1c2 .img {
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
}
.pro-a1v1 .pro-a1b1 .pro-a1b1c2 .img img {
  width: 100%;
}
.pro-a1v1 .pro-a1b2 {
  color: #000;
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .pro-a1v1 .pro-a1b2 {
    margin-top: 2rem;
    font-size: 1.35rem;
  }
  .pro-a1v1 .pro-a1b2 br {
    display: none;
  }
}

.pro-a1v2 {
  padding: 8.5rem 0;
  position: relative;
}
.pro-a1v2 img {
  width: 100%;
}
.pro-a1v2 .asx1 {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  width: 17.2916666667%;
}
@media (max-width: 767px){
    .pro-a1v2 .asx1{
        width: 35%;
    }
}
.pro-a1v2 .asx1 img {
  width: 100%;
}
.pro-a1v2 .asx2 {
  position: absolute;
  right: 0;
  bottom: -12%;
  z-index: -1;
  width: 18.9583333333%;
}
@media (max-width: 767px){
    .pro-a1v2 .asx2{
        width: 31%;
    }
}
.pro-a1v2 .asx2 img {
  width: 100%;
}
.pro-a1v2 .output_lb {
  padding-top: 2.125rem;
}
@media (max-width: 767px) {
  .pro-a1v2 .output_lb {
    padding-top: 1rem;
    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;
  }
}
.pro-a1v2 .output_lb .output_div {
  width: 100%;
  padding-top: 2.75rem;
}
@media (max-width: 767px) {
  .pro-a1v2 .output_lb .output_div {
    padding-top: 1.75rem;
  }
}
.pro-a1v2 .output_lb .output_div p {
  text-align: center;
}
@media (max-width: 767px) {
  .pro-a1v2 {
    padding: 2.5rem 0;
  }
}
.pro-a1v2 .ashx_asx1 {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
@media (max-width: 768px) {
  .pro-a1v2 .ashx_asx1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 767px) {
  .pro-a1v2 .ashx_asx1 {
    margin-top: 2rem;
  }
}
.pro-a1v2 .ashx_asx1 li {
  text-align: center;
}
.pro-a1v2 .ashx_asx1 li .output_div u {
  display: block;
  font-size: 0;
  width: 4rem;
  margin: 0 auto;
}
.pro-a1v2 .ashx_asx1 li .output_div u img {
  width: 100%;
}
.pro-a1v2 .ashx_asx1 li .output_div .tit {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin: 1.5625rem 0 1.25rem;
}
@media (max-width: 767px) {
  .pro-a1v2 .ashx_asx1 li .output_div .tit {
    margin: 1rem 0;
  }
}
.pro-a1v2 .ashx_asx1 li .output_div .jianju1 {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: justify;
}

.pro-cont2 {
  padding: 8.5rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .pro-cont2 {
    padding: 2.5rem 0;
  }
}
.pro-cont2 .asx1 {
  position: absolute;
  left: 0%;
  top: 30%;
  z-index: -1;
  width: 17.2916666667%;
}
@media (max-width: 767px){
    .pro-cont2 .asx1{
      width: 33%;
    }
}
.pro-cont2 .asx1 img {
  width: 100%;
}
.pro-cont2 .asx2 {
  position: absolute;
  right: 0;
  bottom: -50%;
  z-index: -1;
  width: 18.9583333333%;
}
@media (max-width: 767px){
    .pro-cont2 .asx2{
      width: 33%;
      bottom: 0;
    }
}
.pro-cont2 .asx2 img {
  width: 100%;
}
.pro-cont2 .cp_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .pro-cont2 .cp_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .pro-cont2 .cp_list1 {
    gap: 1rem;
  }
}
.pro-cont2 .cp_list1 li a.img {
  display: block;
}
.pro-cont2 .cp_list1 li a.img i {
  display: block;
  font-size: 0;
}
.pro-cont2 .cp_list1 li a.img i img {
  width: 100%;
}
.pro-cont2 .cp_list1 li a.img p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
  padding: 1em 0;
}
.pro-cont2 .cp_list1 li a.img:hover p {
  color: #DC5A2D;
}

.swiper {
  overflow: hidden;
}

.pro-cont3 {
  padding: 8.5rem 0;
}
@media (max-width: 768px) {
  .pro-cont3 {
    padding: 2.5rem 0;
  }
}
.pro-cont3 .mySwipercase {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .pro-cont3 .mySwipercase {
    margin-top: 1.5rem;
  }
}
.pro-cont3 .mySwipercase .swiper-slide .img {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .pro-cont3 .mySwipercase .swiper-slide .img {
    border-radius: 1rem;
  }
}
.pro-cont3 .mySwipercase .swiper-slide .img img {
  width: 100%;
}
.pro-cont3 .mySwipercase .swiper-slide .cont-p .tit {
  color: #000000;
  font-size: 1.5625rem;
  line-height: 1.25em;
  font-weight: 600;
  padding: 1.5rem 0 0.85rem;
}
@media (max-width: 768px) {
  .pro-cont3 .mySwipercase .swiper-slide .cont-p .tit {
    padding: 1.25rem 0 0.75rem;
    font-size: 1.25rem;
  }
}
.pro-cont3 .mySwipercase .swiper-slide .cont-p .p {
  color: #5F5F5F;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.pro-cont3 .mySwipercase .swiper-slide .cont-p .p p {
  position: relative;
  padding-left: 1em;
}
.pro-cont3 .mySwipercase .swiper-slide .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.pro-cont3 .mySwipercase .swiper-pagination1 {
  text-align: center;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .pro-cont3 .mySwipercase .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

:root {
  --pastx: 18.125rem;
}
@media (max-width: 1280px) {
  :root {
    --pastx: 6.125rem;
  }
}
@media (max-width: 767px) {
  :root {
    --pastx: 0;
  }
}

.cpys-a1b1 li {
  width: 42.5373134328%;
  color: #333;
  margin-top: 2.5rem;
}
@media (max-width: 450px) {
  .cpys-a1b1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cpys-a1b1 li b {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35em;
}
@media (max-width: 767px) {
  .cpys-a1b1 li b {
    font-size: 1rem;
  }
}
.cpys-a1b1 li .tit {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.35em;
  margin-top: 0.25em;
}
.cpys-a1b1 li .p1 {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.65em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cpys-a1b1 li .p1 {
    font-size: 1rem;
  }
}

.cpys-cont1 {
  padding-bottom: var(--pastx);
}
.cpys-cont1 .cpys-a1v1 .cpys-a1b1 {
  width: 47.8571428571%;
}
@media (max-width: 767px) {
  .cpys-cont1 .cpys-a1v1 .cpys-a1b1 {
    width: 100%;
  }
}
.cpys-cont1 .cpys-a1v1 .cpys-a1b2 {
  width: 44.4285714286%;
}
@media (max-width: 767px) {
  .cpys-cont1 .cpys-a1v1 .cpys-a1b2 {
    width: 100%;
  }
}
.cpys-cont1 .cpys-a1v1 .cpys-a1b2 img {
  width: 100%;
}

.sj-cont1 {
  padding-bottom: var(--pastx);
}
@media (max-width: 767px) {
  .sj-cont1 {
    padding-bottom: 3.1875rem;
  }
}
.sj-cont1 .sj-a1v1 {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .sj-cont1 .sj-a1v1 {
    margin-top: 1.5rem;
  }
}
.sj-cont1 .sj-a1v1 .sj-a1b1 {
  width: 41.4285714286%;
}
@media (max-width: 767px) {
  .sj-cont1 .sj-a1v1 .sj-a1b1 {
    width: 100%;
  }
}
.sj-cont1 .sj-a1v1 .sj-a1b1 li {
  border-bottom: 1px solid #C2C2C2;
}
.sj-cont1 .sj-a1v1 .sj-a1b1 li .dt {
  color: #000000;
  padding: 0.95rem 0;
  cursor: pointer;
}
.sj-cont1 .sj-a1v1 .sj-a1b1 li .dt .tit {
  font-size: 1.25rem;
  font-weight: 700;
}
.sj-cont1 .sj-a1v1 .sj-a1b1 li .dt i {
  font-size: 1.25rem;
  font-weight: 700;
}
.sj-cont1 .sj-a1v1 .sj-a1b1 li .wehha-job {
  display: none;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .sj-cont1 .sj-a1v1 .sj-a1b1 li .wehha-job {
    font-size: 1rem;
  }
}
.sj-cont1 .sj-a1v1 .sj-a1b2 {
  width: 52.8571428571%;
}
@media (max-width: 767px) {
  .sj-cont1 .sj-a1v1 .sj-a1b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.sj-cont1 .sj-a1v1 .sj-a1b2 > div {
  overflow: hidden;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  .sj-cont1 .sj-a1v1 .sj-a1b2 > div {
    border-radius: 1rem;
  }
}
.sj-cont1 .sj-a1v1 .sj-a1b2 img {
  width: 100%;
}

.kp-cont4 {
  padding: 7.25rem 0;
}
@media (max-width: 767px) {
  .kp-cont4 {
    padding: 3rem 0;
  }
}
.kp-cont4 .kp-a4v1 {
  position: relative;
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .kp-cont4 .kp-a4v1 {
    margin-top: 2rem;
  }
}
.kp-cont4 .kp-a4v1 .mySwiperak {
  border-radius: 1rem;
  overflow: hidden;
}
.kp-cont4 .kp-a4v1 .mySwiperak .swiper-slide .img {
  border-radius: 1rem;
  overflow: hidden;
}
.kp-cont4 .kp-a4v1 .mySwiperak .swiper-slide .img img {
  width: 100%;
}
.kp-cont4 .kp-a4v1 .ashx_listx1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .kp-cont4 .kp-a4v1 .ashx_listx1 {
    bottom: 1rem;
  }
}
.kp-cont4 .kp-a4v1 .ashx_listx1 li {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0 1.5em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .kp-cont4 .kp-a4v1 .ashx_listx1 li {
    font-size: 1.25rem;
    padding: 0 1em;
  }
}
.kp-cont4 .kp-a4v1 .ashx_listx1 li:hover {
  color: #fff;
}

.title1.bs p {
  color: #fff;
}

.kp-cont5 {
  background: #000000;
  padding: 6.875rem 0;
  position: relative;
  overflow: visible !important;
}
@media (max-width: 767px) {
  .kp-cont5 {
    padding: 3.875rem 0;
  }
}
.kp-cont5 .asx1 {
  position: absolute;
  left: 0;
  top: 180%;
  width: 17.2916666667%;
}
@media (max-width: 767px) {
  .kp-cont5 .asx1 {
    top: 150%;        width: 28%;
  }
}
.kp-cont5 .asx1 img {
  width: 100%;
}
.kp-cont5 .asx2 {
  position: absolute;
  right: 0;
  bottom: -200%;
  width: 18.9583333333%;
}
@media (max-width: 767px) {
  .kp-cont5 .asx2 {
    bottom: -94%;    width: 23.958333%;
  }
}
.kp-cont5 .asx2 img {
  width: 100%;
}
.kp-cont5 .kp_a5list1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list1 {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    margin-top: 1.25rem;
  }
}
.kp-cont5 .kp_a5list1 li {
  margin: 0 3em;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list1 li {
    display: inline-block;
    margin: 0 1.5em;
  }
}
.kp-cont5 .kp_a5list1 li a {
  display: block;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
  color: #fff;
  position: relative;
  text-align: center;
}
.kp-cont5 .kp_a5list1 li a span {
  display: block;
  height: 1.5em;
}
.kp-cont5 .kp_a5list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.kp-cont5 .kp_a5list1 li.on a::after {
  width: 100%;
}
.kp-cont5 .kp_a5list2 {
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list2 {
    margin-top: 2rem;
  }
}
.kp-cont5 .kp_a5list2 li {
  display: none;
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b1 {
  width: 45%;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b1 {
    width: 100%;
  }
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b1 .tit {
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-bottom: 0.85rem;
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b1 .more {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b1 .more {
    margin-top: 1rem;
  }
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b2 {
  width: 50.3571428571%;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b2 > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b2 {
    width: 100%;
    border-radius: 1rem;
    margin-top: 1.5rem;
        padding-bottom: 56%;
  }
}
.kp-cont5 .kp_a5list2 li .as_vtas1 .as_vtas1-b2 img {
  width: 100%;
}

.kp-cont6 {
  padding: 6.875rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .kp-cont6 {
    padding: 4rem 0;
  }
}
.kp-cont6 .kp-a6v1 {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .kp-cont6 .kp-a6v1 {
    margin-top: 1.5rem;
  }
}
.kp-cont6 .kp-a6v1 .img {
  width: 100%;
}
.kp-cont6 .kp-a6v1 .img img {
  width: 100%;
}
.kp-cont6 .kp-a6v1 i {
  color: #fff;
  font-size: 5rem;
  display: block;
  z-index: 1;
}

.kp-cont7 {
  padding-bottom: 6.875rem;
}
@media (max-width: 767px) {
  .kp-cont7 {
    padding-bottom: 4rem;
  }
}
.kp-cont7 .mySwiperak1 {
  margin-top: 1rem;
}
.kp-cont7 .mySwiperak1 .img {
  margin-top: 1.125rem;
}
.kp-cont7 .mySwiperak1 .img img {
  width: 100%;
}
.kp-cont7 .mySwiperak1 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

.heng1 img {
  width: 100%;
}

.sw-fw-cont1 {
  padding-bottom: 9rem;
}
@media (max-width: 767px) {
  .sw-fw-cont1 {
    padding-bottom: 4rem;
  }
}
.sw-fw-cont1 .heng1 {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .sw-fw-cont1 .heng1 {
    margin-top: 2rem;
  }
}

.fw-cont1 .biology {
  padding: 0;
}
.fw-cont1 .biology .biology_size .p1tx {
  margin: 1.25rem 0 2.8125rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .fw-cont1 .biology .biology_size .p1tx {
    font-size: 1rem;
    margin: 1rem 0 1.5rem;
    text-align: left;
  }
}
.fw-cont1 .biology .biology_size .p1tx p {
  font-size: 0.9375rem;
  line-height: 1.875rem;
  text-align: justify;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fw-cont1 .biology_div > div.fr {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fw-cont1 .biology_div > div.fl {
    width: 100%;
  }
}

.wex-as_lst1 {
  padding-top: 1.8125rem;
}
.wex-as_lst1 li {
  margin-right: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .wex-as_lst1 li {
    margin-right: 0.5rem;
    width: auto;
  }
}
.wex-as_lst1 li span {
  padding: 0.5rem 2rem 0.5rem 1.25rem;
}
.wex-as_lst1 li span::before {
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 15px;
  top: 32%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}
.wex-as_lst1 li span:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 999;
  background: #ffffff;
  z-index: -1;
  border-radius: 1.25rem;
  border: 1px solid #DC5A2D;
}
.wex-as_lst1 li.on span {
  color: #fff;
}
.wex-as_lst1 li.on span:after {
  background: #DC5A2D;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.parameter-asb{
    padding: 0 0 18.125rem;
}
.proxq, .parameter, .cpys-cont1, .dzhfw-cont1 {
  overflow: visible !important;
}
.proxq .asx1, .parameter .asx1, .cpys-cont1 .asx1, .dzhfw-cont1 .asx1 {
  width: 24.21875%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.biology1 .asx1{
    width: 24.21875%;
  position: absolute;
  left: 0;
  top: 60%;
  z-index: -1; 
}
.proxq .pro-a1b1{
    margin-top: 2em;
}
@media (max-width: 767px){
    .proxq .asx1, .parameter .asx1, .cpys-cont1 .asx1, .dzhfw-cont1 .asx1,.biology1 .asx1{
        width: 40%;
    }
    .proxq .pro-a1b1{
    margin-top: 1.5em;
}
}
.proxq .asx1 img, .parameter .asx1 img, .cpys-cont1 .asx1 img, .dzhfw-cont1 .asx1 img,.biology1 .asx1 img {
  width: 100%;
}
.proxq .asx2, .parameter .asx2, .cpys-cont1 .asx2, .dzhfw-cont1 .asx2 {
  width: 18.9583333333%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.biology1 .asx2{
    width: 18.9583333333%;
  position: absolute;
  right: 0;
  bottom: -100%;
  z-index: -1; 
}
@media (max-width: 767px){
    .proxq .asx2, .parameter .asx2, .cpys-cont1 .asx2, .dzhfw-cont1 .asx2,.biology1 .asx2{
        width: 26%;
    }
}
.proxq .asx2 img, .parameter .asx2 img, .cpys-cont1 .asx2 img, .dzhfw-cont1 .asx2 img,.biology1 .asx2 img {
  width: 100%;
}

.cp-cs-tlist .tta-asb {
  display: none;
}

.tyasx-a .titb {
  display: none;
}
.tyasx-a .titb .proxq_xq1{
        color: #333;
            font-size: 1rem;
    line-height: 1.875rem;
    margin-bottom: 2.5rem;
}

.proxq_xq img {
  width: 100%;
}
.proxq_xq .pc_titi {
  font-weight: 500;
}

.yycj_list > li {
  display: none;
}

.td_asz .tta {
  display: none;
}

.asxt_aa {
  margin-top: 2em;
}
.asxt_aa .down-more a {
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}

.output .output_lb {
  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;
}
.output .output_lb > div {
  padding: 1.5rem 0;
}
@media (max-width: 767px) {
  .output .output_lb > div {
    padding: 1rem 0;
  }
  .output .output_lb > div .jianju {
    padding: 0 1em;
  }
}

.parameter_tab .table {
  font-weight: 500;
}
.parameter_tab .table tr td.d::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #333;
  display: block;
}
.parameter_tab .table tr td.shu {
  /*-webkit-writing-mode: vertical-rl;*/
  /*    -ms-writing-mode: tb-rl;*/
  /*        writing-mode: vertical-rl;*/
  text-align: center;
  letter-spacing: 1em;
}

.proxq_xq {
  text-align: left;
}

.output_div p, .biology .biology_size p:nth-of-type(2), .proxq_xq {
  font-weight: 500;
}

.table-bordered > tbody > tr > td {
  vertical-align: middle;
  text-transform: none !important;
  padding-right: 1em;
}

.parameter_tab .table tr td:nth-of-type(1) {
  width: 20%;
}
@media (max-width: 767px) {
  .parameter_tab .table tr td:nth-of-type(1) {
    width: 30%;
  }
}

.scene_ul > li p {
  text-wrap: balance;
}

.gong-txt {
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-align: justify;
}

.dzhfw-cont1 {
  padding: 18rem 0 20rem;
}
@media (max-width: 767px) {
  .dzhfw-cont1 {
    padding: 3rem 0 3rem;
  }
}
.dzhfw-cont1 .p1 {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .dzhfw-cont1 .p1 {
    margin-top: 2rem;
  }
}

.proxq_xq .cpys-a1b1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 450px) {
  .proxq_xq .cpys-a1b1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.proxq_xq .cpys-a1b1 li {
  width: 100%;
  margin-top: 1.25rem;
}

.picture4_box .picture_size p.zhitx {
  font-size: 1.125rem;
  line-height: 1.65em;
  height: auto;
}
@media (max-width: 768px) {
  .picture4_box .picture_size p.zhitx {
    font-size: 1.125rem;
    text-align: center !important;
  }
}

.as-cast-asx1 .sec-na1 li:nth-child(8), .as-cast-asx1 .sec-na1 li:nth-child(9), .as-cast-asx1 .sec-na1 li:nth-child(10), .as-cast-asx1 .sec-na1 li:nth-child(11) {
  background: -webkit-linear-gradient(left, #E9E8E8 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: -moz-linear-gradient(left, #E9E8E8 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: -o-linear-gradient(left, #E9E8E8 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: linear-gradient(90deg, #E9E8E8 -9.41%, rgba(233, 232, 232, 0) 68.62%);
}
.as-cast-asx1 .sec-na1 li:nth-child(12) {
  background: -webkit-linear-gradient(left, #d3d2d2 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: -moz-linear-gradient(left, #d3d2d2 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: -o-linear-gradient(left, #d3d2d2 -9.41%, rgba(233, 232, 232, 0) 68.62%);
  background: linear-gradient(90deg, #d3d2d2 -9.41%, rgba(233, 232, 232, 0) 68.62%);
}

.scene .asx1 {
  position: absolute;
  left: -7%;
  top: 100%;
  z-index: -1;
  width: 24.21875%;
}
@media (max-width: 767px) {
  .scene .asx1 {
    top: 0;
    left: 0%;
  }
}
.scene .asx1 img {
  width: 100%;
}
.scene .asx2 {
  position: absolute;
  right: 0;
  bottom: -150%;
  z-index: -1;
  width: 18.9583333333%;
}
@media (max-width: 767px) {
  .scene .asx2 {
    bottom: -10%;
  }
}
.scene .asx2 img {
  width: 100%;
}

.jslx-cont1 {
  padding: 0 0 5rem;
}
@media (max-width: 768px) {
  .jslx-cont1 {
    padding-bottom: 1.5rem;
  }
}

.jslx_list1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .jslx_list1 {
    margin-top: 1.5rem;
  }
}
.jslx_list1::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DC5A2D;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 990px) {
  .jslx_list1::after {
    display: none;
  }
}
.jslx_list1 li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 990px) {
  .jslx_list1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333333333%;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .jslx_list1 li {
    width: 50%;
  }
}
.jslx_list1 li .img {
  width: 6rem;
  margin: 0 auto;
}
.jslx_list1 li .img img {
  width: 100%;
}
.jslx_list1 li .weja {
  width: 100%;
}
@media (max-width: 990px) {
  .jslx_list1 li .weja {
    display: none;
  }
}
.jslx_list1 li .diax {
  height: 4rem;
  width: 1px;
  border-left: 1px dashed #DC5A2D;
  margin: 0 auto;
  position: relative;
}
.jslx_list1 li .diax::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #DC5A2D;
  display: block;
  border-radius: 50%;
  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%);
}
.jslx_list1 li p {
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.5em 0;
  width: 100%;
  height: 4em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jslx_list1 li p {
    font-size: 1rem;
    height: auto;
    padding: 0.5em;
  }
}
@media (min-width: 990px) {
  .jslx_list1 li:nth-child(2n) {
    margin-top: 5.5rem;
  }
  .jslx_list1 li:nth-child(2n) .img {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .jslx_list1 li:nth-child(2n) .weja {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .jslx_list1 li:nth-child(2n) .diax::before {
    bottom: auto;
    top: 0;
  }
}

.pro-a1v2-as1 .titas1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .pro-a1v2-as1 .titas1 {
    margin: 2rem 0 0;
  }
}
.pro-a1v2-as1 .tit {
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}
@media (max-width: 767px) {
  .pro-a1v2-as1 .tit {
    margin: 0.5rem 0 0.25rem;
  }
}
.pro-a1v2-as1 .p {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-align: justify;
}

.output_lb_5a .col-md-51 {
  width: 20%;
}
@media (max-width: 990px) {
  .output_lb_5a .col-md-51 {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .output_lb_5a .col-md-51 {
    width: 50%;
  }
}
.output_lb_5a .col-md-51 .jianju {
  text-align: left;
}

.explore_div a:nth-child(1) {
  --asjd: 60px;
  height: var(--asjd);
  line-height: var(--asjd);
}
.explore_div a:nth-child(1) img {
  width: var(--asjd);
}
@media (max-width: 1550px) {
  .explore_div a:nth-child(1) {
    --asjd: 50px;
  }
}
@media (max-width: 1090px) {
  .explore_div a:nth-child(1) {
    --asjd: 40px;
  }
}
@media (max-width: 767px) {
  .explore_div a:nth-child(1) {
    --asjd: 40px;
  }
}

@media (max-width: 767px) {
  .explore_div:hover a:nth-of-type(3) {
    width: 1.55rem;
  }
}
@media (max-width: 990px) {
  .mobMenu > li:last-child {
    border-bottom: none;
  }
  .foot_div, .foot_box {
    display: none;
  }
}
/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.asdh-a_list1 {
  margin: 0 -0.75%;
}
@media (max-width: 767px) {
  .asdh-a_list1 {
    margin: 0 -2.25%;
  }
}
.asdh-a_list1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.75%;
}
@media (max-width: 767px) {
  .asdh-a_list1 dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    padding: 0 2.25%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .asdh-a_list1 dl {
    width: 50%;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.asdh-a_list1 a {
  display: block;
}
.asdh-a_list1 a u {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 4.5rem;
  margin: 0 auto 1rem;
}
.asdh-a_list1 a u img {
  width: 100%;
}
.asdh-a_list1 a p {
  text-align: center;
  font-size: 1rem;
  color: #333;
  line-height: 1.5em;
  padding: 0.85rem 0;
  text-wrap: balance;
}

.ashj_aslt1 li {
  position: relative;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ashj_aslt1 li .more {
  margin-top: 1rem;
  width: 8.3125rem;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  .ashj_aslt1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
  .ashj_aslt1 li .more {
    color: #333;
  }
}
.ashj_aslt1 li .img {
  overflow: hidden;
}
.ashj_aslt1 li .img img {
  width: 100%;
  height: 31.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .ashj_aslt1 li .img img {
    height: 20rem;
  }
}
.ashj_aslt1 li .cont-p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.8rem 7%;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  display: none;
}
@media (max-width: 768px) {
  .ashj_aslt1 li .cont-p {
    color: #333;
    position: static;
    padding: 1.5rem 0;
    display: block;
    background: transparent;
  }
}
.ashj_aslt1 li .cont-p .tit {
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ashj_aslt1 li .cont-p .tit {
    font-size: 1.35rem;
  }
}
.ashj_aslt1 li .cont-p .p1 {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #FFFFFF;
  opacity: 0.63;
}
@media (max-width: 768px) {
  .ashj_aslt1 li .cont-p .p1 {
    color: #666;
    opacity: 1;
    font-size: 1rem;
  }
}
.ashj_aslt1 li .cont-p1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 1em;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .ashj_aslt1 li .cont-p1 {
    display: none;
  }
}
.ashj_aslt1 li .cont-p1 p {
  font-size: 1rem;
  margin-bottom: 1em;
}
.ashj_aslt1 li .cont-p1 u {
  display: block;
  font-size: 0;
  width: 3.125rem;
  margin: 0 auto;
}
.ashj_aslt1 li .cont-p1 u img {
  width: 100%;
}
.ashj_aslt1 li.active {
  -webkit-flex: 3;
     -moz-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.ashj_aslt1 li.active .cont-p1 {
  display: none;
}
.ashj_aslt1 li.active .cont-p {
  display: block;
}

@media (max-width: 767px) {
  .clss-493 .parameter_tab .table tr td:nth-of-type(2), .clss-493 .parameter_tab .table tr td:nth-of-type(3) {
    padding-right: 2em;
  }
  .proys_lb {
    padding-bottom: 25px;
  }
}
.yy-cont1 .wex-as_lst2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .yy-cont1 .wex-as_lst2 {
    margin-bottom: 2rem;
  }
}
.yy-cont1 .wex-as_lst2 li {
  margin: 0 1.5em;
}
@media (max-width: 767px) {
  .yy-cont1 .wex-as_lst2 li {
    margin: 0 3em;
  }
}
.yy-cont1 .wex-as_lst2 li a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1rem 0;
  color: #000;
  position: relative;
  font-weight: 500;
}
.yy-cont1 .wex-as_lst2 li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background: #333;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.yy-cont1 .wex-as_lst2 li.on a:after {
  width: 100%;
}
.yy-cont1 .proys_lb-as .swiper-pagination {
  width: 100%;
}
.yy-cont1 .proys_lb-as .swiper-pagination span {
  margin: 0 0.125rem;
}

.proys_lb .swiper-slide img {
  width: 100%;
}

.pro-conta1 .ashxrt_a1 li .titas1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin: 3.5rem 0 0;
}
@media (max-width: 767px) {
  .pro-conta1 .ashxrt_a1 li .titas1 {
    margin-top: 2rem;
  }
}
.pro-conta1 .ashxrt_a1 li .p1 {
  font-size: 1rem;
  line-height: 1.875rem;
  text-align: justify;
  margin-top: 1.125em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .pro-conta1 .ashxrt_a1 li .p1 {
    margin-top: 0.65em;
  }
}
.pro-conta1 .ashxrt_a1 li .parameter_tab {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .pro-conta1 .ashxrt_a1 li .parameter_tab {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .pro-conta1 .ashxrt_a1 li .parameter_tab .table tr td {
    padding-right: 1em;
  }
}
.pro-conta1 .ashxrt_a1 li .parameter_tab .table tr td:nth-of-type(1) {
  width: 40%;
}
@media (max-width: 767px) {
  .pro-conta1 .ashxrt_a1 li .parameter_tab .table tr td:nth-of-type(1) {
    width: auto;
  }
}

.clss-507 .lianxi_img1 {
  top: 220%;
}
.clss-507 .lianxi_img2 {
  top: 149% !important;
}
@media (min-width: 1280px){
   .clss-575 .lianxi_img1 {
  top: 220%;
}
.clss-575 .lianxi_img2 {
  top: 149% !important;
}
 
}


.biology1-a .titas1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold;
  margin: 3.5rem 0 0;
}
@media (max-width: 767px) {
  .biology1-a .titas1 {
    margin: 2rem 0 0;
  }
}
.biology1-a .output_lb {
  padding-top: 1rem;
}
.biology1-a .output_lb > div {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .biology1-a .output_lb > div {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .output .output_lb > div.col-md-6 {
    width: 50%;
  }
}

.clss-493 .proxq .proxq_wid .proxq_xq {
  text-align: left;
}

.clss-492 .biology1 .output_lb .output_div .jianju {
  padding: 0 1em;
}

.parameter_tab .table-bordered > tbody > tr > td {
  line-height: 1.5em;
  padding: 0.65rem 1em 0.65rem 0.65rem;
}

.clss-493 .pro-a1v2-as1 .title1, .clsst-138 .pro-a1v2-as1 .title1 {
  margin-bottom: 1.5rem;
}
.clss-493 .pro-a1v2-as1 .title1 + .row > div + .col-md-6, .clsst-138 .pro-a1v2-as1 .title1 + .row > div + .col-md-6 {
  border-left: 1px solid #f0f0f0;
}
@media screen and (max-width: 767px) {
  .clss-493 .pro-a1v2-as1 .title1 + .row > div + .col-md-6, .clsst-138 .pro-a1v2-as1 .title1 + .row > div + .col-md-6 {
    border: none;
  }
}
.clss-493 .pro-a1v2-as1 .col-md-6, .clsst-138 .pro-a1v2-as1 .col-md-6 {
  text-align: center;
}
.clss-493 .pro-a1v2-as1 .col-md-6 .titas1, .clsst-138 .pro-a1v2-as1 .col-md-6 .titas1 {
  margin-top: 0;
  font-size: 1rem;
  text-wrap: balance;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .clss-493 .pro-a1v2-as1 .col-md-6 .titas1, .clsst-138 .pro-a1v2-as1 .col-md-6 .titas1 {
    font-size: 1.125rem;
  }
}
.clss-493 .pro-a1v2-as1 .col-md-6 .titas1 + .row .col-md-6, .clsst-138 .pro-a1v2-as1 .col-md-6 .titas1 + .row .col-md-6 {
  border: none;
}
.clss-493 .parameter_tab .table tr td:nth-of-type(1), .clsst-138 .parameter_tab .table tr td:nth-of-type(1) {
  width: 13%;
}
@media screen and (max-width: 767px) {
  .clss-493 .parameter_tab .table tr td:nth-of-type(1), .clsst-138 .parameter_tab .table tr td:nth-of-type(1) {
    width: 22%;
    padding-right: 1em;
  }
}

.pro-a1v2-as1 img {
  border: 1px solid #f0f0f0;
}

.clss-510 .output_lb_5a .col-md-51 {
  width: 16.6666666667%;
}
@media (max-width: 990px) {
  .clss-510 .output_lb_5a .col-md-51 {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .clss-510 .output_lb_5a .col-md-51 {
    width: 50%;
  }
}

.width68 {
  width: 68%;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1280px) {
  .width68 {
    width: 90%;
  }
}

.jslx_list1.flex_left1 li {
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 14.2857142857%;
}
@media (max-width: 990px) {
  .jslx_list1.flex_left1 li {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .jslx_list1.flex_left1 li {
    width: 50%;
  }
}

.jslx-cont1 .tit-ast {
  color: #000000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2em;
  margin-top: 4rem;
}
.jslx-cont1 .mySwiperat1 {
  overflow: hidden;
}
.jslx-cont1 .mySwiperat1 .swiper-pagination1 {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .jslx-cont1 .mySwiperat1 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
  .jslx-cont1 .tit-ast{
      font-size: 1.28rem; margin-top: 2rem;
  }
}

.bz-conta1 b {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5em;
}
.bz-conta1 .as-a1 li {
  margin-left: 1rem;
}
.bz-conta1 .as-a1 li i {
  display: block;
  font-size: 0;
  width: 1.4375rem;
  margin-right: 0.5rem;
}
.bz-conta1 .as-a1 li i img {
  width: 100%;
}
.bz-conta1 .as-a1 li p {
  color: #333333;
  font-size: 0.75rem;
  line-height: 1.5em;
}

.jslx-cont2 .swiper-pagination1 {
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .jslx-cont2 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
  .jslx-cont2 .swiper-pagination1 span {
    margin: 0 0.125rem;
  }
}
.jslx-cont2 .mySwiperat2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .jslx-cont2 .mySwiperat2 {
    margin-top: 1.5rem;
  }
}
.jslx-cont2 .mySwiperat2::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #DC5A2D;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media (max-width: 990px) {
  .jslx-cont2 .mySwiperat2::after {
    display: none;
  }
}
.jslx-cont2 .mySwiperat2 .cont-p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.jslx-cont2 .mySwiperat2 .cont-p .img {
  width: 7rem;
  margin: 0 auto;
}
.jslx-cont2 .mySwiperat2 .cont-p .img img {
  width: 100%;
}
.jslx-cont2 .mySwiperat2 .cont-p .weja {
  width: 100%;
}
@media (max-width: 990px) {
  .jslx-cont2 .mySwiperat2 .cont-p .weja {
    display: none;
  }
}
.jslx-cont2 .mySwiperat2 .cont-p .diax {
  height: 4rem;
  width: 1px;
  border-left: 1px dashed #DC5A2D;
  margin: 0 auto;
  position: relative;
}
.jslx-cont2 .mySwiperat2 .cont-p .diax::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #DC5A2D;
  display: block;
  border-radius: 50%;
  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%);
}
.jslx-cont2 .mySwiperat2 .cont-p p {
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding: 0.5em 0;
  height: 5.5em;
  width: 100%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .jslx-cont2 .mySwiperat2 .cont-p p {
    font-size: 1rem;
    height: auto;
  }
}
@media (min-width: 990px) {
  .jslx-cont2 .mySwiperat2 .swiper-slide:nth-child(2n) {
    margin-top: 5rem;
  }
  .jslx-cont2 .mySwiperat2 .swiper-slide:nth-child(2n) .img {
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .jslx-cont2 .mySwiperat2 .swiper-slide:nth-child(2n) .weja {
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .jslx-cont2 .mySwiperat2 .swiper-slide:nth-child(2n) .diax::before {
    bottom: auto;
    top: 0;
  }
}

.asjast-ca .cont-as1 {
  padding: 0 10% 0 5%;
}
.asjast-ca .cont-as1 .cont-as1b1 {
  width: 42%;
}
.asjast-ca .cont-as1 .cont-as1b1 img {
  width: 100%;
}
.asjast-ca .cont-as1 .cont-as1b2 {
  width: 52%;
  text-align: left;
}
.asjast-ca .cont-as1 .cont-as1b2 .tit {
  color: #000000;
  font-size: 1rem;
  line-height: 1.8em;
}
.asjast-ca .cont-as1 .cont-as1b2 .txt {
  color: #5F5F5F;
  font-size: 0.875rem;
  line-height: 1.85em;
  margin: 0.5rem 0 1rem;
}

.clss-463 .scene_ul > li {
  width: 20%;
}
@media (max-width: 767px) {
  .clss-463 .scene_ul > li {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .picture_img {
    top: -58px;
  }
}

@media (max-width: 767px) {
  .picture_div1 .picture_size p:nth-of-type(2) {
    margin: 1rem 0 3.5rem;
  }
  .jslx-cont2 .mySwiperat2 .swiper-wrapper {
    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;
  }
  .jslx-cont2 .mySwiperat2 .swiper-wrapper .swiper-slide {
    width: 50%;
    margin-top: 1rem;
  }
  #dowebok > div {
    --sdt:6rem;
  }
  #dowebok > div::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: var(--sdt);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
  }
  #dowebok > div:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: var(--sdt);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    z-index: 1;
  }
  #dowebok > div .container, #dowebok > div .index-zdh-top, #dowebok > div .bottom, #dowebok > div .explore_top{
    position: relative;
    z-index: 2;
  }
}
.kp-a1b2c1 u {
  display: block;
  font-size: 0;
}
.kp-a1b2c1 u img {
  width: 100%;
}
.kp-a1b2c1 i {
  color: #fff;
  font-size: 4rem;
  display: block;
  z-index: 1;
}

.asjhx_list li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0 1em;
  padding: 0.75rem 1.5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .asjhx_list li {
    font-size: 1rem;
    width: auto;
    margin: 0.65rem 1em;
    padding: 0.5rem 1rem;
  }
}

.proxq_xq {
  width: 47%;
}
@media (max-width: 767px) {
  .proxq_xq {
    width: 100%;
  }
}

.proxq_xq img.asimg {
  width: 71%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .proxq_xq img.asimg {
    width: 80%;
  }
}
.proxq_xq .astxa {
  text-align: center;
  margin-bottom: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .proxq_xq .astxa {
    font-size: 1.125rem;
  }
}

.clsst-151 .proxq_xq img.asimg {
  width: 53%;
}
@media (max-width: 767px) {
  .clsst-151 .proxq_xq img.asimg {
    width: 80%;
  }
}

.clsst-149 .pro-cont2 .cp_list1 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .clsst-149 .pro-cont2 .cp_list1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*aslkas*/
.ashx_ast1 {
  margin: 3rem 0 5rem;
}
@media (max-width: 768px) {
  .ashx_ast1 {
    margin: 1.25rem 0 2rem;
  }
}
.ashx_ast1 li {
  margin-top: 1rem;
}
.ashx_ast1 li span {
  display: block;
  width: 12.1875rem;
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5em;
  background: #DC5A2D;
  border-radius: 2.1875rem;
  padding: 0.85rem 0;
}
@media (max-width: 768px) {
  .ashx_ast1 li span {
    width: 7rem;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
}
.ashx_ast1 li u {
  display: block;
  font-size: 0;
  width: 3.75rem;
      margin: 0 1rem;
}
@media (max-width: 768px) {
  .ashx_ast1 li u {
    width: 2rem;    margin: 0;
  }
}
.ashx_ast1 li u img {
  width: 100%;
}
.ashx_ast1 li.on span {
  background: #000000;
}

.asjtcsa .ttas {
  display: none;
}

.ft-tabs .output_lb1a .tab-content{
    color: #333;
    font-weight: 400;
}
.ft-tabs .output_lb1a .tabs-list li div .tab-group .tab-heading,.ft-tabs .output_lb1a .tabs-list li div .tab-group .tab-info{
    color: #333;
}
.ft-tabs .output_lb1a .tabs-list li div .tab-group {
    
}
.ft-tabs .output_lb1a .tabs-list li div .tab-group .tab-heading{
    line-height: 1.5em;height: 3em;
    overflow: hidden;    align-content: center;
}
.ft-tabs .output_lb1a .tabs-list li>div::after{
    border-color: #333;
}
.ft-tabs .output_lb1a .tabs-list .active>div::after{
     border-color: #DC5A2D;
}
.ft-tabs .output_lb1a .tabs-list .active>div span{
    color: #DC5A2D !important;
}
.ft-tabs .output_lb1a .tabs-list .active>div .icon-box img:nth-of-type(1){
    display: block;filter: invert(40%) sepia(98%) saturate(1433%) hue-rotate(345deg) brightness(91%) contrast(88%);
}
.output_lb1a .tab-content-text h3{
            color: #DC5A2D;
}
.output_lb1a .tab-content-text h3 img{
    filter: invert(40%) sepia(98%) saturate(1433%) hue-rotate(345deg) brightness(91%) contrast(88%);
}
.xgnr-cont1 .heng1{
    padding: 2.5rem 0 0;
}
.fhasxr{
    margin-top: 2.5rem;
}
.fhasxr .fhasxr-a1{
  width: 70%;  
  margin: 0 auto;
}
.fhasxr .fhasxr-a1 img{
  width: 100%;  
}
.fhasxr .fhasxr-a2{
  width: 100%;  
}
.fhasxr .fhasxr-a3{
  width: 22%;  
}
.fhasxr .fhasxr-a31{
    margin-top: 2.5rem;
}
.fhasxr .fhasxr-a31 .tit,.fhasxr .fhasxr-a2 .tit{
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 0.65em;
}
.fhasxr .fhasxr-a31 .tag-aa{
        /*justify-content: space-between;*/    gap: 2.5%;
}
.fhasxr .fhasxr-a31 .tag-aa>div{
    display: block;
    background: #fff;
    border: 1px solid #DC5A2D;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0.5rem 0;
    border-radius: 2.6rem;
    /*margin-right: 1rem;*/
    margin-bottom: 0.75rem;
    width: 18%;
    text-align: center;
    background: #DC5A2D;
}
/*.clss-577 .fhasxr .fhasxr-a3 .tag-aa>div,.clss-575 .fhasxr .fhasxr-a3 .tag-aa>div{*/
/*      width: 100%;*/
/*}*/
/*.fhasxr .fhasxr-a3 .tag-aa>div:before{*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 0.35rem;*/
/*    height: 0.35rem;background: #DC5A2D;*/
/*    vertical-align: middle;*/
/*    margin-top: -0.125rem;*/
/*    margin-right: 0.5rem;*/
/*}*/
.fhasxr .fhasxr-a2 .p{
    font-size: 1rem;
    line-height: 1.85em;
    /*margin-top: 1.5rem;*/
}
.fhasxr .fhasxr-a2 .p p{
    position: relative;
}
.fhasxr .fhasxr-a2 .p b{
    display: block;
    background: linear-gradient(90deg, rgba(220, 90, 45, 0.15) 0%, rgba(220, 90, 45, 0.00) 100%);
    font-weight: 400;
    padding: 0.5em 0.5em 0.5em 1em;
}
.fhasxr .fhasxr-a2 .p p:before{
    content: "";
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;background: #DC5A2D;
    vertical-align: middle;
    margin-top: -0.125rem;
    margin-right: 0.5rem;
}
.flzxtca{
    padding: 3.65rem 0 1.5rem;
}
.flzxtca .titas{
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.5em;
}
.flzxtca_list1 {
    position: relative;
    margin-top: 2rem;
    z-index: 1;
}
.flzxtca_list1:before{
    content: "";
    display: block;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 2px;
    background: #DC5A2D;
}
.flzxtca_list1:after{
    content: "";
     display: block;
    position: absolute;
    top: 3.05rem;
    right: -0.15rem;
    z-index: -1;
    border-top: 0.65rem solid transparent;
  border-bottom: 0.65rem solid transparent;
  border-left: 1rem solid #DC5A2D;
  transform: translateY(-50%);
}
.flzxtca_list1 li{
    flex: 1;
    padding: 0 1%;
    text-align: center;
}
.flzxtca_list1 li .img{
        width: 6rem;
    margin: 0 auto;
}
.flzxtca_list1 li .img img{
    width: 100%;
}
.flzxtca_list1 li p{
    text-align: center;
    color: #333333;
    font-size: 1.125rem;
    line-height: 1.5em;
    position: relative;
    padding: 0.5em 0;
    width: 100%;
    font-weight: 500;
}
@media (max-width: 768px){
    .fhasxr .fhasxr-a1{
        width: 100%;
    }
    .flzxtca {
       padding: 2.5rem 0 1.5rem;
    }
    .flzxtca .titas{
        font-size: 1.35rem;
    }
    .flzxtca_list1{
        margin-top: 1.125rem;
    }
    .flzxtca_list1:before,.flzxtca_list1:after{
        display: none;
    }
    .flzxtca_list1 li{
        width: calc(100%/3);
       flex: inherit;
    }
    .xgnr-cont1 .heng1{
      padding: 1.5rem 0 0;
    }
    .fhasxr{
      margin-top: 1.5rem;
    }
    .fhasxr .fhasxr-a1{
        width: 100%;
        order: 2; margin-top: 1.25rem;
    }
    .fhasxr .fhasxr-a2{
        width: 100%;
        margin-top: 1.25rem;  order: 1;
    }
     .fhasxr .fhasxr-a3{
          width: 100%;
     }
    .fhasxr .fhasxr-a31 .tit{
        font-size: 1.25rem;
    }
    .fhasxr .fhasxr-a31 .tit, .fhasxr .fhasxr-a2 .tit{
            margin-bottom: 0.25em;
    }
   .fhasxr .fhasxr-a31 .tag-aa>div{
            /*margin-right: 0.65rem;*/
        margin: 0.25rem 0;    font-size: 1rem;
        width: 48.5%;
    }
    .fhasxr .fhasxr-a2 .p{
            /*margin-top: 1.125rem;*/
    }
}

.cp-cont1 {
  position: relative;
}
.cp-cont1 picture img {
  width: 100%;
  height: 100vh;    object-fit: cover;
}
.cp-cont1 .cp-a1v1 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 14.5%;
  color: #fff;
}
.cp-cont1 .cp-a1v1 .p1 {
  font-size: 1.85rem;
  line-height: 1.25em;
  font-weight: 200;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v1 .p1 {
    font-size: 1.125rem;
  }
}
.cp-cont1 .cp-a1v1 .tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.125em;
  padding: 0.5rem 0;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v1 .tit {
    font-size: 2rem;
    padding: 0.85rem 0;
  }
}
.cp-cont1 .cp-a1v1 .more2 {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v1 .more2 {
    margin-top: 1.25rem;
  }
}
.cp-cont1 .cp-a1v2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 7%;
  color: #fff;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 {
    padding: 0 4%;
    bottom: 13%;
  }
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 a.more {
    width: 100%;
    line-height: 2.85rem;
  }
}
.cp-cont1 .cp-a1v2 a.more + .more {
  margin-left: 2.5rem;
}
@media (max-width: 768px) {
  .cp-cont1 .cp-a1v2 a.more + .more {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.ss-img img{
    aspect-ratio: 15 / 9;    object-fit: cover;
}
.asjx-asre p{
     font-size: .9375rem;
    line-height: 1.875rem;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-left: 1em;
}
.asjx-asre p:before{
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
.cont-p-cont1 {
    margin-top: 3rem;
}
.cont-p-cont1 .search-list1{
    width: 20%;
}
.search-list1 li{
    padding: 0.75rem 0;
    border-bottom: 1px solid #99999966;
}
.search-list1 li a{
    display: block;
    color: #333;
    font-size: 1rem;
}
.search-list1 li a b{
    font-weight: 500;
    color: #000;
}
.search-list1 li a:hover,.search-list1 li a.active{
     color: #cf542a;
}
.search-list1 li a:hover b,.search-list1 li a.active b{
    color: #cf542a;
}
.cont-p-cont1 .wehdxa-a{
    width: 77%;
}
.cont-p-cont1 .wehdxa-a .prolist_box>div:nth-child(1) .prolist_div,.cont-p-cont1 .wehdxa-a .prolist_box>div:nth-child(2) .prolist_div,.cont-p-cont1 .wehdxa-a .prolist_box>div:nth-child(3) .prolist_div{
    padding-top: 0;
}
@keyframes circ {
  0% {
  	stroke-dashoffset:100;
  }
  100% {
  	stroke-dashoffset:0;
  }
}
.banner .pagination{position: absolute;left: 0;padding:0 5.2%;bottom: 5%;width: 100%;z-index: 20;}
.banner .pagination .list{position:relative;display:inline-block;vertical-align:middle;opacity: 1;width: auto;height: 2rem;background: transparent;border-radius: 0;outline: 0;}
.banner .pagination button{position:relative;width: 0.25rem;height: 0.25rem;border-radius: 50%;background: #fff;padding: 0;margin: 0;border: 0;box-sizing:border-box;}
.banner .pagination .list + .list{margin-left: 2.5rem !important;}
.banner .pagination button svg{position: absolute;width: 2rem;height: 2rem;stroke: #fff;fill: none;stroke-width: 2;stroke-dashoffset: 100;stroke-dasharray: 100;left: 72%;top: 72%;transform: translate(-50%,-50%);}
.banner .pagination .swiper-pagination-bullet-active button svg{animation-name:circ; animation-duration:6.5s; -webkit-animation-name:circ; -webkit-animation-duration:6.5s; stroke-dashoffset:0\0; stroke-dasharray:0\0;}
.banner .pagination .list:nth-child(1).swiper-pagination-bullet-active button svg{animation-name:circ; animation-duration:9.5s; stroke-dashoffset:0\0; stroke-dasharray:0\0;}
.cpml-list li:not(:last-child){
   border-bottom: 1px solid #f1f1f1;
}
.cpml-list{
        padding: 1.5rem 0 5rem;
}
.cpml-list li{
     padding: 2% 0;    transition: all 0.25s linear 0.01s;
}
.cpml-list li:hover{
    /*transform: translateY(-0.5rem);box-shadow: 0.5rem 0 0.5rem rgba(0, 0, 0, .15);*/
}
.cpml-list li .cont-p{
     width: 70%;
}
.cpml-list li .cont-p .tit{
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.5em;    color: #000000;
} 
.cpml-list li .cont-p .p1{
      font-size: 1rem;
    font-weight: 400;
    line-height: 1.65em;    color: #666;
    padding: 0.75rem 0;
}
.cpml-list li .cont-p .more {
    color: #DC5A2D;
        width: 8.3125rem;    line-height: 2.5rem;
}
.cpml-list li .cont-p .more:hover{
    color: #fff;
}
.cpml-list li .img{
    width: 24%;
    padding: 1.5rem;
    background: #fff;
}
.cpml-list li .img img{
    width: 100%;
}
.tyasx-a{
    margin-top: 2.5rem;
}
.mlds-sdt .cpml-as{
    width: 22%;
    border-right: 1px solid #f0f0f0;
}
.mlds-sdt .cpml-as li{
    padding: 2rem 5%; border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.mlds-sdt .cpml-as li .btit{
        font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5em;
    color: #000000;
}
.mlds-sdt .cpml-as li .btit span{
    display: block; font-size: 0.85rem; line-height: 1.5em;
}
.mlds-sdt .cpml-as li.on .btit{
    color: #DC5A2D;
}
.mlds-sdt .cpml-asasr{
    width: 75%;
}
.cpml-asasr li .zhstxa .cont-p{
    width: 82%;
}
.cpml-asasr li .zhstxa dl{
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 1.125rem 0 1rem;
}
.cpml-asasr li .zhstxa dl:last-child{
     border-bottom: none;
}
.cpml-asasr li .zhstxa .cont-p .tit{
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5em;    
    color: #000000;
} 
.cpml-asasr li .zhstxa .cont-p .tit2{
    justify-content: space-between;
}
.cpml-asasr li .zhstxa .cont-p .p1{
    font-size: 0.854rem;
    font-weight: 400;
    line-height: 1.65em;    
    color: #666;
       padding: 0.5rem 0;
}
.cpml-asasr li .zhstxa .cont-p .tit2 .p1{
    margin-right: 2.5rem;
}
.cpml-asasr li .zhstxa .cont-p .more {
    color: #DC5A2D;
    width: 7rem;    line-height: 2.25rem;
    margin-right: 23%;
}
.cpml-asasr li .zhstxa .cont-p .more:hover{
    color: #fff;
}
.cpml-asasr li .zhstxa .img{
     width: 15%;
}
.cpml-asasr li .zhstxa .img img{
    width: 100%;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
body.compensate-for-scrollbar {
  overflow-y: auto !important;
}
.tcmgs-a {
  display: none;
  border-radius: 1.125rem;
  width: 92%;
  max-width: 37.5rem;
  padding: 1.95rem 2.8% 2.6rem;
}
@media (max-width: 768px){
    .tyasx-a{
        margin-top: 1rem;
    }
    .tyasx-a .titb .proxq_xq1{
        margin-bottom: 0;
    }
    .mlds-sdt .cpml-as li{
            padding: 1rem 0;
    }
    .mlds-sdt .cpml-as{
        width: 100%;
        border-right: none;
    }
    .mlds-sdt .cpml-asasr{
        width: 100%;
        margin-top: 1.5rem;
    }
    .cpml-asasr li .zhstxa .cont-p .more{
        margin-right: 0;
    }
    .cpml-asasr li .zhstxa .cont-p{
        width: 100%;
        order: 1;
        margin-top: 1rem;
    }
    .cpml-asasr li .zhstxa .img{
        width: 100%;
    }
    .cpml-asasr li .zhstxa .cont-p .tit{
        font-size: 1rem;
    }
    .parameter-asb{
            padding: 0 0 2.125rem;
    }
}
@media (max-width: 768px) {
  .tcmgs-a {
    padding: 1.5rem 5% 1.75rem;
  }
}
.tcmgs-a .msg-v1 .tit {
  text-align: center;
  color: #333;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 .tit {
    font-size: 1.5rem;
  }
}
.tcmgs-a .msg-v1 form .sggta dl {
  margin-bottom: 0;
}
.tcmgs-a .msg-v1 form .sggta dl dd {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .sggta dl dd {
    margin-top: 1rem;
  }
}
.tcmgs-a .msg-v1 form .sggta dl dd input {
  width: 100%;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 2.85em;
  text-indent: 1em;
  width: 100%;
  background: #F4F4F4;
  border: none;
}
.tcmgs-a .msg-v1 form .sggta dl dd input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl select{
    padding-left: 1.25rem;
}
.tcmgs-a .msg-v1 form .sggta dl select{
    border: none;
    width: 100%;
    height: 100%;
    color: #333;
     font-size: 1rem;
    height: 2.85em;
    line-height: 2.85em;
    border-radius: 3rem;
    appearance: none;
    background: url(../images/jtax.svg) no-repeat 96% center #F4F4F4;
    background-size: 1rem auto;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea {
  width: 100%;
  border-radius: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75em 1em;
  width: 100%;
  background: #F4F4F4;
  border: none;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta dl dd textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #5f5f5f;
}
.tcmgs-a .msg-v1 form .sggta button {
  margin-top: 1.25rem;
  background: transparent;
  color: #DC5A2D;
  line-height: 3em;
}
@media (max-width: 768px) {
  .tcmgs-a .msg-v1 form .sggta button {
    margin-top: 1rem;
    line-height: 2.65em;
  }
}
.tcmgs-a .msg-v1 form .sggta button:hover {
  background: #DC5A2D;
  color: #fff;
}
@media (max-width: 768px){
    .cont-p-cont1 {
      margin-top: 1rem;
    }
    .search-list1 li{
        width: 48%;
    }
    .cont-p-cont1 .search-list1{
        width: 100%;
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    .search-list1 li a{
            font-size: 0.85rem;
    }
    .cont-p-cont1 .wehdxa-a{
        width: 100%;
        margin-top: 1.5rem;
    }
    .cpml-list li{
         padding: 1.75rem 0;
    }
    .cpml-list li .img{
            width: 100%;    padding: 1.125rem;
        }
    .cpml-list li .cont-p{
        width: 100%;
        order: 1;
        margin-top: 1.25rem;
    }
    .cpml-list{
        padding: 1rem 0 2rem;
    }
    .cpml-list li .cont-p .tit{
            font-size: 1.135rem;
    line-height: 1.25em;
    }
    .cpml-list li .cont-p .p1{
            padding: 0.5rem 0;
    }
}
sup{
   font-size: 61%;
   line-height: 1;
}
.fancybox__content>.carousel__button.is-close{
        right: -30px !important;
}
/*.technology .technology_lb .swiper-wrapper{*/
/*     display: grid;*/
/*        grid-template-columns: repeat(3, 1fr);*/
/*        gap: 1rem 1.5rem;*/
/*}*/
/*.technology_box .fr{*/
/*    margin-right: 10%;*/
/*}*/

/*@media (max-width: 1024px){*/
/*    .technology .technology_lb .swiper-wrapper{*/
/*       grid-template-columns: repeat(2, 1fr); gap: 1rem;*/
/*    }*/
/*    .technology_box .fr{*/
/*      margin-right: 0;*/
/*   }*/
/*}*/
@media (max-width: 768px) {
  .yy-cont1 .yy-a1v1 .yy-a1b2{
            width: 100% !important;
}  
.fancybox__content>.carousel__button.is-close{
        right:0 !important;
}
}

.yy-cont1 .yy-a1v1 .yy-a1b2 .ashhx1x{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
       padding: 2.125% 9.5% 2.125% 9.58%;
}
.yy-cont1 .yy-a1v1 .yy-a1b2 .sahxts {
    width: 5rem;
}
.yy-cont1 .yy-a1v1 .yy-a1b2 .ashhx1x img{
    width: 100%;
    height: 100%;  object-fit: cover;
}
