﻿/*reset css*/
body,h1, h2, h3, h4, h5, h6,ul,ol,li,dl,dt,dd,p,blockquote,form,pre,hr
{
	margin:0;
	padding:0;
}
button,input,select,textarea
{
	font-size:100%;
	}
ul,ol
{
	list-style:none;
	}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	}
img
{
	border:0;
	}
a
{
	outline:none;
	text-decoration:none;
	}
/*-----------page define------------------*/
body
{
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    color: #535554;
    background: #EFEFEF;
}
a
{
	color:#353538
	}
/*top area*/
.top
{
	width:990px;
	height:84px;
	margin:auto;
	background:url(images/top_bg.jpg) repeat-x center center;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	}
.logo
{
	width:190px;
	height:35px;
	display:block;
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat;
	float:left;
	margin:25px 0px 0px 10px;
	}
.top_right
{
	width:750px;
	height:74px;
	padding:5px 0px;
	float:right;
	}
.top_right p
{
	margin-right:20px;
	height:25px;
	text-align:right;
}
.menu
{
	height:25px;
	margin-top:20px;
	}
.menu li
{
	width:85px;
	height:25px;
	line-height:25px;
	text-align:center;
	float:left;
	font-weight:bold;
	margin-right:5px;
	}
.menu a
{
	display:block;
	width:85px;
	height:25px;
	}
.menu a:hover
{
	background:#C50000;
	color:#fff;
	}
/*banner*/
.banner
{
	width:990px;
	height:230px;
	margin:auto;
	padding-top:2px;
	background:#fff;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	}
#banner_left
{
    width:740px;
    height:230px;
    float:left;
    }
#banner_right
{
    width:228px;
    height:230px;
    float:right;
    margin-right:5px;
    }
/*container*/
.container
{
	width:990px;
	margin:auto;
	padding:5px 0px;
	background:#fff;
	overflow:hidden;
	height:1%;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	}
/*sidebar*/
.sidebar
{
	width:230px;
	float:right;
	margin-right:5px;
	}
 .sidebar p
 {
	 margin:0;
	 }
.sidebar h3
{
	width:230px;
	height:30px;
	background:url(images/sidebar_bg.jpg) no-repeat;
	font-size:12px;
	text-indent:-9999px;
	margin:0;
	}
.sidebar a
{
	color:#4d4d4d;
	}
.sidebar a:hover
{
    color:#920F15;
	}
.categorylist li
{
	height:30px;
	width:220px;
	padding-left:10px;
	line-height:30px;
	overflow:hidden;
	background:url(images/category_bg.jpg) repeat-x;
	}
 /*content*/
 .content,.left_content,.article
{
    width: 730px;
    margin: 3px 0px 10px 10px;
    float: left;
    line-height: 2em;
    color: #222;
    display:inline;
}
.content a,.left_content a,.article a
{
    color: #1B4472;
}
.content a:hover,.article a:hover
{
    color:#920F15;
    }
.content p
{
    margin-bottom:10px;
    }
/*index page*/
.left_content h2
{
    height:22px;
    line-height:22px;
    text-indent:20px;
    margin-bottom:10px;
    background:url(images/index_title.gif) no-repeat left center;
    font-size:13px;
    color:#ae0500;
    }
.left_content p
{
    margin:0px 0px 10px 5px;
    }
.about_pic
{
	overflow:hidden;
	height:1%;
	}
.about_pic li
{
	float:left;
	margin:0px 30px 0px 5px;
	display:inline;
	}
.about_pic img
{
	padding:3px;
	border:solid 1px #ddd;
	}
/*article*/
.article h1
{
    color:#ae0500;
	margin:10px 0px;
	font-size:20px;
    }
.article h2,.article h3
{
    height:22px;
    background:url(images/article_h2.gif) no-repeat;
    font-size:13px;
     color:#ae0500;
    text-indent:5px;
    margin:10px 0px;
    }
.articleinfo
{
    color:#920F15;
    margin-bottom:5px;
    }
.article p
{
    margin:0px 0px 10px 5px;
    }
/*inner page*/
.navi
{
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #ddd;
	}
.content h1
{
	color:#ae0500;
	margin:10px 0px 5px 0px;
	font-size:20px;
	}
.content h2
{
    font-size:13px;
    height:28px;
    line-height:28px;
    color:#ae0500;
    margin:5px 0px 10px 0px;
    text-indent:5px;
    }
.content table,.article table
{
    width:100%;
    }
.content table th,.content table td,.article table th,.article table td
{
	padding:5px 6px;
	border:solid 1px #bbb;
	}
.productlist
{
	overflow:auto;
	height:1%;
	}
.productlist li
{
	display:inline;
	width:130px;
	float:left;
	margin:0px 40px 10px 7px;
	}
.productlist a:hover
{
    color:#920F15;
    }
.productlist img
{
    width:130px;
    height:130px;
	border:2px solid #E9E8E6;
	}
.productlist p
{
	margin:0px;
	height:55px;
	line-height:1.4em;
	text-align:center;
	}
/*article list*/
.articlelist
{
    }
.articlelist li
{
    height:30px;
    line-height:30px;
    border-bottom:solid 1px #eee;
    text-indent:5px;
    }
.articlelist li span
{
    float:right;
    }
/*product index*/
.columnlist
{
	
	}
.columnitem
{
	overflow:hidden;
	height:1%;
	border-bottom:solid 1px #ddd;
	padding:5px 0px;
	}
.columnitem h2
{
	font-size:12px;
	margin:0px 0px 5px 0px;
	}
.col_product li
{
	width:340px;
	height:50px;
	margin:0px 20px 3px 0px;
	float:left;
	font-size:11px;
	-webkit-text-size-adjust:none;  /*webkit*/
	}
.cert li
{
    width:210px;
    float:left;
    margin:0px 30px 30px 0px;
    display:inline;
    }
.cert li p
{
    margin:0px;
    text-align:center;
    font-weight:bold;
    }
/*pager*/
.pager
{
	margin:10px 0px;
	font-size:12px;
	}
.pager a,.pager span
{
	display:inline-block;
	margin-right:5px;
	height:22px;
	padding:0px 7px;
	line-height:22px;
	outline:none;
	border:solid 1px #ccc;
	}
.pager a:hover
{
	background:#cccddd;
	}
.pager span
{
	background:#D96F3F;
	color:#fff;
	}
.pager curpage
{
	
	}
/*footer*/
.footer
{
	margin:0px auto 5px auto;
	width:970px;
	padding:10px;
	background:#eee;
	color:#333;
	line-height:2em;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	}
/*slide bannerr*/
#banner_left {
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#banner img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/*分页专用css1 -- qipapage*/
.qipapage {line-height:30px;list-style:none;margin:30px 0px 20px;text-align:center;}
.qipapage a {border:1px solid #dedede; padding:0 6px; display:inline-block; margin-right:5px;}
.qipapage a:hover,.qipapage li.active a {border:1px solid #000; color:#000; font-weight:bold; text-decoration:none;}
.qipapage span {border:1px solid #dedede; padding:0 20px; display:inline-block;}
.qipapage li {display:inline-block; margin-right:10px; margin-bottom:10px;}
.qipapage td {margin-right:10px; margin-bottom:10px;}