@charset "iso-8859-1";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
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;}

/*Head CSS*/
.top {
	width:980px;
	padding:23px 0 5px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*Head Logo*/
	width:228px;
	height:54px;
	padding:0px;
	margin-top:6px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:980px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	border-bottom:1px solid #0175b2;
}
/*Info CSS*/
.center {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*Left Info*/
	width:210px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*Right Info*/
	width:740px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:980px;
	padding:0px;
	margin:30px auto 0;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:170px;
	height:311px;
	padding:0px;
	margin:15px 15px 0px 0px;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:5px;
}
.pro_img {/*Product Images*/
	width:170px;
	height:140px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_test {/*Product Name*/
	width:170px;
	height:31px;
	line-height:31px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	background:#dfe0e2;
	border-bottom:1px solid #ccc;
}
.page {/*Bottom Page CSS*/
	width:740px;
	border-top:1px #999 dotted;
	padding:0px;
	margin-top:15px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}
.pro2 {/*One Product All Css*/
	width:172px;
	padding:0px 15px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro2_img {/*Product Images*/
	width:170px;
	height:140px;
}
.pro2_img a{
	display:inline-block;
	border:1px solid #ddd;
	}
.pro2_img a:hover{
	display:inline-block;
	border:1px solid #01528a;}
.pro2_test {/*Product Name*/
	width:160px;
	height:34px;
	line-height:34px;
	padding:0px;
	margin:0px;
	text-align:center;
	overflow:hidden;
}
/*Product Left Big And Right Simall 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;
}

/*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;}
