﻿@charset "utf-8";
/* CSS Document */
/*–begin css初始化–*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
ol,ul{
	list-style-type: none;
}
input,img,select{
	vertical-align:middle;/*@new*/
}
table{
	border-collapse:collapse;
}
fieldset,img{
	border:0;
}
caption,th{
	text-align:left;
}
body,input,select,textarea{
	font-family:Arial,"宋体";
	color:#555555;
}
a{
	text-decoration:none;
	color:#3B3B3B;
}
a:hover{
	color:#000;
}
.middle{
	margin: 0 auto;
}
.clear{
	clear:both;
}
.none{
	display:none;
}
.float_left,.li_float_left li{
	float:left;
}
.float_right{
	float:right;
}
.display_inline{
	display:inline;
}
.overflow_hidden{
	overflow:hidden;
	zoom:1;
}
/*–end css初始化–*/

/*#header,#footer,.wrapper{ margin:10px auto}  设置全屏*/

/*–begin layout–*/    
#header,#footer,.wrapper{margin:0 auto; width:950px;overflow:hidden;}
.wrap_left{width:219px;float:left; position:relative;}   
.col-main {width:100%;margin-left:-231px;float:right;}
.col-main-conten {margin-left:231px;}
.col-right {float:right;width:184px; margin-left:18px;}
* html .col-right{ margin-left:0px;}
.col-center{height:100%;overflow:hidden;}
* html .ie6col-center{ margin-right:202px;}
#footer {clear:both;margin-top:10px;}
/*–end layout–*/