   
.indexA_pro{background: url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/614/upload/ad/b49061f5e9c973ca299171a9b2d0d29f4b8c0b76a079011f680650dda6959d8f.png) right no-repeat;background-size: cover;}      
.indexA_pro .top_list{
    position: relative;
    display: flex;
    justify-content: flex-end;
}    
.indexA_pro .top_list ul{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #6eb92b;
    width: 80%;
}
.indexA_pro .top_list ul li{
    padding: 15px;
    height: 100%;
}
.indexA_pro .top_list ul li.noe1{
    width: 21%;
    background: #1a1a1a;
    text-align: left;
    color: #fff;
}   
.indexA_pro .top_list ul li.noe1 h4{
    font-size: 25px;
    font-weight: 500;
}   
.indexA_pro .top_list ul li.noe1 h5{
    font-size: 17px;
}   
.indexA_pro .top_list ul li.noe{
    width: 16%;
    align-content: center;
}  
.indexA_pro .top_list ul li.noe .icon{
    text-align: center;
}  
.indexA_pro .top_list ul li.noe .icon img{
    height: 30px;
}  
.indexA_pro .top_list ul li.noe h6{
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}  
.indexA_pro .top_list ul li.noe:nth-child(2n){background:#5ba91f;}




.pro_list{
    padding: 100px 0;
    position: relative;
}
.pro_list ul{
    position: relative;
    z-index: 7;
    margin: 60px -30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_list ul li{
    width: 25%;
}
.pro_list ul li:nth-child(10){width:100%}
.pro_list ul li:nth-child(11){width:25%}
.pro_list ul li:nth-child(12){width:25%}
.pro_list ul li:nth-child(13){width:50%}
.pro_list ul li:nth-child(14){width:50%}
.pro_list ul li:nth-child(15){width:50%}



.pro_list ul li .box{
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    /* border: 1px solid #00000024; */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: 20px;
    box-shadow: 0px 0px 10px #33333354;
}
/* Container Hover */
.pro_list ul li:hover .box {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
    border-color:#e9f6eb;
}
.pro_list ul li .box .pics{
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.pro_list ul li .box .pics img{
  width: 100%;
} 
.pro_list ul li .box .txt{
  
}
.pro_list ul li .box .txt h4{
  padding: 15px 0;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.pro_list ul li .box .txt .mores{
  display: block;
  background: #6eb92b;
  width: 160px;
  line-height: 35px;
  color: #fff;
  margin: auto;
  font-size: 18px;
}
.pro_list ul li .box:hover .txt .mores{
  background: var(--color-primary);
}
.pro_list ul li .box .txt .dot{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.pro_list ul li .box .txt .dot img{
  padding-right: 8px;
}
.pro_list .tit{
    position: relative;
    z-index: 1;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_list .tit h3{
    text-transform: uppercase;
    font-size: 50px;
    color: #000;
    font-weight: 900;
    letter-spacing: 4px;
    position: relative;
    z-index: 3;
}

.pro_list .tit h3:before
{
  background:#6eb92b;
  content:'';
  width: 35%;
  height: 600px;
  display:block;
  position: absolute;
  z-index: -1;
  left: -6%;
  top: -100%;
  border-radius: 25px;
}
.pro_list .tit h3:after
{
  background:#f45d14;
  content:'';
  width: 60px;
  height: 5px;
  display:block;
}
.pro_list .tit .more{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.pro_list .tit .more:hover{
 
    color: #5ba91f;
}

.indexB_about
{
  background:url(https://okki-shop.oss-cn-hangzhou.aliyuncs.com/614/upload/ad2/fcf7cae23d1ec8179113965e12a6f47c00635ff4f1639991fe17829ba38ce8ce.png) right no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.indexB_about .txts{
    background: #fff;
    padding: 60px 40px;
}
 
.indexB_about .tits{
   display: flex;
   margin-top: 60px;
}
.indexB_about .txts .tit{
    flex: 1;
    padding-right: 80px;
    line-height: 1.6;
    margin: auto;
}
.indexB_about .txts h2:after
{
  background:#6eb92b;
  content:'';
  width: 280px;
  height: 12px;
  display:block;
  margin-top: -17px;
}
.indexB_about .txts h2{
    text-transform: uppercase;
    font-size: 50px;
    color: #000;
    font-weight: 900;
    letter-spacing: 4px;
    position: relative;
    z-index: 3;
}
.indexB_about .txts  .tit p{
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.indexB_about .pic{
    width: 65%;
}
.indexB_about .pic img{
    /* aspect-ratio: 4/3; */
    /* object-fit: cover; */
}
.indexC_pic{
    padding: 100px 0;
}
.indexC_pic .piclist1{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.indexC_pic .piclist1 li{
    width: 25%;
}
.indexC_pic .piclist1 li img{
    transition: 0.3s;
}
.indexC_pic .piclist1 li:hover img{
    transform:scale(1.05);
}
.indexC_pic .piclist1 .pic{
    margin: 20px;
    position: relative;
    overflow: hidden;
}
.indexC_pic .pic_a{
    position: relative;
    display: flex;
    margin: 20px 0;
    width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
}
.indexC_pic .pic_a .txt{
    width: 41%;
    background: #6eb92b;
    color: #fff;
    padding: 40px 30px;
}
.indexC_pic .pic_a .txt h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
   /* 1. ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¦Ã‚Â Ã‚Â¸ÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
    background: linear-gradient(
    45deg, 
    #f7d794,  /* ÃƒÂ¦Ã‚ÂµÃ¢â‚¬Â¦ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5d68a,  /* ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5e4b0,  /* ÃƒÂ¦Ã…Â¡Ã¢â‚¬â€ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬Ëœ/ÃƒÂ©Ã¢â‚¬Å“Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5d68a   /* ÃƒÂ¥Ã¢â‚¬ÂºÃ…Â¾ÃƒÂ¥Ã‹â€ Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¨Ã‚Â®Ã‚Â©ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ§Ã¢â‚¬Å¾Ã‚Â¶ */
  );
 
    -webkit-background-clip: text;  
    background-clip: text;
   
    color: transparent;
 
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);  
}
.indexC_pic .pic_a .txt p{
    font-size: 18px;
    line-height: 2;
}
.indexC_pic .pic_a .pic_b{
    display: flex;
    margin-left: 10px;
    flex: 1;
}
.indexC_pic .pic_a .pic_b img{width: 50%;margin: 0 10px;aspect-ratio: 2/1;object-fit: cover;}
 
.indexC_pic .pic_a2{
    position: relative;
    display: flex;
    margin: 20px 0px 20px -20px;
    /* width: 100%; */
    flex-wrap: nowrap;
    overflow: hidden;
}
.indexC_pic .pic_a2 .txt{
    width: 41%;
    background: #000;
    color: #fff;
    padding: 40px 30px;
}
.indexC_pic .pic_a2 .txt h3{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
   /* 1. ÃƒÂ¨Ã‚Â®Ã‚Â¾ÃƒÂ§Ã‚Â½Ã‚Â®ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¨Ã†â€™Ã…â€™ÃƒÂ¦Ã¢â€žÂ¢Ã‚Â¯ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¦Ã‚Â Ã‚Â¸ÃƒÂ¥Ã‚Â¿Ã†â€™ÃƒÂ¯Ã‚Â¼Ã…Â¡ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ§Ã‚Â³Ã‚Â»ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
    background: linear-gradient(
    45deg, 
    #f7d794,  /* ÃƒÂ¦Ã‚ÂµÃ¢â‚¬Â¦ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5d68a,  /* ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5e4b0,  /* ÃƒÂ¦Ã…Â¡Ã¢â‚¬â€ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬Ëœ/ÃƒÂ©Ã¢â‚¬Å“Ã…â€œÃƒÂ¨Ã¢â‚¬Â°Ã‚Â² */
    #f5d68a   /* ÃƒÂ¥Ã¢â‚¬ÂºÃ…Â¾ÃƒÂ¥Ã‹â€ Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â®ÃƒÂ©Ã¢â‚¬Â¡Ã¢â‚¬ËœÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¯Ã‚Â¼Ã…â€™ÃƒÂ¨Ã‚Â®Ã‚Â©ÃƒÂ¦Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ¦Ã¢â‚¬ÂºÃ‚Â´ÃƒÂ¨Ã¢â‚¬Â¡Ã‚ÂªÃƒÂ§Ã¢â‚¬Å¾Ã‚Â¶ */
  );
 
    -webkit-background-clip: text;  
    background-clip: text;
   
    color: transparent;
 
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);  
}
.indexC_pic .pic_a2 .txt p{
    font-size: 18px;
    line-height: 2;
}
.indexC_pic .pic_a2 .pic_b{
    display: flex;
    margin-left: 10px;
    flex: 1;
}
.indexC_pic .pic_a2 .pic_b img{width: 50%;margin: 0 10px;aspect-ratio: 2/1;object-fit: cover;}


 
.indexC_pic .piclist2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.indexC_pic .piclist2 li{
    width: 25%;
}
.indexC_pic .piclist2 .pic{
    margin: 20px;
    position: relative;
    overflow: hidden;
}
 .indexC_pic .piclist2 li:nth-child(1) img{aspect-ratio: 2/1.11;}
.indexC_pic .piclist2 li:nth-child(1){width: 40%;}
.indexC_pic .piclist2 li:nth-child(2){width:30%;}
.indexC_pic .piclist2 li:nth-child(3){width: 30%;}
.indexC_pic .piclist2 li:nth-child(4){width:30%;}
.indexC_pic .piclist2 li:nth-child(5){width:30%;}
.indexC_pic .piclist2 li:nth-child(6){width:40%;}
.indexC_pic .piclist2 li:nth-child(6) img{aspect-ratio: 2/1.11;}
.indexC_pic .piclist2 li:nth-child(7) img{aspect-ratio: 2/1.11;}
.indexC_pic .piclist2 li:nth-child(7){width:40%;}
.indexC_pic .piclist2 li:nth-child(8){width:30%;}
.indexC_pic .piclist2 li:nth-child(9){width:30%;}

.indexC_pic .piclist2 li:nth-child(10){width:30%;}
.indexC_pic .piclist2 li:nth-child(11){width:30%;}
.indexC_pic .piclist2 li:nth-child(12){width:40%;}
.indexC_pic .piclist2 li:nth-child(12) img{aspect-ratio: 2/1.11;}
.indexC_pic .piclist2 li:nth-child(13){width: 100%;}


.indexC_pic .piclist2 li img{
    transition: 0.3s;
    width: 100%;
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
}
.indexC_pic .piclist2 li:hover img{
    transform:scale(1.05);
}


 