@charset "UTF-8";
@-webkit-keyframes displayN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes displayN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
#c_static_001-1728717733367 {
  margin-bottom: 120px;
}

#c_static_001-1736305868791 {
  margin: 120px 0;
}

#c_static_001-1728717733835 {
  margin: 120px 0;
}

#c_static_001-1728717732836 {
  margin: 120px 0;
}

#c_static_001-1728993633375 {
  margin: 120px 0;
}

#c_static_001-17363064030070 {
  margin: 120px 0;
}

#c_static_001-1728717734783 {
  margin: 120px 0;
}

.swiper-slide {
  height: auto;
}

.sec2 > img {
  width: 100%;
}

.dian {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.dian span {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  display: block;
}

.dian:after {
  content: "";
  position: absolute;
  width: 240%;
  height: 240%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: var(--color);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -5;
}

.dian:before {
  content: "";
  position: absolute;
  width: 520%;
  height: 520%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: var(--color);
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  -webkit-animation: inner-ripple 1500ms linear infinite;
          animation: inner-ripple 1500ms linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.dian p {
  position: absolute;
  right: 30px;
  top: -15px;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  word-break: keep-all;
  padding: 8px 40px;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}

.dian p i {
  opacity: 0;
  font-weight: normal;
  font-style: normal;
}

.dian p:after {
  content: "";
  background: var(--color);
  width: 0%;
  border-radius: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}

.dian p:before {
  content: "";
  width: 100%;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 100%;
  z-index: -1;
}

.dian:hover p {
  pointer-events: all;
}

.dian:hover p:after {
  width: 100%;
}

.dian:hover p i {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.1s;
  transition: opacity 0.3s ease-in-out 0.1s;
}

.dian.dian_other p {
  right: auto;
  left: 30px;
}

.dian.dian_other p:after {
  right: auto;
  left: 0px;
}

.dian.dian_other p:before {
  right: auto;
  left: 10px;
}

.dl_con_relative {
  position: relative;
}

.guding_dians {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.g_dian {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
}
.g_dian p {
  width: 255px;
  height: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  background: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/06e76503-76bf-4cf5-ba66-fa41c9132bda.png") no-repeat;
}
.g_dian i {
  display: block;
  position: absolute;
  bottom: 2px;
  left: 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
}
.g_dian i:before {
  content: "";
  position: absolute;
  width: 520%;
  height: 520%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #1fd9e4;
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  -webkit-animation: inner-ripple 1500ms linear infinite;
          animation: inner-ripple 1500ms linear infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.g_dian i:after {
  content: "";
  position: absolute;
  width: 235%;
  height: 235%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #1fd9e4;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -5;
}
.g_dian p:hover {
  background-image: url("https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/5faf93d1-148b-4a94-b911-5371cce076a8.png");
}
.g_dian span {
  text-align: center;
  display: block;
  width: 160px;
  height: 48px;
  float: right;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  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;
}

.one_lay .bg_con video {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.one_lay .bg_con.img_video img {
  display: none;
}
.one_lay .bg_con.img_video video {
  display: block;
  position: static;
}
.one_lay .h_b_btn {
  position: absolute;
  left: 50%;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
  width: 250px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.one_lay .h_b_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 36px;
  font-weight: 700;
  margin-right: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.one_lay .h_b_btn a:nth-child(3) {
  margin-right: 0px;
}
.one_lay .h_b_btn a:hover {
  background: rgba(31, 217, 228, 0.4);
}
.one_lay .h_b_btn a.active {
  background: rgba(31, 217, 228, 0.4);
}
.one_lay .h_b_btn a.h_b_btn_back1 {
  width: 36px;
  position: relative;
  display: none;
}
.one_lay .h_b_btn a.h_b_btn_back1 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.one_lay .h_b_btn_close {
  display: none;
  position: absolute;
  left: 50px;
  top: 5%;
  cursor: pointer;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  width: 36px;
  height: 36px;
}
.one_lay .h_b_btn_close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.one_lay .h_b_btn_close svg path {
  fill: #fff;
}
.one_lay .h_b_btn_close:hover {
  background: rgba(31, 217, 228, 0.4);
}

.two_lay {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}
.two_lay .t_l_con {
  display: none;
  z-index: 2;
  position: relative;
}
.two_lay .h_b_btn_back {
  display: none;
  position: absolute;
  left: 50px;
  top: 5%;
  cursor: pointer;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  width: 36px;
  height: 36px;
}
.two_lay .h_b_btn_back svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.two_lay .h_b_btn_back:hover {
  background: rgba(31, 217, 228, 0.4);
}
.two_lay .h_b_btn_back svg path {
  fill: #fff;
}

@media screen and (max-width: 1200px) {
  .g_dian p {
    width: 20.3vw;
    height: 8vw;
    background-size: cover !important;
  }
  .g_dian span {
    width: 13vw;
    height: 4vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dian {
    width: 6px;
    height: 6px;
  }
  .dian p {
    padding: 3px 12px;
    font-size: 12px;
    top: -10px;
    right: 20px;
  }
  .dian.dian_other p {
    left: 20px;
  }
  .two_lay .h_b_btn_back {
    left: 20px;
  }
  .two_lay .h_b_btn_close {
    left: 20px;
  }
  .two_lay .h_b_btn {
    left: 60px;
  }
  .g_dian p {
    max-width: 140px;
    max-height: 55px;
    width: 40vw;
    height: 15.8vw;
  }
  .g_dian span {
    max-width: 89px;
    max-height: 26px;
    width: 26vw;
    height: 8vw;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .g_dian {
    width: 5px;
    height: 5px;
  }
  .g_dian p {
    width: 30vw;
    height: 11.8vw;
  }
  .g_dian span {
    width: 19vw;
    height: 6vw;
  }
}
@media screen and (max-width: 1600px) {
  #c_static_001-1728717733367 {
    margin-bottom: 6vw;
  }
  #c_static_001-1736305868791,
  #c_static_001-1728717733835,
  #c_static_001-1728717732836,
  #c_static_001-1728993633375,
  #c_static_001-17363064030070,
  #c_static_001-1728717734783 {
    margin: 6vw 0;
  }
}
@media screen and (max-width: 768px) {
  #c_static_001-1728717733367 {
    margin-bottom: 15vw;
  }
  #c_static_001-1736305868791,
  #c_static_001-1728717733835,
  #c_static_001-1728717732836,
  #c_static_001-1728993633375,
  #c_static_001-17363064030070,
  #c_static_001-1728717734783 {
    margin: 15vw 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    filter: alpha(opacity=50);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@keyframes inner-ripple {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
            transform: translate(-50%, -50%) scale(0.4);
    filter: alpha(opacity=50);
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.mtk_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mtk_ul li {
  margin: 0 10px;
}

.mtk_ul li a {
  padding-bottom: 10px;
  display: block;
  position: relative;
  color: #666;
  width: 220px;
  height: 70px;
  background: #f5f5f5;
  line-height: 70px;
  text-align: center;
}

.mtk_ul li a:hover {
  color: #fff;
  background: var(--color);
}

.mtk_ul li.hover a {
  color: #fff;
  background: var(--color);
}

@media screen and (max-width: 1600px) {
  .mtk_ul li a {
    width: 180px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .mtk_ul li a {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
}
.sec2 {
  position: relative;
}
.sec2 .dl_con > img {
  width: 100%;
}
.sec2 .tanc {
  width: 26.25%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  display: none;
}
.sec2 .tanc .itemlist {
  width: 100%;
  height: 100%;
}
.sec2 .items {
  height: 100%;
  padding: 0vw 2.03125vw 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.sec2 .proimg {
  width: 100%;
  max-height: 400px;
}
.sec2 .proimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec2 .protit {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.sec2 .prodes {
  line-height: 1.625;
  color: #999;
  padding-top: 1.25vw;
  border-top: 1px solid #e5e5e5;
  margin-top: 1em;
}
.sec2 .back {
  margin-top: 9.27vw;
}

.tanc .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: pointer;
  z-index: 2;
}

.tanc .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 3px;
  background: #a0a0a0;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.tanc .close:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 3px;
  background: #a0a0a0;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 767px) {
  .sec2 .tanc {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: none;
  }
  .sec2 .tanc:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
  }
  .sec2 .tanc .itemlist {
    position: relative;
    z-index: 2;
  }
  .tanc .close {
    z-index: 3;
  }
  .sec2 .proimg {
    width: 80%;
    max-height: 400px;
  }
  .sec2 .protit {
    color: #fff;
    margin: 8vw 0;
  }
}
.sec2_1 {
  margin-top: 40px;
  position: relative;
  z-index: 90;
}
.sec2_1 .s2_1_con {
  position: relative;
  padding-top: 30px;
}
.sec2_1 .s2_1_con .dl_con {
  display: none;
  position: relative;
  z-index: 2;
}
.sec2_1 .s2_1_con .dl_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec2_1 .s2_1_con .dl_con.active {
  display: block;
}
.sec2_1 .s2_1_con .dl_con .p {
  margin-bottom: 30px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.sec2_1 .s2_2_con:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  background: #f9f9f9;
  height: 100%;
  overflow: hidden;
}
.sec2_1 .tanc {
  width: 26.25%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: #fff;
  display: none;
}
.sec2_1 .tanc .itemlist {
  width: 100%;
  height: 100%;
}
.sec2_1 .items {
  height: 100%;
  padding: 0vw 2.03125vw 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.sec2_1 .proimg {
  width: 100%;
  text-align: center;
}
.sec2_1 .proimg img {
  max-width: 100%;
  width: auto;
}
.sec2_1 .protit {
  line-height: 1.2;
  color: #333;
  font-weight: bold;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.sec2_1 .prodes {
  line-height: 1.625;
  color: #999;
  padding-top: 1.25vw;
  border-top: 1px solid #e5e5e5;
  margin-top: 1em;
}
.sec2_1 .back {
  margin-top: 9.27vw;
}

@media screen and (max-width: 1200px) {
  .sec2_1 {
    margin-top: 3vw;
  }
  .sec2_1 .s2_1_con {
    padding-top: 2vw;
  }
  .sec2_1 .s2_1_con .dl_con .p {
    padding: 0 5%;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2_1 .tanc {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background: none;
  }
  .sec2_1 .tanc:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
  }
  .sec2_1 .tanc .itemlist {
    position: relative;
    z-index: 2;
  }
  .tanc .close {
    z-index: 3;
  }
  .sec2_1 .proimg {
    width: 80%;
    max-height: 400px;
  }
  .sec2_1 .protit {
    color: #fff;
    margin: 8vw 0;
  }
  .sec2_1 .s2_1_con {
    padding-top: 5vw;
  }
}
.sec2_2 {
  margin-top: 40px;
}
.sec2_2 .s2_2_con {
  margin-top: 30px;
  position: relative;
  padding-top: 30px;
}
.sec2_2 .s2_2_con dl {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.sec2_2 .s2_2_con dl.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec2_2 .s2_2_con dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 835px;
          flex: 0 0 835px;
  overflow: hidden;
}
.sec2_2 .s2_2_con dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec2_2 .s2_2_con dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec2_2 .s2_2_con .text {
  width: 100%;
  padding: 20px 60px 25px;
}
.sec2_2 .s2_2_con .text h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.sec2_2 .s2_2_con .text .more_a {
  margin-top: 50px;
}
.sec2_2 .s2_2_con:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  background: #f9f9f9;
  height: 100%;
  overflow: hidden;
}

.sec2_2.hide_title .s2_2_con .text h3 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .sec2_2 .s2_2_con {
    padding-top: 2vw;
    margin-top: 2vw;
  }
  .sec2_2 .s2_2_con dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .sec2_2 .s2_2_con .text {
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec2_2 .s2_2_con dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec2_2 .s2_2_con .text {
    padding: 8vw 5vw;
  }
  .sec2_2 .s2_2_con .text h3 {
    padding-bottom: 2vw;
    margin-bottom: 4vw;
  }
  .sec2_2 .s2_2_con .text .more_a {
    margin-top: 8vw;
  }
  .sec2_2 .s2_2_con:after {
    width: 100%;
  }
}
.ther3_con .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
.ther3_con .ul.active .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ther3_con .li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  height: 600px;
  margin-right: 20px;
  position: relative;
}
.ther3_con .li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ther3_con .li:last-child {
  margin-right: 0px;
}
.ther3_con .li:after {
  z-index: 2;
  height: 70%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}
.ther3_con .li .text {
  position: absolute;
  bottom: 40px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 3;
  font-size: 20px;
}
.ther3_con .li .text .p {
  display: none;
  margin-top: 10px;
  font-size: 16px;
}
.ther3_con .li:hover .text .p {
  display: block;
  -webkit-animation: displayN 0.5s forwards;
          animation: displayN 0.5s forwards;
}
.ther3_con .a {
  margin-top: 60px;
}
.ther3_con .a a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 200px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #999;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #999;
  margin: 0 auto;
}
.ther3_con .a a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.ther3_con .swiper {
  padding-bottom: 40px;
}
.ther3_con .swiper-pagination {
  bottom: 0px;
}

@media screen and (max-width: 1600px) {
  .ther3_con .li {
    height: 30vw;
  }
  .ther3_con .swiper {
    padding-bottom: 5vw;
  }
  .ther3_con .li .text {
    left: 2vw;
    right: 2vw;
    bottom: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .ther3_con .li {
    height: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .ther3_con .swiper {
    padding-bottom: 10vw;
  }
  .ther3_con .li {
    height: 70vw;
  }
  .ther3_con .li .text {
    left: 4vw;
    right: 4vw;
    bottom: 4vw;
  }
}
.ther03_other .titl_text h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.ther03_other .titl_text .p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.ther03_other .ther03_other_con .swiper-slide {
  position: relative;
}
.ther03_other .ther03_other_con .p {
  padding: 20px;
  text-align: center;
  color: var(--color);
}
.ther03_other .ther03_other_con .p .text {
  padding-top: 10px;
}
.ther03_other .ther03_other_con .img {
  padding: 40px;
  background: #f9f9f9;
}
.ther03_other .ther03_other_con .img img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .ther03_other .ther03_other_con .img {
    padding: 3vw;
  }
  .ther03_other .ther03_other_con .p {
    padding: 3vw 1.5vw 1.5vw 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .ther03_other .ther03_other_con .p {
    padding: 3vw 1.5vw 0vw 1.5vw;
  }
}
.sec4 {
  background-color: #f9f9f9;
}
.sec4 .sec4-top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.sec4 .programme {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.sec4 .programme:after {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.sec4 .sec4-top .titl_text {
  width: auto;
  margin-bottom: 0px;
}
.sec4 .programmelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.sec4 .programme-item {
  padding-left: 12px;
  margin-left: 66px;
  position: relative;
  line-height: 1.5;
  color: #666;
  cursor: pointer;
}
.sec4 .programme-item.active {
  color: #333;
}
.sec4 .programme-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--color);
  height: 1em;
  width: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.sec4 .programme-item.active:after {
  opacity: 1;
}
.sec4 .progbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  overflow: hidden;
}
.sec4 .prog-rg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50.28%;
          flex: 0 0 50.28%;
  overflow: hidden;
}
.sec4 .prog-rg img {
  width: 100%;
}
.sec4 .prog-lf {
  padding-left: 70px;
  padding-right: 135px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec4 .prog-tit {
  line-height: 1.5;
  color: #010101;
  font-weight: 600;
  margin-bottom: 1.4vw;
}
.sec4 .prog-des p {
  line-height: 1.75;
  padding-left: 10px;
  position: relative;
  color: #666;
  margin-bottom: 6px;
}
.sec4 .prog-des p:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--color);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 12px;
}
.sec4 .s4_listCon2 .sec4_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
.sec4 .s4_listCon2 .sec4_btm.active .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec4 .s4_listCon2 dt {
  border-bottom: 2px solid var(--color);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sec4 .s4_listCon2 dt .img {
  width: 60px;
}
.sec4 .s4_listCon2 dt .img img {
  width: 100%;
}
.sec4 .s4_listCon2 dt h3 {
  margin-top: 13px;
}
.sec4 .s4_listCon2 dd {
  color: #666;
  text-align: justify;
}
.sec4 .s4_listCon2 dd p {
  margin-bottom: 22px;
}
.sec4 .s4_listCon2 .swiper {
  padding-bottom: 40px;
}
.sec4 .s4_listCon2 .swiper-pagination {
  bottom: 0;
}
.sec4 .s4_listCon3 .s4_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec4 .s4_listCon3 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  position: relative;
}
.sec4 .s4_listCon3 ul {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.sec4 .s4_listCon3 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: #fff;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.sec4 .s4_listCon3 li p {
  position: relative;
}
.sec4 .s4_listCon3 li p:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec4 .s4_listCon3 li p:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec4 .s4_listCon3 li:first-child {
  border-left: 0px;
}
.sec4 .s4_listCon3 li.hover {
  background: rgba(255, 255, 255, 0.3);
}
.sec4 .s4_listCon3 li.hover p:after {
  border-color: var(--color);
}
.sec4 .s4_listCon3 li.hover p:before {
  background: var(--color);
}
.sec4 .s4_listCon3 .img img {
  width: 100%;
}
.sec4 .s4_listCon3 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec4 .s4_listCon3 dl {
  display: none;
  padding: 20px 120px;
}
.sec4 .s4_listCon3 dl.hover {
  display: block;
}
.sec4 .s4_listCon3 dt {
  margin-bottom: 20px;
}
.sec4 .s4_listCon3 dd p {
  margin-bottom: 20px;
  color: #666;
}

@media screen and (max-width: 1600px) {
  .sec4 .s4_listCon3 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .sec4 .s4_listCon3 dl {
    padding: 2vw 5vw;
  }
  .sec4 .programme-item {
    margin-left: 4vw;
  }
  .sec4 .sec4-top {
    margin-bottom: 4vw;
  }
  .sec4 .prog-lf {
    padding-left: 4vw;
    padding-right: 7vw;
  }
  .sec4 .s4_listCon3 dl {
    padding: 2vw 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .sec4 .programme {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .sec4 .programmelist {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec4 .titl_text.left h4 {
    text-align: center;
  }
  .sec4 .titl_text.left h4:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .sec4 .s4_listCon3 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec4 .s4_listCon3 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8vw 5vw;
  }
  .sec4 .s4_listCon3 dt {
    margin-bottom: 5vw;
  }
  .sec4 .s4_listCon3 dd p {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec4 .sec4-top {
    margin-bottom: 8vw;
  }
  .sec4 .programmelist {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .sec4 .programme-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 20px;
  }
  .sec4 .progbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec4 .prog-rg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec4 .prog-lf {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5vw;
  }
  .sec4 .progbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec4 .s4_listCon2 dt {
    padding-bottom: 3vw;
    margin-bottom: 5vw;
  }
  .sec4 .s4_listCon2 dt h3 {
    margin-top: 3vw;
  }
  .sec4 .s4_listCon2 dd p {
    margin-bottom: 4vw;
  }
  .sec4 .s4_listCon3 li p {
    padding: 0 10px;
    text-align: center;
  }
  .sec4 .programmelist::-webkit-scrollbar {
    background-color: #e5eaf3;
    height: 1px;
  }
  .sec4 .programmelist::-webkit-scrollbar-track {
    background-color: #e5eaf3;
    height: 1px;
  }
  .sec4 .programmelist::-webkit-scrollbar-thumb {
    background: #ced3dc;
    height: 1px;
  }
}
.sec5 .realclasslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 3.385vw;
  margin-top: 2.8125vw;
}
.sec5 .realclasslist:after {
  content: "";
  bottom: 0;
  left: 0;
  background-color: #e5eaf3;
  width: 100%;
  height: 1px;
  z-index: 1;
  position: absolute;
}
.sec5 .realclass-item {
  line-height: 1.75;
  color: rgba(51, 51, 51, 0.6);
  padding-bottom: 22px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin: 0 1vw;
}
.sec5 .s5_o_swiper {
  display: block;
}
.sec5 .s5_o_swiper .swiper-slide.realclass-item {
  opacity: 1 !important;
  text-align: center;
  width: auto;
}
.sec5 .s5_o_swiper.no_swp .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec5 .realclass-item:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  bottom: 0;
  left: 50%;
  background-color: var(--color);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
}
.sec5 .realclass-item.active {
  color: var(--color);
}
.sec5 .realclass-item.active:after {
  opacity: 1;
}
.sec5 .pro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec5 .prolist {
  display: none;
  overflow: inherit;
}
.sec5 .pro-rg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 53%;
          flex: 0 0 53%;
}
.sec5 .pro-lf {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec5 .proimg {
  max-width: 72.72%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.sec5 .proimg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec5 .pro-des {
  line-height: 1.75;
  color: #888;
}
.sec5 .pro-tit {
  font-weight: bold;
  color: #414141;
  line-height: 1.2;
  margin-bottom: 9px;
}
.sec5 .pro-lf img {
  width: 271px;
  height: auto;
}
.sec5 .pro-td {
  margin-top: 1.875vw;
  margin-bottom: 3.854vw;
}
.sec5 .pro-td p {
  padding-left: 10px;
  position: relative;
  color: #888;
  line-height: 1.75;
}
.sec5 .pro-td p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color);
}
.sec5 .swiper-slide {
  height: auto;
  opacity: 0 !important;
  z-index: 1;
}
.sec5 .swiper-slide-active {
  opacity: 1 !important;
  z-index: 2;
}
.sec5 .swiper-button-prev {
  left: -3%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
}
.sec5 .swiper-button-next {
  right: -3%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
}
.sec5 .wrap {
  position: relative;
}
.sec5 .swiper-pagination {
  display: none;
}
.sec5 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.sec5 dl dd {
  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;
  border-bottom: 1px solid #707070;
  color: #707070;
  padding-bottom: 7px;
  margin-right: 30px;
  cursor: pointer;
}
.sec5 dl a {
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec5 dl svg {
  margin-right: 10px;
}
.sec5 dl path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec5 dl dd:hover {
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.sec5 dl dd:hover a {
  color: var(--color);
}
.sec5 dl dd:hover path {
  fill: var(--color);
}
.sec5 .s5_listCon1 .pro-lf {
  padding-left: 7%;
}
.sec5 .s5_listCon2.wrap {
  width: 100%;
}
.sec5 .s5_listCon2 {
  position: relative;
}
.sec5 .s5_listCon2 .pro-lf {
  position: absolute;
  left: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 620px;
  z-index: 2;
}
.sec5 .s5_listCon2 .pro-rg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sec5 .s5_listCon2 .proimg {
  max-width: 100%;
}
.sec5 .s5_listCon2 .proimg img {
  width: 100%;
}
.sec5 .s5_listCon2 .proall .wrap {
  width: 100%;
}
.sec5 .s5_listCon2 .swiper-button-prev {
  left: 10%;
}
.sec5 .s5_listCon2 .swiper-button-next {
  right: 10%;
}
.sec5 .s5_listCon3 .proall {
  width: 100%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/5d009195-492b-46d0-88ff-980c534ccdd0.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0;
}
.sec5 .s5_listCon3 .pro-rg {
  max-width: 720px;
}
.sec5 .s5_listCon3 .proimg {
  max-width: 100%;
  height: 512px;
}
.sec5 .s5_listCon3 .proimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec5 .s5_listCon3 .pro-lf {
  padding-left: 80px;
}
.sec5 .s5_listCon3 .pro_bottom {
  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;
}
.sec5 .s5_listCon3 .pro_bottom dl {
  margin-top: 0px;
  height: 35px;
  margin-left: 30px;
}
.sec5 .s5_listCon3 .pro-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 100%;
}
.sec5 .s5_listCon4 {
  overflow: hidden;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec5 .s5_listCon4 .proall .wrap {
  width: 100%;
}
.sec5 .s5_listCon4 .pro_tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec5 .s5_listCon4 .pro_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1500px;
          flex: 0 0 1500px;
}
.sec5 .s5_listCon4 .proall {
  width: 1500px;
}
.sec5 .s5_listCon4 .pro-lf {
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 620px;
  z-index: 2;
}
.sec5 .s5_listCon4 .pro-rg {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sec5 .s5_listCon4 .proimg {
  max-width: 100%;
}
.sec5 .s5_listCon4 .proimg img {
  width: 100%;
}
.sec5 .s5_listCon4 .swiper {
  padding: 0;
}
.sec5 .s5_listCon4 .swiper-button-prev {
  display: none;
}
.sec5 .s5_listCon4 .swiper-button-next {
  display: none;
}
.sec5 .s5_listCon4 .swiper-pagination {
  display: block;
  bottom: 30px;
}
.sec5 .s5_listCon4 .pro_bottom {
  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;
}
.sec5 .s5_listCon4 .pro_bottom dl {
  margin-top: 0px;
  height: 35px;
  margin-left: 40px;
}

@media screen and (min-width: 1000px) {
  .sec5 .s5_listCon4 .realclasslist {
    margin: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 60px;
    margin-right: 40px;
  }
  .sec5 .s5_listCon4 .realclass-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    padding-bottom: 0px;
  }
  .sec5 .s5_listCon4 .realclass-item:after {
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 15px;
  }
  .sec5 .s5_listCon4 .realclasslist:after {
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0px;
    bottom: 0px;
  }
}
@media screen and (max-width: 1900px) {
  .sec5 .s5_listCon4 .pro_tab {
    width: 20%;
  }
  .sec5 .s5_listCon4 .proall {
    width: 80%;
  }
}
@media screen and (max-width: 1600px) {
  .sec5 .swiper-button-prev {
    left: -7%;
  }
  .sec5 .swiper-button-next {
    right: -7%;
  }
  .sec5 .s5_listCon3 .pro-rg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .sec5 .s5_listCon3 .proimg {
    height: 28vw;
  }
  .sec5 .s5_listCon3 .pro-lf {
    padding-left: 4vw;
  }
  .sec5 .s5_listCon2 .pro-lf {
    width: 40%;
  }
  .sec5 .s5_listCon4 .realclass-item {
    padding-left: 3vw;
  }
  .sec5 .s5_listCon4 {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec5 .s5_listCon3 .pro_bottom dl {
    margin-left: 0px;
    margin-top: 3vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .sec5 .s5_listCon4 .swiper-pagination {
    bottom: 5px;
  }
  .sec5 .s5_listCon3 .proimg {
    height: 30vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec5 .swiper-button-next {
    right: 0px;
  }
  .sec5 .swiper-button-prev {
    left: 0px;
  }
  .sec5 dl dd {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .sec5 .pro-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sec5 .s5_listCon2 .pro-lf {
    width: 90%;
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    padding: 8vw;
  }
  .sec5 .s5_listCon2 .swiper-button-prev {
    top: 20%;
    left: 10px;
  }
  .sec5 .s5_listCon2 .swiper-button-next {
    top: 20%;
    right: 10px;
  }
  .sec5 .s5_listCon4 .pro_tab {
    width: 100%;
  }
  .sec5 .s5_listCon4 .proall {
    width: 100%;
  }
  .sec5 .s5_listCon4 .realclass-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 3vw;
  }
  .sec5 .s5_listCon4 .pro-lf {
    width: 90%;
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    padding: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5 .pro-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 8vw 0 15vw;
  }
  .sec5 .pro-rg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .sec5 .s5_listCon1 .pro-lf {
    padding-left: 0px;
  }
  .sec5 .swiper-button-prev {
    top: 20%;
  }
  .sec5 .swiper-button-next {
    top: 20%;
  }
  .sec5 .realclasslist {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .sec5 .realclass-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 3vw;
    padding-bottom: 3vw;
  }
  .sec5 .realclasslist::-webkit-scrollbar {
    background-color: #e5eaf3;
    height: 1px;
  }
  .sec5 .realclasslist::-webkit-scrollbar-track {
    background-color: #e5eaf3;
    height: 1px;
  }
  .sec5 .realclasslist::-webkit-scrollbar-thumb {
    background: #ced3dc;
    height: 1px;
  }
  .sec5 .s5_listCon3 .proimg {
    height: 65vw;
  }
  .sec5 .s5_listCon2 .swiper-button-prev {
    top: 12.5%;
    left: 10px;
  }
  .sec5 .s5_listCon2 .swiper-button-next {
    top: 12.5%;
    right: 10px;
  }
  .sec5 .s5_listCon2 .pro-lf {
    padding: 8vw 0;
  }
  .sec5 .s5_listCon3 {
    width: 100%;
    overflow: hidden;
  }
  .sec5 .s5_listCon3 .proall {
    padding: 8vw 0 20vw;
  }
  .sec5 .s5_listCon3 .pro-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0px;
    height: auto;
  }
  .sec5 .s5_listCon3 .pro-lf {
    padding-left: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .sec5 .s5_listCon3 .pro-rg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .sec5 .s5_listCon3 .pro_bottom dl {
    margin-top: 5vw;
  }
  .sec5 .s5_listCon3 .swiper-button-prev {
    top: 30%;
    display: none;
  }
  .sec5 .s5_listCon3 .swiper-button-next {
    top: 30%;
    display: none;
  }
  .sec5 .s5_listCon3 .swiper-pagination {
    bottom: -40px;
    display: block;
  }
  .sec5 .s5_listCon4 .pro-lf {
    padding: 0px;
  }
  .sec5 .s5_listCon4 .pro_bottom dl {
    margin-left: 0px;
    margin-top: 5vw;
  }
  .sec5 .pro-tit {
    margin-bottom: 5vw;
  }
  .sec5 .s5_listCon3 .pro_bottom {
    margin-top: 8vw;
  }
}
.cpjjfa {
  background: #f9f9f9 url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/49dcbd61-2637-4f8b-90c6-8fd8631a0995.jpg) no-repeat;
  background-size: cover;
}
.cpjjfa .sw_btn_all {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cpjjfa .sw_btn_all .swiper_button {
  position: static !important;
}
.cpjjfa .pro-tit {
  margin-bottom: 25px;
}
.cpjjfa .pro-tit .cpcs {
  font-size: 16px;
  font-weight: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 8px 18px;
  margin-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cpjjfa .pro-tit .cpcs svg {
  margin-right: 5px;
}
.cpjjfa .pro-tit .cpcs:hover {
  background: var(--color);
  color: #fff;
}
.cpjjfa .pro-tit .cpcs:hover svg path {
  fill: white;
}
.cpjjfa .s5_listCon1 .pro-lf {
  padding-left: 0px;
}
.cpjjfa .pro_ul {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cpjjfa .pro_ul ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  margin-bottom: 20px;
  min-width: 230px;
}
.cpjjfa .pro_ul li:first-child {
  color: var(--color);
  font-weight: 700;
}
.cpjjfa .proimg {
  height: 580px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.cpjjfa .proimg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cpcs_tan {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.cpcs_tan .cpcs_tan_con {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cpcs_tan h3 {
  position: relative;
  color: #fff;
  background: var(--color);
  height: 90px;
  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;
  padding: 0 40px;
}
.cpcs_tan h3 svg {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.cpcs_tan .scroll_con {
  background-color: #fff;
  height: calc(100vh - 300px);
  overflow-y: auto;
}
.cpcs_tan .tuw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #999;
  padding: 40px;
}
.cpcs_tan .tuw .tw_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 50px;
  padding-right: 10px;
}
.cpcs_tan .tuw .tw_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
}
.cpcs_tan .tuw .tw_right img {
  width: 100%;
}
.cpcs_tan .table_ul {
  padding: 40px;
  padding-top: 0px;
}
.cpcs_tan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 0;
}
.cpcs_tan li > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.cpcs_tan li > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}

.scroll_con::-webkit-scrollbar {
  width: 4px;
  background-color: #eeeeee;
}

.scroll_con::-webkit-scrollbar-track {
  background-color: #eeeeee;
}

.scroll_con::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 6px;
}

#isFENV .cpcs_tan .scroll_con {
  height: 400px;
}

@media screen and (max-width: 1600px) {
  .cpjjfa .proimg {
    height: 27vw;
  }
}
@media screen and (max-width: 1000px) {
  .cpjjfa .proimg {
    height: 47vw;
  }
  .cpcs_tan .cpcs_tan_con {
    width: 90%;
  }
  .cpcs_tan h3 {
    height: 60px;
    padding: 0 3vw;
  }
  .cpcs_tan h3 svg {
    width: 20px;
    height: 20px;
  }
  .cpcs_tan .tuw {
    padding: 3vw;
  }
  .cpcs_tan .tuw .tw_left {
    margin-top: 3vw;
  }
  .cpcs_tan .tuw .tw_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35vw;
            flex: 0 0 35vw;
  }
  .cpcs_tan .table_ul {
    padding: 3vw;
  }
  .cpcs_tan li {
    padding: 2vw 0;
  }
  .cpcs_tan li > div {
    padding-right: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .cpjjfa .proimg {
    height: 55vw;
    max-width: 85%;
  }
  .cpjjfa .sw_btn_all {
    margin-top: 0 !important;
  }
  .cpjjfa .pro-item {
    padding-bottom: 5vw;
  }
  .cpcs_tan h3 {
    padding: 0 5vw;
  }
  .cpcs_tan .tuw {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5vw;
  }
  .cpcs_tan .tuw .tw_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .cpcs_tan .tuw .tw_left {
    padding-right: 0;
    margin-top: 5vw;
  }
  .cpcs_tan li > span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
    font-weight: 700;
  }
  .cpcs_tan li > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
  }
  .cpcs_tan li {
    padding: 5vw 0;
  }
}
.sec5_other .wrap {
  position: relative;
}
.sec5_other .swiper-slide {
  position: relative;
}
.sec5_other .p {
  padding: 30px 50px 0;
  text-align: center;
  color: var(--color);
}
.sec5_other .p h3 {
  margin-bottom: 8px;
}
.sec5_other .img {
  padding: 50px;
  background-color: #f9f9f9;
}
.sec5_other .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec5_other .swiper-pagination {
  display: none;
}
.sec5_other .swiper-button-prev {
  left: -8%;
  margin-top: 0;
}
.sec5_other .swiper-button-next {
  right: -8%;
  margin-top: 0;
}

@media screen and (max-width: 1800px) {
  .sec5_other .swiper-button-prev {
    left: -6%;
  }
  .sec5_other .swiper-button-next {
    right: -6%;
  }
}
@media screen and (max-width: 1600px) {
  .sec5_other .swiper-button-prev {
    left: -5%;
  }
  .sec5_other .swiper-button-next {
    right: -5%;
  }
  .sec5_other .p {
    padding: 2vw 3vw 0;
  }
  .sec5_other .img {
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .sec5_other .swiper-slide .img {
    height: 30vh;
  }
}
.sec6 .case {
  position: relative;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec6 .case .swiper_img {
  width: 900px;
  overflow: hidden;
}
.sec6 .case .swiper_img .swiper {
  padding-bottom: 0px;
}
.sec6 .case .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sec6 .case .swiper-slide-active {
  opacity: 1 !important;
}
.sec6 .case .img {
  overflow: hidden;
  width: 100%;
  height: 510px;
}
.sec6 .case .img a {
  display: block;
  height: 100%;
}
.sec6 .case img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec6 .case .img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.sec6 .case .swiper-wrapper {
  height: auto;
}
.sec6 .case .swiper_text {
  width: 540px;
  margin-top: 100px;
}
.sec6 .case .swiper_text .swiper {
  padding-bottom: 0px;
  height: 100%;
}
.sec6 .case .swiper_text .p {
  padding: 0 80px 0 60px;
  margin-top: 20px;
  padding-bottom: 100px;
  text-align: justify;
}
.sec6 .case .swiper_text .p a:hover {
  color: var(--color);
}
.sec6 .case .swiper-pagination-fraction {
  position: static;
  padding: 0 80px 0 60px;
  text-align: left;
}
.sec6 .case .swiper-pagination-current {
  color: var(--color);
  font-size: 24px;
}
.sec6 .case .sw_btn_all {
  margin-top: 0;
  top: -70px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 60px;
}
.sec6 .case:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  background: #f9f9f9;
  overflow: hidden;
}
.sec6 .xmal .swiper_text .p .span {
  background: var(--color);
  display: inline-block;
  color: #fff;
  padding: 2px 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.sec6 .case1 .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
}
.sec6 .case1 .p a {
  color: #fff;
}
.sec6 .case1 .p a:hover {
  text-decoration: underline;
}
.sec6 .case1 .swiper-slide {
  overflow: hidden;
}
.sec6 .case1 .img {
  overflow: hidden;
}
.sec6 .case1 .img img {
  width: 100%;
}
.sec6 .case2 .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  z-index: 2;
}
.sec6 .case2 .p a {
  color: #fff;
}
.sec6 .case2 .swiper-slide {
  overflow: hidden;
  opacity: 0.5;
}
.sec6 .case2 .swiper-slide-active.swiper-slide {
  opacity: 1;
}
.sec6 .case2 .swiper-slide .p {
  opacity: 0;
}
.sec6 .case2 .swiper-slide-active.swiper-slide .p {
  opacity: 1;
}
.sec6 .case2 .img {
  overflow: hidden;
  height: 600px;
}
.sec6 .case2 .img a {
  display: block;
  height: 100%;
}
.sec6 .case2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .sec6 .case:after {
    top: 3vw;
  }
  .sec6 .case .swiper_img {
    width: 45vw;
  }
  .sec6 .case .img {
    height: 30vw;
  }
  .sec6 .case .swiper_text {
    width: 34vw;
    margin-top: 5vw;
  }
  .sec6 .case .swiper_text .p {
    padding: 0 4vw 0 3vw;
    padding-bottom: 100px;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding: 0 4vw 0 3vw;
  }
  .sec6 .case .sw_btn_all {
    left: 5%;
  }
  .sec6 .case1 .p {
    padding: 2vw 3vw;
  }
  .sec6 .case2 .img {
    height: 38vw;
  }
  .sec6 .case2 .p {
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 1300px) {
  .sec6 .case .swiper_text .swiper {
    overflow: inherit;
  }
  .sec6 .case .sw_btn_all {
    bottom: 0px;
    position: relative;
    left: 6%;
  }
  .sec6 .case .swiper_text {
    margin-top: 0px;
    background: #f9f9f9;
  }
  .sec6 .case:after {
    top: 0px;
    display: none;
  }
  .sec6 .case .swiper_text .p {
    padding-top: 3vw;
    margin-top: 0px;
  }
  .sec6 .case .img {
    height: 100%;
  }
  .sec6 .case .swiper_img .swiper {
    height: 100%;
  }
  .sec6 .case .swiper-button-prev {
    left: 11%;
    bottom: 20px;
  }
  .sec6 .case .swiper-button-next {
    left: 21%;
    bottom: 20px;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding-top: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec6 .case .swiper_img {
    width: 55%;
  }
  .sec6 .case .swiper_text {
    width: 44%;
  }
}
@media screen and (max-width: 767px) {
  .sec6 .case .swiper_img {
    width: 100%;
  }
  .sec6 .case .swiper_text {
    width: 100%;
  }
  .sec6 .case {
    padding-bottom: 0px;
  }
  .sec6 .case .sw_btn_all {
    left: 4%;
    bottom: 0px;
    margin-top: 5vw !important;
  }
  .sec6 .case .swiper_text .swiper {
    height: auto;
    padding-bottom: 6vw;
  }
  .sec6 .case .swiper-pagination-fraction {
    padding: 5vw;
    padding-bottom: 0px;
  }
  .sec6 .case .swiper_text .p {
    padding: 5vw;
    padding-bottom: 70px;
  }
  .sec6 .case1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .sec6 .case1 .sw_btn_all {
    margin-top: 4vw !important;
  }
  .sec6 .case1 .p {
    padding: 5vw 5vw;
  }
  .sec6 .case2 .sw_btn_all {
    margin-top: 4vw !important;
  }
  .sec6 .case2 .img {
    height: 60vw;
  }
  .sec6 .case2 .p {
    padding: 5vw;
  }
}
.sec7 .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec7 dl {
  overflow: hidden;
  background: #f9f9f9;
  margin-right: 15px;
  max-width: 465px;
}
.sec7 dt {
  overflow: hidden;
  height: 13.5vw;
}
.sec7 dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec7 dt:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.sec7 dd {
  padding: 30px 30px 50px 30px;
  position: relative;
}
.sec7 span {
  color: #999;
}
.sec7 h3 {
  line-height: 1.5;
  margin-top: 10px;
  height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.sec7 a:hover {
  color: var(--color);
}
.sec7 .a {
  margin-top: 30px;
}
.sec7 .a a {
  color: var(--color);
}

@media screen and (max-width: 1600px) {
  .sec7 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
  }
  .sec7 dd {
    padding: 2vw 2vw 3vw 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec7 dt {
    height: 15.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sec7 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
  .sec7 dt {
    height: 50vw;
  }
  .sec7 dd {
    padding: 5vw 5vw 8vw 5vw;
  }
  .sec7 h3 {
    height: auto;
  }
  .sec7 .a {
    margin-top: 8vw;
  }
}
.sec8 {
  background: #f9f9f9 url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/e3aed73d-f385-45be-ba6f-e99aad5cb40f.jpg) no-repeat center bottom;
}
.sec8 .sec8_con {
  width: 1160px;
  margin: 0 auto;
}
.sec8 .titl_text {
  margin-bottom: 90px;
  width: auto;
}
.sec8 .titl_text h4 {
  color: #333;
}
.sec8 .titl_text h4:after {
  background: var(--color);
}
.sec8 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec8 dd {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  cursor: pointer;
}
.sec8 dd svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 26px;
  height: 26px;
  margin-left: 20px;
}
.sec8 dd span {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-top: 20px;
}
.sec8 dd p {
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec8 dd p a {
  color: var(--color);
}
.sec8 dd:first-child {
  margin-left: 0px;
}
.sec8 dd:hover span {
  color: var(--color);
}
.sec8 dd:hover svg {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media screen and (max-width: 1600px) {
  .sec8 .titl_text {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  .sec8 .sec8_con {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec8 .titl_text {
    margin-bottom: 8vw;
    padding: 0 20px;
  }
  .sec8 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    margin-left: 0px;
    margin-bottom: 5vw;
  }
  .sec8 dd span {
    margin-top: 3vw;
    font-size: 16px;
  }
  .sec8 dd p {
    margin-top: 2vw;
    font-size: 12px;
  }
  .sec8 dd svg {
    width: 16px;
    height: 15px;
    margin-left: 10px;
  }
  .sec8 dd img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.e_breadcrumb-2 {
  background: #f9f9f9;
  padding: 5px 0;
}
.e_breadcrumb-2 .p_breadcrumb {
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .e_breadcrumb-2 .p_breadcrumb {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .e_breadcrumb-2 .p_breadcrumb {
    width: 90%;
  }
}
.develop_con01 {
  overflow: hidden;
}
.develop_con01 .titl_text {
  width: auto;
}
.develop_con01 .develop_con01_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.develop_con01 .develop_con01_top dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.4%;
          flex: 0 0 32.4%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
  margin-right: 15px;
}
.develop_con01 .develop_con01_top dl:nth-of-type(3n) {
  margin-right: 0px;
}
.develop_con01 .develop_con01_top dt img {
  width: 100%;
}
.develop_con01 .develop_con01_top dd h3 {
  line-height: 1.2;
  text-align: center;
}
.develop_con01 .develop_con01_top dd {
  padding: 40px 30px 60px 30px;
}
.develop_con01 .develop_con01_top dd .p {
  color: #666;
  margin-top: 25px;
}
.develop_con01 .develop_con01_top dd > img {
  position: absolute;
  bottom: -40px;
  right: -10px;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
}
.develop_con01 .develop_con01_top dl:hover dd > img {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.develop_con01 .develop_con01_bottom {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.develop_con01 .develop_con01_bottom h3 {
  text-align: center;
}
.develop_con01 .develop_con01_bottom h3 img {
  max-width: 100%;
}
.develop_con01 .develop_con01_bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.develop_con01 .develop_con01_bottom li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 154px;
          flex: 0 0 154px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.develop_con01 .develop_con01_bottom li:nth-of-type(6n) {
  margin-right: 0px;
}
.develop_con01 .develop_con01_bottom li img {
  width: 100%;
}
.develop_con01 .develop_con01_bottom .h3_ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.develop_con01 .develop_con01_bottom .img_p img {
  width: 100%;
}
.develop_con01 .develop_con01_bottom .img_p .p {
  margin-top: 30px;
  text-align: center;
}
.develop_con01 .develop_con01_bottom .swiper-slide {
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #f9f9f9;
  padding: 20px;
}
.develop_con01 .develop_con01_bottom .swiper-slide.otherL {
  background-color: #fff;
  padding: 0;
}

@media only screen and (max-width: 1600px) {
  .develop_con01 .develop_con01_top {
    margin-bottom: 6vw;
  }
  .develop_con01 .develop_con01_top dl {
    margin-right: 1.4%;
  }
  .develop_con01 .develop_con01_top dd {
    padding: 2vw 2vw 3vw;
  }
  .develop_con01 .develop_con01_top dd .p {
    margin-top: 1vw;
  }
  .develop_con01 .develop_con01_top dt .img {
    width: 4vw;
  }
  .develop_con01 .develop_con01_bottom .h3_ul {
    width: 100%;
  }
  .develop_con01 .develop_con01_bottom h3 img {
    width: 37%;
  }
  .develop_con01 .develop_con01_bottom ul {
    margin-top: 2.5vw;
  }
  .develop_con01 .develop_con01_bottom li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 1300px) {
  .develop_con01 .develop_con01_bottom .h3_ul {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .develop_con01 .develop_con01_top dd {
    padding: 3vw 2vw 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con01 .develop_con01_top dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .develop_con01 .develop_con01_top dd {
    padding: 8vw 5vw 10vw;
  }
  .develop_con01 .develop_con01_top dd h3 {
    font-size: 20px;
  }
  .develop_con01 .develop_con01_top dd .p {
    margin-top: 3vw;
  }
  .develop_con01 .develop_con01_top dd > img {
    width: auto;
  }
  .develop_con01 .develop_con01_top {
    margin-bottom: 8vw;
  }
  .develop_con01 .develop_con01_bottom h3 img {
    width: 80%;
  }
  .develop_con01 .develop_con01_bottom ul {
    margin-top: 5vw;
  }
  .develop_con01 .develop_con01_bottom li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.5%;
            flex: 0 0 23.5%;
  }
  .develop_con01 .develop_con01_bottom li:nth-of-type(6n) {
    margin-right: 2%;
  }
  .develop_con01 .develop_con01_bottom li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.develop_con02 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.develop_con02 .img {
  margin-top: 30px;
}
.develop_con02 .img img {
  max-width: 100%;
}

@media only screen and (max-width: 800px) {
  .develop_con02 .img {
    width: 100%;
    overflow: auto;
  }
  .develop_con02 .img img {
    width: 800px;
    max-width: none;
  }
}
.develop_con03 {
  overflow: hidden;
}
.develop_con03 .devc03_list {
  overflow: hidden;
}
.develop_con03 .swiper-slide {
  width: 50%;
}
.develop_con03 dl {
  overflow: hidden;
  background: #f9f9f9;
  height: 100%;
  width: 100%;
}
.develop_con03 dt {
  overflow: hidden;
}
.develop_con03 dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.develop_con03 dl:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.develop_con03 dd {
  padding: 30px;
  position: relative;
}

.develop_con03_06 dt {
  height: 400px;
}
.develop_con03_06 dt img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1700px) {
  .develop_con03_06 dt {
    height: 24vw;
  }
}
@media only screen and (max-width: 1600px) {
  .develop_con03_06 dt {
    height: 22vw;
  }
}
@media only screen and (max-width: 1200px) {
  .develop_con03_06 dt {
    height: 24vw;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con03_06 dt {
    height: auto;
  }
  .develop_con03 dd {
    padding: 5vw;
  }
}
.develop_con04 {
  overflow: hidden;
}
.develop_con04 .swiper {
  width: 100%;
}
.develop_con04.yes_swp .dl_img_icon dl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.develop_con04 .sw_btn_all {
  margin-left: auto;
  margin-right: auto;
}

.develop_con05 {
  overflow: hidden;
}
.develop_con05 .devc05_list {
  background: #f9f9f9;
  padding: 80px 0;
}
.develop_con05 .sec6 .case {
  padding-bottom: 0px;
}
.develop_con05 .sec6 .case:after {
  display: none;
}
.develop_con05 .sec6 .case .swiper_img {
  width: 750px;
}
.develop_con05 .sec6 .case .swiper_text {
  width: 560px;
  margin-left: 40px;
  margin-top: 70px;
}
.develop_con05 .sec6 .case .swiper_text .p {
  margin-top: 50px;
}
.develop_con05 .sec6 .case .swiper_button {
  bottom: 80px;
}

@media only screen and (max-width: 1600px) {
  .develop_con05 .sec6 .case .swiper_img {
    width: 43vw;
  }
  .develop_con05 .sec6 .case .swiper_text {
    width: 34vw;
    margin-top: 5vw;
    margin-left: 2vw;
  }
  .develop_con05 .devc05_list {
    padding: 4vw 0;
  }
  .develop_con05 .sec6 .case .sw_btn_all {
    left: 6%;
  }
}
@media only screen and (max-width: 1300px) {
  .develop_con05 .sec6 .case .swiper_text {
    margin-top: 0px;
  }
  .develop_con05 .sec6 .case .swiper_text .p {
    margin-top: 0px;
    padding-top: 3vw;
  }
  .develop_con05 .sec6 .case .swiper_button {
    bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .develop_con05 .sec6 .case .swiper_img {
    width: 55%;
  }
  .develop_con05 .sec6 .case .swiper_text {
    width: 44%;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con05 .sec6 .case .swiper_img {
    width: 100%;
  }
  .develop_con05 .sec6 .case .swiper_text {
    width: 100%;
  }
  .develop_con05 .sec6 .case .swiper_text .p {
    padding-left: 0px;
  }
  .develop_con05 .sec6 .case .swiper-pagination-fraction {
    padding-left: 0px;
  }
  .develop_con05 .sec6 .case .swiper-button-prev {
    bottom: 4vw;
    left: 40%;
  }
  .develop_con05 .sec6 .case .swiper-button-next {
    bottom: 4vw;
    left: 55%;
  }
  .develop_con05 .devc05_list {
    padding: 5vw 0;
  }
  .develop_con05 .sec6 .case .sw_btn_all {
    left: 0%;
  }
}
.develop_con06 .dev6_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.develop_con06 .dev6_1 dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  padding: 10px 10px 10px 10px;
}
.develop_con06 .dev6_1 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.develop_con06 .dev6_1 dt {
  color: var(--color);
  font-weight: 700;
  text-align: center;
  padding-right: 8px;
}
.develop_con06 .dev6_1 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.develop_con06 .dev6_1 dd strong {
  color: var(--color);
  font-weight: 700;
  padding-right: 10px;
}
.develop_con06 .devc06_list {
  overflow: hidden;
}
.develop_con06 .devc06_list .swiper-slide {
  background: #f9f9f9;
}
.develop_con06 .devc06_list dl {
  overflow: hidden;
  background: #f9f9f9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.develop_con06 .devc06_list dt {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 750px;
          flex: 0 0 750px;
  height: 100%;
}
.develop_con06 .devc06_list dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.develop_con06 .devc06_list dl:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.develop_con06 .devc06_list dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.develop_con06 .devc06_list dd .p {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0;
}

@media only screen and (max-width: 1600px) {
  .develop_con06 .devc06_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .develop_con06 .devc06_list dd .p {
    width: 80%;
  }
  .develop_con06 .dev6_1 dt {
    font-size: 40px;
    line-height: 0.9;
  }
  .develop_con06 .dev6_1 dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .develop_con06 .dev6_1 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .develop_con06 .dev6_1 dl:nth-of-type(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .develop_con06 .dev6_1 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
    margin-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .develop_con06 .dev6_1 dl:last-child {
    margin-bottom: 0;
  }
  .develop_con06 .devc06_list dl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .develop_con06 .devc06_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
  }
  .develop_con06 .devc06_list dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .develop_con06 .devc06_list dd .p {
    width: 100%;
    padding: 8vw 5vw;
  }
}
.develop_con07 .devc07_list {
  overflow: hidden;
  height: 100%;
}
.develop_con07 dt {
  overflow: hidden;
}
.develop_con07 dt img {
  width: 100%;
}
.develop_con07 dd {
  margin-top: 15px;
}
.develop_con07 .swiper {
  height: 100%;
}
.develop_con07 .swiper-slide {
  width: 40%;
  height: calc((100% - 30px) / 2) !important;
}

.develop_con08 {
  background: #f9f9f9;
}
.develop_con08 dl {
  border-bottom: 1px solid #c7d2e4;
  padding-bottom: 20px;
  height: 100%;
}
.develop_con08 dt {
  overflow: hidden;
}
.develop_con08 dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.develop_con08 dd {
  margin-top: 20px;
}
.develop_con08 dd .p {
  text-align: justify;
}
.develop_con08 dl:hover dt img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.develop_con08 .swiper-slide {
  width: 30%;
  height: auto;
}

.develop_con09 dt {
  overflow: hidden;
}
.develop_con09 dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.develop_con09 dd {
  margin-top: 20px;
}
.develop_con09 dd .p {
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
.develop_con09 dd span {
  color: #aaa;
}
.develop_con09 dl:hover dt img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.develop_con09 .swiper-slide {
  width: 30%;
  height: auto;
}

.nume1_top ul {
  width: 1230px;
  margin: 0 auto;
  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;
}
.nume1_top li {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 10px;
  -webkit-box-shadow: 4px 2px 20px #eef0f3;
          box-shadow: 4px 2px 20px #eef0f3;
  margin-right: 25px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.nume1_top li img {
  width: 100px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.nume1_top li:hover img {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.nume1_bottom {
  text-align: center;
}
.nume1_bottom .text {
  width: 790px;
  color: #999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.nume1_bottom img {
  display: inline-block;
  max-width: 100%;
}

@media only screen and (max-width: 1600px) {
  .nume1_top li {
    padding: 4vw 0.5vw;
    margin-right: 1vw;
  }
  .nume1_top li img {
    width: 6vw;
  }
  .nume1_bottom .text {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 1300px) {
  .nume1_top ul {
    width: 90%;
  }
  .nume1_bottom .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1000px) {
  .nume1_bottom .text {
    width: 90%;
    margin-top: 4vw;
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .nume1_top li {
    min-width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .nume1_top li:nth-of-type(2n) {
    margin-right: 0;
  }
  .nume1_top li:last-child {
    margin-right: 0;
  }
  .nume1_top li img {
    width: 12vw;
  }
}
.nume2_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nume2_top li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.nume2_top li .p {
  max-width: 520px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  z-index: 3;
}
.nume2_top li img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.nume2_top li:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.nume2_top li:after {
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0px;
  z-index: 2;
}

.nume2_bottom {
  text-align: center;
}
.nume2_bottom img {
  display: inline-block;
  max-width: 100%;
}
.nume2_bottom .p {
  color: #999;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .nume2_top li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
  }
  .nume2_top li .p {
    bottom: 20px;
  }
  .nume2_bottom {
    padding-top: 8vw;
  }
  .nume2_bottom .p {
    margin-bottom: 5vw;
  }
  .nume2_bottom .p br {
    display: none;
  }
}
.nume3 {
  background: #f9f9f9;
}
.nume3 .sec4_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
}
.nume3 .swiper-slide {
  height: auto;
}
.nume3 dl {
  background-color: #fff;
  -webkit-box-shadow: 4px 2px 20px #eef0f3;
          box-shadow: 4px 2px 20px #eef0f3;
  height: 100%;
  border: 1px solid #e0e0e0;
  padding: 30px 40px 60px 40px;
}
.nume3 dt {
  margin-bottom: 30px;
}
.nume3 dt .img {
  width: 60px;
}
.nume3 dt .img img {
  width: 100%;
}
.nume3 dt h3 {
  margin-top: 13px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.nume3 dd {
  color: #666;
}
.nume3 dd p {
  margin-bottom: 22px;
}
.nume3 dd .p {
  text-align: justify;
}
.nume3 .sw_btn_all {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1600px) {
  .nume3 dl {
    padding: 1.5vw 2vw 3vw 2vw;
  }
  .nume3 .sec4_btm {
    padding-bottom: 2vw;
  }
  .nume3 dt {
    margin-bottom: 1.5vw;
  }
  .nume3 dd p {
    margin-bottom: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .nume3 dl {
    padding: 8vw 5vw;
  }
}
.nume4 .swiper_img .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  z-index: 5;
}
.nume4 .swiper_img .p a {
  color: #fff;
}
.nume4 .swiper_img .p a:hover {
  text-decoration: underline;
}
.nume4 .swiper_img .swiper-slide {
  overflow: hidden;
  opacity: 0.5;
}
.nume4 .swiper_img .swiper-slide-active.swiper-slide {
  opacity: 1;
}
.nume4 .swiper_img .swiper-slide .p {
  opacity: 0;
}
.nume4 .swiper_img .swiper-slide-active.swiper-slide .p {
  opacity: 1;
}
.nume4 .swiper_img .img {
  overflow: hidden;
}
.nume4 .swiper_img .img img {
  width: 100%;
}
.nume4 .swiper_img .swiper-slide:after {
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .nume4 .swiper_img .p {
    padding: 3vw 5vw;
  }
}
.tech1 .top {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.tech1 .top .text_con {
  padding: 70px 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tech1 .top .p {
  text-align: left;
}
.tech1 .top .img {
  max-width: 720px;
}
.tech1 .top .img img {
  width: 100%;
}
.tech1 .bottom {
  overflow: hidden;
}
.tech1 .bottom ul {
  margin-bottom: 50px;
}
.tech1 .bottom .dl_swiper {
  display: none;
}
.tech1 .bottom .dl_swiper.hover {
  display: block;
}
.tech1 .bottom dd .p {
  color: #666;
}
.tech1 .bottom dd .num {
  font-weight: 700;
}
.tech1 .bottom dd i {
  color: #333;
}
.tech1 .bottom .swiper-wrapper {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tech3 .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px;
  z-index: 5;
}
.tech3 .p a {
  color: #fff;
}
.tech3 .p a:hover {
  text-decoration: underline;
}
.tech3 .swiper-slide {
  overflow: hidden;
  height: 560px;
}
.tech3 .img {
  overflow: hidden;
  height: 100%;
}
.tech3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech3 .swiper-slide:after {
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0px;
  z-index: 2;
}
.tech3 .p h3 {
  margin-bottom: 7px;
  font-weight: 700;
}

@media screen and (max-width: 1600px) {
  .tech3 .swiper-slide {
    height: 45vh;
  }
}
@media screen and (max-width: 1200px) {
  .tech3 .swiper-slide {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .tech3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .tech3 .swiper-slide:after {
    top: 20%;
    display: none;
  }
  .tech3 .p {
    padding: 8vw 5vw;
    position: static;
    color: #333;
  }
  .tech3 .swiper-slide {
    background: #f9f9f9;
    height: 30vh;
  }
}
.tech4 {
  position: relative;
}
.tech4 .titl_text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
  z-index: 2;
}
.tech4 .img img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.tech4 .img img {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tech4 .img1 img:nth-of-type(1) {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tech4 .img1 img:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.tech4 .img2 img:nth-of-type(1) {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tech4 .img2 img:nth-of-type(2) {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tech4 .img2 img:nth-of-type(3) {
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.tech4 .img2 img:nth-of-type(4) {
  opacity: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.tech4 .img2 img:nth-of-type(5) {
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.tech4 .img2 img:nth-of-type(6) {
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.tech4 .img2 img:nth-of-type(7) {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.tech4 .img2 img:nth-of-type(8) {
  opacity: 0;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.tech4 .img2 img:nth-of-type(9) {
  opacity: 0;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.tech4 .img2 img:nth-of-type(10) {
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.tech4 .img1 {
  position: relative;
  z-index: 2;
}
.tech4 .img2 {
  position: relative;
  z-index: 3;
}

.tech4.animated .img img {
  opacity: 1;
}

.tech4.animated .img1 img:nth-of-type(2) {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.tech5 {
  background: #f9f9f9;
}
.tech5 .swiper_img .swiper-slide {
  overflow: hidden;
}
.tech5 .swiper_img .img {
  overflow: hidden;
}
.tech5 .swiper_img .img img {
  width: 100%;
}
.tech5 .swiper_img .p {
  margin-top: 20px;
  text-align: center;
}
.tech5 .dl_img_icon {
  display: block;
}

.tech6 .tech6_list {
  overflow: hidden;
}
.tech6 .tech6_list .img {
  text-align: center;
  margin-top: 30px;
}
.tech6 .tech6_list dl {
  overflow: hidden;
  background: #f9f9f9;
  height: 100%;
}
.tech6 .tech6_list dt {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.tech6 .tech6_list dt img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tech6 .tech6_list dl:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.tech6 .tech6_list dd {
  padding: 30px 30px 60px 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tech6_swiper .swiper-slide {
  width: 300px;
  height: 90px;
  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;
  overflow: hidden;
  background: #fff;
}

.tech6_swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 1600px) {
  .tech6_swiper .swiper-slide {
    width: 15.6vw;
    height: 4.5vw;
  }
}
.tech7 .img {
  overflow: hidden;
  position: relative;
}
.tech7 .p {
  color: #fff;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  text-align: center;
}
.tech7 .p a {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: var(--color);
  font-size: 16px;
  margin-top: 20px;
  color: #333;
}

.tech1_1 .top .more_a a {
  margin-left: auto;
  margin-right: auto;
}
.tech1_1 .top .more_a span {
  display: inline-block;
  margin-right: 10px;
}
.tech1_1 .bottom h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.tech1_1 .bottom .p p {
  color: #999;
}
.tech1_1 .bottom .p .href_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 50px;
  margin-top: 45px;
  background: #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.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tech1_1 .bottom .p .href_a:hover {
  background: var(--color);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .tech1_1 .top .more_a a {
    width: 190px;
  }
  .tech1_1 .bottom h3 {
    margin-bottom: 2vw;
  }
  .tech1_1 .bottom .p .href_a {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .tech1_1 .bottom h3 {
    margin-bottom: 5vw;
  }
  .tech1_1 .bottom .p .href_a {
    margin-top: 5vw;
  }
  .tech1_1 .develop_con06 .devc06_list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.tech2_1 .t2_1_swiper {
  min-height: 560px;
  max-width: 1050px;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/39139cdf-c008-43c7-be22-0a3592e56c5b.jpg) no-repeat center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px;
}
.tech2_1 .t2_1_swiper .swiper {
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
}
.tech2_1 .t2_1_swiper .swiper-slide {
  opacity: 0 !important;
}
.tech2_1 .t2_1_swiper .swiper-slide-active {
  opacity: 1 !important;
}
.tech2_1 .t2_1_swiper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1160px;
}
.tech2_1 .t2_1_swiper li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  position: relative;
}
.tech2_1 .t2_1_swiper li .p {
  height: 100%;
  border-radius: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 13px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tech2_1 .t2_1_swiper li .p p {
  z-index: 2;
  position: relative;
}
.tech2_1 .t2_1_swiper li:nth-of-type(1) {
  margin-bottom: 200px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(2) {
  margin-bottom: 200px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(1) .p {
  color: var(--color);
  background: #e4f4ff;
  width: 466px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(2) .p {
  background: var(--color);
  color: #fff;
  width: 336px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(3) .p {
  background: var(--color);
  color: #fff;
  width: 368px;
  padding-bottom: 25px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(4) .p {
  color: var(--color);
  background: #e4f4ff;
  width: 466px;
  padding-bottom: 25px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
.tech2_1 .t2_1_swiper li .p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tech2_1 .t2_1_swiper li .p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -16px;
  width: 100%;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.tech2_1 .t2_1_swiper li:nth-of-type(1) .p:after {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/621b46ab-78b0-4991-8865-4422b59f0b0e.png);
  bottom: -30px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(1) .p:before {
  display: none;
}
.tech2_1 .t2_1_swiper li:nth-of-type(2) .p:after {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/e7c2fb35-d2d8-4fd6-9a73-15d0b3dc966a.png);
  bottom: -30px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(2) .p:before {
  display: none;
}
.tech2_1 .t2_1_swiper li:nth-of-type(3) .p:after {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/0485d45c-5472-431c-9fcb-0a2252a2b390.png);
  height: 30px;
  bottom: 0px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(3) .p:before {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/3b80f4ce-c9cf-4121-aea0-c7ee7d60e297.png);
}
.tech2_1 .t2_1_swiper li:nth-of-type(4) .p:after {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/ac662ca5-3648-4c90-aedd-e57a282a76d4.png);
  height: 30px;
  bottom: 0px;
}
.tech2_1 .t2_1_swiper li:nth-of-type(4) .p:before {
  background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/ab745bec-fae1-4697-b786-b10f9f1df3cd.png);
}
.tech2_1 .bottom_con {
  background: #f9f9f9;
  padding: 60px;
  text-align: center;
  color: #666;
  line-height: 1.6;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .tech2_1 .bottom_con {
    padding: 3vw;
  }
  .tech2_1 .t2_1_swiper {
    min-height: auto;
    background-size: contain;
  }
  .tech2_1 .t2_1_swiper .swiper {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(1) .p {
    width: 70%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(2) .p {
    width: 55%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(3) .p {
    width: 55%;
    padding-bottom: 15px;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(4) .p {
    width: 70%;
    padding-bottom: 15px;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(3) .p:after {
    bottom: -17%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(4) .p:after {
    bottom: -17%;
  }
  .tech2_1 .t2_1_swiper li .p:before {
    top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .tech2_1 .bottom_con {
    padding: 8vw 5vw;
  }
  .tech2_1 .bottom_con br {
    display: none;
  }
  .tech2_1 .t2_1_swiper li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(1) {
    margin-bottom: 5vw;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(3) {
    margin-bottom: 5vw;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(1) .p {
    width: 100%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(2) .p {
    width: 100%;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(3) .p {
    width: 100%;
    padding-bottom: 15px;
    border-radius: 16px;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(4) .p {
    width: 100%;
    padding-bottom: 15px;
    border-radius: 16px;
  }
  .tech2_1 .t2_1_swiper li .p:before {
    display: none;
  }
  .tech2_1 .t2_1_swiper li .p:after {
    display: none;
  }
  .tech2_1 .t2_1_swiper li:nth-of-type(2) {
    margin-bottom: 150px;
  }
}
.tech3_1 .img_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tech3_1 .img_list li {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.tech3_1 .img_list li:nth-of-type(2n) {
  margin-right: 0px;
}
.tech3_1 .img_list li img {
  width: 100%;
}
.tech3_1 .img_list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.tech3_1 .img_list .titl_text {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
.tech3_1 .img_list .titl_text h4 {
  padding-bottom: 10px;
}
.tech3_1 .img_list .titl_text h4:after {
  background: #fff;
  height: 2px;
  width: 20px;
}
.tech3_1 .img_list .titl_text .p {
  color: #fff;
  margin-top: 15px;
}
.tech3_1 .dl_list {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.tech3_1 .dl_list dl {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 30px 40px;
}
.tech3_1 .dl_list dt {
  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;
}
.tech3_1 .dl_list dt span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 3px solid #999;
  margin-right: 30px;
  position: relative;
}
.tech3_1 .dl_list dt span:after {
  content: "+";
  font-size: 30px;
  color: #999;
  line-height: 0.8;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tech3_1 .dl_list dt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tech3_1 .dl_list dd {
  padding: 30px 0;
  padding-left: 64px;
  color: #999;
  line-height: 1.8;
  display: none;
}
.tech3_1 .dl_list dl.active dt span:after {
  content: "-";
}
.tech3_1 .dl_list dl.active dd {
  display: block;
}

@media screen and (max-width: 1600px) {
  .tech3_1 .dl_list {
    margin-top: 4vw;
  }
  .tech3_1 .dl_list dl {
    padding: 2vw 3vw;
  }
  .tech3_1 .dl_list dd {
    padding: 2vw 0;
    padding-left: 48px;
  }
  .tech3_1 .dl_list dt span {
    width: 28px;
    height: 28px;
    border-width: 2px;
    margin-right: 20px;
  }
  .tech3_1 .dl_list dt span:after {
    font-size: 24px;
    line-height: 0.9;
  }
}
@media screen and (max-width: 767px) {
  .tech3_1 .img_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 3vw;
  }
  .tech3_1 .dl_list dl {
    padding: 5vw 5vw;
  }
  .tech3_1 .dl_list dd {
    padding: 3vw 0;
    padding-left: 0px;
    font-size: 14px;
  }
  .tech3_1 .dl_list dt span {
    width: 20px;
    height: 20px;
    border-width: 1px;
    margin-right: 10px;
  }
  .tech3_1 .dl_list dt span:after {
    font-size: 18px;
  }
}
.tech4_1 .devc06_list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
  height: 450px;
}
.tech4_1 .devc06_list dd .p {
  width: 80%;
}
.tech4_1 .devc06_list dd .p h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.tech4_1 .devc06_list dd .p p {
  color: #999;
}

@media screen and (max-width: 1600px) {
  .tech4_1 .devc06_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 25vw;
  }
}
@media screen and (max-width: 1200px) {
  .tech4_1 .devc06_list dt {
    height: 28vw;
  }
}
@media screen and (max-width: 767px) {
  .tech4_1 .devc06_list dd .p {
    width: 100%;
  }
  .tech4_1 .devc06_list dd .p h3 {
    margin-bottom: 3vw;
  }
}
.tech5_1 {
  min-height: 400px;
  position: relative;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/7f691244-3707-4100-8d70-dcccd5aedc93.jpg) no-repeat center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tech5_1 h3 {
  margin-bottom: 30px;
  font-weight: 700;
}
.tech5_1 .more_a a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .tech5_1 h3 {
    padding: 0 3vw;
  }
  .tech5_1 .more_a a {
    width: 190px;
  }
}
.about1 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/25c5f09c-0aac-457c-9110-89c2f8eb511f.jpg) no-repeat right bottom;
}
.about1 .img {
  text-align: center;
}
.about1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about1 .ab_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about1 .dl_img {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 2;
  position: relative;
  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;
  overflow: hidden;
  background: #f9f9f9;
  padding: 60px;
  width: 413px;
}
.about1 .dl_img dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-bottom: 1px solid #cecece;
  padding: 30px 0;
  text-align: left;
}
.about1 .dl_img dd .p {
  color: #aaa;
}
.about1 .dl_img dd span {
  color: var(--color);
  font-weight: 700;
}
.about1 .dl_img dl:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.about1 .ab_right {
  padding: 70px 0 0 150px;
}
.about1 .ab_right h3 {
  font-weight: 700;
}
.about1 .ab_right ul {
  margin-top: 40px;
  border-top: 1px solid #eee;
}
.about1 .ab_right li {
  border-bottom: 1px solid #eee;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about1 .ab_right img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.about1 .ab_right li:hover img {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

@media screen and (max-width: 1600px) {
  .about1 {
    background-size: 100%;
  }
  .about1 .dl_img {
    width: 23vw;
    padding: 3vw;
    -webkit-transform: translateY(-5vw);
        -ms-transform: translateY(-5vw);
            transform: translateY(-5vw);
  }
  .about1 .dl_img dl {
    padding: 2vw 0;
  }
  .about1 .ab_right {
    padding: 4vw 0 0 7.5vw;
  }
}
@media screen and (max-width: 767px) {
  .about1 .dl_img {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5vw;
    padding-bottom: 9vw;
  }
  .about1 .img {
    height: 50vw;
  }
  .about1 .dl_img dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .about1 .dl_img dd .p {
    margin-right: 20px;
  }
  .about1 .dl_img dd span {
    font-size: 40px;
    margin-right: 5px;
  }
}
.about2 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/0c985bdf-b01c-478f-8d73-b163e9965b5f.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 280px;
}
.about2 .dl_img_icon dl {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0 50px;
}
.about2 .dl_img_icon dl:last-child {
  border-right: 0px;
}
.about2 .dl_img_icon dt {
  border-color: #fff;
}
.about2 .dl_img_icon dd {
  color: #fff;
}
.about2 .dl_img_icon dd i {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}
.about2 .dl_img_icon dd span {
  font-weight: 700;
}
.about2 .dl_img_icon .p {
  margin-top: 0px;
}
.about2 .p {
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

@media screen and (max-width: 1600px) {
  .about2 {
    padding-bottom: 25vw;
  }
  .about2 .dl_img_icon dl {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .about2 {
    padding-bottom: 40vw;
  }
  .about2 .dl_img_icon dd {
    margin-top: 20px;
  }
  .about2 .dl_img_icon dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-right: 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about2 .dl_img_icon dt {
    width: 20vw;
    height: 20vw;
  }
  .about2 .dl_img_icon dt img {
    max-width: 40%;
  }
  .about2 .dl_img_icon dd span {
    font-size: 24px;
  }
}
.about3 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/61a8ee36-465e-47b2-8526-0f0ddf913c2c.jpg) no-repeat center bottom;
  background-size: cover;
}
.about3 .about3_list {
  overflow: hidden;
  height: 100%;
}
.about3 dt {
  border-radius: 100%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.about3 dt img {
  width: 100%;
}
.about3 dd {
  margin-top: 25px;
  text-align: center;
}
.about3 dd h3 {
  font-weight: 700;
}
.about3 .swiper {
  height: 100%;
}
.about3 .swiper-slide {
  width: 40%;
  height: calc((100% - 70px) / 2) !important;
}
.about3 .sw_btn_all {
  margin-top: 80px;
}

@media screen and (max-width: 1600px) {
  .about3 dt {
    width: 10vw;
    height: 10vw;
  }
}
@media screen and (max-width: 767px) {
  .about3 dt {
    width: 30vw;
    height: 30vw;
  }
}
.about4 .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about4 .dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}
.about4 .dl dt img {
  width: 100%;
}
.about4 .dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.about4 .dl dd .dd_con {
  position: absolute;
  right: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 83%;
}
.about4 .dl dd h3 {
  font-weight: 700;
  margin-top: 15px;
}
.about4 .dl dd span {
  color: var(--color);
  font-weight: 700;
}
.about4 .dl dd .p {
  margin-top: 40px;
  color: #666;
}
.about4 .dl dl:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 150px;
}
.about4 .dl dl:nth-of-type(2n) dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 740px;
          flex: 0 0 740px;
}
.about4 .dl dl:nth-of-type(2n) dd .dd_con {
  right: auto;
  left: 0px;
  width: 70%;
}

@media screen and (max-width: 1600px) {
  .about4 .dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35vw;
            flex: 0 0 35vw;
  }
  .about4 .dl dl:nth-of-type(2n) {
    margin-top: 8vw;
  }
  .about4 .dl dl:nth-of-type(2n) dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45vw;
            flex: 0 0 45vw;
  }
  .about4 .dl dd .p {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .about4 .dl dt {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
  .about4 .dl dd .dd_con {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-top: 5vw;
    width: 100%;
  }
  .about4 .dl dl:nth-of-type(2n) {
    margin-top: 10vw;
  }
  .about4 .dl dl:nth-of-type(2n) dd .dd_con {
    width: 100%;
  }
}
.about5 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/b11a8f31-6755-46e8-aed6-50b97ab2c8e3.jpg) no-repeat center top;
}
.about5 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about5 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
  margin-right: 40px;
}
.about5 .left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0;
}
.about5 .left ul li span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  text-align: center;
  font-weight: 700;
}
.about5 .left ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
}
.about5 .left ul li.hover {
  background: var(--color);
  color: #fff;
}
.about5 .left ul li:hover {
  background: var(--color);
  color: #fff;
}
.about5 .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
  text-align: right;
}
.about5 .right img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .about5 {
    background-size: 100%;
  }
  .about5 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
  .about5 .left ul li p {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .about5 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
  .about5 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5vw;
  }
  .about5 .left ul li {
    padding: 5vw 3vw;
  }
  .about5 .left ul li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: left;
  }
  .about5 .left ul li p {
    padding-left: 0px;
  }
}
.about6 {
  position: relative;
}
.about6 .titl_text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
}
.about6 .titl_text .p {
  color: #fff;
}
.about6 .titl_text h4:after {
  background-color: #fff;
}
.about6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .about6 {
    height: 100vw;
  }
}
.inv1 {
  position: relative;
  color: #fff;
  height: 293px;
}
.inv1 .con {
  position: absolute;
  left: 60px;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.inv1 .top .mc span {
  line-height: 1;
}
.inv1 .top .rmb {
  font-weight: 700;
  margin-top: 8px;
}
.inv1 .top .rmb span {
  padding-right: 10px;
  display: inline-block;
  line-height: 1;
}
.inv1 .bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inv1 .bottom dl {
  margin-right: 100px;
}

.inv1 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .inv1 {
    height: 250px;
  }
  .inv1 .con {
    left: 3vw;
  }
  .inv1 .bottom {
    margin-top: 3vw;
  }
  .inv1 .bottom dl {
    margin-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .inv1 {
    height: 430px;
  }
  .inv1 .con {
    left: 8vw;
  }
  .inv1 .top .rmb span {
    font-size: 40px;
  }
  .inv1 .bottom {
    margin-top: 8vw;
  }
  .inv1 .bottom dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    margin-bottom: 5%;
    margin-right: 3%;
  }
  .inv1 .bottom dl:nth-of-type(2n) {
    margin-right: 0px;
  }
  .inv1 .bottom .bottom2 {
    margin-left: 0px !important;
  }
}
.inv2 {
  margin-top: 70px;
}
.inv2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inv2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  text-align: center;
  color: #333;
}
.inv2 li a {
  padding: 20px 10px;
  color: #333;
  display: block;
  background: #f5f5f5;
}
.inv2 li a:hover {
  background: var(--color);
  color: #fff;
}
.inv2 li.hover a {
  background: var(--color);
  color: #fff;
}
.inv2 .inv2_list {
  margin-top: 50px;
}
.inv2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 20px;
}
.inv2 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  text-align: center;
  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;
}
.inv2 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}
.inv2 dd a {
  padding-right: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.inv2 dd a:hover {
  color: var(--color);
}
.inv2 dd span {
  font-size: 20px;
  font-family: "宋体";
  color: #bbb;
}
.inv2 dl:nth-of-type(2n+1) {
  background: #f2f5f9;
}

.inv3 {
  position: relative;
}
.inv3 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inv3 .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
}
.inv3 h3 {
  font-weight: 700;
}
.inv3 ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.inv3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inv3 li img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41px;
          flex: 0 0 41px;
}
.inv3 li p {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inv3 li a {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .inv3 {
    height: 30vw;
  }
  .inv3 ul {
    margin-top: 3vw;
  }
  .inv3 li {
    margin: 0 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .inv3 {
    height: auto;
  }
  .inv3 h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .inv3 > img {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .inv3 .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0px;
    top: 0px;
    padding: 5vw 0;
  }
  .inv3 ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5vw;
  }
  .inv3 li {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .inv3 .text {
    padding: 10vw 0;
  }
}
.product_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_con .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
.product_con .left dl {
  margin-bottom: 15px;
}
.product_con .left dt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.product_con .left dt:after {
  content: ">";
  font-family: "宋体";
  color: #bbb;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product_con .left dd {
  margin-top: 20px;
  margin-bottom: 40px;
  display: none;
}
.product_con .left .has_sub h3 {
  position: relative;
  cursor: pointer;
}
.product_con .left .has_sub h3:after {
  content: ">";
  font-family: "宋体";
  color: #bbb;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product_con .left li {
  margin-bottom: 13px;
}
.product_con .left .sub {
  padding-left: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}
.product_con .left .sub a {
  color: #aaa;
}
.product_con .left .sub p {
  margin-bottom: 20px;
}
.product_con .left a.hover {
  color: var(--color);
}
.product_con .left a:hover {
  color: var(--color);
}
.product_con .left dl.hover dt {
  color: var(--color);
}
.product_con .left dl.hover dt:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.product_con .left dl .has_sub.hover h3:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.product_con .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  margin-left: 30px;
  border-left: 1px solid #ddd;
}
.product_con .right .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_con .right dl {
  margin-left: 15px;
  width: calc(33.33% - 15px);
  margin-bottom: 70px;
}
.product_con .right dt {
  background: #f9f9f9;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: calc(100% - 50px);
}
.product_con .right .img {
  margin-bottom: 15px;
}
.product_con .right .img img {
  max-width: 100%;
}
.product_con .right h3 {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 10px;
}
.product_con .right a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_con .right p {
  color: #999;
}
.product_con .right dl:hover dt {
  background: #efefef;
}
.product_con .right dl:hover dt a {
  color: var(--color);
}
.product_con .right dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.product_con .right dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 50px;
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 5px;
  text-align: center;
  line-height: 48px;
}
.product_con .right dd b {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: block;
  height: 50px;
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  line-height: 48px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product_con .right dd b:hover {
  background: var(--color);
  color: #fff;
}
.product_con .right dd a:hover {
  background: var(--color);
  color: #fff;
}

.tip_con {
  text-align: left;
}
.tip_con .div {
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transform: skewX(-20deg) translateX(-20px);
      -ms-transform: skewX(-20deg) translateX(-20px);
          transform: skewX(-20deg) translateX(-20px);
}
.tip_con .div .p {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  color: #fff;
  padding-left: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tip_con .div .p p {
  color: #fff;
}
.tip_con .div svg {
  margin-right: 7px;
}
.tip_con .tj {
  background: #118f00;
}
.tip_con .rm {
  background: #ef6a08;
}

.ljzx_tan {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9999;
}
.ljzx_tan .tan_box {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 550px;
  overflow: hidden;
  padding: 50px;
}
.ljzx_tan .tan_box h3 {
  color: var(--color);
  font-weight: 700;
}
.ljzx_tan .tan_box .p {
  color: #999;
  margin-top: 17px;
  margin-bottom: 30px;
}
.ljzx_tan .tan_box li {
  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;
  color: #777;
  margin-bottom: 10px;
}
.ljzx_tan .tan_box li b {
  color: #333;
}
.ljzx_tan .tan_box li svg {
  margin-right: 13px;
}
.ljzx_tan .tan_box .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ljzx_tan .tan_box li a:hover {
  color: var(--color);
}

.div_p_tip {
  display: none;
}

.isFENV .div_p_tip {
  display: block;
}

.mo_product_btn {
  display: none;
}

@media screen and (max-width: 1300px) {
  .product_con .right dl {
    width: calc(50% - 15px);
    margin-bottom: 4vw;
  }
  .tip_con .div {
    width: 90px;
    line-height: 34px;
    height: 34px;
  }
  .tip_con .div .p p {
    font-size: 12px;
  }
  .tip_con .div svg {
    width: 15px;
  }
  .product_con .right dt {
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .product_con {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
  }
  .product_con .left {
    display: block;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 3;
    padding: 5vw;
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .product_con .right {
    margin-left: 0px;
    border-left: 0px;
    padding-left: 0px;
  }
  .product_con .right:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    z-index: -1;
  }
  .product_con .right dl {
    margin-left: 0px;
    margin-right: 15px;
  }
  .product_con .right dl:nth-of-type(2n) {
    margin-right: 0px;
  }
  .mo_product_btn {
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 20px;
    cursor: pointer;
    z-index: 9;
  }
  .mo_product_btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .mo_product_btn span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: -7px;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .mo_product_btn span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #bdbdbd;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .mo_product_btn.act_o span {
    background-color: #fff;
  }
  .mo_product_btn.act_o span::before {
    bottom: 0px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mo_product_btn.act_o span::after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .product_con .left.act_o {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .product_con .right.act_o:after {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .product_con .right dl {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 8vw;
  }
}
.product_detail_con {
  position: relative;
}

.pro_detai_con1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.pro_detai_con1 .p_text h3 {
  font-weight: 700;
}
.pro_detai_con1 .p_text h4 {
  font-weight: 700;
}
.pro_detai_con1 .p_text .p {
  margin-top: 18px;
}
.pro_detai_con1 .p_btn {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con1 .p_btn dd {
  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;
  color: #707070;
  margin-right: 10px;
  cursor: pointer;
  background-color: #fff;
  width: 140px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pro_detai_con1 .p_btn a {
  color: #707070;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con1 .p_btn svg {
  margin-right: 10px;
}
.pro_detai_con1 .p_btn path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con1 .p_btn dd:hover {
  background-color: var(--color);
  color: #fff;
}
.pro_detai_con1 .p_btn dd:hover a {
  color: #fff;
}
.pro_detai_con1 .p_btn dd:hover path {
  fill: #fff;
}

@media screen and (max-width: 1600px) {
  .pro_detai_con1 .p_btn {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  .product_detail_con .bannerswp .swiper-slide {
    height: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .product_detail_con .bannerswp .swiper-slide {
    height: auto;
  }
  .product_detail_con .bannerswp {
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .product_detail_con .pro_detai_con1 {
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 15vw 0;
  }
  .pro_detai_con1 .p_text .p {
    margin-top: 5vw;
  }
  .pro_detai_con1 .p_btn {
    margin-top: 10vw;
  }
  .pro_detai_con1 .p_btn dd {
    margin-bottom: 5vw;
  }
}
.pro_detai_con2 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/a469ae34-98d1-4e5b-a1a1-a8500d1638ad.jpg) no-repeat left top;
  background-size: contain;
}
.pro_detai_con2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con2 .p_img {
  width: 861px;
}
.pro_detai_con2 .swp_np {
  position: relative;
  width: 75%;
}
.pro_detai_con2 .swp_np .swiper-slide {
  width: 90px;
}
.pro_detai_con2 .swiper-button-prev {
  left: 0px;
}
.pro_detai_con2 .swiper-button-next:after {
  font-size: 24px;
  color: var(--color);
}
.pro_detai_con2 .swiper-button-prev:after {
  font-size: 24px;
  color: var(--color);
}
.pro_detai_con2 .swiper-button-next {
  right: 0px;
}
.pro_detai_con2 .swiper-slide img {
  width: 100%;
}
.pro_detai_con2 .mySwiper {
  width: 500px;
  margin-left: auto;
  margin-top: 100px;
}
.pro_detai_con2 .mySwiper .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 18px 10px;
}
.pro_detai_con2 .mySwiper .swiper-slide-thumb-active {
  border-color: var(--color);
}
.pro_detai_con2 .p_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.pro_detai_con2 .titl_text {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 550px;
}
.pro_detai_con2 .titl_text .p {
  text-align: left;
}

@media screen and (max-width: 1600px) {
  .pro_detai_con2 .p_img {
    width: 50%;
  }
  .pro_detai_con2 .titl_text {
    width: 80%;
  }
  .pro_detai_con2 .mySwiper {
    width: 100%;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .pro_detai_con2 .p_img {
    width: 100%;
  }
  .pro_detai_con2 .wrap {
    display: block;
  }
  .pro_detai_con2 .titl_text {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    margin-top: 8vw;
    margin-bottom: 0;
  }
  .pro_detai_con2 .swp_np {
    width: 100%;
  }
}
.pro_detai_con {
  background: #f9f9f9;
}

.pro_detai_con1_1 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 50px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pro_detai_con1_1 .p_text h3 {
  font-weight: 700;
  line-height: 1.3;
}
.pro_detai_con1_1 .p_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.pro_detai_con1_1 .p_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con1_1 .p_btn dd {
  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;
  color: #000;
  margin-right: 10px;
  cursor: pointer;
  width: 140px;
  height: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #dbdbdb;
}
.pro_detai_con1_1 .p_btn a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con1_1 .p_btn svg {
  margin-right: 10px;
}
.pro_detai_con1_1 .p_btn path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con1_1 .p_btn dd:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.pro_detai_con1_1 .p_btn dd:hover a {
  color: #fff;
}
.pro_detai_con1_1 .p_btn dd:hover path {
  fill: #fff;
}

.pro_detai_con2_1 {
  margin-top: 50px;
}
.pro_detai_con2_1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con2_1 .p_img {
  width: 780px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 555px;
}
.pro_detai_con2_1 .swiper {
  height: 100%;
}
.pro_detai_con2_1 .swiper-slide {
  text-align: center;
}
.pro_detai_con2_1 .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pro_detai_con2_1 .swiper-button-next::before {
  display: none;
}
.pro_detai_con2_1 .swiper-button-prev::before {
  display: none;
}
.pro_detai_con2_1 .swiper-button-prev {
  left: 0px;
}
.pro_detai_con2_1 .swiper-button-next {
  right: 0px;
}
.pro_detai_con2_1 .swiper-button-next:after {
  font-size: 24px;
  color: var(--color);
}
.pro_detai_con2_1 .swiper-button-prev:after {
  font-size: 24px;
  color: var(--color);
}
.pro_detai_con2_1 .p_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
}
.pro_detai_con2_1 .titl_text {
  padding-left: 70px;
  margin-top: 70px;
  padding-right: 0px;
}
.pro_detai_con2_1 .titl_text h4 {
  padding-bottom: 0px;
}
.pro_detai_con2_1 .titl_text h4:after {
  display: none;
}
.pro_detai_con2_1 .titl_text h5 {
  font-weight: 700;
  margin-top: 20px;
}
.pro_detai_con2_1 .titl_text .p {
  text-align: justify;
  margin-top: 10px;
}

@media screen and (max-width: 1600px) {
  .pro_detai_con1_1 {
    padding-bottom: 3vw;
  }
  .pro_detai_con1_1 .p_text h3 {
    font-size: 20px;
  }
  .pro_detai_con2_1 {
    margin-top: 3vw;
  }
  .pro_detai_con2_1 .wrap {
    width: 80%;
    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;
  }
  .pro_detai_con2_1 .titl_text {
    padding-left: 4vw;
    margin-top: 4vw;
    padding-right: 0vw;
  }
  .pro_detai_con2_1 .p_img {
    width: 60%;
    height: 34vw;
  }
}
@media screen and (max-width: 1000px) {
  .pro_detai_con2_1 .titl_text h4 {
    margin-bottom: 5px;
  }
  .pro_detai_con2_1 .titl_text h5 {
    font-size: 24px;
  }
  .pro_detai_con1_1 .p_btn dd {
    width: 115px;
    height: 40px;
  }
  .pro_detai_con1_1 .p_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media screen and (max-width: 767px) {
  .pro_detai_con1_1 {
    padding-bottom: 8vw;
  }
  .pro_detai_con1_1 .p_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 3vw;
  }
  .pro_detai_con2_1 .p_img {
    width: 100%;
    height: 64vw;
  }
  .pro_detai_con2_1 .titl_text {
    padding-left: 0px;
    margin-top: 8vw;
    padding-right: 0px;
  }
  .pro_detai_con1_1 .p_btn dd {
    margin-top: 10px;
  }
  .pro_detai_con1_1 .p_btn dd span {
    font-size: 14px;
  }
  .pro_detai_con2_1 {
    margin-top: 8vw;
  }
  .pro_detai_con2_1 .wrap {
    width: 90%;
  }
}
.pro_detai_con3 {
  background-color: #f9f9f9;
}
.pro_detai_con3 dl {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 50px 40px;
  border-left: 4px solid var(--color);
  height: 100%;
}
.pro_detai_con3 dt {
  color: var(--color);
  margin-bottom: 10px;
  font-weight: 700;
}
.pro_detai_con3 dd {
  color: #333;
}
.pro_detai_con3 .one dt {
  margin-bottom: 0;
}
.pro_detai_con3 .no_swp .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1600px) {
  .pro_detai_con3 dl {
    padding: 3vw 2vw;
  }
}
@media screen and (max-width: 600px) {
  .pro_detai_con3 dl {
    padding: 8vw 5vw;
  }
}
.pro_detai_con3_1 .wrap {
  width: 800px;
}
.pro_detai_con3_1 ul {
  margin-top: 40px;
}
.pro_detai_con3_1 li {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 40px;
}
.pro_detai_con3_1 li:first-child {
  border-top: 1px solid #dbdbdb;
}
.pro_detai_con3_1 li:nth-of-type(2n) {
  background: #fcfcfc;
}
.pro_detai_con3_1 li h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.pro_detai_con3_1 li p {
  color: #777;
}

@media screen and (max-width: 1000px) {
  .pro_detai_con3_1 .wrap {
    width: 90%;
  }
  .pro_detai_con3_1 li {
    padding: 2vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .pro_detai_con3_1 li {
    padding: 5vw 3vw;
  }
}
.pro_detai_con4_1 {
  background: #f9f9f9;
}
.pro_detai_con4_1 .wrap {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con4_1 .titl_text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
.pro_detai_con4_1 .ul_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
}
.pro_detai_con4_1 .ul_box li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  color: #666;
}

@media screen and (max-width: 1000px) {
  .pro_detai_con4_1 .wrap {
    width: 90%;
  }
  .pro_detai_con4_1 .titl_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_detai_con4_1 .ul_box {
    padding-left: 0px;
  }
  .pro_detai_con4_1 .titl_text.left h4 {
    text-align: center;
  }
  .pro_detai_con4_1 .titl_text.left h4:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pro_detai_con4 .dl_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con4 dl {
  border-bottom: 1px solid #dddddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  margin-right: 60px;
  padding: 20px 0;
  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;
}
.pro_detai_con4 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.pro_detai_con4 dl:nth-of-type(1) {
  border-top: 1px solid #ddd;
}
.pro_detai_con4 dl:nth-of-type(2) {
  border-top: 1px solid #ddd;
}
.pro_detai_con4 dl:nth-of-type(3) {
  border-top: 1px solid #ddd;
}
.pro_detai_con4 dt {
  margin-right: 30px;
  width: 90px;
}
.pro_detai_con4 dt img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con4 dl:hover dt img {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.pro_detai_con4 dl:hover dd {
  color: var(--color);
}
.pro_detai_con4 .dl_box.one dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 0px;
  text-align: center;
  display: block;
  padding: 40px 0;
}
.pro_detai_con4 .dl_box.one dt {
  display: none;
}
.pro_detai_con4 .ul_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con4 .ul_box ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.4%;
          flex: 0 0 32.4%;
  margin-right: 20px;
  padding: 60px 50px;
  margin-bottom: 20px;
  background: #f9f9f9;
}
.pro_detai_con4 .ul_box ul:nth-of-type(3n) {
  margin-right: 0;
}
.pro_detai_con4 .ul_box li {
  position: relative;
  padding-left: 20px;
}
.pro_detai_con4 .ul_box li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color);
}

@media screen and (max-width: 1600px) {
  .pro_detai_con4 dl {
    margin-right: 3.4vw;
  }
  .pro_detai_con4 dt {
    width: 5vw;
  }
  .pro_detai_con4 .ul_box ul {
    margin-right: 1.1vw;
    padding: 3vw 2.5vw;
  }
  .pro_detai_con4 .dl_box.one dl {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 1200px) {
  .pro_detai_con4 dl {
    margin-right: 3.8vw;
    padding: 2vw 0;
  }
  .pro_detai_con4 dt {
    width: 6vw;
  }
  .pro_detai_con4 .dl_box.one dl {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .pro_detai_con4 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    padding: 5vw 0;
  }
  .pro_detai_con4 dt {
    width: 14vw;
  }
  .pro_detai_con4 .ul_box ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8vw 5vw;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
  .pro_detai_con4 dl:nth-of-type(2) {
    border-top: 0px;
  }
  .pro_detai_con4 dl:nth-of-type(3) {
    border-top: 0px;
  }
  .pro_detai_con4 .dl_box.one dl {
    padding: 6vw 0;
  }
}
.pro_detai_con5 .table_box {
  background-color: #fff;
  margin-bottom: 50px;
}
.pro_detai_con5 .table_title {
  background: var(--color);
  color: #fff;
}
.pro_detai_con5 .table_title li {
  font-weight: 700;
}
.pro_detai_con5 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0px 0px 70px;
  border-bottom: 1px solid #f0f0f0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_detai_con5 li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 70px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 5px 0;
  margin: 10px 0;
}
.pro_detai_con5 li.li01 {
  background: #f5f5f5;
  font-weight: 700;
}
.pro_detai_con5 li.supB sub {
  left: -20px;
  bottom: 4px;
}
.pro_detai_con5 li.supB sup {
  top: -10px;
}
.pro_detai_con5 li.supB span {
  margin-left: -13px;
}

@media screen and (max-width: 767px) {
  .pro_detai_con5 .table_box {
    margin-bottom: 5vw;
    width: 100%;
    overflow: auto;
  }
  .pro_detai_con5 li {
    padding-left: 5vw;
  }
  .pro_detai_con5 li p {
    padding-right: 5vw;
  }
  .pro_detai_con5 .table_title {
    width: 1000px;
  }
  .pro_detai_con5 .table_con {
    width: 1000px;
  }
}
.pro_detai_con6 .li {
  border-bottom: 1px solid #ddd;
}
.pro_detai_con6 .li:first-child {
  border-top: 1px solid #ddd;
}
.pro_detai_con6 .p_fileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pro_detai_con6 .li .text {
  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;
  padding-left: 40px;
}
.pro_detai_con6 .li .text svg {
  margin-right: 30px;
  position: absolute;
  left: 0px;
  top: 3px;
}
.pro_detai_con6 .li .text:hover {
  color: var(--color);
}
.pro_detai_con6 .li .text a:hover {
  color: var(--color);
}
.pro_detai_con6 .li .down {
  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;
  background: #f9f9f9;
  border-radius: 50px;
  padding: 8px 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pro_detai_con6 .li .down svg {
  margin-right: 10px;
}
.pro_detai_con6 .li .down path {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pro_detai_con6 .li .down:hover {
  background: var(--color);
  color: #fff;
}
.pro_detai_con6 .li .down:hover path {
  fill: #fff;
}
.pro_detai_con6 .li .down:hover a {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .pro_detai_con6 .p_fileItem {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 1000px) {
  .pro_detai_con6 .p_fileItem {
    display: block;
    padding: 5vw 0;
  }
  .pro_detai_con6 .li .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .pro_detai_con6 .li .down {
    margin-top: 2vw;
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .pro_detai_con6 .li .text {
    padding-left: 35px;
  }
  .pro_detai_con6 .li .down {
    margin-top: 5vw;
  }
}
.pro_detai_con7 dt {
  max-width: 372px;
  background: #f9f9f9;
  overflow: hidden;
  text-align: center;
  padding: 30px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pro_detai_con7 dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pro_detai_con7 dd {
  margin-top: 25px;
}
.pro_detai_con7 dd h3 {
  font-weight: 700;
}
.pro_detai_con7 dd p {
  color: #999;
  margin-top: 5px;
}
.pro_detai_con7 dl:hover dt {
  background: #efefef;
}
.pro_detai_con7 dd h3:hover a {
  color: var(--color);
}
.pro_detai_con7 .dl_img_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pro_detai_con7 .dl_img_con dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-right: 2%;
}
.pro_detai_con7 .dl_img_con dl:nth-of-type(3n) {
  margin-right: 0px;
}
.pro_detai_con7 .more_a a {
  width: 160px;
  margin: 50px auto 0;
  background: transparent;
  color: #999;
  border: 1px solid #ccc;
}
.pro_detai_con7 .more_a a:hover {
  background: var(--color);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pro_detai_con7 .dl_img_con dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 8vw;
  }
  .pro_detai_con7 dd {
    margin-top: 5vw;
  }
  .pro_detai_con7 .more_a a {
    margin-top: 3vw;
  }
}
.tran1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tran1 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
  overflow: hidden;
}
.tran1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tran1 .titl_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 90px;
}

@media screen and (max-width: 1600px) {
  .tran1 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .tran1 .titl_text {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .tran1 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.tran2 .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 60px;
  margin-bottom: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tran2 .dl dl:last-child {
  margin-bottom: 0px;
}
.tran2 .dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 516px;
          flex: 0 0 516px;
  overflow: hidden;
}
.tran2 .dl dt img {
  width: 100%;
}
.tran2 .dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.tran2 .dl dd .dd_con {
  padding-left: 60px;
}
.tran2 .dl dd h3 {
  font-weight: 700;
}
.tran2 .dl dd .p {
  margin-top: 20px;
  color: #666;
  padding-right: 30px;
  text-align: justify;
}
.tran2 .dl dl:last-child {
  border-bottom: 0px;
}

.yfsc .dl dl {
  background: #f9f9f9;
  border: 0;
  padding: 30px;
}

@media screen and (max-width: 1300px) {
  .tran2 .dl dd .dd_con {
    padding-left: 4vw;
  }
  .tran2 .dl dd .p {
    padding-right: 0px;
  }
  .tran2 .dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .tran2 .dl dl {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }
  .yfsc .dl dl {
    padding: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .tran2 .dl dl {
    padding-bottom: 0vw;
    margin-bottom: 8vw;
  }
  .tran2 .dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .tran2 .dl dd .dd_con {
    padding: 5vw 0vw;
  }
  .tran2 .dl dd .p {
    margin-top: 3vw;
  }
  .yfsc .dl dl {
    padding: 0vw;
  }
  .yfsc .dl dd .dd_con {
    padding: 8vw 5vw;
  }
}
.join1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join1 dd {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}
.join1 dd:last-child {
  margin-right: 0;
}
.join1 dd img {
  width: 100%;
}
.join1 dd .p {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  z-index: 2;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.join1 dd .p p {
  font-weight: 700;
  margin-bottom: 10px;
}
.join1 dd .p a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.join1 dd:hover .p a {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.join1_1 .titl_text {
  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;
}
.join1_1 .titl_text .p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
.join1_1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join1_1 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-right: 2%;
  position: relative;
}
.join1_1 dd:nth-of-type(2n) {
  margin-right: 0px;
}
.join1_1 dd img {
  width: 100%;
}
.join1_1 dd p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  color: #fff;
}
.join1_1 dd p a {
  color: #fff;
}
.join1_1 dd p span {
  font-family: "宋体";
  padding-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.join1_1 dd p a:hover span {
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
}

@media screen and (max-width: 1600px) {
  .join1_1 .titl_text {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .join1_1 .titl_text .p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .join1_1 .titl_text.left h4 {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .join1_1 .titl_text.left h4:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .join1_1 .titl_text.left h4 br {
    display: block;
  }
  .join1_1 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
  }
}
.join1_2 {
  background: #f9f9f9;
}
.join1_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join1_2 li {
  position: relative;
  margin: 0 30px;
}
.join1_2 li {
  display: block;
}
.join1_2 li .img2 {
  display: none;
}
.join1_2 li .p {
  position: absolute;
  left: 50%;
  top: 150%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.join1_2 li:hover .img1 {
  display: none;
}
.join1_2 li:hover .img2 {
  display: inline-block;
}
.join1_2 li:hover .p {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .join1_2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    text-align: center;
    margin-bottom: 8vw;
  }
  .join1_2 li .p {
    position: static;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    display: block;
  }
  .join1_2 li .img {
    text-align: center;
    margin-bottom: 3vw;
  }
  .join1_2 li .img2 {
    display: inline-block;
  }
  .join1_2 li .img1 {
    display: none;
  }
}
.join2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join2 .j2_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 110px;
  position: relative;
}
.join2 .j2_text .titl_text {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.join2 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  background-size: 100% 100% !important;
}
.join2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1600px) {
  .join2 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
  .join2 .j2_text {
    margin-right: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .join2 .j2_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
  .join2 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .join2 .j2_text .titl_text {
    position: static;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  .join2 .j2_text .titl_text.left h4 {
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .join2 .j2_text .titl_text.left h4:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.join3 {
  background: #f9f9f9;
}
.join3 .wrap1160 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join3 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
.join3 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 140px;
}
.join3 dl {
  margin-bottom: 100px;
}
.join3 dt {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 15px;
}
.join3 dt img {
  width: 100%;
}
.join3 dd h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.join3 dd .p {
  color: #999;
}
.join3 dl.active dt img {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.join3_2 {
  width: 100%;
  overflow: hidden;
}

.join3_1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.join3_1 .swiper {
  overflow: visible;
}
.join3_1 dl {
  background: #f9f9f9;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.join3_1 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
  height: 360px;
  overflow: hidden;
}
.join3_1 dt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join3_1 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join3_1 dd h3 {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
.join3_1 dd .p {
  color: #999;
}

@media screen and (max-width: 1600px) {
  .join3_1 dl {
    padding: 2vw;
  }
  .join3_1 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45vw;
            flex: 0 0 45vw;
    height: 25vw;
  }
  .join3_1 dd {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1300px) {
  .join3_1 {
    width: 90%;
  }
  .join3_1 dl {
    padding: 3vw;
  }
}
@media screen and (max-width: 1000px) {
  .join3_1 dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 47vw;
  }
  .join3_1 dd {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .join3_1 dl {
    padding: 5vw;
    height: 100%;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .join3_1 dd {
    margin-top: 5vw;
    padding-right: 0px;
  }
}
.join4 .bottom {
  position: relative;
}
.join4 .bottom .text_list {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.join4 .bottom .text_list a {
  color: #fff;
}
.join4 .bottom .text_list .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.join4 .bottom .text_list .text:first-child {
  border: 0;
}
.join4 .bottom .text_list .con {
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.join4 .bottom .text_list h3 {
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
  position: absolute;
  bottom: 7%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.join4 .bottom .text_list .p {
  display: none;
}
.join4 .bottom .text_list .p strong {
  display: block;
  margin-bottom: 10px;
}
.join4 .bottom .text_list .text.hover {
  background: rgba(0, 58, 143, 0.4);
}
.join4 .bottom .text_list .text.hover .p {
  display: block;
  -webkit-animation: displayN 0.3s linear;
          animation: displayN 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.join4 .bottom .img_list .img {
  display: none;
  position: relative;
}
.join4 .bottom .img_list .img:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.join4 .bottom .img_list .img.hover {
  display: block;
}
.join4 .bottom img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join4 .bottom_phone {
  display: none;
}
.join4 .bottom_phone .text_list {
  background-repeat: no-repeat;
  padding: 8vw 5vw;
  color: #fff;
  background-size: cover;
  position: relative;
}
.join4 .bottom_phone .text_list .p {
  margin-top: 10px;
}
.join4 .bottom_phone .text_list .text > h3 {
  display: none;
}
.join4 .bottom_phone .text_list:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.join4 .bottom .text_list .con h3 {
  display: none;
}

@media screen and (max-width: 1600px) {
  .join4 .bottom .text_list .con {
    right: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 1400px) {
  .join4 .bottom .text_list .p {
    font-size: 14px;
  }
  .join4 .bottom .text_list .p strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .join4 .bottom .text_list .p {
    font-size: 12px;
  }
  .join4 .bottom .text_list .p strong {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1000px) {
  .join4 .bottom .text_list .p {
    display: block;
    font-size: 12px;
  }
  .join4 .bottom .text_list h3 {
    display: none;
  }
  .join4 .bottom .text_list .con h3 {
    display: block;
    position: static;
  }
  .join4 .bottom .text_list .con {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 5vw 2vw;
  }
  .join4 .bottom .text_list {
    position: relative;
    z-index: 2;
  }
  .join4 .bottom .img_list {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1;
  }
  .join4 .bottom .img_list .img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .join4 {
    padding-bottom: 12vw;
  }
  .join4 .bottom .text_list .con {
    padding: 8vw 3vw;
  }
  .join4 .bottom .text_list .p {
    display: block;
  }
  .join4 .bottom_phone {
    display: block;
  }
  .join4 .bottom {
    display: none;
  }
  .join4 .bottom_phone .text_list {
    display: block;
    min-height: 250px;
  }
  .join4 .bottom_phone .swiper-slide {
    min-height: 250px;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.join5 {
  background: #f9f9f9;
}
.join5 .j5_con {
  text-align: center;
  margin-top: 50px;
}
.join5 .j5_list {
  display: none;
}
.join5 .j5_list h3 {
  font-weight: 700;
  margin-bottom: 40px;
}
.join5 .j5_list .swiper-slide {
  position: relative;
}
.join5 .j5_list .p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 36, 89, 0.4);
  color: #fff;
  z-index: 2;
  padding: 40px 0;
}
.join5 .j5_list .swiper-button-prev {
  bottom: 30px;
  top: auto;
  left: 30px;
}
.join5 .j5_list .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}
.join5 .j5_list .swiper-button-next {
  bottom: 30px;
  top: auto;
  right: 30px;
}
.join5 .j5_list .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
}
.join5 .j5_list .img {
  height: 100%;
}
.join5 .j5_list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.join5 .swiper-button-next::before {
  display: none;
}
.join5 .swiper-button-prev::before {
  display: none;
}

@media screen and (max-width: 1600px) {
  .join5 .j5_con {
    margin-top: 3vw;
  }
  .join5 .ul_title.small li {
    margin: 0 2vw;
  }
  .join5 .j5_list h3 {
    margin-bottom: 2vw;
  }
  .join5 .j5_list .p {
    padding: 2vw 0;
  }
  .join5 .j5_list .swiper-button-prev {
    bottom: 3.2%;
  }
  .join5 .j5_list .swiper-button-next {
    bottom: 3.2%;
  }
}
@media screen and (max-width: 767px) {
  .join5 .j5_list .img {
    height: 60vw;
  }
  .join5 .j5_list .swiper-button-prev {
    bottom: 40%;
    left: 0px;
  }
  .join5 .j5_list .swiper-button-next {
    bottom: 40%;
    right: 0px;
  }
  .join5 .j5_con {
    margin-top: 5vw;
  }
  .join5 .j5_list h3 {
    margin-bottom: 5vw;
  }
}
.join6 .sw_btn_all {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.join6 .case .swiper-button-prev {
  position: static;
}
.join6 .case .swiper-button-next {
  position: static;
}
.join6 .case .swiper_text .p h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.join6 .case .swiper_text .p p {
  margin-top: 20px;
}
.join6 .case .swiper_text .p p a {
  color: #999;
}
.join6 .case .swiper_img {
  width: 890px;
}
.join6 .case .img {
  height: 500px;
}
.join6 .more_a {
  margin-top: 2vw;
  text-align: center;
}
.join6 .more_a a {
  margin-left: auto;
  margin-right: auto;
}

.join6.sec6 .case .swiper-wrapper {
  height: 100%;
}

.join6_list .case .swiper_text {
  margin-top: 0px;
}
.join6_list .case:after {
  display: none;
}
.join6_list .case .swiper_text .p {
  padding-top: 80px;
  margin-top: 0px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1600px) {
  .join6 .case .swiper_img {
    width: 45vw;
  }
  .join6 .case .img {
    height: 25vw;
  }
  .join6_list .case .swiper_text .p {
    padding-top: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .join6 .sw_btn_all {
    bottom: 0px;
  }
  .join6 .case .img {
    height: 100%;
  }
  .join6 .more_a {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1200px) {
  .join6 .case .swiper_img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .join6 .case .swiper_img {
    width: 100%;
  }
  .join6 .case .swiper_text {
    width: 100%;
  }
  .join6_list .case .swiper_text .p {
    padding-top: 8vw;
    padding-bottom: 70px;
  }
  .join6_list .case .swiper_text .swiper {
    padding-bottom: 0px;
  }
}
.cont1 .img img {
  width: 100%;
}

.cont2 img {
  width: 100%;
}

.cont3 .c3_con1 {
  width: 360px;
  height: 360px;
  position: relative;
  margin: 0 auto;
}
.cont3 .c3_con1 .p {
  border: 1px solid #d5deed;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
.cont3 .c3_con1 .p span {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}
.cont3 .c3_con1 .p:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out 0.7s;
  transition: 0.3s ease-in-out 0.7s;
}
.cont3 .c3_con1 .p:nth-of-type(1) {
  left: 0%;
}
.cont3 .c3_con1 .p:nth-of-type(1):after {
  left: 94%;
  top: 27%;
}
.cont3 .c3_con1 .p:nth-of-type(2) {
  right: 0%;
  border-style: dashed;
}
.cont3 .c3_con1 .p:nth-of-type(2):after {
  right: 94%;
  bottom: 27%;
}
.cont3 .c3_con1.animated .p:nth-of-type(1) {
  left: -45%;
}
.cont3 .c3_con1.animated .p:nth-of-type(2) {
  right: -45%;
}
.cont3 .c3_con1.animated .p span {
  opacity: 1;
}
.cont3 .c3_con1.animated .p:after {
  opacity: 1;
}
.cont3 .c3_con2 {
  text-align: center;
  margin-top: 50px;
  color: #666;
}
.cont3 .c3_con3 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cont3 .c3_con3 dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  margin-right: 4%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont3 .c3_con3 dl:nth-of-type(3n) {
  margin-right: 0px;
}
.cont3 .c3_con3 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
}
.cont3 .c3_con3 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.cont3 .c3_con3 dd h3 {
  font-weight: 700;
  margin-bottom: 7px;
}
.cont3 .c3_con3 dd .p {
  color: #999;
  position: relative;
}
.cont3 .c3_con3 dd a {
  color: #999;
  cursor: text;
}
.cont3 .c3_con3 dd .ewm {
  display: none;
  position: absolute;
  top: 35px;
  left: 0px;
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}
.cont3 .c3_con3 dd:hover .ewm {
  display: block;
}
.cont3 .more_a a {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1600px) {
  .cont3 .c3_con1 {
    width: 24vw;
    height: 24vw;
  }
  .cont3 .c3_con3 {
    margin-top: 4vw;
  }
  .cont3 .c3_con2 {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .cont3 .c3_con1 {
    width: 50vw;
    height: 50vw;
  }
  .cont3 .c3_con1 .p span {
    font-size: 16px;
  }
  .cont3 .c3_con2 {
    margin-top: 8vw;
  }
  .cont3 .c3_con2 br {
    display: none;
  }
  .cont3 .c3_con3 {
    margin-top: 8vw;
  }
  .cont3 .c3_con3 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
  }
}
.cont4 {
  background: #fcfcfc;
}
.cont4 .c4_con1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont4 .c4_con1 dl {
  background: #fff;
  padding: 40px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
.cont4 .c4_con1 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.cont4 .c4_con1 h3 {
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.cont4 .c4_con1 .p {
  color: #666;
}
.cont4 .c4_con1 .p p {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont4 .c4_con1 .p p svg {
  margin-right: 10px;
}
.cont4 .c4_con1 dd {
  margin-top: 60px;
}
.cont4 .c4_con1 dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
  border: 1px solid #f0f0f0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cont4 .c4_con1 dd a:hover {
  background: var(--color);
  color: #fff;
}
.cont4 .c4_con2 {
  margin-top: 20px;
  position: relative;
}
.cont4 .c4_con2 .con {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 50%;
  z-index: 2;
  color: #fff;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cont4 .c4_con2 h2 {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 18px;
}
.cont4 .c4_con2 a {
  color: #fff;
}
.cont4 .c4_con2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.cont4 .c4_con2 dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.cont4 .c4_con2 dd .p {
  position: relative;
}
.cont4 .c4_con2 dd .ewm {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 5px;
  background-color: #fff;
}
.cont4 .c4_con2 dd:hover .ewm {
  display: inline-block;
}
.cont4 .c4_con2 .more_a {
  margin-top: 90px;
}
.cont4 .c4_con2 .more_a a {
  margin-left: auto;
  margin-right: auto;
}
.cont4 .c4_con2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .c4_con3 {
  margin-top: 50px;
}
.cont4 .c4_con3 .more_a a {
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  color: #666;
  border: 1px solid #f0f0f0;
}
.cont4 .c4_con4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cont4 .c4_con4 .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 961px;
          flex: 0 0 961px;
}
.cont4 .c4_con4 .img img {
  width: 100%;
}
.cont4 .c4_con4 .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.cont4 .c4_con4 .text .p {
  position: absolute;
  top: 50%;
  left: 150px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
  .cont4 .c4_con1 {
    width: 90%;
  }
  .cont4 .c4_con1 dl {
    padding: 3vw 2vw;
  }
  .cont4 .c4_con1 dd {
    margin-top: 3vw;
  }
  .cont4 .c4_con4 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
  .cont4 .c4_con4 .text .p {
    left: 10vw;
  }
}
@media screen and (max-width: 1000px) {
  .cont4 .c4_con1 dl {
    padding: 5vw 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    margin-right: 3%;
    margin-bottom: 3vw;
  }
  .cont4 .c4_con1 dl:nth-of-type(2n) {
    margin-right: 0px;
  }
  .cont4 .c4_con1 dd a {
    width: 130px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cont4 .c4_con1 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
  }
  .cont4 .c4_con1 dd {
    margin-top: 5vw;
  }
  .cont4 .c4_con2 dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .cont4 .c4_con2 .con {
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    left: auto;
    width: 100%;
    right: auto;
    padding: 15vw 0;
  }
  .cont4 .c4_con2 .img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    height: 100%;
  }
  .cont4 .c4_con2 h2 {
    font-size: 24px;
  }
  .cont4 .c4_con2 dd {
    margin-bottom: 5vw;
  }
  .cont4 .c4_con2 dd .ewm {
    display: inline-block;
    margin-top: 10px;
    position: static;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  .cont4 .c4_con2 dd svg {
    display: none;
  }
  .cont4 .c4_con4 .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .cont4 .c4_con4 .text {
    padding: 8vw 5vw 15vw;
  }
  .cont4 .c4_con4 .text .p {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.lay1 .lay_map {
  width: 100%;
  position: relative;
}
.lay1 .lay_map > img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.lay1 dd {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color);
  border-radius: 100%;
  z-index: 3;
}
.lay1 dd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(0, 36, 89, 0.2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lay1 dt {
  position: absolute;
  width: 15px;
  height: 15px;
  background: var(--color);
  border-radius: 100%;
}
.lay1 dt img {
  margin-top: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lay1 dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: rgba(0, 36, 89, 0.2);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lay1 li {
  border: 1px dashed #b6c7df;
  border-radius: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: quan 5s linear infinite;
          animation: quan 5s linear infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  opacity: 0;
  z-index: 2;
}
.lay1 li.li1 {
  width: 480px;
  height: 480px;
  left: 20%;
  top: 0%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.lay1 li.li2 {
  width: 170px;
  height: 170px;
  left: 19%;
  top: 45%;
  border-color: var(--color);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lay1 li.li3 {
  width: 340px;
  height: 340px;
  left: 35%;
  top: 45%;
  border-color: var(--color);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.lay1 li.li4 {
  width: 645px;
  height: 645px;
  right: 15%;
  top: 0%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lay1_1 {
  background: url(../img/layout/lay01.jpg) no-repeat center bottom;
}
.lay1_1 .lay1_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lay1_1 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
  padding: 40px 80px;
}
.lay1_1 .left h3 {
  font-weight: 700;
}
.lay1_1 .left .p {
  color: var(--color);
  margin-top: 20px;
}
.lay1_1 .left .p span {
  font-weight: 700;
  line-height: 1;
  font-family: "Arail";
}
.lay1_1 .left p {
  color: #999;
  margin-top: 20px;
}
.lay1_1 .right {
  border-left: 1px solid #e6e6e6;
  padding: 40px 0 40px 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lay1_1 .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lay1_1 .right dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 40px;
}
.lay1_1 .right dt {
  color: var(--color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
  font-weight: normal;
}
.lay1_1 .right dt span {
  font-weight: 700;
  line-height: 1;
  font-family: "Arail";
  padding-right: 7px;
}
.lay1_1 .right dt span sup {
  vertical-align: super;
}
.lay1_1 .right dt i {
  position: relative;
  top: -5px;
}
.lay1_1 .right dd {
  color: #999;
  margin-top: 10px;
}
.lay1_1 .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e6e6e6;
  padding-top: 40px;
}
.lay1_1 .right li {
  border-left: 6px solid var(--color);
  padding-left: 40px;
  margin-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lay1_1 .right li:first-child {
  margin-left: 0px;
  padding-left: 0px;
  border: 0;
}

@media screen and (max-width: 1600px) {
  .lay1_1 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 2vw 2vw 2vw 0vw;
  }
  .lay1_1 .right {
    padding: 2vw 0 2vw 4vw;
  }
  .lay1_1 .right li {
    padding-left: 2vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .lay1_1 .right dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lay1_1 {
    padding-bottom: 0px;
  }
  .lay1_1 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5vw 0vw 5vw 0;
  }
  .lay1_1 .right {
    padding: 5vw 0 5vw 0vw;
    border: 0px;
  }
  .lay1_1 .right dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 3vw;
    margin-bottom: 8vw;
  }
  .lay1_1 .right ul {
    padding-top: 8vw;
  }
  .lay1_1 .right ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0px;
    border-left: 4px solid var(--color);
    margin-bottom: 5vw;
    padding-left: 5vw;
  }
  .lay1_1 .right ul li:first-child {
    border-left: 4px solid var(--color);
    padding-left: 5vw;
    margin-left: 0px;
  }
}
.lay1_2 .swiper-slide {
  height: auto !important;
}
.lay1_2 dl {
  background: #fafafa;
  height: 100%;
}
.lay1_2 dt {
  border-radius: 0;
  position: relative;
  font-weight: normal;
}
.lay1_2 dd {
  padding: 30px 30px 60px 30px;
  margin-top: 0px;
}
.lay1_2 .video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  z-index: 2;
  cursor: pointer;
}
.lay1_2 .video_play img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .lay1_2 dd {
    padding: 1.5vw 1.5vw 3vw 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lay1_2 .video_play {
    width: 30px;
  }
  .lay1_2 dd {
    padding: 3vw 3vw 5vw 3vw;
  }
}
.lay2 {
  background: #f9f9f9;
}
.lay2 .txt {
  text-align: center;
  margin-bottom: 50px;
}
.lay2 .lay2_swiper .text_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #f9f9f9;
}
.lay2 .lay2_swiper .text {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lay2 .lay2_swiper .swiper-slide-active .text {
  opacity: 1;
}
.lay2 .lay2_swiper .p h3 {
  color: var(--color);
  margin-bottom: 5px;
}
.lay2 .lay2_swiper .p a {
  color: #333;
}
.lay2 .lay2_swiper .p a:hover {
  text-decoration: underline;
}
.lay2 .lay2_swiper .img {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
}
.lay2 .lay2_swiper .img img {
  width: 100%;
}
.lay2 .lay2_swiper .dd_video .img {
  cursor: pointer;
}
.lay2 .video_play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  z-index: 2;
}
.lay2 .video_play img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .lay2 .txt {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lay2 .lay2_swiper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .lay2 .txt {
    margin-bottom: 5vw;
  }
  .lay2 .video_play {
    width: 30px;
  }
}
.lay3 .lay3_swiper {
  margin-top: 50px;
}
.lay3 .lay3_swiper .text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  padding: 30px 50px 50px;
  z-index: 5;
}
.lay3 .lay3_swiper .text h3 {
  margin-bottom: 10px;
}
.lay3 .lay3_swiper .p h3 {
  color: #fff;
}
.lay3 .lay3_swiper .p a {
  color: #fff;
}
.lay3 .lay3_swiper .p a:hover {
  text-decoration: underline;
}
.lay3 .lay3_swiper .swiper-slide {
  overflow: hidden;
  opacity: 0.5;
}
.lay3 .lay3_swiper .swiper-slide-active.swiper-slide {
  opacity: 1;
}
.lay3 .lay3_swiper .swiper-slide .p {
  opacity: 0;
}
.lay3 .lay3_swiper .swiper-slide-active.swiper-slide .p {
  opacity: 1;
}
.lay3 .lay3_swiper .img {
  overflow: hidden;
}
.lay3 .lay3_swiper .img img {
  width: 100%;
}
.lay3 .lay3_swiper .swiper-slide:after {
  content: "";
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0px;
  z-index: 2;
}
.lay3 .lay3_ul_title {
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 1600px) {
  .lay3 .lay3_swiper .text {
    padding: 2vw 3vw 3vw;
  }
  .lay3 .lay3_swiper .text h3 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .lay3 .lay3_swiper .text {
    padding: 5vw;
    position: static;
  }
  .lay3 .lay3_swiper .swiper-slide .text {
    background: #f9f9f9;
    color: #474747;
  }
  .lay3 .lay3_swiper .swiper-slide:after {
    display: none;
  }
  .lay3 .lay3_ul_title {
    display: none;
  }
}
.lay4_con {
  margin-top: 50px;
}
.lay4_con .lay4_ul_title {
  width: 100%;
  overflow-x: auto;
}
.lay4_con .swiper_css {
  display: none;
  position: relative;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lay4_con .swiper_css .swiper_img {
  width: 900px;
  overflow: hidden;
}
.lay4_con .swiper_css .swiper_img .swiper {
  padding-bottom: 0px;
}
.lay4_con .swiper_css .img {
  overflow: hidden;
  width: 100%;
}
.lay4_con .swiper_css img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lay4_con .swiper_css .img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.lay4_con .swiper_css .swiper_text {
  width: 540px;
  margin-top: 100px;
}
.lay4_con .swiper_css .swiper_text .swiper {
  padding-bottom: 0px;
}
.lay4_con .swiper_css .swiper_text .p {
  padding: 0 80px 0 60px;
  margin-top: 20px;
  padding-bottom: 100px;
  color: #666;
}
.lay4_con .swiper_css .swiper_text .p h3 {
  margin-bottom: 10px;
  color: #000;
}
.lay4_con .swiper_css .swiper_text .p h3 a {
  color: #000;
}
.lay4_con .swiper_css .swiper_text .p p {
  color: #666;
  text-align: justify;
}
.lay4_con .swiper_css .swiper_text .p p a {
  color: #666;
}
.lay4_con .swiper_css .swiper_text .p a:hover {
  color: var(--color);
}
.lay4_con .swiper_css .swiper-slide {
  opacity: 0 !important;
}
.lay4_con .swiper_css .swiper-slide-active {
  opacity: 1 !important;
}
.lay4_con .swiper_css .swiper-pagination-fraction {
  position: static;
  padding: 0 80px 0 60px;
  text-align: left;
}
.lay4_con .swiper_css .swiper-pagination-current {
  color: var(--color);
  font-size: 24px;
}
.lay4_con .swiper_css .sw_btn_all {
  margin-top: 0;
  top: -70px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 60px;
}
.lay4_con .swiper_css:after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 0px;
  bottom: 0px;
  width: 70%;
  background: #f9f9f9;
  overflow: hidden;
}
.lay4_con .swiper_css.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1600px) {
  .lay4_con .swiper_css .swiper_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
  .lay4_con .swiper_css .swiper_text {
    width: 45%;
    margin-top: 5vw;
  }
  .lay4_con .swiper_css .swiper-pagination-fraction {
    padding: 0 4vw 0 3vw;
  }
  .lay4_con .swiper_css .swiper_text .p {
    padding: 0 4vw 0 3vw;
    padding-bottom: 70px;
  }
  .lay4_con .swiper_css .sw_btn_all {
    left: 3vw;
  }
}
@media screen and (max-width: 1300px) {
  .lay4_con .swiper_css:after {
    top: 0px;
  }
  .lay4_con .swiper_css {
    padding-bottom: 0px;
  }
  .lay4_con .swiper_css .swiper_text {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .lay4_con .swiper_css .sw_btn_all {
    top: -85px;
  }
}
@media screen and (max-width: 767px) {
  .lay4_con .swiper_css .swiper_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .lay4_con .swiper_css .swiper_text {
    width: 100%;
    background: #f9f9f9;
    margin-top: 0px;
    padding: 5vw;
  }
  .lay4_con .swiper_css:after {
    display: none;
  }
  .lay4_con .swiper_css .swiper-pagination-fraction {
    padding: 0px;
  }
  .lay4_con .swiper_css .swiper_text .p {
    padding: 0px;
    padding-bottom: 70px;
  }
  .lay4_con .swiper_css .sw_btn_all {
    left: 0%;
    top: -70px;
  }
}
.lay5_list {
  overflow: hidden;
}
.lay5_list .titl_text .p span {
  color: var(--color);
}
.lay5_list .case_lay5 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lay5_list .case_lay5 .swiper_img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lay5_list .case_lay5 .swiper_img p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
}
.lay5_list .case_lay5 .swiper_img .swiper {
  padding-bottom: 0px;
}
.lay5_list .case_lay5 .img {
  overflow: hidden;
  width: 100%;
}
.lay5_list .case_lay5 img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.lay5_list .case_lay5 .img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.serv_con1 .serv_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serv_con1 .serv_c dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.5%;
          flex: 0 0 30.5%;
  margin-right: 60px;
  margin-bottom: 90px;
}
.serv_con1 .serv_c dl:nth-of-type(3n) {
  margin-right: 0px;
}
.serv_con1 .serv_c h3 {
  border-bottom: 1px solid #f0f0f0;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.serv_con1 .serv_c .p {
  color: #666;
}
.serv_con1 .serv_c .p p {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.serv_con1 .serv_c .p p svg {
  margin-right: 10px;
}

.serv_con2 {
  background: #fafafa;
}
.serv_con2 .titl_text.left h4 {
  padding-bottom: 0px;
}
.serv_con2 .titl_text.left h4:after {
  display: none;
}
.serv_con2 .titl_text.left .p {
  margin-top: 5px;
}
.serv_con2 .dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.serv_con2 dl {
  background: #fff;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  padding: 40px 10px;
}
.serv_con2 dl:nth-of-type(4n) {
  margin-right: 0px;
}
.serv_con2 dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
.serv_con2 dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
  margin-top: 7px;
}
.serv_con2 dd p {
  color: #999;
}
.serv_con2 dd p a {
  color: #999;
}

@media screen and (max-width: 1300px) {
  .serv_con2 .dl {
    margin-top: 3vw;
  }
  .serv_con2 dt img {
    width: 5vw;
    max-width: 67px;
  }
}
@media screen and (max-width: 767px) {
  .serv_con2 .dl {
    margin-top: 5vw;
    padding-bottom: 8vw;
  }
  .serv_con2 dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    margin-bottom: 5vw;
    margin-right: 5%;
  }
  .serv_con2 dl:nth-of-type(2n) {
    margin-right: 0px;
  }
  .serv_con2 dt img {
    width: 10vw;
  }
}
.active_zt.bannerswp .ban-txt {
  color: #fff;
}
.active_zt.bannerswp .ban-tit {
  text-align: left;
  font-weight: normal;
  max-width: 750px;
  margin-bottom: 20px;
}
.active_zt.bannerswp .p {
  max-width: 750px;
  margin-bottom: 40px;
}
.active_zt.bannerswp .a_btn {
  width: 160px;
  height: 50px;
  background: #fff;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.active_zt.bannerswp .a_btn a {
  color: var(--color);
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  display: block;
}

@media screen and (max-width: 767px) {
  .active_zt.bannerswp .p {
    display: none;
  }
  .active_zt.bannerswp .a_btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
}
.act_con .text {
  margin-bottom: 45px;
}
.act_con .text h3 {
  text-align: center;
  color: var(--color);
  line-height: 1;
}

@media screen and (max-width: 1600px) {
  .act_con .text {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .act_con .text {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .act_con .text {
    margin-bottom: 8vw;
  }
}
.act_con1 {
  background: #fafafa;
}
.act_con1 .text h3 {
  text-align: left;
}
.act_con1 .actc1_con {
  background: #fff;
  padding: 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.act_con1 .left {
  margin-top: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 150px;
}
.act_con1 li {
  background: var(--color);
  color: #fff;
  border-radius: 5px;
  padding: 8px 30px;
  margin-bottom: 10px;
}
.act_con1 .right {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 670px;
          flex: 0 0 670px;
}
.act_con1 .right img {
  max-width: 100%;
}

@media screen and (max-width: 1600px) {
  .act_con1 .actc1_con {
    padding: 2vw 4vw;
  }
  .act_con1 .left {
    margin-top: 2vw;
    margin-right: 8vw;
  }
  .act_con1 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35vw;
            flex: 0 0 35vw;
  }
}
@media screen and (max-width: 767px) {
  .act_con1 .actc1_con {
    padding: 8vw 5vw;
  }
  .act_con1 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0px;
    margin-bottom: 8vw;
  }
  .act_con1 .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .act_con1 li {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.act_con2 {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/59b5296a-2391-4c25-bdbc-a28d0d965b14.jpg) no-repeat;
  background-size: 100% 100%;
}
.act_con2 .p {
  color: #9fafd9;
  text-align: center;
  margin-top: 45px;
}
.act_con2 .con {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.act_con2 .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
.act_con2 li {
  padding: 20px;
  text-align: center;
  color: var(--color);
  font-weight: 700;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.act_con2 li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: var(--color);
  width: 10px;
  display: block;
  opacity: 0;
}
.act_con2 li.active {
  background-image: linear-gradient(45deg, #ffffff, transparent);
}
.act_con2 li.active:after {
  opacity: 1;
}
.act_con2 .dl {
  background-color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}
.act_con2 dl {
  padding: 50px 90px;
  display: none;
}
.act_con2 dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eaeff9;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: var(--color);
}
.act_con2 dd span {
  display: block;
  margin-right: 80px;
}
.act_con2 dl.active {
  display: block;
}

@media screen and (max-width: 1600px) {
  .act_con2 .dl {
    margin-left: 2vw;
  }
  .act_con2 dl {
    padding: 3vw 5vw;
  }
  .act_con2 .con {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .act_con2 dd span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .act_con2 .p {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .act_con2 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5vw;
  }
  .act_con2 li {
    padding: 2vw 0vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
  }
  .act_con2 li:after {
    width: 5px;
  }
  .act_con2 dl {
    padding: 5vw 5vw;
  }
  .act_con2 .p {
    font-size: 12px;
  }
}
.act_con3 {
  background: #fafafa;
}
.act_con3 .text h3 {
  color: #000;
}
.act_con3 dt img {
  width: 100%;
}
.act_con3 dd {
  margin-top: 20px;
  line-height: 1.3;
}
.act_con3 .sw_btn_all {
  text-align: center;
  width: 100%;
}
.act_con3.no_swp dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.9%;
          flex: 0 0 31.9%;
}

@media screen and (max-width: 767px) {
  .act_con3.no_swp dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8vw;
  }
}
.act_con4 .text h3 {
  color: #000;
}
.act_con4 .c4_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.act_con4 .left {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 723px;
          flex: 0 0 723px;
}
.act_con4 .left img {
  width: 100%;
}
.act_con4 .left .p {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  color: #fff;
}
.act_con4 .left .p a {
  color: #fff;
}
.act_con4 .left .p a:hover {
  text-decoration: underline;
}
.act_con4 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.act_con4 li {
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.act_con4 li:first-child {
  border-top: 1px solid #e4e4e4;
}
.act_con4 li p {
  margin-bottom: 2px;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
}
.act_con4 li span {
  color: #777;
}
.act_con4 a:hover {
  color: var(--color);
}

@media screen and (max-width: 1600px) {
  .act_con4 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
  .act_con4 .left .p {
    left: 2vw;
    right: 2vw;
    bottom: 2vw;
  }
  .act_con4 .right {
    margin-left: 2.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .act_con4 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50vw;
            flex: 0 0 50vw;
  }
}
@media screen and (max-width: 767px) {
  .act_con4 .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 5vw;
  }
  .act_con4 .right {
    margin-left: 0px;
  }
  .act_con4 li {
    padding: 5vw 3vw;
  }
}