.cateBox {
  padding: 30px 20px 20px;
}
.cate1 {
  font-size: 0px;
  background: #f4f4f4;
  max-width: 1840px;
  margin: 0 auto;
  border-radius: 80px;
  text-align: center;
}
.cateListBox {
  display: inline-block;
}
.cateName {
  color: #333333;
  font-size: 15px;
  line-height: 50px;
  padding: 0 30px;
  position: relative;
  transition: all 0.5s ease;
}
.cateName:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #dbdbdb;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 5px;
}
.cateNameH3 {
  position: relative;
}
.cateNameH3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #21a59a;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease;
}
.cateListBox:last-child  .cateName:after{
  display:none;
}
.cateName:hover {
  color: #21a59a;
}
.cateNameH3:hover:after {
  width: 100%;
}
@media only screen and (max-width: 768px){
  .cateBox {
    padding: 0px;
  }
  .cate1 {
    font-size: 0px;
    background: #f4f4f4;
    max-width: 1840px;
    margin: 0 auto;
    border-radius: 0px;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.jpActive:after{
  width: 100%;
}
.jpActive .cateName{
  color: #21a59a;
}
