

/**********************************banner样式****************************/
.banner {
	_margin-top:0px;
	*margin-top:0px;
	width: 100%;
	min-width: 1000px;
    _width: expression((documentElement.clientWidth < 1000) ? "1000px" : "auto" );
	height: 365px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.banner ul li {
	width: 100%;
	height: 365px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	display: none;
	background-position: center top;
	background-repeat: no-repeat;
}

.banner ul li a {
	width: 100%;
	height: 365px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.banner_other {
    width: 1002px;
    margin: 0 auto;
    position: relative;
    z-index: 8;
}

.banner_sel {
	width: 1002px;
	height: 12px;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: -25px;
}

.banner_sel ul {
	height: 12px;
	float: right;
	overflow: hidden;
}

.banner_sel ul li {
	width: 12px;
	height: 12px;
	line-height: 12px;
	float: left;
	overflow: hidden;
	display: inline;
	margin-right: 8px;
	text-align: center;
	cursor: pointer;
	background:#333;
	color:#000000;
}
.banner_sel ul li.current {
	background: #FF0000;
	color: white;
}




.middle {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.products {
	float: left;
	width: 720px;
}
.product {
	padding-top: 8px;
}

.products h1 {
	font-size: 20px;
	color: #0A94DD;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-bottom: 8px;
}
.product dl {
	float: left;
	padding-right: 8px;
}
.product dt {
	margin-top: 6px;
}
.product dd {
	text-align: center;
	font-size: 12px;
	color: #666666;
	height: 30px;
	line-height: 30px;
}
.product img {
	border: 1px solid #dbdbdb;
	width:160px;
	padding: 2px;
}
.product img:hover{border:solid 1px #0398d9;}
.product a:hover{
	color:#0398d9;
}



.news {
	float: right;
	width: 257px;
}
.news h1 {
	font-size: 20px;
	color: #0A94DD;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-bottom: 8px;
}
.news h2 {
	padding-top: 12px;
	padding-bottom: 8px;
}
.news li {
	line-height: 36px;
	background-image: url(../images/xu.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 10px;
}


.about {
	float: left;
	width: 700px;
}
.about h1 {
	font-size: 20px;
	color: #0A94DD;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-bottom: 8px;
	margin-bottom:8px;
}
.about01 {
	float: left;
	width: 370px;
	padding-top: 15px;
}
.about02 {
	float: left;
	width: 310px;
	padding-left: 20px;
	padding-top: 25px;
}
.about02 p {
	line-height: 22px;
	padding-top: 8px;
}


.contact {
	float: right;
	width: 257px;
}
.contact h1 {
	font-size: 20px;
	color: #0A94DD;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
	padding-bottom: 8px;
	margin-bottom:8px;
}
.contact h2 {
	padding-top: 12px;
	padding-bottom: 8px;
}
.contact p {
	line-height: 22px;
}
