@CHARSET "UTF-8";
*{margin:0;padding:0;list-style:none;border:0;}
body{width:100%;height: 100%; margin:0 auto;background: #fff;
	font-family:微软雅黑;font-size: 12px;
}
/*bannner*/
.banner{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow:hidden;
	vertical-align : bottom;
}
.banner img{
	display: block;
	vertical-align:bottom;

}
/*标题*/
.message{
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}
.message_title{
	width: 1000px;
	height: 120px;
	line-height: 180px;
	font-size: 36px;
	color: #4c4c4c;
}
.message_word{
	width: 1000px;
	height: 50px;
	line-height: 20px;
	font-size: 20px;
	color: #d1d1d2;
}
/*类别*/
.content{
	width: 1000px;
	height: 380px;
	margin: 0 auto;
}
.cont_menu{
	width: 333px;
	height: 300px;
	float: left;
}
.cont_img{
	width: 220px;
	height: 253px;
	margin: 0 auto;
}
.cont_title{
	height: 60px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	color: #4d4d4d;
}
.cont_word{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #7d7c7c;
}