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:  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;
}

