@charset "utf-8";
/* CSS Document */
/*全局定义参数*/
body {
	margin:0px;/*四个值为：上，右，下，左*/
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#666;
	padding:0;
	background:url(../images/bg.jpg) repeat center top;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:none;}
a:active {color:#666; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}
img{
	border:none;}

/*头部CSS*/
.top {
	width:980px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.top_logo {/*头部Logo*/
	width:394px;
	height:85px;
	padding:0 0 0 187px;
	margin:0px;
	overflow:hidden;
}
.top_column { /*导航栏*/
	width:793px;
	padding:0 0 0 187px;
	margin:40px auto 0;
	overflow:hidden;
}
.top_column li {
	width:95px;
	text-align:center;
	float:left;
	padding:0px;
	display:block;
	margin:0 5px 0 0;
	overflow:hidden;}
.top_column li.last{
	width:85px;}
.top_column li a:link,.top_column li a:visited{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	font-style:italic;}
.banner{
    width: 100%;
	height:374px;
	background:url(../images/ban_bg.png) no-repeat center bottom;
	padding:0 0 12px;
	margin:0 auto;
	overflow:hidden;
	}
.banner_div {
	padding:0px;
	height:374px;
	margin:0px auto;
	overflow:hidden;
}
#flash {
	width:100%;
	height:374px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
    position:absolute;
	padding:0px;
	z-index:1;
}
#flash a {
	width:100%;
	height:374px;
	display:none;
}
#flash img {
	width:100%;
	height:374px;
	display:none;
}
.flash_bar {
	width:120px;
	height:30px;
	overflow:hidden;
	padding-top:13px!important;
	padding-top:12px;
	text-align:center;
	margin:0px auto;
	z-index:999;
	position:absolute;
	top:330px;
	left:50%;
}
.flash_bar .dq {
	display:inline-block;
	float:left;
	width:13px;
	height:30px;
	margin:5px 5px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor:pointer;
	background:url(../images/tg_flash_p.png) no-repeat 0px 0px;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/tg_flash_p.png", sizingMethod="crop");
}
.flash_bar .no {
	display:inline-block;
	float:left;
	width:13px;
	height:30px;
	margin:5px 5px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor:pointer;
	background:url(../images/tg_flash_p2.png) no-repeat 0px 0px;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/tg_flash_p2.png", sizingMethod="crop");
}
#flashBg {
	height:374px;
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0;
	padding:0;
}
#flashLine {
	height:374px;
	width:100%;
	clear:both;
}
/*内容部分CSS*/
.center {
	width:1186px;
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}
.center_l {/*左边内容*/
	width:276px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.center_r {/*右边内容*/
	width:897px;
	padding:0;
	margin:30px auto 0;
	overflow:hidden;
}

/*底部CSS*/
.bottom_bg {
	width:100%;
	background-color:#ec6ca5;
	min-height:48px;
	padding:0px;
	margin:15px 0 0;
	overflow:hidden;
}
.bottom {
	width:1163px;
	padding:0;
	margin:0px auto;
	color:#Fff;
	line-height:48px;
	overflow:hidden;
}
.bottom a:link,.bottom a:visited{
	color:#fff;}
/*点击放大ProductsCSS*/
.pro {/*单个产品总框*/
	width:160px;
	padding:0px;
	margin:0px 7px;
	overflow:hidden;
}
.pro_img {/*产品图片*/
	width:158px;
	height:124px;
	border:1px #5b9b00 solid;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
/*.pro_img img {max-width:160px; height:auto; width:expression(this.width > 160 ? "160px" : this.width);}
*/.pro_test {/*产品名称*/
	width:160px;
	height:50px;
	line-height:50px;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-align:center;
}
.pro_test a:link,.pro_test a:visited{
	color:#5b9b00;}
.page {
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	line-height:25px;
	text-align:center;
	width:700px;
	font-size:12px;
}
.disabled {
    border:1px solid #aeaeae;
    margin-right:2px;
    padding:2px 5px;
}
.page span.current {
    background-color:#699319;
    border:1px solid #aeaeae;
    color:#fff;
    margin-right:2px;
    padding:2px 5px;
}
.page a {
    border:1px solid #aeaeae;
    color:#aeaeae;
    margin-right:2px;
    padding:2px 5px;
    text-decoration:none;
}
.page a:hover {
    background:none repeat scroll 0 0 #699319;
    border:1px solid #ADADAD;
    color:#fff;
    margin-right:2px;
    padding:2px 5px;
    text-decoration:none;
}
.pager input {
	width:20px;
	font-size:10px;
	height:15px;
	line-height:15px;
	margin:0px 3px;
	vertical-align:middle;
}
