@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:1180px;
	margin:0 auto;
}
.clear{
	clear: both;
}

/*页头*/
#header{
	width:100%;
	height:80px;
	background:#fff;
	min-width:1180px;
	position:relative;
	z-index: 9999;
	box-shadow: 0 1px 6px 1px #dcdcdc;
}
#header h1{
	width:140px;
	height:75px;
	background: url(../img/logo.jpg) no-repeat;
	text-indent:-9999px;
	float:left;
	margin-top: 3px;
}
.link ul{
	float: left;
	margin-left: 170px;
}
.link li{
	float:left;
	text-align:center;
	line-height: 78px;
	margin-left: 5px;
}
.link li a{
	width:140px;
	height:78px;
	display:block;
	color:#222;
	font-size:16px;
}
.link .active a,.link li a:hover{
	border-bottom:3px #eb7899 solid;
	background: #e0342e;
	color: #fff;
}


/*第四栏*/
#footer{
	width: 100%;
	min-width: 1180px;
	margin: 0 auto;
	height: 242px;
	background: url(../img/bottom_b.jpg) no-repeat center;
}
#footer .first{
	padding-top: 40px;
	float: left;
}
#footer .second{
	padding-top: 40px;
	float: left;
	margin-left: 180px;
}
#footer .third{
	padding-top: 40px;
	float: right;
}
#footer .third img{
	width: 51px;
	float: left;
}
#footer .first img,#footer .second img{
	width: 39px;
	float: left;
}
#footer .first section,#footer .second section,#footer .third section{
	float: left;
	margin-left: 15px;
}
#footer .first section h2,#footer .second section h2,#footer .third section h2{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 7px;
}
#footer .first section p,
#footer .second section p,
#footer .third section p{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}
#footer .bottom{
	margin-top: 75px;
	text-align: center;
}
#footer .bottom p{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
