/* CSS Document */
/**基本格式开始***************/
*{word-break:break-all;}
body,div,form,input,textarea,p 
{margin:0 auto;padding:0px;font-size:14px; font-family:Microsoft YaHei; color: #313131;}
img,a img {border:none;}
a{text-decoration:none;}
.wp{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#bd{
	padding-top: 60px;
}
#hd{
	/*height: 101px;*/
	height:60px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed{
    top: -71px !important;
}

#hd .logo{
	float: left;
	margin-right: 65px;
	/*height: 101px;*/
	height: 60px;
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 60px;
	width:130px;
}
#hd .logo img{
	display: inline-block;
	vertical-align: middle;
}
#nav{width:800px; overflow:hidden;float: left;}
#nav ul li{
	float: left;
	line-height: 60px;
	width:90px;
	margin-right: 10px;
}
#nav ul li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	border-bottom: 3px solid #fff;
	text-decoration:none;
	color:#666;
	height: 57px;
}
#nav ul li a:hover{
	border-bottom: 3px solid #e4392a;
}
/* 顶部菜单 start    */
#navcontainer_t{width:980px;float:right; font-size:16px; font-family:Microsoft YaHei;}
#navlist
		{
			margin: 0;
		}
		
		#navlist ul, #navlist li
		{
			margin: 0;
			padding: 0;
			float: left;
			display: inline;
			list-style-type: none;
			color: #fbcc7e;
		}
		
		#navlist a:link, #navlist a:visited
		{
			float: left;
			line-height:50px;
			text-decoration: none;
			padding:0 30px;
			color: #fff;
			display:block;
		}
		
		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
			border-bottom: 0px solid #fff;
			background:#e60012;
			color: #fff;
		}
		
		#navlist a:hover { color: #fff;background:#e60012; }
