@charset "utf-8";

body {
	background:#198600;
	/*background-attachment:fixed;
	background-image:url(../images/topbg.jpg);
	background-position:center top;
	background-repeat:repeat-x;*/
	color:#fff7ea;
	font-family:Microsoft YaHei, "微软雅黑", Ariel, 微軟正黑體, Verdana;
	font-size:14px;
	margin:0 auto;
	padding:0;
	text-align:left;
}/* 重置 */
div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin: 0;
	padding: 0;
	border:0;
}
p, li, div {/* add */
	line-height: 24px;
}/* 标题样式 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}/* 列表样式 */
ul, ol, li, dl, dt, dd {
	list-style: none;
}/* 图片样式 */
img, a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}/* 链接样式 */
a:link {
	color: #f6e5a4;
	text-decoration: none;
}
a:active {
	color: #f6e5a4;
	text-decoration: none;
}
a:hover {
	color: #22b600;
	text-decoration: none;
}
a:visited {
	color: #f6e5a4;
	text-decoration: none;
}
/** 图片链接效果 **/
.pic a {
	padding: 0px;
	border: 0px solid #e6e7e7;
	display: inline-block;
}
.pic a:hover {
	border: 1px solid #F60;
	background: #fff4ce;
	display: inline-block;
}/**字体颜色**/
.fontred {
	color: #f00;
}
.fontgray {
	color: #999;
}
.fontblack {
	color: #000;
}/**输入框颜色样式**/
.input-gray {
	color: #999;
}
.input-black {
	color: #000;
}
/*浮动*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatNone {
	float: none;
}/* 清除浮动 */
.clearBoth {
	clear: both;/*控制分类后，各行高度不一样对不齐问题*/
	width: 100%;
	height: 1px;
	font-size: 0;
	overflow: hidden;/*控制分类后，各行高度不一样对不齐问题*/
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: Right;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {/*content: ".";  兼容ie8 */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* 页面宽度 */
.pageWidth{
	margin: 0px auto;
    width: 1200px;
    height: auto;
}
/** 输入框 **/
.input {
	border: 1px solid #ddddde;
	height: 18px;
	line-height: 18px;
	padding: 0 2px;
}/** 输入框 宽度 **/
.input-width {
	width: 200px;
}/** 输入框 鼠标滑过 **/
.input-up {
	border: 1px solid #06c;
}
.feiye{ clear:both; }

/*分页标签*/
.pages {
    height: 28px;
    padding: 15px 0px;
    text-align: center;
    clear: both;
    font-family: Arial;
}
.pages a {
    background-position: 0px 0px;
}
.pages a, .pages span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 3px;
    margin: 0px 3px;
    color: #717171;
    background-image: url('../images/bt_bg.gif');
    background-repeat: no-repeat;
    text-align: center;
}
a.page:hover, span.page {
    background-position: 0px -38px;
    color: #FFF;
}
.impadle input {
    height: 30px;
    line-height: 30px;
    width: 250px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}#ContentPlaceHolder1_RadioButton1,#ContentPlaceHolder1_RadioButton2,#ContentPlaceHolder1_RadioButton3,#ContentPlaceHolder1_RadioButton4,#ContentPlaceHolder1_RadioButton5,#ContentPlaceHolder1_RadioButton6 {
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.imputss {
    height: 18px;
    border: 1px solid #CCC;
}

