header .navigation_bar .right_header12 ul li span {
position: absolute;
z-index: 1;
right: 20px;
top: 10px;
height: 15px;
width: 15px;
text-align: center;
cursor: pointer;
display: none;
background: #f58002;
font-size: 16px;
line-height: 14px;
color: #FFF;
 }
@media only screen and (max-width:960px){
header .navigation_bar .right_header12 ul li span{display:block; right: 5px;}
	}