/*
 *	Index页样式 
 *	修改请务必加注释！！！
*/
/*====================自定义====================*/
/*菜单字体*/
/*一级菜单字体、背景色设置*/
.one_menu{
	color:black!important;
	font-size: 22px;
	background: white!important;
}
/*一级菜单飘过*/
.one_menu_hover a:hover{
	color: #B51616!important;
}

/*二级菜单字体大小、背景色设置*/
.two_menu{
	font-size: 20px;
	background: white!important;
}
/*二级菜单字体设置
 *在js中初始化
 * */
/*.two_menu_font{
	font-size: 16px;
}*/
/*二级菜单点击*/
.two_menu a:focus{
	background: white!important;
}
/*二级菜单飘过*/
.two_menu a:hover{
	background: white!important;
    color: #B51616!important;
}
/*.nav li.active {
    background: white!important;
}*/
/*.navbar-default .nav > li > a:hover{
    background: white!important;
    color: #B51616!important;
}*/
/*.navbar-default .nav > li > a:focus{
    background: white!important;
}*/

/*.nav-second-level{
    background: white;
}*/
/*.nav-label,.nav-second-level li a{
    color:black;
 }*/
/*.nav-second-level li a:hover{
    color:red;
 }*/
/*.nav-label:hover,{
 	color:#B51616!important;
}*/
/*.nav-label > a > span:focus{
 	color:#B51616!important;
}*/

 /*top头图片*/
.top_img{
    width: 1920px;
    height: 72px;
    background-repeat: no-repeat;
    background-size: 100%;
}
/*.login_img{
    width: 80%;
    background-repeat: no-repeat;
    background-size: 100%;
}*/
/*按钮在同一行距离变大一些*/
/*.btn_width_my{
	margin-left: 20px;	
	width: 110px;
}*/
/*网站左侧顶部字体设置为黑体*/
body{
	font-family:"黑体"!important;
}
/*退出logo*/
.break_menu{
	font-size: 18px;
}
/*标题“移动应用管理平台”*/
.title_my {
	position: absolute;
	width: 250px;
	height: 26px;
	left: 50%;
	top: 4%;
	color: white;
	margin-left: -125px;
}
/*不要滚动条*/
.hidden_y_my{
	overflow-y: hidden;
}
/*====================自定义====================*/
