/*文本框通用样式*/
input[type="text"]{border:1px #ccc solid;padding:3px 2px}
input[type="password"]{border:1px #ccc solid;padding:3px 2px}
select,textarea,input{outline:0px}

.pTxtDate {width:120px;border:1px #ccc solid;padding:3px 2px}
/*文本框统一长度*/
.pTxtL150{width:150px;height:23px;line-height:23px}
.pTxtL200{width:200px;height:23px;line-height:23px}
.pTxtL250{width:250px;height:23px;line-height:23px}
.pTxtL300{width:300px;height:23px;line-height:23px}
.pTxtL400{width:400px;height:23px;line-height:23px}
.pTxtL500{width:500px;height:23px;line-height:23px}
.pTxtL20 {width:20px;height:23px;line-height:23px}
.pTxtL30 {width:30px;height:23px;line-height:23px}
.pTxtL40 {width:40px;height:23px;line-height:23px}
.pTxtL50 {width:50px;height:23px;line-height:23px}
.pTxtL60 {width:60px;height:23px;line-height:23px}
.pTxtL80 {width:80px;height:23px;line-height:23px}
.pTxtL100 {width:100px;height:23px;line-height:23px}
textarea{border:1px #ccc solid}
.pTxtRBG{ background-color:#fbeaea;}
/*按钮统一样式*/
.pBtn{border:0px;height:24px;background:#3864aa;border-radius: 2px;color:#fff;cursor:pointer}
.pBtn2{border:0px;height:24px;background:#aaa;border-radius: 2px;color:#fff;cursor:pointer}
.pSubmit{}
/*备注统一样式*/
.pBeta {color:#888888}

.pPage{float:left;height:30px;line-height:30px}
.pPage li{float:left;padding:0px 8px 0px 8px;margin-right:5px;color:#aaaaaa;overflow:hidden;vertical-align:bottom;font-size:14px}
.pPage .info{margin-right:20px}
.pPage .x_sel{font-weight:bold}
.pPage .x_sel a:link {color: #ff6600; text-decoration:none;padding:3px}
.pPage .x_sel a:visited {color:#ff6600;text-decoration:none;padding:3px}
.pPage .x_sel a:hover {color:#000000; text-decoration:none;background:#ff6600;padding:3px}
.pPage .x_sel a:active {color: #000000; text-decoration:none;padding:3px}
.pPage .x_txt{height:12px;width:30px}
.alert_down {
	position:fixed;
	word-wrap:break-all;
	white-space:nowrap;
	overflow:hidden;
	background:#3864aa;
	float:left;
	padding:10px 20px;
	width:auto;
	color:#fff;
	font-size:14px;
	letter-spacing:5px;
	FILTER:alpha(opacity=50);
	opacity:0.6;
}
.mt{margin-top:10px;}
header{position:fixed;width:100%;top:0;left:0;z-index:100}
header .headmain{background:#0263aa;border-bottom:solid 3px #00487d;}
header h1.center_ts{margin:0 60px;}
header img{display:block;float:left;}
header h1{margin:0 82px 0 60px;text-align:center;line-height:41px;color:#fff;font-size:1.2rem;font-weight:bold;}