@charset "UTF-8";
.n_body {
  background-color: #edeae3;
  position: relative;
}

.n_body.container {
  max-width: none !important;
  margin: 0;
  padding: 0;
}

.footer {
  background: transparent !important;
  position: static;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .down {
  display: none;
}

.n_banner {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.isFENV .n_banner {
  height: 900px;
}

.n_banner .text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  color: #fff;
  max-width: 825px;
  z-index: 3;
}

.n_banner .text h3 {
  line-height: 1.2;
  overflow: hidden;
}

.n_banner .text .p {
  margin-top: 2vw;
  font-size: 12px;
  overflow: hidden;
}

.n_banner .Gn_banner {
  height: 100%;
}

.n_banner .slide-inner {
  height: 100%;
}

.n_banner .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.n_banner .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n_banner .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 9;
}

/* 动画 */
.n_banner .swiper-slide .text h3 span {
  display: block;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.n_banner .swiper-slide.swiper-slide-active .text h3 span {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.n_banner .swiper-slide .text .p {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
}

.n_banner .swiper-slide.swiper-slide-active .text .p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .n_banner {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .n_banner .text {
    max-width: none;
    right: 5%;
    left: 5%;
  }
  .n_banner .text h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .n_body .footer {
    margin-top: 10vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .n_banner {
    height: 75vw;
  }
  .n_banner .text {
    bottom: 20%;
  }
  .n_banner .text h3 {
    font-size: 26px;
  }
  .n_banner .text .p {
    display: none;
  }
}
.Gn_con01 {
  width: 1550px;
  margin: 0vw auto;
}

.Gn_con01 .Gn1_con {
  margin-top: 9vw;
}

.Gn_con01 h3 {
  font-weight: 700;
  text-transform: Uppercase;
  text-align: center;
  line-height: 1.2;
}

.Gn_con01 .nc01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2vw;
}

.Gn_con01 .nc01 > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Gn_con01 .nc01 .left {
  padding-top: 6vw;
  padding-right: 3vw;
  font-size: 12px;
}

.Gn_con01 .nc01 .mid {
  overflow: hidden;
}

.Gn_con01 .nc01 .mid .img {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: center;
  width: 24vw;
  height: 28vw;
  margin-left: auto;
  margin-right: auto;
}

.Gn_con01 .nc01 .right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6vw;
  padding-bottom: 6vw;
  font-size: 12px;
}

@media screen and (max-width: 1600px) {
  .Gn_con01 {
    width: 88%;
  }
}
@media screen and (max-width: 700px) {
  .Gn_con01 .Gn1_con {
    margin-top: 15vw;
  }
  .Gn_con01 .nc01 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .Gn_con01 .nc01 .mid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 4vw 0;
  }
  .Gn_con01 .nc01 .mid .img {
    width: 45vw;
    height: 50vw;
  }
  .Gn_con01 .nc01 .right {
    padding-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.Gn_con02 {
  width: 1020px;
  margin: 0vw auto;
}

.Gn_con02 .Gn2_con {
  margin-top: 6vw;
  margin-bottom: 3vw;
  text-align: center;
}

.Gn_con02 h3 {
  font-weight: 700;
  text-transform: Uppercase;
  line-height: 1.2;
}

.Gn_con02 .img {
  margin-top: 3vw;
}

.Gn_con02 .img img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  max-width: 100%;
}

.Gn_con02 .text {
  margin-top: 2vw;
}

.Gn_con02 .text .p {
  color: #666;
  width: 650px;
  margin: 1.5vw auto 0;
  font-size: 12px;
}

@media screen and (max-width: 1500px) {
  .Gn_con02 .Gn2_con {
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  .Gn_con02 .img {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 1200px) {
  .Gn_con02 {
    width: 88%;
  }
}
@media screen and (max-width: 1000px) {
  .Gn_con02 .img {
    margin-top: 9vw;
  }
  .Gn_con02 .text {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 700px) {
  .Gn_con02 .text {
    margin-top: 10vw;
  }
  .Gn_con02 .text .p {
    width: 100%;
    margin-top: 5vw;
  }
}
.Gn_con03 {
  width: 1240px;
  margin: 0 auto;
}

.Gn_con03 .Gn3_con {
  margin-top: 20vw;
  margin-bottom: 10vw;
}

.Gn_con03 .slider_con {
  position: relative;
}

.Gn_con03 .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  position: absolute;
  width: 87%;
}

.Gn_con03 .slide:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Gn_con03 .slide:nth-of-type(2) {
  left: 6%;
  top: -15%;
}

.Gn_con03 .slide:nth-of-type(2):after {
  background-color: rgba(0, 0, 0, 0.45);
}

.Gn_con03 .slide:nth-of-type(1) {
  left: 12%;
  top: -30%;
}

.Gn_con03 .slide:nth-of-type(1):after {
  background-color: rgba(0, 0, 0, 0.2);
}

.Gn_con03 .slide:last-child {
  position: static;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.Gn_con03 .slide.on:after {
  opacity: 0;
  visibility: hidden;
}

.Gn_con03 .slide .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4vw 3vw 2vw 3vw;
}

.Gn_con03 .slide .left .p {
  margin-top: 2vw;
  font-size: 12px;
  color: #666;
}

.Gn_con03 .slide .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 505px;
          flex: 0 0 505px;
}

.Gn_con03 .slide .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Gn_con03 .slider_nav {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Gn_con03 .slider_nav .prev, .Gn_con03 .slider_nav .next {
  border-radius: 100%;
  margin: 0 1vw;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Gn_con03 .slider_nav .prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Gn_con03 .slider_nav .prev:hover {
  -webkit-transform: rotate(180deg) scale(1.05);
      -ms-transform: rotate(180deg) scale(1.05);
          transform: rotate(180deg) scale(1.05);
}

.Gn_con03 .slider_nav .next:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
  .Gn_con03 {
    width: 76%;
  }
  .Gn_con03 .slide .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .Gn_con03 .Gn3_con {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 1000px) {
  .Gn_con03 .Gn3_con {
    margin-top: 25vw;
  }
}
@media screen and (max-width: 700px) {
  .Gn_con03 {
    width: 88%;
  }
  .Gn_con03 .Gn3_con {
    margin-top: 15vw;
    margin-bottom: 0vw;
  }
  .Gn_con03 .slider_nav {
    margin-top: 8vw;
  }
  .Gn_con03 .slider_nav .prev {
    width: 45px;
    height: 45px;
  }
  .Gn_con03 .slider_nav .next {
    width: 45px;
    height: 45px;
  }
  .Gn_con03 .slide {
    width: 100%;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .Gn_con03 .slide .left {
    padding: 8vw 5vw;
  }
  .Gn_con03 .slide .left .p {
    margin-top: 5vw;
  }
  .Gn_con03 .slide .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .Gn_con03 .slide:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .Gn_con03 .slide:nth-of-type(2) {
    top: 0;
    left: 0;
  }
}
.ab_con {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/2dd77cc3-80ba-48d1-9809-26dac6937748.jpg) no-repeat center top;
  background-size: 100%;
}

.ab_con01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88%;
  margin: 12vw auto 0;
  height: 14vw;
}

.ab_con01 h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width:50%;
}

.ab_con01 .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  max-width:40%;
}

.ab_con01 .right .span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.ab_con01 .right .span svg {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  top:4px;
}

.ab_con01 .right .span span {
  display: inline-block;
  padding-left: 5px;
}

@media screen and (max-width: 1600px) {
  .ab_con01 {
    margin-top: 10vw;
  }
  .ab_con01 h3 {
    font-size: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ab_con01 .right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ab_con01 .right .p p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .ab_con01 {
    margin-top: 15vw;
  }
  .ab_con01 h3 {
    font-size: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  .ab_con01 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .ab_con01 .right .p p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .ab_con01 {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ab_con01 h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 34px;
  }
  .ab_con01 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 700px) {
  .ab_con01 {
    margin-top: 30vw;
  }
  .ab_con01 h3 {
    font-size: 24px;
  }
  .ab_con01 h3 br {
    display: none;
  }
  .ab_con01 .right {
    margin-top: 8vw;
  }
}
.ab_con02 {
  width: 88%;
  margin: 3.5vw auto 0;
  border-top: 1px solid #cecabf;
  padding-top: 2.5vw;
}

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

.ab_con02 .top .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #cecabf;
  padding-right: 3.5vw;
  margin-right: 3.5vw;
}

.ab_con02 .top dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ab_con02 .top dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 274px;
          flex: 0 0 274px;
}

.ab_con02 .top dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ab_con02 .top dd {
  margin-left: 2vw;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ab_con02 .top .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 845px;
          flex: 0 0 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  font-weight: 300;
}

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

.ab_con02 .bottom .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 845px;
          flex: 0 0 845px;
  margin-top: 2vw;
}

.ab_con02 .bottom dl {
  background-color: #fff;
  padding: 2.5vw;
  margin-bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ab_con02 .bottom dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex:1;
  justify-content: flex-end;
  padding-left:10px;
}

.ab_con02 .bottom .p {
  text-align: right;
}

.ab_con02 .bottom .con {
  margin-top: 3vw;
  line-height: 2;
}

.ab_con02 .bottom dl:nth-of-type(1) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.ab_con02 .bottom dl:nth-of-type(2) {
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}

.ab_con02 .bottom dl:nth-of-type(3) {
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}

.ab_con02 .bottom dl:nth-of-type(4) {
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
}

.ab_con02 .bottom dl:nth-of-type(5) {
  -webkit-transition: all 0.5s ease-in-out 0.8s;
  transition: all 0.5s ease-in-out 0.8s;
}

.ab_con02 .bottom dl:nth-of-type(6) {
  -webkit-transition: all 0.5s ease-in-out 1s;
  transition: all 0.5s ease-in-out 1s;
}

.ab_con02 .bottom dl:nth-of-type(7) {
  -webkit-transition: all 0.5s ease-in-out 1.2s;
  transition: all 0.5s ease-in-out 1.2s;
}

.ab_con02 .bottom dl:nth-of-type(8) {
  -webkit-transition: all 0.5s ease-in-out 1.4s;
  transition: all 0.5s ease-in-out 1.4s;
}

.ab_con02 .bottom dl:nth-of-type(9) {
  -webkit-transition: all 0.5s ease-in-out 1.6s;
  transition: all 0.5s ease-in-out 1.6s;
}

.ab_con02 .bottom dl:nth-of-type(10) {
  -webkit-transition: all 0.5s ease-in-out 1.8s;
  transition: all 0.5s ease-in-out 1.8s;
}

.ab_con02 .bottom dl {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

.ab_con02 .bottom .is-inview dl {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1800px) {
  .ab_con02 {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .ab_con02 .top dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ab_con02 .top dd {
    line-height: 1.5;
  }
  .ab_con02 .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ab_con02 .bottom .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .ab_con02 {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .ab_con02 .top dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .ab_con02 .top dd {
    line-height: 1.5;
  }
  .ab_con02 .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
  .ab_con02 .bottom .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .ab_con02 .top .left {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
  }
  .ab_con02 .top dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
    margin-left: 0;
  }
  .ab_con02 .top .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 3vw;
  }
  .ab_con02 .bottom dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ab_con02 .bottom dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ab_con02 .bottom .p {
    text-align: left;
  }
  .ab_con02 .bottom .con {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .ab_con02 .bottom .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
}
@media screen and (max-width: 700px) {
  .ab_con02 {
    margin-top: 13vw;
    padding-top: 10vw;
  }
  .ab_con02 .top .right {
    margin-top: 8vw;
  }
  .ab_con02 .top .right .p {
    line-height: 1.8;
  }
  .ab_con02 .bottom dl {
    padding: 8vw 5vw;
  }
  .ab_con02 .bottom dl dd {
    margin-top: 3vw;
  }
  .ab_con02 .bottom .right {
    margin-top: 8vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ab_con02 .bottom .con {
    line-height: 1.8;
    margin-top: 8vw;
  }
}
.ab_con03 {
  width: 88%;
  margin: 9vw auto;
}

.ab_con03 .history_list {
  margin-top: 3vw;
}

.ab_con03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5vw;
}

.ab_con03 dl:nth-of-type(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ab_con03 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 843px;
          flex: 0 0 843px;
  text-align: right;
}

.ab_con03 dt img {
  max-width: 100%;
}

.ab_con03 dt video {
  max-width: 100%;
  display: block;
}

.ab_con03 dt .video_con {
  position: relative;
  overflow: hidden;
  text-align: left;
}
.ab_con03 dt .video_con img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ab_con03 dt .video_con video {
  max-width: 100%;
  display: block;
}
.ab_con03 dt .video_con .p {
  max-width: unset !important;
  margin-top: 0 !important;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.ab_con03 dt .video_con p {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.ab_con03 dt .video_con svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ab_con03 dd {
  padding-left: 7vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ab_con03 dl:nth-of-type(2n+1) dd {
  padding-right: 7vw;
  padding-left: 0;
}

.ab_con03 dd h3 {
  color: #fff;
  font-size: 140px;
  position: relative;
  margin-bottom: 2.5vw;
  display: inline-block;
  line-height: 1;
}

.ab_con03 dd h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.ab_con03 dd .p {
  padding-left: 5vw;
  line-height: 2;
}

.ab_con03 dl:nth-of-type(2) dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
}

.ab_con03 dl:nth-of-type(2) dd {
  padding-right: 17vw;
}

.ab_con03 dl:nth-of-type(3) dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 654px;
          flex: 0 0 654px;
}

.ab_con03 dl:nth-of-type(3) dd {
  padding-left: 5vw;
}

@media screen and (max-width: 1700px) {
  .ab_con03 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .ab_con03 dd h3 {
    font-size: 100px;
  }
  .ab_con03 .history_list {
    margin-top: 8vw;
  }
  .ab_con03 dl:nth-of-type(2) dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
  .ab_con03 dl:nth-of-type(2) dd {
    padding-right: 7vw;
  }
  .ab_con03 dl:nth-of-type(3) dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .ab_con03 dl:nth-of-type(3) dd {
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1100px) {
  .ab_con03 dl {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 1000px) {
  .ab_con03 h2 {
    font-size: 34px;
  }
  .ab_con03 dl {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ab_con03 dt {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    text-align: left;
  }
  .ab_con03 dd {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 5vw !important;
  }
  .ab_con03 dd .p {
    padding-left: 0 !important;
  }
  .ab_con03 dd h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .ab_con03 {
    margin-top: 15vw;
  }
  .ab_con03 h2 {
    font-size: 30px;
  }
  .ab_con03 dl {
    margin-bottom: 13vw;
  }
  .ab_con03 dd h3 {
    font-size: 40px;
    margin-bottom: 0;
  }
  .ab_con03 dd .p {
    margin-top: 5vw;
    line-height: 1.5;
    font-size: 12px;
  }
}
.ab_con04 {
  position: relative;
  margin-top: 12vw;
  margin-bottom: 35vw;
}

.ab4_con {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}

.ab_con04 .text {
  max-width: 630px;
  text-align: center;
  position: relative;
  z-index: 9;
}

.ab_con04 .text .p {
  margin-top: 2vw;
  line-height: 2;
}

.ab_con04 .img_list .img {
  position: absolute;
  max-width: 860px;
  width: 43vw;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ab_con04 .img_list .img img {
  width: 100%;
}

.ab_con04 .img_list .img video {
  width: 100%;
}

.ab_con04 .img_list.active .img:nth-of-type(1) {
  left: -20%;
  top: -30%;
  -webkit-transform: rotate(-38deg);
      -ms-transform: rotate(-38deg);
          transform: rotate(-38deg);
}

.ab_con04 .img_list.active .img:nth-of-type(2) {
  left: -20%;
  top: -20%;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.ab_con04 .img_list.active .img:nth-of-type(3) {
  left: -10%;
  top: 100%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.ab_con04 .img_list.active .img:nth-of-type(4) {
  left: 77%;
  top: -30%;
  -webkit-transform: rotate(38deg);
      -ms-transform: rotate(38deg);
          transform: rotate(38deg);
}

.ab_con04 .img_list.active .img:nth-of-type(5) {
  left: 77%;
  top: -20%;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

.ab_con04 .img_list.active .img:nth-of-type(6) {
  left: 67%;
  top: 100%;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}

@media screen and (max-width: 1400px) {
  .ab_con04 {
    margin-top: 17vw;
  }
  .ab_con04 .img_list.active .img:nth-of-type(3) {
    left: -15%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(6) {
    left: 72%;
  }
}
@media screen and (max-width: 1100px) {
  .ab_con04 {
    margin-top: 17vw;
  }
  .ab_con04 .img_list.active .img:nth-of-type(1) {
    left: -32%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(2) {
    left: -32%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(3) {
    left: -23%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(4) {
    left: 89%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(5) {
    left: 89%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(6) {
    left: 79%;
  }
}
@media screen and (max-width: 700px) {
  .ab_con04 {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
  .ab_con04 .ab4_con {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .ab_con04 .img_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 60vw;
    position: relative;
  }
  .ab_con04 .img_list.active .img:nth-of-type(1) {
    left: -7%;
    top: 15%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(2) {
    left: -7%;
    top: 25%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(3) {
    left: -5%;
    top: 45%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(4) {
    left: 63%;
    top: 15%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(5) {
    left: 63%;
    top: 25%;
  }
  .ab_con04 .img_list.active .img:nth-of-type(6) {
    left: 60%;
    top: 45%;
  }
  .ab_con04 .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 5%;
  }
}
.pro_con {
  padding-bottom: 5vw;
}

.pro_con01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 12vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_con01 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4vw;
  padding-left: 6vw;
}
.pro_con01 .left h3 {
  margin-top: 10px;
}
.pro_con01 .left .p {
  padding-left: 8vw;
  padding-right: 4vw;
  margin-top: 17vw;
  font-size: 12px;
  line-height: 2;
  color: #666;
}
.pro_con01 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 940px;
  margin-top: 8vw;
  width: 45vw;
}
.pro_con01 .right img {
  width: 100%;
}
.pro_con01 .right .video_con {
  overflow: hidden;
  position: relative;
}
.pro_con01 .right .video_con img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro_con01 .right .video_con video {
  max-width: 100%;
  display: block;
}
.pro_con01 .right .video_con .p {
  max-width: unset !important;
  margin-top: 0 !important;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con01 .right .video_con p {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con01 .right .video_con svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pro_con02 {
  margin-top: 19vw;
}
.pro_con02 .pro_list {
  width: 460px;
  position: relative;
  margin-top: 3vw;
}
.pro_con02 dt {
  border-bottom: 1px solid #d3d1c9;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
.pro_con02 dt p {
  margin-top: 3.5vw;
}
.pro_con02 dd {
  font-size: 12px;
  color: #666;
}
.pro_con02 .img {
  position: absolute;
  top: 0px;
  max-width: 340px;
  width: 20vw;
}
.pro_con02 .img .video_con {
  overflow: hidden;
  position: relative;
}
.pro_con02 .img .video_con img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro_con02 .img .video_con video {
  max-width: 100%;
  display: block;
}
.pro_con02 .img .video_con .p {
  max-width: unset !important;
  margin-top: 0 !important;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con02 .img .video_con p {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con02 .img .video_con svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro_con02 .img img {
  width: 100%;
}
.pro_con02 .img video {
  width: 100%;
  display: block;
}
.pro_con02 .pro_list:nth-of-type(1) {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro_con02 .pro_list:nth-of-type(1) .img {
  left: -25vw;
  top: -17vw;
}
.pro_con02 .pro_list:nth-of-type(2) {
  left: 6vw;
}
.pro_con02 .pro_list:nth-of-type(2) .img {
  left: 62vw;
  top: -10vw;
}
.pro_con02 .pro_list:nth-of-type(3) {
  left: 60vw;
  margin-top: 7vw;
}
.pro_con02 .pro_list:nth-of-type(3) .img {
  left: -23vw;
  top: -2vw;
}
.pro_con02 .pro_list:nth-of-type(4) {
  left: 32vw;
  margin-top: 12vw;
}
.pro_con02 .pro_list:nth-of-type(4) .img {
  left: -28vw;
  top: -5vw;
}

.pro_con03 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/0621529e-55eb-46b5-b267-d1df97d0ec79.jpg) no-repeat center;
  background-size: cover;
  margin-top: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11vw 9vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_con03 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 764px;
}
.pro_con03 .left img {
  width: 100%;
}
.pro_con03 .left .video_con {
  overflow: hidden;
  position: relative;
}
.pro_con03 .left .video_con img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro_con03 .left .video_con video {
  max-width: 100%;
  display: block;
}
.pro_con03 .left .video_con .p {
  max-width: unset !important;
  margin-top: 0 !important;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con03 .left .video_con p {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con03 .left .video_con svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro_con03 .right {
  padding-left: 4vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro_con03 .right dt {
  border-bottom: 1px solid #a99e8b;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
.pro_con03 .right dt p {
  margin-top: 3.5vw;
}
.pro_con03 .right dt i {
  font-style: normal;
  margin-top: 1.2vw;
  display: block;
}
.pro_con03 .right dd {
  font-size: 12px;
}

.pro_con04 {
  margin-top: 11vw;
}
.pro_con04 .pro_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 5vw;
}
.pro_con04 .dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro_con04 dl {
  width: 440px;
}
.pro_con04 dt {
  border-bottom: 1px solid #d3d1c9;
  padding-bottom: 1.5vw;
  margin-bottom: 1.5vw;
}
.pro_con04 dt p {
  margin-top: 3.5vw;
}
.pro_con04 dd {
  font-size: 12px;
  color: #666;
}
.pro_con04 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.pro_con04 .img img {
  max-width: 100%;
}
.pro_con04 .img .p {
  display: none;
}
.pro_con04 .img .video_con {
  position: relative;
  overflow: hidden;
}
.pro_con04 .img .video_con img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro_con04 .img .video_con video {
  max-width: 100%;
  display: block;
}
.pro_con04 .img .video_con .p {
  max-width: unset !important;
  margin-top: 0 !important;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con04 .img .video_con p {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  z-index: 22;
}
.pro_con04 .img .video_con svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pro_con04 .pro_list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pro_con04 .pro_list:nth-of-type(2n) dl {
  margin-right: 15vw;
}
.pro_con04 .pro_list:nth-of-type(2n) dt {
  border-bottom: 0;
}
.pro_con04 .pro_list:nth-of-type(2n) dd {
  display: none;
}
.pro_con04 .pro_list:nth-of-type(2n) .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  text-align: right;
}
.pro_con04 .pro_list:nth-of-type(2n) .img .p {
  display: block;
  max-width: 440px;
  margin-left: auto;
  text-align: left;
  color: #666;
  margin-top: 2.5vw;
}

@media screen and (max-width: 1600px) {
  .pro_con02 .pro_list {
    width: 23vw;
  }
  .pro_con02 .img {
    width: 20vw;
  }
  .pro_con03 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .pro_con03 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .pro_con04 dl {
    width: 30vw;
  }
}
@media screen and (max-width: 1200px) {
  .pro_con01 .left .p {
    margin-top: 5vw;
    line-height: 1.4;
    padding-left: 0vw;
  }
  .pro_con02 {
    margin-bottom: 20vw;
    margin-top: 20vw;
  }
  .pro_con02 .pro_list {
    width: 45vw;
  }
  .pro_con02 .pro_list:nth-of-type(1) {
    left: 70%;
  }
  .pro_con02 .pro_list:nth-of-type(1) .img {
    left: -33vw;
  }
  .pro_con02 .pro_list:nth-of-type(2) {
    margin-top: 10vw;
  }
  .pro_con02 .pro_list:nth-of-type(2) .img {
    top: -2vw;
  }
  .pro_con02 .pro_list:nth-of-type(3) {
    margin-top: 20vw;
    left: 50%;
  }
  .pro_con02 .pro_list:nth-of-type(3) .img {
    left: -33vw;
  }
  .pro_con02 .pro_list:nth-of-type(4) {
    margin-top: 20vw;
    left: 40%;
  }
  .pro_con02 .pro_list:nth-of-type(4) .img {
    left: -33vw;
  }
  .pro_con02 .img {
    width: 27vw;
  }
  .pro_con04 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .pro_con04 .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .pro_con04 .dl dl {
    width: 90%;
  }
  .pro_con04 .pro_list {
    margin-bottom: 8vw;
  }
  .pro_con04 .pro_list:nth-of-type(2n) {
    margin-top: 10vw;
  }
  .pro_con04 .pro_list:nth-of-type(2n) .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding-left: 8%;
  }
  .pro_con04 .pro_list:nth-of-type(2n) .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
}
@media screen and (max-width: 700px) {
  .pro_con01 {
    margin-top: 27vw;
  }
  .pro_con01 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .pro_con01 .left h3 {
    margin-top: 5vw;
    font-size: 24px;
  }
  .pro_con01 .left .p {
    margin-top: 8vw;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .pro_con01 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_con02 {
    margin-top: 0vw;
  }
  .pro_con02 .pro_list {
    width: 100%;
    position: static;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 15vw !important;
  }
  .pro_con02 .pro_list:nth-of-type(1) {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .pro_con02 dt {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .pro_con02 dt p {
    font-size: 24px;
  }
  .pro_con02 .img {
    margin-top: 5vw;
    width: 50vw;
    position: static;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .pro_con03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .pro_con03 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_con03 .right {
    padding-left: 0;
    margin-top: 8vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_con03 .right dt p {
    font-size: 24px;
  }
  .pro_con04 .pro_list {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    margin-top: 15vw !important;
  }
  .pro_con04 .pro_list:nth-of-type(2n) .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
  .pro_con04 .pro_list:nth-of-type(2n) dd {
    display: block;
  }
  .pro_con04 .pro_list:nth-of-type(2n) .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .pro_con04 .pro_list:nth-of-type(2n) .img .p {
    margin-left: 0;
    max-width: 100%;
    display: none;
  }
  .pro_con04 .pro_list img {
    width: 50vw;
  }
  .pro_con04 .dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_con04 .dl dl {
    width: 100%;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .pro_con04 .dl dt p {
    font-size: 24px;
  }
  .pro_con04 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
  }
  .pro_con04 dl {
    width: 30vw;
  }
  .pro_con04 dt {
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
}
.brand_con {
  padding: 12vw 0 12vw;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/914cbd08-d26d-44ee-906f-15ad11f7fad7.jpg) no-repeat center top;
  background-size: cover;
}
.brand_con .banner {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.brand_con .banner img {
  width: 100%;
}
.brand_con .br_con {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand_con .br_con .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  padding-left: 3vw;
}
.brand_con .br_con .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brand_con .br_con .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand_con .br_con .right ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin-bottom: 2vw;
  text-align: center;
}
.brand_con .br_con .right ul li img {
  max-width: 175px;
}

.brand_banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #fff;
  margin: 0 5px !important;
}

.brand_con .br_con .right ul li:nth-of-type(1) {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.brand_con .br_con .right ul li:nth-of-type(2) {
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}

.brand_con .br_con .right ul li:nth-of-type(3) {
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}

.brand_con .br_con .right ul li:nth-of-type(4) {
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}

.brand_con .br_con .right ul li:nth-of-type(5) {
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  transition: all 0.5s ease-in-out 0.4s;
}

.brand_con .br_con .right ul li:nth-of-type(6) {
  -webkit-transition: all 0.5s ease-in-out 0.5s;
  transition: all 0.5s ease-in-out 0.5s;
}

.brand_con .br_con .right ul li:nth-of-type(7) {
  -webkit-transition: all 0.5s ease-in-out 0.6s;
  transition: all 0.5s ease-in-out 0.6s;
}

.brand_con .br_con .right ul li:nth-of-type(8) {
  -webkit-transition: all 0.5s ease-in-out 0.7s;
  transition: all 0.5s ease-in-out 0.7s;
}

.brand_con .br_con .right ul li:nth-of-type(9) {
  -webkit-transition: all 0.5s ease-in-out 0.8s;
  transition: all 0.5s ease-in-out 0.8s;
}

.brand_con .br_con .right ul li:nth-of-type(10) {
  -webkit-transition: all 0.5s ease-in-out 0.9s;
  transition: all 0.5s ease-in-out 0.9s;
}

.brand_con .br_con .right ul li {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.brand_con .br_con .right ul.is-inview li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1600px) {
  .brand_con .br_con {
    margin-top: 8vw;
  }
  .brand_con .br_con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media screen and (max-width: 1300px) {
  .brand_con .br_con .right ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media screen and (max-width: 1000px) {
  .brand_con .br_con .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .brand_con .br_con .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
  }
  .brand_con .br_con .right ul li {
    width: 25%;
  }
}
@media screen and (max-width: 700px) {
  .brand_con {
    padding-top: 27vw;
    padding-bottom: 0;
  }
  .brand_con .br_con {
    margin-top: 10vw;
  }
  .brand_con .br_con .left h3 {
    font-size: 32px;
  }
  .brand_con .br_con .right {
    margin-top: 10vw;
  }
  .brand_con .br_con .right ul li {
    width: 46%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 8vw;
  }
}
.ctact_con {
  padding: 12vw 0 5vw;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/6134e187-0bb1-4ec1-9390-f605ebf7b218.jpg) no-repeat center top;
  background-size: cover;
}
.ctact_con .ct_con01 {
  width: 88%;
  margin: 0 auto;
}
.ctact_con .ct_con02 {
  width: 88%;
  margin: 8vw auto 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ctact_con .ct_con02 .left {
  border-right: 1px solid #d3d1c9;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.ctact_con .ct_con02 .left dl {
  margin-bottom: 2.5vw;
}
.ctact_con .ct_con02 .left dt {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ctact_con .ct_con02 .left dt svg {
  display: inline-block;
  margin-right: 18px;
}
.ctact_con .ct_con02 .left dd {
  padding-left: 40px;
}
.ctact_con .ct_con02 .left dd a:hover {
  text-decoration: underline;
}
.ctact_con .ct_con02 .left:nth-of-type(2) {
  border-right: 0;
  padding-right: 0;
  padding-left: 8vw;
}
.ctact_con .ct_con02 .right {
  padding-left: 8vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}

@media screen and (max-width: 1200px) {
  .ctact_con {
    min-height: 86vh;
    padding-top: 20vw;
  }
}
@media screen and (max-width: 700px) {
  .ctact_con {
    padding-top: 35vw;
  }
  .ctact_con .ct_con02 {
    margin-top: 15vw;
    margin-bottom: 0vw;
  }
  .ctact_con .ct_con02 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    border-right: 0;
    padding-bottom: 5vw;
    padding-top: 0vw;
  }
  .ctact_con .ct_con02 .left dl {
    margin-bottom: 12vw;
  }
  .ctact_con .ct_con02 .left:nth-of-type(2) {
    border-right: 0;
    padding-right: 0;
    padding-left: 0vw;
  }
  .ctact_con .ct_con02 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
.ns_con01 {
  height: 140vh;
  position: relative;
}
.ns_con01 .text {
  position: absolute;
  left: 6%;
  top: 50vh;
  width: 650px;
  color: #fff;
  z-index: 3;
}
.ns_con01 .text h3 {
  margin-top: 1vw;
}
.ns_con01 .text a {
  color: #fff;
  line-height: 1.1;
}
.ns_con01 .text a:hover {
  text-decoration: underline;
}
.ns_con01 .text_edit {
  position: absolute;
  right: 13%;
  top: 80vh;
  width: 650px;
  color: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ns_con01 .text_edit.active {
  opacity: 1;
}
.ns_con01 .img {
  height: 100vh;
}
.ns_con01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: none;
  transition: none;
}

.isFENV .ns_con01 {
  height: 900px;
}

.isFENV .ns_con01 .img {
  height: 900px;
}

@media screen and (max-width: 1600px) {
  .ns_con01 {
    height: auto;
  }
  .ns_con01 .text {
    left: 3%;
    bottom: 15%;
    width: 500px;
  }
}
@media screen and (max-width: 700px) {
  .ns_con01 {
    height: 40vh;
  }
  .ns_con01 .text {
    width: auto;
    left: 6%;
    right: 6%;
  }
}
.ns_bg {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/f700e1d6-b268-490e-8634-e8382556293a.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 100vh;
  padding-bottom: 12vw;
}

.isFENV .ns_bg {
  min-height: 900px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
.other.a {
  margin-top: 2vw;
}
.other.a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  width: 190px;
  height: 48px;
  border-radius: 48px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.other.a a:hover {
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 1400px) {
  .other.a {
    margin-top: 3.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .other.a {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 700px) {
  .other.a {
    margin-top: 10vw;
  }
  .other.a a {
    width: 160px;
  }
}
.ns_con02 {
  margin-bottom: 6vw;
}
.ns_con02 .tip {
  position: relative;
  top: 6vw;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.ns_con02 .tip p {
  opacity: 0.2;
  width: auto;
  display: inline-block;
  font-size: 200px;
  padding-right: 10vw;
  -webkit-animation: ticker linear 30s infinite;
          animation: ticker linear 30s infinite;
}
.ns_con02 .text {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9vw;
  padding-right: 25vw;
}
.ns_con02 .text span {
  color: #666;
}
.ns_con02 .text h3 {
  margin-top: 3.5vw;
  margin-bottom: 2.5vw;
  text-transform: Uppercase;
}
.ns_con02 .text h3 a:hover {
  text-decoration: underline;
}
.ns_con02 .text .p {
  color: #666;
}
.ns_con02 .text .a {
  margin-top: 2vw;
}
.ns_con02 .text .a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fff;
  width: 190px;
  height: 48px;
  border-radius: 48px;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ns_con02 .text .a a:hover {
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 1400px) {
  .ns_con02 .tip p {
    font-size: 100px;
  }
}
@media screen and (max-width: 700px) {
  .ns_con02 .text {
    padding-right: 0;
    margin-top: 12vw;
  }
  .ns_con02 .text h3 {
    margin-top: 8vw;
    margin-bottom: 5vw;
  }
  .ns_con02 .text .a {
    margin-top: 5vw;
    width: 140px;
    height: 38px;
  }
}
.ns_con03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ns_con03 .p_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ns_con03 .ns_list {
  margin-top: 6vw;
}
.ns_con03 .ns_list .img {
  overflow: hidden;
}
.ns_con03 .ns_list .img img {
  height: 110%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ns_con03 .ns_list .text {
  padding-left: 6vw;
  padding-top: 2.5vw;
  width: 80%;
}
.ns_con03 .ns_list .text h3 {
  margin-top: 0.7vw;
  margin-bottom: 1.3vw;
}
.ns_con03 .ns_list .text h3 a:hover {
  text-decoration: underline;
}
.ns_con03 .ns_list .text .p {
  font-size: 12px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 7.2em;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ns_con03 .ns_list:nth-of-type(4n+1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.8vw;
          flex: 0 0 56.8vw;
}
.ns_con03 .ns_list:nth-of-type(4n+1) .img {
  height: 33.4vw;
}
.ns_con03 .ns_list:nth-of-type(4n+2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.5vw;
          flex: 0 0 26.5vw;
  margin-right: 4.5vw;
  margin-top: 12vw;
}
.ns_con03 .ns_list:nth-of-type(4n+2) .img {
  height: 40.5vw;
}
.ns_con03 .ns_list:nth-of-type(4n+2) .text {
  width: 95%;
  padding-left: 2vw;
}
.ns_con03 .ns_list:nth-of-type(4n+3) {
  padding-left: 7vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39%;
          flex: 0 0 39%;
  margin-top: -6vw;
}
.ns_con03 .ns_list:nth-of-type(4n+3) .img {
  height: 39vw;
}
.ns_con03 .ns_list:nth-of-type(4n+3) .text {
  padding-left: 2vw;
}
.ns_con03 .ns_list:nth-of-type(4n+4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.3%;
          flex: 0 0 54.3%;
  padding-left: 10vw;
  margin-right: 4.5vw;
  margin-top: 15vw;
}
.ns_con03 .ns_list:nth-of-type(4n+4) .img {
  height: 25.6vw;
}
.ns_con03 .ns_list:nth-of-type(4n+4) .text {
  width: 95%;
  padding-left: 2vw;
}

@media screen and (max-width: 1400px) {
  .ns_con03 .ns_list .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .ns_con03 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ns_con03 .ns_list {
    margin-top: 15vw !important;
    padding-left: 0vw !important;
    margin-right: 0vw !important;
  }
  .ns_con03 .ns_list .text {
    padding-left: 0 !important;
    padding-top: 5vw !important;
  }
  .ns_con03 .ns_list .text h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .ns_con03 .ns_list:nth-of-type(4n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ns_con03 .ns_list:nth-of-type(4n+1) .img {
    height: 48vw;
  }
  .ns_con03 .ns_list:nth-of-type(4n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ns_con03 .ns_list:nth-of-type(4n+2) .img {
    height: 95vw;
  }
  .ns_con03 .ns_list:nth-of-type(4n+3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ns_con03 .ns_list:nth-of-type(4n+3) .img {
    height: 90vw;
  }
  .ns_con03 .ns_list:nth-of-type(4n+4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .ns_con03 .ns_list:nth-of-type(4n+4) .img {
    height: 48vw;
  }
}
.news_des {
  background-color: #e4e4e0;
}

.n_hed_border {
  border-top: 1px solid #c7c1b0;
  margin-top: 6vw;
}

.news_title {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
  padding-bottom: 5vw;
}
.news_title .span {
  margin-top: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_title .share a {
  display: inline-block;
  margin-left: 1vw;
}

.news_edit {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_edit .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
}
.news_edit .left p {
  line-height: 2;
  color: #666;
  margin-bottom: 1vw;
}
.news_edit .left img {
  max-width: 100%;
  margin: 2vw 0;
}
.news_edit .left .prev_nex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 4vw;
}
.news_edit .left .prev_nex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news_edit .left .prev_nex a:hover {
  background-color: #fff;
  color: #333;
}
.news_edit .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
.news_edit .right dl {
  margin-bottom: 2.5vw;
}
.news_edit .right dt {
  height: 225px;
  overflow: hidden;
}
.news_edit .right dt img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_edit .right dt img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news_edit .right dt:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.news_edit .right dd {
  margin-top: 1.5vw;
}
.news_edit .right dd h3 {
  margin-top: 8px;
}
.news_edit .right dd h3 a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1600px) {
  .news_edit .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
  .news_edit .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .news_edit .right dt {
    height: 15.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .n_hed_border {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 1000px) {
  .news_edit .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .news_edit .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news_edit .right dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .news_edit .right dt {
    height: 24vw;
  }
}
@media screen and (max-width: 700px) {
  .news_edit {
    padding-top: 8vw;
  }
  .news_edit .left {
    width: 100%;
  }
  .news_edit .left .edit_con_original {
    text-align: left;
  }
  .news_edit .left img {
    margin: 5vw 0;
  }
  .news_edit .left .prev_nex a {
    width: 140px;
    height: 38px;
  }
  .news_edit .right dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8vw;
  }
  .news_edit .right dl dt {
    height: 50vw;
  }
  .news_edit .right dd {
    margin-top: 5vw;
  }
  .news_edit .right dd h3 {
    margin-top: 3vw;
  }
  .n_hed_border {
    margin-top: 90px;
  }
  .news_title {
    margin-top: 7vw;
  }
  .news_title .span .share {
    display: none;
  }
}
.product_list {
  padding: 12vw 0 5vw;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/ngc202312180005/cms/image/d1d9824b-6d9f-44d1-89f5-72f79f1aee00.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 100vh;
  position: relative;
}
.product_list .dl_text {
  position: absolute;
  top: 15%;
  left: 6vw;
  color: #fff;
  right: 20%;
  overflow: hidden;
}
.product_list .dl_text h3 {
  font-size: 100px;
  position: relative;
  display: inline-block;
  line-height: 1;
}
.product_list .dl_text h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.product_list .dl_text .p {
  margin-top: 2vw;
  max-width: 440px;
  font-size: 12px;
}
.product_list .dl_text .swiper-slide {
  opacity: 0 !important;
}
.product_list .dl_text .swiper-slide-active.swiper-slide {
  opacity: 1 !important;
}
.product_list .in_c4_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}
.product_list .in_c4_con .p_list_con {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
.product_list .in_c4_con .p_list_con .l_swiper {
  display: none;
}
.product_list .in_c4_con .p_list_con .l_swiper.active {
  display: block;
}
.product_list .in_c4_con .swiper-button-prev {
  border: 1px solid #999;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 80%;
}
.product_list .in_c4_con .swiper-button-prev:after {
  color: #777;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_list .in_c4_con .swiper-button-prev:hover {
  background-color: #999;
}
.product_list .in_c4_con .swiper-button-prev:hover:after {
  color: #fff;
}
.product_list .in_c4_con .swiper-button-next {
  border: 1px solid #999;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: auto;
  left: 70px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 80%;
}
.product_list .in_c4_con .swiper-button-next:after {
  color: #777;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_list .in_c4_con .swiper-button-next:hover {
  background-color: #999;
}
.product_list .in_c4_con .swiper-button-next:hover:after {
  color: #fff;
}
.product_list .in_c4_con .swiper-slide {
  width: 33%;
}
.product_list .in_c4_con .dt {
  width: 100%;
}
.product_list .in_c4_con .dt img {
  width: 100%;
}
.product_list .in_c4_con .dt video {
  width: 100%;
}
.product_list .in_c4_con .swiper-slide {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 500ms;
  transition: 500ms;
}
.product_list .in_c4_con .swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.product_list .in_c4_con .dl {
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.product_list .in_c4_con .dd {
  position: relative;
  width: 120px;
  text-align: center;
}
.product_list .in_c4_con .dd:last-child {
  margin-right: 0;
}
.product_list .in_c4_con .dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out 0.1s;
  transition: all 0.5s ease-in-out 0.1s;
}
.product_list .in_c4_con .dd p {
  position: absolute;
  bottom: 110%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
.product_list .in_c4_con .dd img {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product_list .in_c4_con .dd.active p {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.product_list .in_c4_con .dd.active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.product_list .in_c4_con .dd.active img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.isFENV .product_list {
  min-height: 900px;
}

@media screen and (max-width: 1400px) {
  .product_list .dl_text {
    left: 15vw;
  }
  .product_list .dl_text h3 {
    font-size: 80px;
  }
  .product_list .in_c4_con .p_list_con {
    width: 70%;
  }
}
@media screen and (max-width: 1300px) {
  .product_list .in_c4_con .dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1200px) {
  .product_list .dl_text {
    left: 5vw;
  }
  .product_list .dl_text h3 {
    font-size: 80px;
  }
  .product_list .in_c4_con .dl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .product_list .in_c4_con .p_list_con {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .product_list .dl_text {
    position: static;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vw;
  }
  .product_list .dl_text h3 {
    font-size: 60px;
  }
  .product_list .in_c4_con {
    margin-top: 10vw;
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .product_list .in_c4_con .dl {
    margin-top: 10vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .product_list .in_c4_con .p_list_con {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .product_list .dl_text {
    margin-top: 20vw;
  }
  .product_list .dl_text h3 {
    font-size: 60px;
  }
  .product_list .in_c4_con .dd {
    margin-top: 10vw;
  }
}