*{
	padding:0px;
	margin:0px;
}

body{
	font-size:14px;
	font-family:"Microsoft YaHei",Arial;
	background: #ececec;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor:pointer;
}

p {
	margin: 0;
}

ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.clear:after{
	display: block;
	content:'';
	clear:both;
}
.clear{
	*zoom:1;
}

.ma{
	margin:0 auto;
}

.layout{
	width: 100%;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

/* 全局设置 */
/*头部*/
.banner{
width:1200px;
height:432px;

}

.container{
	padding-top: 16px;
	width:960px;
	height:auto;
	padding-bottom: 20px;
}

.banner2{
	width:100%;
	height:auto;
}

.banner2 li{
	width:460px;
	height:auto;
	float:left;
	margin:10px;
}


.biaoti{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	padding-left: 20px;
	width:440px;
	height:45px;
	line-height: 45px;
	font-size: 22px;
	color:#fffbbb;
	font-family: "SimHei";
	background: url(../images/bg_4.png) repeat-x;
}

.news2{
	padding:20px ;
	height:auto;
	background: #ffeeb7;
	border-right:1px solid #f3dc94;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
}

.news2 li{
	width:100%;
	height:auto;
	overflow: hidden;
	margin:0px;
	background: url(../images/jiantou_8.png) 0px  no-repeat;
	font-size: 16px;
	color:#8d7979;
}

.news2 li a{
	width:272px;
	height:35px;
	display: block;
	float:left;
	font-size: 16px;
	color:#8d7979;

}

.news2 li span{
	width:72px;
	height:35px;
	display: block;
	float:right;
	font-size: 16px;
	color:#8d7979;

}

.foot{
	padding:40px 0px 40px 0px;
	width:1200px;
	margin:0 auto;
	background: #b9574a;
}

.foot p{
	width:100%;
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin-bottom: 0px;
}