@charset "utf-8";

div.index_wrap {
	width: 100%;
	height: 197px;
	border-bottom: 1px solid #efefef;
	padding: 0px;
	margin: 0px;
}

div.index_news {
	width: 239px;
	height: 177px;
	padding: 10px 10px 10px 0px;
	float: left;
	overflow: auto;
}

div.index_news h4 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #8cb4ba;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

div.index_news h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 0px;
}

div.index_news a:link, div.index_news a:visited, div.index_news a:active {
	color: #eb7300;
	text-decoration:none;
}

div.index_news a:hover {
	color: #8cb4ba;
	text-decoration:none;
}

div.index_news h5 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

div.index_image {
	width: 500px;
	height: 177px;
	padding: 10px 0px 10px 10px;
	border-left: 1px solid #efefef;
	float: left;
	overflow: hidden;
}

div.index_cust_wrap {
	width: 100%;
	border-bottom: 1px solid #efefef;
	background:url(../img/index_cust_bg.gif) repeat-y center;
	padding: 0px;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

div.index_cust_wrap div img{
	margin-bottom: 10px;
}

div.index_cust_ind {
	width:239px;
	padding: 10px 10px 10px 0px;
	float: left;
}

div.index_cust_ind a.title {
	background: #eb7300;
	width: 229px;
	height: 22px;
	padding: 7px 0px 0px 10px;
	margin-bottom: 8px;
	display: block;
}

div.index_cust_ecp {
	width: 240px;
	padding: 10px 11px 10px 11px;
	float: left;
}

div.index_cust_ecp a.title {
	background: #8cb4ba;
	width: 230px;
	height: 22px;
	padding: 7px 0px 0px 10px;
	margin-bottom: 8px;
	display: block;
}

div.index_cust_lab {
	width:239px;
	padding: 10px 0px 10px 10px;
	float: left;
}

div.index_cust_lab a.title {
	background: #375f63;
	width: 229px;
	height: 22px;
	padding: 7px 0px 0px 10px;
	margin-bottom: 8px;
	display: block;
}