.daohang_div
{
	width: 240px;
	background-color: #0d9d45;
	float: left;
	overflow: hidden;
}
.daohang_top
{
	width: 225px;
	padding-left: 15px;
	height: 60px;
	padding-top: 15px;
	text-align: left;
}
.daohang_top_span1
{
	font-size: 20px;
	line-height: 30px;
	font-family: 'microsoft yahei';
	font-weight: bold;
	color: #fff;
}
.daohang_top_span2
{
	font-size: 14px;
	line-height: 18px;
	font-family: 'microsoft yahei';
	color: #fff;
}

.lei_li
{
	width: 201px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background-color: #009440;
	padding-left: 10px;
	margin-top: 10px;
}
.lei_li a
{
    font-size: 13px; color: #fff;
}

.lei_cp
{
	width: 191px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 20px;
}
.lei_cp a
{
    font-size: 12px; color: #fff;
}


.daohang_lxwm
{
	width: 240px;
	height:48px;
	padding-top: 100px;
	color: #fff;
	text-align: center;
	font-family: 'microsoft yahei';
	font-size: 20px;
	font-weight: bold;
	background-image: url(lxfsdh.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	overflow: hidden;
}

@media screen and (max-width: 900px)
{
    .daohang_div
	{
		width: 100%;
		background-color: #fff;
		overflow: hidden;
		float: left;
	}
    .daohang_top
	{
		display: none;
	}
    .daohang_top_span1
	{
		display: none;
	}
    .daohang_top_span2
	{
		display: none;
	}
  
    .daohang_lxwm
	{
		display: none;
	}
    .lei_li
	{
		width: auto;
		height: 20px;
		line-height: 20px;
		margin: 5px;
		text-align: left;
		background-color: #fff;
		border: solid 1px #f1f1f1;
		padding: 5px;
		float: left;
	}
	
    .lei_li a
	{
		font-size: 13px;
		color: #1d1d1d;
	}

    .lei_cp
	{
		display: none;
	}
}