.moveBtn{
  display:none;
  color:#fff;
  width:100%;
  height:auto;
  line-height:40px;
  text-align:center;
  background-color:#333;
  border:1px solid #333;
  white-space:nowrap;
  margin:0px 0px 20px;
  border-radius:0px;
}
 .contentBox{
  width:100%;
  height:auto;
  overflow:visible;
}
 .link{
  position:relative;
}
 .yjTitle{
  padding-left:20px;
}
 .yjLink{
  position:relative;
  display:block;
  color:#333;
  font-size:16px;
  transition:all .5s ease;
  line-height:40px;
}
 .iconfont1{
  position:absolute;
  right:45px;
  top:0px;
  bottom:0px;
  width:50px;
  color:#7b8a96;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
 .ejLi{
  position:relative;
}
 .ejTitle{
  position:relative;
  background-color:#fff;
  border-bottom:1px solid #e8e8e8;
  padding-left:50px;
  transition:all .5s ease;
}
 .ejLink{
  color:#333;
  font-size:16px;
}
 .iconfont2{
  position:absolute;
  right:20px;
  top:0px;
  bottom:0px;
  margin:auto;
  display:inline-block;
  width:18px;
  height:18px;
  line-height:18px;
  text-align:center;
  color:#86939e;
  font-size:16px;
  transition:all .5s ease;
}
 .icf{
  transform:rotate(180deg);
}
 .sjTitle{
  position:relative;
    background-color: rgba(0,0,0,0.5);
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0px;
    transition: all .5s ease;

}
 .sjLink{
  color: #fff;
    font-size: 14px;
    display: block;
    line-height: 36px;
}
 .ejBox{
  display:none;
}
 .rotate{
  transform:rotate(-90deg);
}
 .ejTitle:hover{
  background-color:#f5f8fa;
}
 .backBtn{
  display:none;
}
 .yjLink:hover{
  color:#fff;
  background:#000000;
  border:1px solid #000000;
}
 .sjBox{
  display:none;
}
 .line_right{
  display:none;
}
@media only screen and (min-width:769px){
  
 .sjBox {
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0px 5px 20px 0px rgba(192, 192, 192, 0.4);
  }
 .sjTitle {
    text-align: center;
  }
 .sjBox li {
    width: 150px;
  }
  .sjTitle:hover {
    background-color: #f5f8fa;
  }
 .sjTitle:hover .sjLink {
    color: #000;
  }

}
@media only screen and (max-width:768px){
  
 .contentBox {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    font-size: 0;
    z-index: 999;
    background: #fff;
  }
 .backBtn {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 100%;
    vertical-align: top;
    background: #f5f8fa;
  }
 .categrayBox .content {
    display: inline-block;
    width: calc(100% - 45px);
  }
 .moveBtn {
    display: block;
  }
 .categrayBox .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
    color: #7b8a96;
    padding: 0;
  }
 .yjTitle {
    border-bottom: 1px solid #dfdfdf;
  }
 .sjTitle {
    padding-left: 80px;
  }
 .jsDeg {
    transform: rotate(-90deg);
  }
 .line_right {
    display: block;
    width: 8px;
    height: 50px;
    background-color: #04abf4;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
  }
 .line_show {
    opacity: 1;
  }
 .sjTitle::after {
    content: '';
    display: block;
    width: 8px;
    height: 50px;
    background-color: #04abf4;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 769px){
  
 .categrayBox .content > li{
    display: inline-block;
       position: relative;
  }
.categrayBox .ejBox{
  display: block;
    position: absolute;
  top: auto;
    left: 0px;
    opacity: 0;
  transform: translateY(30px);
    min-width: 150%;
    padding-left: 20px;
    text-align: center;
    text-align-last: center; 
  transition: all .5s ease;
  overflow: hidden;
  }
  .categrayBox .iconfont1{
    display: none;
  }
  .categrayBox .content > li:hover .ejBox{
    overflow: visible;
       opacity: 1;
  transform: translateY(0px);
  }
  .ejTitle {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    border-bottom: 1px solid #e8e8e8;
    padding-left: 0px;
    transition: all .5s ease;
}
  .ejLink {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 36px;
}
  
 .yjLink{
    font-size: 14px;
    line-height: 40px;
    padding: 0px 30px;
    border: 1px solid #ededed;
  }
 .jp_hcd_cateCn{
    font-size:32px;
    color:#121212;
    font-weight: bold;
  }
 .jp_hcd_cateEn{
    font-size:14px;
    color:#999;
  }
 .jp_hcd_cateFlex{
        display: flex;
    justify-content: space-between;
    align-items: center;
  border-bottom: 2px solid #333;
  padding: 60px 0px 30px;
  margin: 0px auto 60px;
  max-width: 1400px;
  }
}
@media only screen and (max-width: 768px){
  
 .jp_hcd_cateFlex{
        display: block;
   position: relative;
   z-index: 9;
  }
 .jp_hcd_cateLeft{
    display: none;
  }
}
