
/*顶部-欢迎信息*/
.top_bg{
    font-size: 14px;
    width: 100%;
    height: 34px;
    color: #e1e1e1;
    border-bottom: 0px solid #e9e9e9;
	background-color:#333;
  }
.top_welcome{
    display: inline-block;
    padding-top:5px;
}

.top_lang{float: right;height: 24px; padding: 5px 20px 5px 0px; }

.top_name{display: inline-block; padding-top:5px;  padding-left:0px;color:#e1e1e1; display:none;}
.top_name a{ margin-right:20px; color:#e1e1e1;font-size:14px;}
.top_name a:hover{ text-decoration:underline;}

@media screen and (max-width: 768px) {
	.top_welcome,.top_name{ display:none;}
}