html {
	height: 100%;
	margin: 0;
	clear:both
}
body {
	height: 100%;
	margin: 0;
	clear:both
}
.bg {
	z-index: 999;
	filter: alpha(opacity=50);
	background: #666;
	opacity: 0.5;
	-moz-opacity: 0.5;
	min-height: 100%;
+height:1300px!important;
	width: 100%;
	clear: both;
	overflow: hidden;
	top: 0;
	left: 0;
	position:fixed;
}
.beian_winBG {
	MARGIN-TOP: -50px;
	LEFT: 40%;
	MARGIN-LEFT: -190px;
	WIDTH: 800px;
	POSITION: absolute;
	TOP: 200px;
	z-index: 1000;
	display: block
}
.tanChuBox {
	width: 100%;
	background: -webkit-linear-gradient(#4c80d4, #366abe); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#4c80d4, #366abe); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#4c80d4, #366abe); /* Firefox 3.6 - 15 */
	background: linear-gradient(#4c80d4, #366abe);
	background: #366abe;
	height: 40px;
	light-height: 40px;
	text-align: right;
}
.tanChuBox div {
	float: left;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	padding-left: 10px;
	font-size: 16px;
}
.tanChuBox a {
	background: url(../img/close.jpg) no-repeat;
	width: 8px;
	height: 8px;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.baoMingTable {
	border-collapse: collapse;
	border: 1px #e0e0e0 solid;
	margin: 10px auto
}
.baoMingTable tr th {
	border-bottom: 1px #e0e0e0 solid;
	line-height: 50px;
}
.baoMingTable tr th, .baoMingTable tr td {
	padding: 3px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
}
.baoMingTable td {
	border-bottom: 1px #cdcdcd solid;
}
.baoMingTable td span {
	color: red;
	padding-left: 5px;
}
.baoMingTable tr th div {
	padding-left: 20px;
}
.baoMingTable td button {
	width: 120px;
	color: #fff;
	margin-right: 10px;
	border: none;
	line-height: 32px;
	height: 32px;
	border-radius: 4px;
	background: #366abe;
	font-size: 14px;
	font-family: "微软雅黑"
}
.baoMingTable td button:hover {
	color: #fff;
	background: #4c80d4;
}
.inputWidth {
	width: 200px;
	height: 30px;
	border: 1px #e0e0e0 solid;
}
.inputWidth2 {
	width: 400px;
	height: 30px;
	border: 1px #e0e0e0 solid;
}
.chengGongBox {
	margin-top: 120px;
	margin-bottom: 140px;
}
.chengGongBox div {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
}
.chengGongBox div a, .chengGongBox div a:visited {
	color: #ed5f5b;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 5px;
	font-size: 16px;
}
.tsBox {
	border: 1px #f4e48a solid;
	margin: 20px 0;
	background: #fdfbf3;
	padding: 20px;
	font-size: 16px;
	border-radius: 3px;
	color: #cb7b0a;
}
.tsBox div {
	font-size: 16px;
	line-height: 40px;
	margin-top: 10px;
}
.tsBox div a {
	font-size: 14px;
	font-weight: bold;
	color: #da7202;
	margin-right: 10px;
	border: 1px #fde1c2 solid;
	border-radius: 3px;
	padding: 3px 12px;
	background: #fff
}
.tsBox div a:hover {
	font-size: 14px;
	color: #fff;
	margin-right: 10px;
	border: 1px #fa7a25 solid;
	border-radius: 3px;
	padding: 3px 12px;
	background: #fa7a25
}
/*----login--*/
#outer {
	width: 600px;
	margin: 0px auto;
	z-index: 9999;
	
}
#tab {
	overflow: hidden;
	zoom: 1;
	width: 600px;
}
#tab li {
	float: left;
	color: #fff;
	height: 50px;
	cursor: pointer;
	line-height: 50px;
	width: 300px;
	text-align: center;
	background: #356cc5;
	font-size: 16px;
}
#tab li.current {
	color: #333;
	font-weight: bold;
	width: 300px;
	background: #fff
}
#content {
}
#content > ul {
	display: none;
	margin: 0 0px;
	padding: 0px 0;
}

