﻿html {
	font-family: 宋体, Verdana, Arial, Helvetica;
	color: #405473; /*网页文字颜色*/;
	background-color: #FFFFFF;
	font-size: 12px;
}
body {
	font-family: 宋体, Verdana, Arial, Helvetica;
	color: #405473; /*网页文字颜色*/;
	background-color: #FFFFFF;
	font-size: 12px;
}
* {
	font-size: 12px;
	margin: 0 auto;
}
form {
	margin: 0 auto;
	padding: 0;
}
img {
	border-width: 0px;
}
.sub-del {
	background-color: #E3E3E3;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB #D9D9D9 #A7A7A7 #ADADAD;
}
.sub-in {
	height: 22px;
	background-color: #F2F2F2;
	border-style: solid;
	border-width: 1px;
	border-color: #DBDBDB #D9D9D9 #A7A7A7 #ADADAD;
}
p {
	margin: 0 auto;
	padding: 0;
}
table {
	margin: 0 auto;
}
a:link {
	color : #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color : #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color : #FF9900;
	font-size: 12px;
	font-weight: normal;
}
a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}
.lo-box {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.submit {
	background: url('../Images/submit.gif') no-repeat 1px 1px;
	color: #666666;
	width: 59px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}
.sub-search {
	background: url('../Images/nav/search.gif') no-repeat 1px 1px;
	color: #000000;
	width: 59px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}
.sub-enter {
	background: url('../Images/submit.gif') no-repeat 1px 1px;
	color: #000000;
	width: 59px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;

}
.copyright {
	height: 30px;
	line-height: 30px;
	position: absolute; 
	/*文字描边，只对IE有效*/
	*color: #FFFFFF; 
	*filter: Dropshadow(offx=1,offy=0,color=#93a1b1) Dropshadow(offx=0,offy=1,color=#93a1b1) Dropshadow(offx=0,offy=-1,color=#93a1b1) Dropshadow(offx=-1,offy=0,color=#93a1b1);
	left: 50%;
	margin-left: -170px;
}
.copyright a:link {
	color: #6c7f95;
	*color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:visited {
	color: #6c7f95;
	*color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:hover {
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
}
.copyright a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}

.main-top {
	background-image: url('../Images/top_bg.gif');
	height: 53px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B1BDCB;
	text-align: left;
}
.main-top img {
	margin-left: 20px;
	margin-top: 17px;
}
.main-title {
	height: 26px;
	line-height: 26px;
	background-image: url(../Images/bg2.gif);
	margin-top: 3px;
	margin-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C9CDD5;
	text-align: right;
}
.main-body {
	position: fixed;
	height: 100%;
	width: 100%;
}
.main-right {
	position: absolute;
	color: white;

	/*文字描边，只对IE有效*/ 
	*color: #6c7f95;
	*filter: Dropshadow(offx=1,offy=0,color=#ffffff) Dropshadow(offx=0,offy=1,color=#ffffff) Dropshadow(offx=0,offy=-1,color=#ffffff) Dropshadow(offx=-1,offy=0,color=#ffffff);
	right: 129px;
	top: 88px;
}
.main-right a:link {
	color: white;
	*color: #6c7f95;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.main-right a:visited {
	color: white;
	*color: #6c7f95;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.main-right a:hover {
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
}
.main-right a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}

/*分栏样式*/
#left {
	width: 100px;
	padding-left: 1px;
	padding-right: 1px;
	background: #a9b6c5;
}
#onoff {
	width: 13px;
	background-image: url('../images/onoff_bg.gif');
	text-align: center;
}
.white {
	float: left;
	color: #000000;
	margin-left: 20px;
}
.white a:link {
	color : white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.white a:visited {
	color : white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.white a:hover {
	color : #FF9900;
	font-size: 12px;
	font-weight: normal;
}
.white a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}
.heiban {
	height: 50px;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	background-image: url('../Images/heiban_bg.gif');
}
.menu {
	margin-left: 10px;
	margin-top: 10px;
	line-height: 23px;
}
.menu img {
	vertical-align: middle;	
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
}
.menu a:link {
	color : white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu a:visited {
	color : white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover {
	color : #405473;
	font-size: 12px;
	font-weight: normal;
}
.menu a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}
/*main页的body样式*/
.mainbody {
	height: 100%;
	width: 100%;
	background: white;
}
/*页顶的提示信息*/
.warning {
	border: 1px solid #A1A9B5;
	background-color: #FFFFFF;
	margin: 5px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;

}
/*夹在中间的小白条*/
.hei2 {
	height: 2px;
	background: white;
	font-size: 0;
}
/*首页中的信息*/
.main-box {
	height: 90px;
	padding-top: 1px;
	margin-top: 3px;
	border: 1px solid #A1A9B5;
	background-color: #F2F4F6;
	margin: 5px;
	line-height: 25px;

}
.main-boxtit {
	color: white;
	padding-left: 10px;
	margin-left: 1px;
	margin-right: 1px;
	height: 25px;
	background: #a2afbe;
}
.boxul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxul li {
	float: left;
	height: 30px;
	line-height: 30px;
	list-style-type: none;
	padding-left: 10px;
	width: 48%;
	display: inline;
}
.main-gg {
	clear: both;
	height: 30px;
	line-height: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
	padding-left: 10px;
}
.mainli-1 {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.mainli-2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.mainli-3 {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
#msgbox {
	position:absolute;
	top: 40%;
	left: 40%;
	border: 1px solid #94A2B2;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
#msgbox img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
#msgbox input {
	background: white;
	color: #405473;
	text-align: center;
	margin-top: 13px;
	font-size: 14px;
	border: 0;
	width: 250px;
}
/*选择*/
#msgokbox {
	position:absolute;
	top: 40%;
	left: 40%;
	border: 1px solid #94A2B2;
	width: 300px;
	height: 70px;
	background-color: #FFFFFF;
	line-height: 50px;
	text-align: center;
}
#msgokbox img {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
#msgokbox input#msgoklabel {
	background: white;
	color: #405473;
	text-align: center;
	margin-top: 13px;
	font-size: 14px;
	border: 0;
	width: 250px;
}
#msgokbox input#Reset1{
	border-style: none;
	border-width: 0px;
	background-color: #FFFFFF;
	margin: 10px;
	color: red;
	font-size: 14px;
}
#msgokbox form {
	margin-top: -15px;
	*margin-top: 0px;

}
.boxmainul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.boxmainul li {
	clear: both;
	text-align: right;
	line-height: 40px;
	list-style-type: none;
	padding-left: 10px;
	width: 99%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
.boxmainul span {
	float: left;
}
.pagetitle {
	height: 28px;
	background-color: #FFFFFF;
	line-height: 23px;
	padding-left: 20px;
}
.npagetit {
	float: left;
	display: inline;
	margin-left: 5px;
	width: 90px;
	height: 23px;
	margin-top: 5px;
	text-align: center;
	border-top-color: #FF0000;
}
.ypagetit {
	float: left;
	display: inline;
	margin-left: 5px;
	width: 90px;
	height: 23px;
	margin-top: 5px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FF0000;
}
.ypagetit1 {
	float: left;
	display: inline;
	margin-left: 5px;
	width: 70px;
	background-color: #e6e8ea;
	height: 23px;
	margin-top: 5px;
	text-align: center;
}
.toright {
	float: right;
}
.toleft {
	float: left;
}
.pagetitle-b {
	height: 30px;
	background-image: url('../Images/pagetit_3.gif');
}
.label-1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-right: 5px;
	height: 27px;
}
.label-1 li{
	float: left;
	display: inline;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 2px;
}
.label-2-1 {
	border: 1px dashed #FF0000;
	background-color: #FFFFFF;
}
.label-2-2 {
	margin-top: 1px;
	background-color: #FFFFFF;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
.list-1 {
	border: 1px solid #7C8EA4;
	margin-left: 5px;
	margin-right: 5px;
	color: black;
}
.list-2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url('../Images/list-2.gif');
	height: 26px;
}
.list-2 li {
	float: left;
	display: inline;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #8F9AA7;
}
.classlist {
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
}
.classlist img {
	vertical-align: middle;
}
.emaillist {
	border: 1px solid #405473;
	width: 95%;
	height: 300px;
	margin: 10px;
}
