.banner{/* margin-bottom: 10vw; */overflow: hidden;}
.circle_zs{
  position: absolute;
  bottom: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.circle {
        width: 650px;
        height: 650px;
        border-radius: 50% 60% 55% 65%;
        position: relative;
        animation: rotate 5s linear infinite;
        overflow: hidden;
        background: linear-gradient(to right, #ad36ff, #2f63ff);
        position: relative;
        z-index: 4;
}
.banner_bj{}
.banner_bj img{
    width: 100%;
}
.nrwz{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0%;
    z-index: 5;
}
.nrwz img{
    max-width: 195px;
    margin-bottom: 2%;
}
.nrwz h2{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: montserrat-b;
    margin-bottom: 2%;
}
.nrwz .hx{
    width: 60px;
    height: 3px;
    background: #fff;
}
.products{width: 400px;height: 400px;background: linear-gradient(to right, #ad36ff, #2f63ff);border-radius: 50%;position: absolute;}
.products_nr{
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: 9;
    height: 100%;
}
.products_nr{}
.products_nrw{
    width: 100%;
    height: 100%;
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.products_nra{
    transform: translatex(0%);
    width: 25%;
}
.products_nra h2{
    font-size: 48px;
    color: #fff;
    font-family: "montserrat-b";
    text-transform: uppercase;
    margin: 0%;
}
.products_nra .xt{
    width: 50px;
    height: 3px;
    background: #fff;
    margin: 8% 0%;
}
.products_nra p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.products_nra a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #fff;
    border-radius: 50px;
    padding: 0px 22px;
    width: 200px;
    height: 50px;
    color: #fff;
    font-family: "montserrat-b";
    margin-top: 16%;
    text-transform: uppercase;
}
.products_nra a:after{content:'';background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2023112921132851448/cms/image/6c538940-37a2-4dab-b75a-379c48de3cf2.png_290xaf.png?1704761452962);width: 18px;height: 6px;}
.products_nrb{
    width: 41%;
    position: relative;
}

.products_nrb img{
  width: 100%;
  padding: 7%;
}
.products_nrc{
    width: 19%;
}
.products_nrc ul{}
.products_nrc ul li{
    display: flex;
    align-items: center;
    padding-bottom: 6%;
    border-bottom: solid 2px rgb(255 255 255 / 0%);
    cursor: pointer;
}
.products_nrc ul li:hover{
    border-bottom: solid 2px #fff;
}
.products_nrc ul li.on{
    border-bottom: solid 2px #fff;
}
.products_nrc ul li:nth-child(2){
  margin: 28% 0%;
}
.products_nrc ul li .img{
    max-width: 50px;
    margin-right: 20px;
}
.products_nrc ul li .img img{
    width: 100%;
}
.products_nrc ul li h2{
    font-family: "montserrat-b";
    margin: 0%;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    width: 80%;
}
.zjxz{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8%;

}
.products_nrb .zjxz img{
    padding: 0%;
    animation: rotatexz 5s linear infinite;
}
.products_nrbw{}
.products_nrbwnr{
    display: none;
}
.products_nrbwnr.active{
    display: block;
}
@keyframes rotate {
  0% {
   border-radius: 50% 60% 65% 70%;
      transform: rotate(0deg);
  
  }
  15% {

      transform: rotate(60deg);
  border-radius: 70% 50% 70% 60%;
  
  }
  30% {

      transform: rotate(120eg);
  }
  50% {
  border-radius: 50% 70% 50% 55%;
   transform: rotate(180deg);

  }
    65% {

      transform: rotate(240deg);
   border-radius: 70% 50% 70% 60%;
  }
    75% {
  
      transform: rotate(300deg);
  }
  100% {
  border-radius: 50% 60% 65% 70%;
      transform: rotate(360deg);
  }
}
@keyframes rotatexz {

  0% {
   
      transform: rotate(0deg);
  
  }
  100% {
 
      transform: rotate(360deg);
  }
}