/* Copyright (C) intry ( u5cn.com ). All rights reserved. */

#bannerBox {
	margin:10px auto 0;
	width:950px;
	height:280px;
	overflow:hidden;
	position:relative;
	background:#fff url(/images/loading.gif) center center no-repeat;
	text-align:left;
	z-index:-1;
}
#bannerImg {
	position:absolute;
}
#bannerImg li {
	display:inline;
}
#bannerImg img {
	width:950px;
	height:280px;
	display:block;
}
#bannerNum {
	position:absolute;
	right:10px;
	bottom:10px;
}
#bannerNum li {
	float:left;
	line-height:16px;
	width:16px;
	cursor:pointer;
	margin-left:6px;
	filter:Alpha(Opacity=50);
	opacity:0.5;
	background-color:#fff;
	font-size:10px;
	text-align:center;
}
#bannerNum li.on {
	filter:Alpha(Opacity=100);
	opacity:1;
	font-weight:bold;
	color:#036;
}

#indexCompany {
	line-height:22px;
	text-indent:24px;
	padding:12px 0 0 0;
}
#indexCompany img {
	float:right;
	margin-left:10px;
}
#indexCompany a {
	color:#333;
}
#indexCompany a:hover {
	color:#004a7a;
}

#indexProduct {
	width:730px;
	height:180px;
	position:relative;
}
#leftArr, #rightArr {
	cursor:pointer;
	background-color:#f0f0f0;
	width:10px;
	height:60px;
	padding-top:56px;
	text-align:center;
	border:1px solid #e7e7e7;
	position:absolute;
	top:15px;
}
#leftArr {
	left:0;
}
#rightArr {
	right:0;
}
#product_1 {
	position:absolute;
	width:670px;
	top:15px;
	left:30px;
	height:160px;
	margin:0;
	padding:0;
	list-style:none;
}
#product_1 li {
	width:138px;
	float:left;
}
#product_1 li div {
	border:1px solid #ccc;
	width:100px;
	height:100px;
	line-height:100px;
	padding:8px;
	background-color:#fff;
	display:table;
	*position:relative;
	text-align:center;
}
#product_1 li span {
	display:table-cell;
	vertical-align:middle;
	*position:absolute;
	*top:50%;
}
#product_1 li span a {
	*position:relative;
	*top:-50%;
	*left:-50%;
}
#product_1 li img {
	vertical-align:middle;
}
#product_1 p {
	text-align:center;
	overflow:hidden;
	width:118px;
	line-height:18px;
	height:34px;
	margin:8px 0 12px;
}

#indexNews {
	margin:0;
	padding:0;
	list-style:none;
	font-weight:normal;
	background-color:#f0f0f0;
}
#indexNews li {
	padding:6px 10px 6px 22px;
	line-height:20px;
	background:url(/images/arron1.gif) 12px 13px no-repeat;
	border-bottom:1px dashed #ccc;
}