﻿/*初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
body { font-size:12px; color:#666; font-family:Verdana, Microsoft YaHei, Simsun; background:#fff; }
fieldset, img { border:0; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size: 12px; color: #fff; font-weight: normal;}
button{border: 0px;}
button{cursor: pointer;}
em { font-style:normal; }
input, button, select, textarea { outline:none; }
textarea { resize:none; } //禁用了文本的拖拉，尤其在谷歌下
p{ text-align:justify; text-justify:distribute;} //为了使文本段落左右两边对齐

a { color: #666; text-decoration:none; }
a:hover { color: #f60; text-decoration:none; }

/*头部css*/
.bar-header{
	width: 100%;
	height:135px;
	background:#af3132;
}
.header{
	width: 1000px;
	margin: 0 auto;
}
.login{
	float: right;
	margin-right: 15px;
	margin-top:5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;

}
.login span{
	margin: 0 7px;
	font-size: 13px;

}
.login a,.login a:visited{
	color: #fff;
	text-decoration: none;
}
.login a:hover{
	color:#ffc000;
}
.welogin{
	background: url("http://www.369hui.com/img/head/hand.jpg") no-repeat left center;
	padding-left: 40px;
}
.dl{
	background: url("http://www.369hui.com/img/head/portrait.jpg") no-repeat left center;
	padding-left: 25px;
}

.Vertical{
	width: 1px;
	height:12px;
	border-right:1px solid #fff;
	position: absolute;
	top: 3px;
	overflow: hidden;

}

.banner{
	clear:both;
	height: 50px;
	width: 1000px;

}
.logodiv{
	float: left;
	height: 50px;
	position: relative;
	margin-left: 15px;

}

.logo{
	padding-right: 5px;

}
.logoclick{
	width: 158px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 100;
}
.logoclick:hover{
	cursor: pointer;
}


.phone{
	float:right;
	height: 30px;
	width: 120px;
	margin-top: 10px;
	padding-left: 23px;
	margin-right: 15px;
	background: url("http://www.369hui.com/img/head/phone.jpg") left top no-repeat;
	line-height: 14px;

}
.phone p{
	font-size: 16px;
	color: #ffc000;
	height: 15px;
	line-height: 16px;
}
.phone span{
	font-size: 14px;
	line-height: 20px;
	height: 15px;
	color: #fff;
}
/*nav*/
.bar-nav{
		margin-top: 20px;
		background: #902929;
		width: 100%;
}
.nav{
	width: 997px;
	padding-left: 3px;
	margin-left: auto;
	margin-right: auto;
	height: 39px;
	line-height: 39px;

}
.nav li {
	float: left;
}
.nav li a:link,.nav li a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding:12px 12px;

}
.nav li a:hover{

	background: #af3132;
}
