.title_info .info{
  margin-top: 8px;
}
@media (max-width: 1200px) {
    .title_info .info{
        margin-top: 0px;
    }
}
.show_log{
	position:fixed;
	background:#000000;
    opacity:0.5;
	top:51px;
	height:100%;
	width:100%;
	z-index:99999;
	display:none;
}
.menu{
	z-index:999999;
	position:fixed;
	top:51px;
	background-color:#ffffff;
	height:100%;
}
.menu .menu_first{
	width:140px;
	height:100%;
	float:left;
	margin-left:-140px;
    transition: margin-left 1s;
	-moz-transition: margin-left 0.6s; /* Firefox 4 */
	-webkit-transition: margin-left 0.6s; /* Safari 和 Chrome */
	-o-transition: margin-left 0.6s; /* Opera */
	
}
.menu .menu_first_click{
	margin-left:0;
	transition: margin-left 1s;
	-moz-transition: margin-left 0.6s; /* Firefox 4 */
	-webkit-transition: margin-left 0.6s; /* Safari 和 Chrome */
	-o-transition: margin-left 0.6s; /* Opera */
}


.menu ul li{
	border:0;
	text-align:center;
	line-height:35px;
	cursor:pointer;
}
.menu .nav li a{
	line-height:35px;
}
.ul-list{
	padding:0;
}
.ul-list li:hover{
	background-color:#FF0004;
	color:#ffffff;
}
.ul-list .select-tr{
    background-color:#FF0004;
    color:#ffffff;
}
.ul-list .select-tr a{
     color:#ffffff;
}
.select-tow a{
    //color:#FF0004;
    font-weight: bold;
    color:#FF0004;
}
.select-tow .level2-menu a{
     font-size: 12px;
     color:#666;
      font-weight:normal;
}

/*.select-tow{
    background-color:#ffffff;
}*/
.menu_other ul li .level2-menu .select-s a{
    color:#FF0004;
} 
.ul-list li:hover a{
	color:#ffffff;
} 
.menu .input-group .form-control{
	width:99%;
}
.menu .input-sm{
	padding:1px 5px;
	margin-bottom:15px;
}
.menu .navbar-form{
	padding:0px 24px ;
}
.menu .btn{
	padding:1px 18px;
	margin:auto;
	display:block;
	background-color:#FF0004;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}
.click{
	background-color:#FF0004;
	color:#FFF;
}
.menu .menu_other{
	width:180px;
	height:100%;
	float:left;
	height:100%;
	background-color:#e2e2e2;
	overflow-x:hidden;
	overflow-y:auto;
}
.menu_other{
	display:none;
}
.menu_other ul{
	padding:0px;
}
.menu_other ul li a{
    display: block;
    width:100%;
}
.menu_other ul li{
	line-height:35px;
}

.menu_other ul li .level2-menu{
    background-color:#f0f0f0;
    padding:5px 0;
}
.menu_other ul li .level2-menu li{
    line-height:32px;
}
.menu_other ul li .level2-menu li a{
    color:#929191; 
}
.level2-menu{
    display:none;
}

.recruitment_li{
	background-color:#FFFFFF;
}
