@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	color:#333;
	font-family:"宋体";
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
*{
	padding:0px;
	margin:0px;}
img{
	border:none;}
a,a:link,a:visited {color:#333; text-decoration:none;}
a:hover {color:#666; 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:990px;
	height:75px;
	padding:22px 0 0 10px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:337px;
	height:48px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:100%;
	height:41px;
	background:url(../images/nav_bg.jpg) repeat-x;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}

/*内容部分CSS*/
.center {
	width:1000px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
}
.cen {
	width:980px;
	padding:0px;
	margin:29px auto 15px;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:228px;
	padding:0px;
	margin:0;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:762px;
	padding:0px;
	margin-left:10px;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin-top:29px;
	overflow:hidden;
	min-height:115px;
	background:url(../images/bot_bg.jpg) repeat-x;
}
.bottom {
	width:960px;
	padding-top:11px;
	margin:0 auto;
	overflow:hidden;
}

/*点击放大产品展示CSS*/
.pro{
	margin:6px 10px;
	width:159px;
	height:186px;
	border:1px solid #ccc;}
.pro_img{
	width:159px;
	height:159px;}
.pro_img img{
	width:159px;
	height:159px;
	}
.pro_test{
	width:159px;
	height:27px;
	line-height:27px;
	background:url(../images/pro_test.jpg) repeat-x;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;}
.pro_test a{
	font-weight:bold;
	color:#0b63ab;
	text-decoration:none;}
.pro2 {/*单个产品总框*/
	width:158px;
	height:153px;
	padding:0px 8px;
	margin:0px;
	overflow:hidden;
}
.pro2_img {/*产品图片*/
	width:158px;
	height:128px;
	border:1px #ccc solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro2_test {/*产品名称*/
	width:158px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*底部分页CSS*/
	width:740px;
	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;}
