﻿/* banner */
.banner {
	min-width: 1000px;
	position: relative;
	height: 450px;
	overflow: hidden;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd ul {
	width: 100% !important;
}
.banner .bd li {
	width: 100% !important;
	height: 450px;
}
.banner .bd li a {
	height: 450px;
	display: block;
}
.banner .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.banner .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 5px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	line-height: 9999px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .hd ul .on {
	background: #db1d23;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.s_ad {
	background: url(../images/s_ad.jpg) repeat-x center top;
	height: 250px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.box {
	width: 780px;
}
.box h2 {
	background: url(../images/h2_bg1.jpg) repeat-x left bottom;
	height: 68px;
	line-height: 68px;
	color: #fff;
	font-size: 16px;
	text-indent: 20px;
	position: relative;
	margin-bottom: 10px;
}
.box_r {
	position: absolute;
	right: 20px;
	top: 0px;
	font-size: 14px;
	color: #555;
}
.box_r span {
	font-weight: normal;
	color: #888;
	font-size: 12px;
	margin: 0 5px;
}
.box_r a {
	font-size: 12px;
	font-weight: normal;
}
.pro_r h2 a {
	position: absolute;
	right: 20px;
	font-weight: normal;
	top: 0px;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.pro_list {
	overflow: hidden;
}
.pro_list dl {
	overflow: hidden;
	width: 246px;
	float: left;
	margin: 0 7px;
}
.pro_list dl dt {
	width: 238px;
	height: 180px;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	padding: 3px;
}
.pro_list dl dt a img {
	height: 180px;
	transform: translateZ(0px);
	transition: transform 0.6s ease 0s;
	width: 100%;
}
.pro_list dl dt a:hover img {
	transform: scale(1.1, 1.1);
	transition: transform 0.6s ease 0s;
}
.pro_list dl dd {
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.news_list  li {
	line-height: 40px;
	background: url(../images/dian.png) no-repeat 10px center;
	padding-left: 25px;
	
	border-bottom: 1px dashed #ccc;
}
.news_list  li span {
	float: right;
	color: #888;
}