.nav-breads{
  margin-top: 3%;
}
.nav-breads{padding:0;line-height:70px;}
.nav-breads h2{
  font-size: 2.5vw;
  font-weight: 600;
  font-family: Montserrat;
  color: #000;
}
.secreh{
  position: relative;
  width: 30%;
  margin-top: 1.5%;
}
.secreh input{
  width: 100%;
  height: 2.5vw;
  border: 1px solid #c4c4c4;
  border-radius: 3vw;
  font-size: 1vw;
  padding-left: 6%;
}
.secreh img{
  position: absolute;
  top: 33%;
  right: 7%;
}
#son_list{
  background-color: #f9f9f9;
  border-radius: 0px;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
  margin-bottom:0;
  transition: all 0.5s ease; 
}
#son_list:hover{
  background:#fff;
  box-shadow: 0 0 10px #fff;
}
.son_lists{
  border-radius: 24px;
  border: 1px solid #cccfce;
}
.down li{
  padding: 0 10%;
}
.down li:hover{
  background-color: #fff;
}
.down li a{
  margin-top: 8%;
  padding: 0;
  border-bottom: 1px solid #CCCFCE;
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 1vw;
  line-height: 2vw;
  text-align: left;

}
.down li a img{
  float: right;
  width: 8%;
  padding-top: 4%;
}
.down li:last-child a{
  border-bottom: 0px;
}
.down li:hover a{
  color: #6ad9d4;
  background-color: #fff;
}
.down li:hover a img{
  content: url('/uploads/allimg/index/down1.png');
}
#son_list h1{
  font-size: 1vw;
}
#s_list{
  padding: 2%;
}
#son_list img{
  width: 30%;
}