@charset "utf-8";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	font-family:Arial;
	background:url(../images/bj.jpg) repeat-x;
}
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:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:1000px;
	height:165px;
	background:url(../images/top.jpg) no-repeat;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:422px;
	padding:0px 0px 0px 10px;
	margin:10px 0px 0px;
	overflow:hidden;
	height:100px;
}
.top_column { /*Navigation*/
	width:983px;
	padding:10px 0 0 20px;
	margin:0px;
	overflow:hidden;
	font-weight:bold;
	height:40px;
}
.top_column li {text-align:left;font-size:12px; line-height:40px; font-family:Arial; margin:0px; float:left; width:100px; text-align:center;}
.top_column li a:link,.top_column li a:visited{ color:#fff;}

/*Info CSS*/
.center {
	width:960px;
	background:url(../images/center.jpg) repeat-y;
	padding:10px 20px 0 20px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:200px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:750px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:960px;
	padding:5px 0px 10px;
	margin:0px auto;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:178px;
	padding:10px 10px 10px 10px;
	margin:0px;
	overflow:hidden;
	border-bottom:1px solid #F3A3A6;
}
.pro_img {/*Product Images*/
	width:80px;
	height:80px;
	border:1px #999 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 {/*Product Name*/
	width:85px;
	line-height:20px;
	padding:0px 0 0 10px;
	margin:0px;
	overflow:hidden;
}
.pro1 {/*One Product All Css*/
	width:151px;
	padding:0px 15px 10px 15px;
	margin:0px;
	overflow:hidden;
}
.pro1_img {/*Product Images*/
	width:150px;
	height:100px;
	border:1px #ccc solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro1_test {/*Product Name*/
	width:151px;
	line-height:20px;
	padding:0px 0 0 0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*Bottom Page CSS*/
	width:740px;
	border-top:0px #999 dotted;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*Product Left Big And Right Simall CSS*/
.pro_l {
	width:300px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:300px;
	border:1px solid #ccc;
	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;
}
.pro2 {/*单个产品总框*/
	width:50px;
	height:50px;
	border:1px solid #ccc;
	padding:0px 0px 0px 0px;
	margin:10px 10px 0 0px;
	overflow:hidden;
}
.pro_r {
	width:375px;
	background:url(../images/b.jpg) bottom no-repeat;
	padding:5px 10px 20px 20px;
	margin:0px;
	overflow:hidden;
	line-height:20px;
	color:#666;
}
.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;
}

/*News 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;}
