@charset "gb2312";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:SimSun, Arial, Verdana;
	font-size:12px;
	background:#fff;
	color:#666;
	line-height:18px;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#d74861;
	text-decoration:underline;
}
.clear{
	clear:both;
	overflow:hidden;
	height:0;
}
img{
	border:none;
}
#wrap{
	width:950px;
	margin:5px auto;
}
ul{
	list-style:none;
}
#top ul li{
	float:left;
	margin-right:6px;
}
#header{
	margin:5px 0 10px 0;
	clear:both;
}
#header p.logo{
	float:left;
	width:360px;
	height:53px;
	margin-top:15px;
}
#header .banner{
	float:right;
	width:560px;
	height:70px;
}
#nav{
	background:url(../../../images/group/home/nav_bg.gif) no-repeat left top;
	height:32px;
}
#nav li{
	float:left;
	margin-left:25px;
	line-height:32px;
}
#nav li a{
	color:#fff;
	font-size:14px;
}
#nav li a:hover{
	color:#333;
	text-decoration:none;
}
.reg_nav{
	background:url(../../../images/group/home/reg_bg.gif) repeat-x left top;
	height:40px;
	text-align:right;
	line-height:40px;
	color:#333;
	white-space:nowrap;
	_padding:10px 0 0 0;
	_height:30px;
	clear:both;
}
.reg_nav a{
	margin:0 7px;
}
.input_text{
	border:solid 1px #999;
	width:85px;
	margin:0 5px;
	height:18px;
	vertical-align:middle;
}
.btn_enter{
	background:url(../../../images/group/home/enter_bg.gif) no-repeat left top;
	height:19px;
	width:39px;
	border:none;
	vertical-align:middle;
	*vertical-align:text-bottom;
	
	font-size:12px;
	color:#fff;
	margin-right:5px;
}
#path{
	line-height:38px;
}
#mid{
	width:950px;
	height:460px;
}
#mid .mid_left{
	width:700px;
	float:left;
}
#mid .mid_right{
	width:240px;
	float:right;
}
#mid .mid_right .ad_banner{
	border: solid 1px #010101;
}
#mid .mid_left .brand_title{
	width:680px;
	background:url(../../../images/group/home/cc_bg.gif) no-repeat left top;
	padding:10px;
	height:80px;
}
#mid .mid_left .brand_title h1{
	font-size:14px;
	font-weight:normal;
	color:#500C20;
	padding:10px 0 3px 15px;
	border:solid 1px #fff;
	background:url(../../../images/group/home/home_c_bg.gif) repeat-x left top;
	height:67px;
}
#mid .mid_left .brand_title h1 img{
	margin-bottom:7px;
}
.brand_con dl{
	float:left;
	margin:20px 10px 0 10px;
	display:inline;
}
.brand_con dl dt{
	width:330px;
	height:100px;
}
.brand_con dl dd{
	width:323px;
	color:#333;
	padding:10px 0 10px 7px;
}
.brand_con dl dd a{
	color:#333;
}
.brand_con dl dd a:hover{
	color:#333;
}
/*footer*/
.footer{
	border:solid 1px #b2b2b2;
	text-align:center;
	background:#fff;
	width:950px;
	margin:0 auto;
	color:#333;
}
.footer_top{
	line-height:20px;
	background:#fce9ea;
	border:solid 1px #fff;
	padding:7px 0 4px 0;
}
.footer_top a:link,.footer_top a:visited{
	color:#333;
	text-decoration:none;
	margin:0 5px;
}
.footer_top a:hover{
	text-decoration:underline;
	color:#D64959;
}
.footer_bottom{
	line-height:20px;
	padding:10px 0 5px 0;
	border-top:dotted 1px #999;
}
.footer_bottom a:link,.footer_bottom a:visited{
	color:#333;
	text-decoration:none;
	margin:0 5px;
}
.footer_bottom a:hover{
	text-decoration:underline;
	color:#D64959;
}