.cateBox {
  padding: 0;
}
.cate1 {
  font-size: 0px;
  background: #f4f4f4;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  text-align: right;
}
.cateListBox {
  display: inline-block;
}
.cateName {
  color: #333333;
  font-size: 15px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  position: relative;
  transition: all 0.5s ease;
}
.cateNameH3 {
  position: relative;
}
.cateNameH3:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: #000000;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  transition: all 0.5s ease;
}
.cateListBox:last-child  .cateName:after{
  display:none;
}
.cateName:hover {
  color: #000000;
}
.cateNameH3:hover:after {
  opacity: 1;
}
@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;
  }
}
/*å†…é¡µåˆ†ç±»bannerå¼€å§‹*/
.jpHide{
  display:none;
}
.neiBannerImgBox{
  width:100%;
  height:848px;
  overflow:hidden;
}
.neiBannerImg{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  top:50%;
  transform:translateY(-50%);
}
.neiBannerList{
  position:relative;
}
.neiBannerTit{
  position:absolute;
  width:100%;
  max-width:1240px;
  padding:0 20px;
  height:auto;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-size: 58px !important;
  color:#fefefe;
  text-align:center;
}
@media only screen and (max-width: 768px) {
  .neiBannerImgBox{
    max-height:166px;
  }
  .neiBannerTit{
    font-size:28px;
  }
}
/*å†…é¡µåˆ†ç±»bannerç»“æŸ*/
.jpActive a{
  color:#000 !important;
}
.jpActive:after{
  opacity:1 !important;
}
.cateBox.on {
  position: fixed;
  top: 98px;
  left: 0;
  width: 100%;
  z-index: 9;
}
