.cateBox {
  max-width: 100%;
  margin: 0 auto;
}
.cate1 {
  font-size: 0px;
  width: 100%;
  max-width: 1220px;
  margin: 2.5vh auto 0;
  text-align: left;
}
.cateListBox {
  display: inline-block;
}
.cateName {
  color: #333;
  font-size: 16px;
  line-height: 46px;
  padding: 0 3vw;
  position: relative;
  transition: all 0.5s ease;
}
.cateNameH3 {
  position: relative;
  border: 1px solid #999999;
  margin: 10px;
}
.cateNameH3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #005299;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.cateListBox:last-child  .cateName:after{
  display:none;
}
.cateNameH3:hover .cateName {
  color: #ffffff;
}
.cateNameH3:hover {
  border-color: #005299;
  background: #005299;
}
.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 {
  border-color: #005299;
  background: #01529a;
}
.jpActive .cateName{
  color: #ffffff;
}
.neiTit{
  font-size:42px;
  color:#005299;
  text-align:center;
  margin-bottom:30px;
  margin-top:50px;
  font-family:"Trebuchet MS" !important;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}
