@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	background: #EFEFEF;
}
/* 全局样式 */
body, html, td {
	margin: 0;
	padding: 0;
	color: #555;
	font-family: "微软雅黑";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form {
	margin:0px;
}

/*其他通用样式*/
.hidden {
	display:none;
}
.showstyle {
	display: inherit;
	visibility: visible;
}
/*input控件样式*/
.effectInput_gray {
	border: 1px solid #666666;
	font-size: 13px;
	background-image: url(../../../../assets/images/db_xq_pic1_06.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 20px;
}
.effectInput_gray:hover {
	border: 1px solid #990000;
	background-image: url(../../../../assets/images/db_xq_pic1_07.jpg);
}
/*button控件样式*/
.button_cloorgray {
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	background-color: #CCC;
	border: 1px solid #999;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button_cloorgray:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #FFF;
	background-color: #069;
	border: 1px solid #999;
	cursor:pointer;
}
/*button控件样式*/
.button_lightblue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	background-image: url(../../../../assets/images/btn/40.gif);
	word-spacing: 5pt;
	height: 23px;
	width: 65px;
	cursor: pointer;
	background-color: #ECF8FF;
}
.button_big_deepblue {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "宋体";
	font-size: 13px;
	color: #FFF;
	background-image: url(../../../../assets/images/btn/03.gif);
	word-spacing: 5pt;
	height: 25px;
	width: 124px;
	cursor: pointer;
	background-color: #ECF8FF;
	font-weight: bold;
}
.button_gray {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "宋体";
	font-size: 13px;
	color: #000000;
	background-image: url(../../../../assets/images/btn/53.gif);
	word-spacing: 5pt;
	height: 21px;
	width: 50px;
	cursor: pointer;
	background-color: #ECF8FF;
}

.color_red{
	color: #FF0000;
}

.dialogframe{
	min-width:200px;
	/*min-height:100px;*/
}
.datepick-popup{
	z-index: 9999;
}

.news_1_a{
margin-bottom: 5px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-top-color: #000;
border-right-color: #000;
border-bottom-color: #000;
border-left-color: #000;
}

.news_1_a .item_table{
height: 80px;
}

.footer-warp{
	color: #FFF;
	background-color: #333;	
	text-align: center;
	
}

.foot-b-on p{
	line-height: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.header .ahistory , .header .ahistory:hover{
	display: block;
	right: 15px;
	top: 0px;
	position: absolute;
	color: #FFF;
	text-decoration: none;

}