
body {
  background: #e1e5e8;
}
.topli {
  width: 90%;
  margin: 0 auto;
}
.topli ul {
  margin-top: 4%;
  margin-bottom: 4%;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}
.topli ul li {
  font-weight: bold;
  cursor: pointer;
  padding: 0 10px;
  display: inline-block;
  line-height: 55px;
}
.topli ul li a.on {
  font-size: 24px;
  color: #0a9f9d;
}
.topli ul li.on {
  font-size: 24px;
  color: #0a9f9d;
}
.topli ul li.on a {
  color: #0a9f9d;
}
.geneFamily01.on {
  width: 100%;
  position: fixed;
  left: 0;
  top: 95px;
}
.geneFamily01.on .topli ul {
  margin-top: 0%;
  margin-bottom: 0%;
  background: #fff;
  border-radius: 50px;
  text-align: center;
}
.geneFamily01_01{
  display: none;
}
.geneFamily01_01.on{
  display: block;
  position: static;
}
.geneFamily01_01.on .topli ul {
  margin-top: 4%;
  margin-bottom: 4%;

}
.geneFamily02 .box {
  margin-bottom: 60px;
}
.geneFamily02 .box .titletop {
  border-radius: 5px 5px 0 0;
  color: #fff;
  background: #0a9f9d;
  line-height: 55px;
  padding-left: 55px;
}
.geneFamily02 .box ul {
  border: 1px solid #c2c2c2;
  border-top: none;
  background: #fff;
}
.geneFamily02 .box ul li {
  overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  font-size: 14px;
  width: 33.33%;
  line-height: 80px;
  border-bottom: 1px solid #c2c2c2;
  float: left;
  padding-left: 55px;
  padding-right:2%;
      box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .topli ul {
    margin-top: 4%;
    margin-bottom: 4%;
    background: #fff;
    border-radius: 15px;
    text-align: center;
  }
  .geneFamily02 .box .titletop {
    border-radius: 5px 5px 0 0;
    color: #fff;
    background: #0a9f9d;
    line-height: 40px;
    padding-left: 25px;
  }
  .geneFamily02 .box ul li {
    font-size: 14px;
    width: 100%;
    line-height: 45px;
    border-bottom: 1px solid #c2c2c2;
    float: left;
    padding-left: 20px;
  }
  .geneFamily02 .box {
    margin-bottom: 30px;
  }
  .topli ul li {
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    line-height: 35px;
  }
}<!--0.00016593933105469-->