@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	padding:0px;
	font-size:12px;
	line-height:20px;
	color:#666;
	font-family:"微软雅黑";
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{
	border:none;}
.wrap_products img{display:block;}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#555; text-decoration:underline;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width: 1000px;
	height: 106px;
	padding-top:14px;
	margin: 0 auto;
	overflow: hidden;
}
.top_logo{/*头部Logo*/
	width:102px;
	height:90px;
	float:left;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	height:140px;
	line-height:110px;
	float:left;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.top_column li{
	float:left;
	padding:0 30px 0 36px;}
.top_column li a{
	font-size:14px;}
.top_column li a:hover{
	color:#8dc73f;}
.banner{
	width:970px;
	height:460px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;}
/*内容部分CSS*/
.center {
	width:1000px;
	padding-bottom:40px;
	margin:40px auto 0;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:240px;
	padding:0px;
	margin:0;
	overflow:hidden;
}
.cen_r {/*右边内容*/
	width:720px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	height:89px;
	line-height:89px;
	background:#a0a0a0;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:1000px;
	margin:0 auto;
	padding:22px 0;
	overflow:hidden;}
/*点击放大产品展示CSS*/
.pro{
	width:199px;
	height:255px;
	float:left;
	position:relative;
	overflow:hidden;
	margin:0 25px;
	}
.pro_img{
	width:199px;
	height:188px;}
.pro_test{ 
	width:199px;
	height:34px;
	text-align:center;
	margin-top:32px;}
.pro_test a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;}
.pro_test a:hover{
	color:#ea2f2f;}
.pro_test span{
	color:#ea2f2f;}
.pro2{
	width:200px;
	height:230px;
	padding:0 18px;}
.pro2_img{
	width:200px;
	height:200px;
	border:1px solid #ccc;}
.pro2_img:hover{
	border:1px solid #2f2f2f;}
.pro2_img img{
	width:200px;
	height:200px;
	}
.pro2_test{
	width:200px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro2_test a{
	text-decoration:none;
	color:#2f2f2f;}
.pro3{
	width:199px;
	height:228px;
	padding:0 18px;}
.pro3_img{
	width:199px;
	height:188px;
	border:1px solid #ccc;}
.pro3_img:hover{
	border:1px solid #2f2f2f;}
.pro3_test{
	width:199px;
	height:40px;
	line-height:40px;
	text-align:center;
	padding:0px;
	margin:0px;
	overflow:hidden;}
.pro3_test a{
	text-decoration:none;
	color:#2f2f2f;}
.page {/*底部分页CSS*/
	width:720px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:480px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:480px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_l_photo img {max-width:480px; height:auto; width:expression(this.width > 480 ? "480px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:250px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo {
	width:115px;
	padding:0px 8px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_r_photo_img {
	width:115px;
	height:115px;
	border:1px solid #CCC;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_r_photo_img img {max-width:115px; height:auto; width:expression(this.width > 115 ? "115px" : this.width);}
*/.pro_r_photo_name {
	width:117px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro_r_page {
	width:250px;
	border-top:1px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*新闻版面CSS*/
.news_t {
	width:740px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	color:#000;
}
.news_t li{text-align:left;position:relative;display:block;font-size:12px;height:29px; border-bottom:1px #999999 dotted; line-height:29px; font-family:Arial; padding:0px; margin:0px; color:#000;}
.news_t li span{ float:right;}
