.ctn-advantage {
  margin-top: 100px;
}
.ctn-advantage .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn-advantage .top h2 {
  font-weight: bold;
}
.ctn-advantage .top p {
  color: #666;
}
.ctn-advantage .bottom {
  margin-top: 60px;
}

.no_swp.ctn-advantage .bottom ul{justify-content: center;}
.ctn-advantage .bottom ul li .icons {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ctn-advantage .bottom ul li .icons img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn-advantage .bottom ul li .icons:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn-advantage .bottom ul li .text {
  text-align: center;
}
.ctn-advantage .bottom ul li .text .nums {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  color:var(--color);
}
.ctn-advantage .bottom ul li .text .nums h2 {
  line-height: 1;
  font-weight: bold;
}
.ctn-advantage .bottom ul li .text .nums span {
  font-weight: bold;
}
.ctn-advantage .bottom ul li .text p {
  color: #333;
  opacity: 0.6;
  margin-top: 20px;
}
.p-ability .ctn-list {
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.p-ability .ctn-list .left {
  width: 23.6%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/01bb4073-3bee-4c34-a2dc-ca9d5e125e6d.jpg) no-repeat;
  background-size: cover;
}
.p-ability .ctn-list .left ul li {
  padding: 40px;
  cursor: pointer;
  position: relative;
}
.p-ability .ctn-list .left ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-39deg, #246feb 0%, #003791 100%), linear-gradient(#0e3e92, #0e3e92);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p-ability .ctn-list .left ul li h2 {
  font-weight: 500;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p-ability .ctn-list .left ul li h2:after {
  content: '>';
  font-family: '宋体';
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: bold;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.p-ability .ctn-list .left ul li:hover:before {
  opacity: 1;
}
.p-ability .ctn-list .left ul li:hover h2 {
  color: #fff;
}
.p-ability .ctn-list .left ul li:hover h2:after {
  opacity: 1;
  right: 0;
}
.p-ability .ctn-list .left ul li.active:before {
  opacity: 1;
}
.p-ability .ctn-list .left ul li.active h2 {
  color: #fff;
}
.p-ability .ctn-list .left ul li.active h2:after {
  opacity: 1;
  right: 0;
}
.p-ability .ctn-list .right {
  width: 76.4%;
}
.p-ability .ctn-list .right .swiper {
  padding-bottom: 0;
}
.p-ability .ctn-list .right .swiper-slide:after {
  content: '';
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  position: absolute;
  left: 0;
  top: 50%;
  bottom:0px;
  z-index: 2;
}
.p-ability .ctn-list .right .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.p-ability .ctn-list .right .swiper-slide .text {
  position: absolute;
  width: 90%;
  left: 80px;
  bottom: 40px;
  z-index: 3;
}
.p-ability .ctn-list .right .swiper-slide .text p {
  color: #fff;
  margin-bottom: 30px;
}
.p-ability .ctn-list .right .swiper-slide .more_a a{
  width:155px;background-color: var(--color);
}
.p-ability .ctn-list .right .swiper-slide .more_a a:hover{
  background-color: var(--colorH);
}
.p-partner {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024071917501303280/cms/image/99b18953-825b-4eeb-93f6-0bc8f0d53997.jpg) no-repeat;
  background-size: cover;
}
.p-partner .logo-list {
  margin-top: 20px;
}
.p-partner .logo-list .swiper {
  padding-bottom: 0;
}
.p-partner .logo-list .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-partner .logo-list .swiper-slide {
  width: 300px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.p-partner .logo-list .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1600px) {
  .ctn-advantage {
    margin-top: 8vw;
  }
  .ctn-advantage .bottom ul li .icons {
    width: 7vw;
    height: 7vw;
  }
  .ctn-advantage .bottom ul li .icons img {
    height: 2.5vw;
  }
  .p-ability .ctn-list .left ul li {
    padding: 2vw;
  }
  .p-partner .logo-list .swiper-slide {
    width: 15.6vw;
    height: 4.5vw;
  }
  .p-ability .ctn-list .right .swiper-slide .text{
    left:4vw;bottom:2vw;width:auto;right:2vw;
  }
}

@media screen and (max-width: 1300px) {
  .ctn-advantage .bottom ul li .icons {
    width: 9vw;
    height: 9vw;
  }
  .ctn-advantage .bottom ul li .icons img{height:3.5vw;}
}
@media screen and (max-width: 767px) {
  .ctn-advantage .bottom ul li .icons {
    width: 25vw;
    height: 25vw;
  }
  .ctn-advantage .bottom ul li .icons img {
    height: 10vw;
  }
  .ctn-advantage .bottom ul li .text .nums h2{font-size:30px;}
  .ctn-advantage .bottom ul li .text .nums span{font-size: 14px;font-weight: normal;padding-left:5px;}

  .p-ability .ctn-list{flex-wrap: wrap;}
  .p-ability .ctn-list .left{flex:0 0 100%;}
  .p-ability .ctn-list .left ul{display: flex;flex-wrap:wrap;}
  .p-ability .ctn-list .left ul li{flex:0 0 50%;padding:3vw;}
  .p-ability .ctn-list .left ul li h2{text-align: center;}
  .p-ability .ctn-list .left ul li.active h2:after{display: none;}
  
  .p-ability .ctn-list .right{width:100%;}
  .p-ability .ctn-list .right .swiper-slide .more_a a{width:140px;height:45px;line-height: 45px;}
  .p-ability .ctn-list .right .swiper-slide .text p{margin-bottom: 3vw;}
  .p-ability .ctn-list .right .swiper-slide{height:80vw;}
  .p-ability .ctn-list .right .swiper-slide .text{bottom:5vw;}
  .p-ability .ctn-list .right .swiper-slide:after{top:0px;}
  

  .p-partner .logo-list .swiper-slide{width:40vw;height:13vw;}
}