@charset "utf-8";
body,ul,p,h1,h2,h3,h4,h5,h6,figure{
	margin:0;
	padding:0;
	font:14px "微软雅黑";
}
ul{
	list-style:none;
}
a{
	text-decoration: none;
}
img{
	border:0;
}
.center{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}


/*logo栏*/
header{
	height: 95px;
	background: #fff;
}
.head h3{
	float: left;
	margin-top: 10px;
}
.head h3 img{
	width: 540px;
	height: 70px;
}
.head figure{
	float: right;
	margin-top: 15px;
}
.head figure img{
	float: left;
	width: 50px;
	height: 50px;
}
.head figure figcaption{
	float: left;
	margin-left: 10px;
	font-size: 30px;
	color: #ef7f2d;
}

/*导航*/
#nav{
	width:100%;
	height:50px;
	background:#712225;
	min-width:1200px;
	box-shadow: 0 2px 4px 1px rgba(51,51,51,0.5);
	position:relative;
	z-index: 9999;
}
#nav .link a{color:#fff;}
#nav .link li.m{
	float:left;
	width: 133px;
	text-align: center;
	position:relative;
	z-index:1;
}
#nav .link li.m h3{
	line-height: 50px;
}
#nav .link li.m h3 a{
	display:block;
	color:#fff;
	font-size:16px;
}
#nav .link li.active h3 a,#nav .link li.m h3 a:hover{
	color: #fff;
	background: #ef7f2d;
}
#nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#nav .nav .sub{
	display:none;
	position:absolute;
	left:0px;
	top:50px;
	z-index:1;
	width:148px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#fff;
	opacity: 0.9;
}
#nav .nav .sub li{
	text-align:center;
	padding:0 5px;
	margin-bottom:-1px;
}
#nav .nav .sub li a{
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000;
	font-size:14px;
}
#nav .nav .sub li a:hover{color:#f70216;}


/*footer*/
#footer{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	background: #590002;
	padding: 30px 0;
}
#footer ul{
	text-align: center;
	margin-left: 270px;
}
#footer ul li{
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
}
#footer p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
}
