@charset "utf-8";
/* CSS Document */

/*链接文字效果*/

a {
	color:#555555;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0004;
}
a:active {
	text-decoration: none;
}

/*链接文字效果结束*/

img {
	vertical-align: middle;       /*文字垂直对齐图片中间*/
	border-style: none;
}

li {
	list-style-type: none;          /*去除li前面的点*/
}

body{
	background-color: #FCFCFC;
}

.zongti{
	width: 1000px;
	height: 900px;
	margin: 0 auto;   /*整体居中*/
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 25px;
}

.toubu{
	height: 100px;
}

.daohang{
	height: 35px;
	margin-left: 20px;
}

.daohangtu{
	height: 180px;
}


.fengexian{
	margin-left: 20px;
	height: 35px;
}

.fenlei1{
	width: 310px;
	vertical-align: middle;
	float: left;
	border-right: 1px dashed #E5E5E5;
	height: 520px;
}

.fenlei1 ul{
	float: left;
	margin-left: -13px;
}

.fenlei2{
	margin-left: 34px;
	width: 310px;
	float: left;
	border-right: 1px dashed #E5E5E5;
}

.fenlei2 ul{
	float: left;
	margin-left: -13px;
}

.fenlei3{
	margin-left: 33px;
	width: 310px;
	float: left;
}

.fenlei3 ul{
	float: left;
	margin-left: -13px;
}

.dibu{
	height: 75px;
	background-color: #0067C7;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
