﻿@charset "utf-8";
/* CSS Document */
/*All Info Css*/
body {
	margin:0px 0px 0px 0px;/*top,right,bottom,left*/
	font-size:12px;
	line-height:20px;
	background:url(../images/bg.jpg) top center repeat-x;
	font-family:"宋体",Arial, Helvetica, sans-serif;
	color:#626262;
}
form {
	margin:0px;
	padding:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#626262; text-decoration:none;}
a:hover {color:#626262; text-decoration:none;}
a:active {color:#626262; text-decoration:none;}
.c{	clear:both;}
.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}

/*Head CSS*/
.top {
	width:1003px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/top_bg.jpg) no-repeat top right;
}
.top_logo {/*Head Logo*/
	width:500px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*Navigation*/
	width:1003px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/nav_bg.jpg) repeat-x top center;
}
.top_column li {
	text-align:left; 
	font-size:14px; 
	height:43px; 
	line-height:43px; 
	margin:0px;  
	color:#fff; 
	float:left; 
	font-weight:bold;
}
.top_column li a:link,.top_column li a:visited,.top_column li a:active{
	color:#fff; 
	height:43px; 
	padding:15px 27px; 
	background:url(../images/nav_li_bg.jpg) no-repeat left top;
}
.top_column li a:hover{ 
	color:#FFF; background:url(../images/nav_on_bg.jpg) repeat-x top center; 
	text-decoration:none;
}

/*Info CSS*/
.center {
	width:983px;
	padding:25px 10px 0px 10px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/center_bg.jpg) repeat-x top center;
}
.center_l {/*Left Info*/
	width:220px;
	padding:0px;
	margin:0px;
}
.center_r {/*Right Info*/
	width:760px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

/*Bottom CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.bottom {
	width:963px;
	padding:15px 20px 10px;
	margin:0px auto;
	background:url(../images/bottom_bg.jpg) repeat-x left top #DEDEDE;
	overflow:hidden;
}

/*Click to Big Products CSS*/
.pro {/*One Product All Css*/
	width:203px;
	height:165px;
	padding:0px 15px;
	margin:0px;
	overflow:hidden;
	float:left;
	display:inline;
}
.pro_img img {/*Product Images*/
	width:200px;
	height:130px;
	border:1px #EFEFEF solid;
	padding:3px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_img a:hover img{
	background:#FEF7C9;
	overflow:hidden;
	border:1px #FF5F00 solid;
	overflow:hidden;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*Product Name*/
	width:200px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*Bottom Page CSS*/
	width:705px;
	border-top:0px #999 dashed;
	padding:10px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
	clear:both;
}

/*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:680px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.news_t li{text-align:left; display:block;font-size:12px; border-bottom:1px #999999 dotted; line-height:25px;  padding:4px 0px 0px 11px; margin:0px; background:url(../images/news_icon.jpg) no-repeat left;}
.news_t li span{ float:right;}
