body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
}
html {
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap:break-word;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse:collapse;
}
td{height:30px;}
input{height:20px;}

/*细线表格*/
fieldset, img {
	border:0px;
}/*清除描边,块显示*/
ul, li {
	list-style-type:none;
}/*无列表项目标记*/
a {
	text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color:#848585;
}/* 未访问的链接 */
a:visited {
	color:#848585;
}/* 已访问的链接 */
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}/* 鼠标在链接上 */
a:active {
	color: #FFCC00;
}/* 点击激活链接 */
body {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	line-height: 24px;
	position: relative;
	padding-top: 160px;
	margin: 0;
	background-image: url(../images/adminbg.jpg);
	background-repeat: repeat;
}
/*----------------------------首页样式-----------------------------------------*/
html {
	overflow-x: hidden;
	overflow-y: auto;
}
.nav {
	width: 537px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
.nav .logo {
	float: left;
	height: 70px;
	width: 304px;
	padding-bottom: 15px;
}
.nav .top {
	float: left;
	height: 51px;
	width: 523px;
	background-image: url(../images/t.jpg);
	background-repeat: repeat;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	color: #FFF;
	font-family: "microsoft yahei";
}
.codetd{width:120px; border:1px solid red}
.submit{height:25px; width:80px;}
.inputcode{width:80px;}
.codediv{width:55px; float:right; margin:0px 0px 0px 0px;cursor:pointer; padding:0px 0px 0px 0px;}
.codediv img{cursor:pointer;border:0px;width:55px; height:22px}
.yx {
	background-image: url(../images/dbg.jpg);
	background-repeat: repeat;
	height: 224px;
	width: 523px;
	margin-bottom: 10px;
	float: left;
}
.yx .yx_main {
	padding-top: 20px;
	font-family: "microsoft yahei";
}

.copy {
	width: 1000px;
	height: 60px;
	text-align: center;
	color: #eeeeee;
	margin: auto;
	font-family: "microsoft yahei";
}

.copy ul{
	width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.copy ul li{
	line-height: 25px;
}
.copy ul li a{
	color: #eeeeee;
}
.copy ul li a:hover {
	color: #FFCC00;
}

.text1 {
	font-size: 12px;
	color: #eeeeee;
	text-decoration: underline;
}