#top_left{
	float: left;
	padding-left: 75px;
}
#top_left_btn{
	width: 75px;
	color: transparent;
	float: left;
	height: 75px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#top_left_btn img{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 21.5px;
}
#company_mag{
	float: left;
	color: white;
	height: 75px;
	position: relative;
	padding: 0 10px 0 0px;
	box-sizing: border-box;
}
#company_name{
	display: inline-block;
	height: 100%;
}
#company_name::after{
	content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
#company_name img{
	height: 100%;
	float: left;
}
#company_name .projectlogo{
	height: 55px;
}
#company_station{
	font-size: 16px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#company_station i{
	padding-left: 5px;
	font-size: 18px;
}
#btn_station{
	display: none;
}
.project_status{
	display: none;
	font-size: 24px;
	float: left;
}
.project_status_show{
	font-size: 24px;
	float: left;
}
#viName{
	float: left;
	margin-top: 40px;
}
#viName span{
	font-size: 20px;
}
#viName span,#viName img{
	vertical-align: middle;
}
#company_name span{
	font-size: 12px;
	display: block;
	padding: 2px 0;
}
.projectName{
	font-size: 32px;
	line-height: 75px;
	padding-left: 18px;
	float: left;
}