/* 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:#333; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#333; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*头部CSS*/
.top {
	width:1000px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:209px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:980px;
	padding:8px 10px;
	margin:0px;
	overflow:hidden;
	height:24px;
	background:url(/template/images/menu.jpg) left top no-repeat;
/*	border:1px solid #F00;
*/}
/*.top_column li {text-align:left; display:block;font-size:12px; line-height:24px; font-family:Arial; padding:8px 12px 8px 12px; margin:0px;}
*/

/*内容部分CSS*/
.center {
	width:1000px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(/template/images/c_ca.jpg) left top repeat-y;
}
.center_l {/*左边内容*/
	width:220px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}
.center_r {/*右边内容*/
	width:750px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom{
	width:1000px;
	padding:0px 0px 12px 0px;
	margin:0px auto;
	overflow:hidden;
	text-align:center;
}
.bottom span{
	color:#3795CB;
}
/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:130px;
/*	height:187px;
*/	padding:7px 18px 9px 18px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:128px;
/*	height:160px;
*/	border:1px #E2E2E2 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:130px;
	height:25px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*底部分页CSS*/
	width:501px;
	border-top:1px #C5C1B5 dotted;
	padding:8px 0px;
	margin:0px;
	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:730px;
	overflow:hidden;
	padding:5px 10px;
	margin:0px;
}
.news_t li{ width:717px; text-align:left; display:block;font-size:12px; border-bottom:1px dotted #C5C1B5; line-height:24px; padding:2px 0px 2px 13px; margin:0px; background:url(../images/xtb1.gif) center left no-repeat;}
.news_t li span{ float:right;}
.page_new{
	width:730px;
	overflow:hidden;
	padding:10px 0px;
	margin:0px;
	text-align:center;
}
