﻿@charset utf-8;
	* {
	margin:0;
	padding:0;
}
body {
	font-size:14px;
	text-align:center;
	width:1200px;
	font-family:宋体,arial;
	margin:0 auto;
}
li {
	list-style-type:none;
}
a:hover {
	color:#bc2931;
	text-decoration:underline;
}
a:active {
	color:#bc2931;
}
#header {
	background:url(../images/top_bg.gif) repeat-x left top;
	height:33px;
	width:1198px;
	border:1px solid #aeaeae;
	margin-top:5px;
}
#header #login {
	float:left;
	text-align:left;
	line-height:30px;
	height:30px;
	width:500px;
	padding-left:5px;
}
#header #shome {
	float:right;
	height:33px;
	margin-right:5px;
	line-height:33px;
	filter:Dropshadow(offx=1,offy=0,color=white) Dropshadow(offx=0,offy=1,color=white) Dropshadow(offx=0,offy=-1,color=white) Dropshadow(offx=-1,offy=0,color=white);
}
* html #header #shome {
	display:inline;
}
#logo {
	margin-top:5px;
	height:82px;
	width:1198px;
	border:1px solid #CCC;
}
#logo #logoimg {
	float:left;
	height:82px;
	width:170px;
	overflow:hidden;
}
#logo #logobanner {
	float:right;
	height:77px;
	width:720px;
	margin-top:2px;
	margin-right:4px;
	overflow:hidden;
}
#navleft {
	width:1197px;
	height:35px;
	background:url(../images/nav_left.gif) no-repeat left top;
	margin-top:5px;
	padding-left:3px;
}
#navleft #navright {
	background:url(../images/nav_right.gif) no-repeat right top;
	padding-right:4px;
}
#navleft #navright #nav {
	background:url(../images/nav_bg.gif) repeat-x;
	height: 35px;
}
#navleft #navright #nav ul {
	height:35px;
}
#navleft #navright #nav li {
	float:left;
	height:35px;
}
#navleft #navright #nav .navline {
	background:url(../images/nav_line.gif) no-repeat;
	height:35px;
	width:2px;
	overflow:hidden;
}
#nav li a {
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(../images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span {
	float:left;
	line-height:14px;
	background:url(../images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:700;
	color:#FFF;
	text-decoration:none;
	cursor:hand;
	padding:11px 10px 10px 7px;
}
#nav li a:hover {
	background-position:left 100%;
}
#nav li a:hover span {
	background-position:right 100%;
	color:#333;
	text-decoration:none;
	padding-bottom:8px;
	padding-top:13px;
}
#search {
	width:1200px;
	height:20px;
	margin-top:5px;
	text-align:left;
}
#column {
	width:1200px;
	margin:0 auto;
}
#column:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#column .leftcolumn {
	float:left;
	width:598px;
	border:1px solid #ccc;
	margin-top:5px;
}
#column .tit {
	height:30px;
	background:url(../images/columtit_bg.gif) repeat-x;
	border-bottom:1px solid #ccc;
	text-align:left;
	line-height:30px;
	font-weight:700;
}
#column .tit span {
	margin-left:10px;
	color:#ff5a00;
	font-size:14px;
}
#column .tit a {
	color:#ff5a00;
}
#column .con {
	width:100%;
}
#column .con li {
	text-align:left;
	overflow:hidden;
	height:22px;
	line-height:22px;
}
#column .con li span {
	float:right;
	margin-right:5px;
}
#column .rightcolumv {
	float:right;
	width:598px;
	border:1px solid #ccc;
	margin-top:5px;
}
#tag {
	width:1198px;
	border:1px solid #ccc;
	float:left;
	margin:10px auto 0;
}
#tag #tagtit {
	font-size:14px;
	font-weight:700;
	color:#ff5a00;
	background:url(../images/columtit_bg.gif) repeat-x;
	text-align:left;
	height:30px;
	line-height:30px;
	width:100%;
	border-bottom:1px #ccc solid;
}
#tag #tagtit span {
	margin-left:10px;
	display:block;
}
#tag #tagcon {
	line-height:25px;
	width:100%;
	text-align:left;
}
#tag #tagcon span {
	display:block;
	margin:10px;
}
#tag #tagcon span a {
	text-decoration:underline;
	margin-left:10px;
	margin-right:10px;
}
#foot {
	text-align:center;
	width:1200px;
	line-height:18px;
	clear:both;
	margin:5px auto 0;
	padding: 20px 0;
    background: #d1d1d1;
}
#foot span {
	color:red;
}
a:link,a:visited {
	color:#000;
	text-decoration:none;
}
* html #navleft #navright #nav ul,html * #navleft #navright #nav ul {
	height:35px;
}
.ad,#ad {
	width:1200px;
	margin-top:5px;
	overflow:hidden;
	float:left;
}
