
/* pre 初始化无边框  */
pre {
	border: none;
}

.dashed_line{
	border: dashed 1px #e7fbfe;
	
}
.help-block{
		color: red;
}

div.container{
	min-width: 994px;
	width: 100% ;
	font-family: "微软雅黑","宋体","SimSun","Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0;
}

.content_body{
	width: 994px;
	margin: 0px auto 0px auto;
	padding: 21px 0px 0px 0px;
}

.global_top_header {
	font-family: "微软雅黑","宋体","SimSun","Arial Narrow", Arial, Helvetica, sans-serif;
	/* overflow: hidden; */
	font-size: 16px;
	background-color: #FFF;
	width: auto;
}


.global_top_header .inner_wrapper{
	height: 60px;
	line-height: 70px;
	width: 994px;
	margin: auto;
	text-align: left;
	position:relative;
}



.logodiv{
	display: inline-block;
	width: 211px;
	height: 51px;
	background: url(images/logo.png) no-repeat;
	background-size: 100% 100%;
	vertical-align:middle;
	border: none;
	margin-top: -4px;
}


.header_line{
	border: solid 1px #eeeeee;
	margin: 4px 0px 0px 0px;
}

.nav_link {
	
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.global_top_header .nav_link{
	
	padding-top: 21px;
	padding-left: 20px;
}

 .nav_link_selected{
	color: #2f86d9;
}



.nav_link:hover{
	color: #2f86d9;
	text-decoration: none;
}




.P1 {
	font-size: 21px;
	color: #666;
	font-weight: bold;
	padding-bottom: 0px;

}

.btn_login{
	margin: 0px 0px;
	background: #0071bc;
	color: #FFFFFF;
	border-radius: 3px;
	padding: 6px 40px;
}



.global_footer{
	
	text-align: center;
	
}

.footer_line{
	width: 994px;
	margin: 60px auto 0px auto;
	height: 11px;	
	background: url(images/footer_line.png);
}

.footer_line_white{
	width: 994px;
	margin: 60px auto 0px auto;
	height: 11px;	
	background: url(images/footer_line_white.png);
}



.footer_body{
	margin-top: 33px;
	color: #929191;
}

.normal_link{
	text-decoration: none;
	color: #2f86d9;
	font-size: 14px;
	
	margin: 0px 10px;
}

.footer_body a{
	font-size: 13px;
	font-weight: normal;
}

.footer_bottom{
	color: #929191;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom:  30px;
	font-weight: normal;
	font-family: "Arial Unicode MS";
}

.btn_normal{
	
	padding: 3px 25px;
	background: #f0f1f2; 
	border: solid #cbcbcb 1px;
	text-decoration: none;
	color: #333;
	cursor: pointer;
	display: inline-block;
}

.btn_radius{
	border-radius: 2px;
}

.btn_normal:hover{
	background: #dedede;
	color: #333;
}

.user_info_arrow{
	background: url(images/user_info_arrow.jpg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline-block;
}

.readonly{
	background: #f0f1f3;
}


/*下拉菜单*/
.opa-dropdown-menu{
	text-align: left;
	min-width: 10px;
	position: absolute;
	right: 0;
	left:auto;
	
}

/*蓝色按钮*/
.btn_blue{
	
	display: inline-block;
	height: 25px;
	line-height: 25px;
	
	color: #2f86d9;
	background: transparent;
	border: solid #2F86D9 1px;
 	margin-left: 10px;
 	padding: 0 10px;
 	text-align: center;
 	box-sizing: content-box;
 	cursor: pointer;
}

.btn_blue:hover{
	text-decoration: none;
}
.form-group input[type=text]{
	border-radius:0px;
}
.form-group textarea{
	border-radius:0px;
}

/* 基于angular的分页控件css */
/* 普通化超链接 */
a.normalA{
	color: #000000 !important;
	text-decoration: none !important;
	cursor:default !important;
	pointer-events: none;
}

.pagerContainer{
	text-align: right;
	margin-top: 10px;
}

.pagerContainer .pagerItem{
	margin: 0 2px;
	
}

.pagerContainer a{
	cursor: pointer;
	
}
/* end 基于angular的分页空间css */

/* 清除浮动样式 */
.clear-float::after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clear-float{zoom: 1;}
