/* CSS Document */
/*全局定义参数*/
body {
	margin:0px auto;/*四个值为：上，右，下，左*/
	font-size:12px;
	line-height:20px;
	background:url(../images/bg.jpg) repeat;
}
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;}
* {
	margin:0;
	padding:0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
ul, li {
	list-style:none;
}
img {
	border:0;
}
.wrapper {
	width:970px;
	margin:0px auto 0px;
}
/* qqshop focus */
#focus {
	width:970px;
	height:301px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:460px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:970px;
	height:301px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {
	position:absolute;
	width:970px;
	height:20px;
	left:0;
	bottom:0;
}
#focus .btn {
	position:absolute;
	width:970px;
	height:10px;
	padding:5px 10px;
	right:0;
	bottom:0;
	text-align:center;

}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:10px;
	height:10px;
	_font-size:0;
	margin-left:5px;
	cursor:pointer;
	background:#fff;
}
#focus .btn span.on {
	background:#fff;
}
#focus .preNext {width:45px; height:100px; position:absolute; top:180px; background:url(images/sprite.gif) no-repeat 0 0; cursor:pointer;}
#focus .pre {
	left:0;
}
#focus .next {
	right:0;
	background-position:right top;
}
/*头部CSS*/
.top {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:650px;
	padding:0px;
	margin:0px;
}
.top_column { /*导航栏*/
	width:980px;
	height:37px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
	background:url(../images/nav.jpg) no-repeat;
}
.top_column li {text-align:center;position:relative;display:block;font-size:12px; line-height:37px;margin:0px; float:left; width:95px; font-weight:bold;}
.top_column li a:link,.top_column li a:visited{ color:#fff;}
/*内容部分CSS*/
.center {
	width:980px;
	padding:0 0 0 0;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:220px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:752px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/bottom.jpg) repeat-x;
}
.bottom {
	width:937px;
	padding:10px 21px 0px 22px;
	margin:0px auto;
	overflow:hidden;
	color:#6E0000;
}
.bottom a:link,.bottom a:visited{ color:#6E0000;}
/*点击放大产品展示CSS*/
.pro {/*单个产品总框*/
	width:156px;
	padding:0px 13px 10px 13px;
	margin:0px;
	overflow:hidden;
}
.pro2 {/*单个产品总框*/
	width:162px;
	height:187px;
	padding:0px 11px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:156px;
	border:1px #950E2F 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:156px;
	line-height:25px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.page {/*底部分页CSS*/
	width:730px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	line-height:25px;
	text-align:center;
}

/*产品左大右小展示CSS*/
.pro_l {
	width:390px;
	padding:0px 5px 0px 5px;
	margin:0px;
	overflow:hidden;
}
.pro_l_photo {
	width:390px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
	border:1px solid #6E0000;
}
.pro_l_photo img {max-width:390px; height:auto; width:expression(this.width > 390 ? "390px" : this.width);}
.pro_l_info {
	width:460px;
	padding:0px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	text-align:left;
}
.pro_r {
	width:300px;
	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: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;}
