/* CSS Document */
.content #index-about {
	width: 445px;
	height: auto;
	margin-top:18px;
}
.content #index-about a.index_about_img {
	width: 421px;
	height: 60px;
}
.content #index-about a.index_about_img img {
	width: 421px;
	height: 60px;
	border: none;
	margin-top: 17px;
	margin-left: 12px;
}
.content #index-about p {
	font-size: 12px;
	color: #505050;
	line-height: 24px;
	padding: 0px 12px;
	margin: 5px 0px;
}
.content #index-about p a {
	font-size: 12px;
	color: #505050;
	font-family: '宋体';
}
.content #index-about p a:hover {
	text-decoration:underline;
}
.content #index-news {
	width: 495px;
	height: auto;
	margin-top:18px;
}
.content #index-news ul {
	margin: 0;
	padding: 0;
	margin-top: 12px;
}
.content #index-news ul li {
	width: 475px;
	height: 24px;
	margin: 0;
	padding: 0px 10px;
}
.content #index-news ul li .news-list-icon {
	float: left;
	width: 3px;
	height: 3px;
	font-size: 0px;
	margin-top: 11px;
	margin-right: 5px;
	background: url(../images/news_list_icon.jpg) 0 0 no-repeat;
}
.content #index-news ul li a {
	float: left;
	width: 360px;
	font-size: 12px;
	color: #505050;
	font-family: '宋体';
	line-height: 24px;
}
.content #index-news ul li a:hover {
	text-decoration:underline;
}
.content #index-news ul li span {
	float: right;
	font-size: 12px;
	color: #999999;
	font-family: '宋体';
	line-height: 24px;
}
.content #index-ser {
	width: 1000px;
	height: auto;
	margin-top:18px;
}
.content #index-ser .ser-item {
	width: 440px;
	height: 156px;
	padding: 15px 10px;
}
.content #index-ser .ser-item .item-l {
	width: 206px;
	height: 156px;
}
.content #index-ser .ser-item .item-l img {
	width: 204px;
	height: 154px;
	border: 1px solid #eeeeee;
}
.content #index-ser .ser-item .item-r {
	width: 218px;
	height: 156px;
	margin-left: 15px;
}
.content #index-ser .ser-item .item-r h2 {
	margin: 10px 0px;
}
.content #index-ser .ser-item .item-r h2 a {
	color: #505050;
	font-size: 14px;
	font-family: '宋体';
	line-height: 24px;
}
.content #index-ser .ser-item .item-r h2 a:hover {
	text-decoration: underline;
}
.content #index-ser .ser-item .item-r ul {
	margin: 0;
	padding: 0;
}
.content #index-ser .ser-item .item-r ul li {
	float: left;
	width: 109px;
	height: 24px;
	line-height: 24px;
	text-align: left;
}
.content #index-ser .ser-item .item-r ul li .item-icon {
	float: left;
	width: 2px;
	height: 2px;
	font-size: 0px;
	margin-top: 12px;
	margin-right: 5px;
	background: url(../images/ser_item_icon.jpg) 0 0 no-repeat;
}
.content #index-ser .ser-item .item-r ul li a {
	color: #505050;
	font-size: 12px;
	font-family: '宋体';
}
.content #index-ser .ser-item .item-r ul li a:hover {
	text-decoration: underline;
}
.content #index-ser #ser-spilt {
	float: left;
	width: 1px;
	height: 156px;
	background-color: #dddddd;
	font-size: 0px;
	margin: 15px 20px;
}
/* ---首页-企业风采---开始*/
.content #index-sec {
	width: 1000px;
	height: auto;
	margin-top:18px;
}
.content #index-sec .sec-imgs {
	clear: both;
	width: 1000px;
	height: 155px;
	display: inline-block;
 	*display:inline;
	zoom: 1;
	text-align: left;
	margin: 0 auto;
}
/* 多个左滚动*/ 
.leftLoop {
	overflow: hidden;
	position: relative;
}
.leftLoop .hd {
	position: relative;
}
.leftLoop .hd .prev {
	display: block;
	width: 15px;
	height: 87px;
	cursor: pointer;
	position:absolute;
	left:0px;
	top:35px;
	background: url(../images/sec_left.jpg) 0 0 no-repeat;
}
.leftLoop .hd .next {
	display: block;
	width: 15px;
	height: 87px;
	cursor: pointer;
	position:absolute;
	right:0px;
	top:30px;
	background: url(../images/sec_right.jpg) 0 0 no-repeat;
}
.leftLoop .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.leftLoop .hd ul li {
	position: relative;
	_display: inline;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../PIE.htc);
}
.leftLoop .hd ul li.on {
	background: #f00;
}
.leftLoop .bd {
	padding:25px;
}
.leftLoop .bd ul {
	overflow: hidden;
	zoom: 1;
}
.leftLoop .bd ul li {
	margin-left:30px;
	text-align: center;
	float: left;
	display: _inline;
}
/* 图片列表 */ 
.picList li {
	width: 158px;
}
.picList .pic {
	text-align: center;
	line-height: 0px;
}
.picList .pic img {
	width: 150px;
	height: 96px;
	border: 4px solid #d2d2d2;
}
.picList .pic a:hover img {
	border-color: #ffb400;
}
/* ---首页-企业风采---结束*/
