/* CSS Document */
/*全局定义参数*/
body {
	margin:0px 0px 0px 0px;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#000; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#000; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width:974px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:609px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.website,.ny_web{
	float:right;}
.website a{
	display:block;
	font-size:18px;
	font-weight:bold;
	width:132px;
	height:36px;
	text-align:center;
	line-height:36px;
	border:2px solid #000;
	text-decoration:none;
	margin:15px 10px 0 0;}
.ny_web a{
	display:block;
	font-size:14px;
	font-weight:bold;
	width:106px;
	height:28px;
	text-align:center;
	line-height:28px;
	border:1px solid #000;
	text-decoration:none;
	margin:5px 5px 0 0;}
.website a:hover{
	color:#0174C4;
	border:2px solid #0174C4;}
.ny_web a:hover{
	color:#0174C4;
	border:1px solid #0174C4;}
.top_column { /*导航栏*/
	width:974px;
	padding:0px 0px 11px 0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/dh.jpg) left top no-repeat;
}
/*.top_column li {text-align:left;position:relative;display:block;font-size:12px; line-height:22px; font-family:Arial; padding:0px 10px 0px 10px; margin:0px;}
*/
/*内容部分CSS*/
.center {
	width:974px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:195px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:769px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:734px;
	padding:22px 20px 20px 220px;
	margin:10px 0px 0px 0px;
	overflow:hidden;
	clear:both;
	color:#666;
	background:url(../images/bot.jpg) left top no-repeat;
}
.bottom a{ color:#666;}

/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:132px;
	overflow:hidden;
	padding:8px 9px 10px 10px;
	margin:0px;
}
.pro_img {/*产品图片*/
	width:130px;
/*	height:160px;
*/	border:1px #ccc solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*产品名称*/
	width:132px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*底部分页CSS*/
	width:739px;
	border-top:1px #ccc dotted;
	padding:5px 0px;
	margin:5px 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:749px;
	overflow:hidden;
	padding:8px 10px;
	margin:0px;
}
.news_t li{ width:739px; text-align:left;display:block;font-size:12px; border-bottom:1px #ccc dotted; line-height:23px; padding:2px 0px 2px 10px; margin:0px; color:#000; background:url(../images/xtb2.gif) center left no-repeat;}
.news_t li span{ float:right;}

.page_new{
	width:749px;
	overflow:hidden;
	padding:5px 0px;
	margin:5px 0px;
	text-align:center;
}