﻿@charset "utf-8";
/* CSS Document */


#news{
	float:left;
	width:270px;
	margin-left:20px;
	padding-right:10px;
	margin-right:10px;
}

#news ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#news ul li{
	
}

#news ul li a{
	text-decoration:none;
	color:#666;
	display:block;
	height:22px;
}

#news ul li a:hover{
	color:#090
}

#news .more{
	float:right;
}

#news .more a{
	text-decoration:none;
	color:#090;
}

#intrduction{
	float:left;
	width:260px;
	height:177px;
	padding-left:30px;
	background:url(../images/border_line_index.png) top left no-repeat;

}

.page_body{
	margin-top:10px;
}

#production_show{
	display:table;
	width:100%;
	border-bottom:1px dashed #CCC
}

#production_show ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#production_show li{
	float:left;
}

#production_show li img{
	border:none;
}

#show{
	margin-bottom:-10px;
	padding-top:10px;
}

#show ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

#show ul li{
	float:left;
}
