@charset "utf-8";
/* CSS Document */
/*------------------------------------公共部分----------------------------------------------------------------*/
body {
	font-size:12px;
	font-family:Arial, Helvetica, '宋体', sans-serif;
	color:#333;
	background:#fff;
	margin:0 auto;
}
img {
	border:none;
}
body,ul,li,p{ padding:0; margin:0;}
ul li{ list-style:none;}
a:link {
	color:#0041D9;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#0041D9; 
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
	outline:none;
}
a:active {
	color:#0041D9;
	text-decoration:none;
	outline:none;
}
/*--------------------------------各个定位层-----------------------------------------------------------*/
#container {
	margin: 0px auto;
	width: 990px;
}
#header {
	width: 990px;
}
#content {
	width: 990px;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
}
#left_colum{
	float: left;
	width: 700px;
}

#right_colum {
	float: right;
	 width: 270px;
}
#footer{
	clear:both;
	width:990px;
	margin:20px auto 20px;
}
/*-----------------------------------头部----------------------------------------------------------------*/
#header div.tabbar {
	width:900px;
	margin:0 auto;
}
#header .tabbar div.tabs {
	left:266px;
	position:absolute;
    _top:65px;
	top:51px;/*调试兼容*/
	font-size:14px;
	font-weight:bold;
}
#header .tabbar .tabs a {
	float:left;
	width:87px;
	height:24px;
	line-height:24px;
   _padding-top:12px;
	padding-top:9px;/*调试兼容*/
	text-align:center;
	color:#000;
	font-weight:lighter;
	font-size:14px;
	background:url(../images/head_default.gif) no-repeat right 50%;
}
#header .tabbar .tabs a:hover {
	background:url(../images/head_default.gif) no-repeat left 50%;
	text-decoration:none;
}
#header .tabbar .tabs a.actived {
	background:url(../images/active.jpg) no-repeat;
	font-weight:bold;
	color:#fff;
}
#header .tabbar .tabs a.actived:hover {
	background:url(../images/active.jpg) no-repeat;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#header .tabbar .float_icon {
	background:transparent url(../images/new01_18x19.gif) no-repeat;
	font-size:0;
	height:19px;
	line-height:0;
	position:absolute;
	left:150px;
	top:-8px;
	text-indent:-999px;
	width:18px;
	background-image: url(../images/xin.gif);
}
#header div.banner {
	position:relative;
	height:85px;
	z-index:10;
}
#bar {
    #height:5px;
	height:7px;/*调试兼容*/
	background-color:#6aac31;
	width:990px;
}
div.corner_links {
	position:relative;
	float:right;
	text-align:right;
	padding-top:8px;
	padding-right:4px;
	font-size:12px;
	line-height:16px;
	z-index:100;
}
div.corner_links ul {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
div.corner_links li {
	position:relative;
	float:left;
	margin:0;
	padding:0 5px;
	white-space:nowrap;
	list-style:none;
	display:inline;
	text-align:center;
}
div.corner_links a{ text-decoration:none;}
#header .tabbar .mobile {
	position:absolute;
	right:0;
	top:65px;
	background:transparent url(../images/phone.gif) no-repeat;
	padding:1px 0 0 19px;
	margin-right:6px;
	line-height:16px;
	height:16px;
	overflow:hidden;
	z-index:-1;
}
#header div.logo {
	padding-top:23px;
	padding-left:20px;
	float:left;
}
#header .logo a:hover {
	background-color:transparent;
}
ul#wrap a {
	display:block;
	font-size:12px;
}
ul#wrap li {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	position:relative;
	margin-right:1px;
	text-align:center;
}
ul#wrap li ul {
	position:absolute;
	top:28px;
	left:-8px;
	list-style:none;
	display:none;
	border-top:1px solid #fff;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
ul#wrap li ul li a {
	display:block;
	width:80px;
	background:#F3F3F3;
}
ul#wrap li ul li a:hover {
	background:#FFE4CA;
}
/*head end*/

/*------------------------------------------------底部样式---------------------------------*/
.copy{
	width:990px;
	text-align:center;
}
.copy .line{
	height:1px;
	border-bottom:1px #0596fc solid;
	width:100%;
	margin-bottom:10px;
}
.copy  a{
	color:#2a73cd;
	text-decoration:none;
}
.list
{
    float:left;
}
#list
{
    float:left;
    
}
#list1
{
    float:left;
}

