body {
    margin:0;
	font-size:12px;
}
a 
{
    text-decoration:none;
    color:#999999;
    font-size:12px;
}
a:hover
{
    text-decoration:underline;
    color:red;
    font-size:12px;
}
.input {
    margin:0;
	height:16px;
	width:200px;
	border:1px solid #E1E1FF;
	font-size:12px;
}
.header {
	margin: auto;
	width: 980px;
	height: auto;
	padding:6px;
}
.header .logo {
	margin: auto;
	padding: 1px;
	float: left;
	height: 60px;
	width: 160px;
}
.header .login {
    margin-left:6px;
	padding-top: 16px;
	float: left;
	height: 46px;
	width: 806px;
}

/***********************一级分类菜单*******************/
.header .menu {
    float:left;
	margin-top:6px;
	height: auto;
	width: 980px;
}
.header .menu .m_l {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/m_l.gif);
	background-repeat: no-repeat;
	width:7px;
	height:33px;
}
.header .menu .m_c {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/m_c.gif);
	background-repeat: repeat-x;
	width:967px;
	height:21px;
	padding:6px 0 6px 0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
.header .menu .m_c ul {
    margin:0;
	padding-left:20px;
}
.header .menu .m_c li {
    list-style:none;
	float:left;
	width:7%;
	padding-top:4px;
}
.header .menu .m_c a {
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.header .menu .m_c a:hover {
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.header .menu .m_r {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/m_r.gif);
	background-repeat: no-repeat;
	width:6px;
	height:33px;
}

/************************  二级分类菜单 ****************************/
.header .second_menu {
    float:left;
	margin-top:6px;
	height: auto;
	width: 969px;
	padding-left:7px;
	padding-right:4px;
}
.header .second_menu .s_l {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/s_l.gif);
	background-repeat: no-repeat;
	width:3px;
	height:33px;
}
.header .second_menu .s_c {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/s_c.gif);
	background-repeat: repeat-x;
	width:959px;
	height:21px;
	padding:6px 0 6px 0;
	text-align:center;
	font-size:12px;
}
.header .second_menu .s_c ul {
    margin:0;
	text-align:center;
	padding-left:16px;
}
.header .second_menu .s_c li {
    list-style:none;
	float:left;
	width:7%;
	padding-top:4px;
	text-align:center;
}
.header .second_menu .s_c a {
    font-size:12px;
	color:#A5A5A5;
	text-decoration:none;
}
.header .second_menu .s_c a:hover {
    font-size:12px;
	color:#A5A5A5;
	text-decoration:underline;
}

.header .second_menu .s_r {
    float:left;
	background-image: url(http://www.tuzhan.com/imgs/s_r.gif);
	background-repeat: no-repeat;
	width:6px;
	height:33px;
}



/***********************  版权信息  **********************/

.copyright {
	margin: auto;
	padding: 6px;
	height: 100px;
	width: 980px;
	text-align:center;
}
.copyright .line {
	border-top: 2px solid #FF9900;
}
.copyright .cnav {
	margin: auto;
	padding: 16px;
	height: 20px;
	width: auto;
}
.copyright .cnav a{
    text-decoration:none;
	color:#A4A4A4;
	font-size:12px;
}
.copyright .cnav a:hover{
    text-decoration:underline;
	color:#FF6600;
	font-size:12px;
}


.nav {
	margin: auto;
	height: 12px;
	width: 980px;
	font-family:"宋体";
	padding:6px;
}
.nav .l {
    float:left;
    height: 18px;
	width: 810px;
	padding-top:4px;
}
.nav .r {
    float:left;
    height: 18px;
	width: 170px;
	padding-top:4px;
	text-align:center;
	color:#999999;
}
.nav a {
    text-decoration:none;
	font-size:12px;
	color:#999999;
}
.nav a:hover {
    text-decoration:underline;
	font-size:12px;
	color:#999999;
}



