#menu #open .navBox ul li .secondary {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  width: 210px;

}

#menu #open .navBox ul li .secondary span {
    padding: 0 0 1px 15px;
    font-size: 14px;
    background-color: #0078ce;
    color: #ffffff;
    border: 0.8px solid #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  font-family: 微软雅黑;

 display:block;
}
.inside_l_class ul li .obtain a {
background-color:#0078ce;
color:#fff;
font-weight: bolder;
 font-weight:600;
background-image: url("/skin/pc/images/jl.png");
 background-repeat: no-repeat;
 background-position:95% 50%;
}
.inside_l_class ul li .obtain a:hover{
background-image: url("/skin/pc/images/jx.png");
 background-repeat: no-repeat;
 background-position:95% 50%;
}
