@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
/*	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px; color:#515b5b;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
body{
	background:url(headerbg.gif) repeat-x;
	font-size:12px;
	color:#666666;
}
a{
	color:#737373;
	text-decoration:none;
}
a:hover{
	color:#BF564C;
	text-decoration:underline;
}
.header{
	width:960px;
	height:110px;
	margin:0 auto;
}
.header h1{
	width:960px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	font-size:10px;
	color:#CCCCCC;
	/*font-weight:normal;*/
}
.header h1 a{
	color: #CCCCCC;
	font-size:10px;
	text-decoration: none;
}
.header h1 a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.header h1 strong{
	color: #CCCCCC;
	font-size:10px;
	text-decoration: underline;
}
.logo{
	width:250px;
	height:85px;
	float:left;
}
.menuul{
	width:710px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:right;
	overflow:hidden;
}
.menuul li{
	float:right;
	margin-left:10px;
	font-size:14px;
}
.menuul li a{
	color:#BF564C;
	text-decoration:none;
}
.menuul li a:hover{
	color:#8C3F38;
	text-decoration:underline;
}
.searchform{
	height:25px;
	line-height:25px;
	float:right;
	padding-top:5px;
}
.searchtext{
	height:18px;
	border:1px #000000 solid;
	float:right;
}
.searchbtn{
	width:35px;
	height:20px;
	background:url(searchbtn.gif) no-repeat;
	border:0px;
	float:right;
	margin-left:10px;
	cursor:pointer;
}
.header h2{
	width:710px;
	height:25px;
	line-height:25px;
	text-align:right;
	float:right;
	font-size:11px;
	font-weight:normal;
	overflow:hidden;
	color:#808080;
}
.show{
	width:960px;
	height:325px;
	margin:20px auto;
	color:#666666;
}
.show01{
	width:160px;
	height:120px;
	background:url(show01bg.gif) no-repeat;
	padding-top:205px;
	float:left;
	overflow:hidden;
	text-align:right;
}
.show01 p{
	padding:5px;
	line-height:18px;
}
.show02{
	width:160px;
	height:120px;
	background:url(show02bg.gif) no-repeat;
	padding-top:205px;
	float:left;
	overflow:hidden;
	text-align:right;
}
.show02 p{
	padding:5px;
	line-height:18px;
}
.show03{
	width:160px;
	height:120px;
	background:url(show03bg.gif) no-repeat;
	padding-top:205px;
	float:left;
	overflow:hidden;
	text-align:right;
}
.show03 p{
	padding:5px;
	line-height:18px;
}
.show01 .iconp,.show02 .iconp,.show03 .iconp{
	width:130px;
	height:18px;
	line-height:18px;
	overflow:hidden;
	background:url(icon01.gif) right no-repeat;
	padding-right:20px;
	margin-right:5px;
}
.show04{
	width:480px;
	height:205px;
	background:url(show04bg.gif) bottom no-repeat;
	padding-bottom:120px;
	float:left;
	overflow:hidden;
}
.show04in{
	width:480px;
	height:205px;
	overflow:hidden;
}
.show04 p{
	padding:0 10px;
	line-height:20px;
	overflow:hidden;
}
.content_outside{
	border-top:1px #737373 solid;
	background:url(contentoutbg.gif) repeat-x;
}
.content{
	width:960px;
	margin:0 auto;
	background:url(contentbg.gif) repeat-y;
	border-top:10px #FFFFFF solid;
	overflow:hidden;
}
.sidebar{
	width:230px;
	padding-left:10px;
	float:left;
}
.sidebartitle{
	padding:10px;
	font-size:10px;
}
.sidebarul{
	width:220px;
	margin-left:5px;
	border-top:1px #D9D9D9 solid;
}
.sidebarul li{
	width:190px;
	height:25px;
	line-height:25px;
	background:url(sidebarlibg.gif) no-repeat;
	padding-left:30px;
	overflow:hidden;
	
	white-space:nowrap; 
	text-overflow: ellipsis; 
	-o-text-overflow: ellipsis
}
.rightcontent{
	width:690px;
	margin-left:20px;
	float:left;
}
.product{
	width:680px;
	background-color:#F3F3F3;
	padding:0 5px 5px 5px;
	overflow:hidden;
	margin-bottom:10px;
}
.producttitle{
	padding:10px;
	font-size:14px;
	color:#BF564C;
}
.producttitle h5{
	font-size:12px;
	color:#BF564C;
}
.probox{
	width:680px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.onepro{
	width:170px;
	height:230px;
	overflow:hidden;
	float:left;
	border-bottom:1px #D9D9D9 solid;
	text-align:center;
	padding-top:10px;
}
.name{
	padding:10px;
	height:25px;
	overflow:hidden;
	line-height:18px;
}
.price{
	padding:10px 0;
	color:#BF564C;
	font-size:13px;
	font-weight:bold;
}
.article{
	width:680px;
	background-color:#F3F3F3;
	padding:0 5px 5px 5px;
	overflow:hidden;
	margin-bottom:10px;
}
.articletitle{
	padding:5px;
	font-size:16px;
	color:#BF564C;
	font-weight:bold;
}
.articletitle h4{
	padding:5px;
	font-size:12px;
	color:#BF564C;
	font-weight:bold;
}
.articlebox{
	background-color:#FFFFFF;
}
.articlebox p{ display:block; overflow:hidden;
	padding:5px 10px;
	line-height:20px;
}

.articlebox .alist{overflow:hidden;}
.articlebox .alist li{ overflow:hidden; margin:0 0 0 10px; display:inline;float:left; width:45%;white-space:nowrap;text-overflow:ellipsis; line-height:20px;}

.footer_outside{
	background:url(footerbg.gif) repeat-x;
}
.footer{
	width:960px;
	margin:0 auto;
}
.submenu{
	height:25px;
	line-height:25px;
	text-align:right;
	color:#FFFFFF;
}
.submenu a{
	color:#E5E5E5;
	text-decoration:none;
}
.submenu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.footer_pic{
	width:960px;
	height:75px;
	padding-top:10px;
}
.pic{
	width:700px;
	float:left;
}
.pic img{
	margin-left:10px;
}
.email{
	width:260px;
	float:right;
	line-height:25px;
	color:#000000;
	font-size:14px;
	font-weight:bold;
}
.link{
	clear:both;
	line-height:25px;
	text-align:center;
	padding:5px 20px;
	color:#989898;
}
.link h6{
	clear:both;
	line-height:20px;
	text-align:center;
	padding:0 20px;
	color:#989898;
}
.position{
	width:960px;
	line-height:30px;
	margin:0 auto;
}
.page{
	line-height:20px;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	border-bottom:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;
	padding:5px 10px;
}
.page a{
	color:#BF564C;
	text-decoration:underline;
}
.page a:hover{
	color:#000000;
	text-decoration:underline;
}
.banner{
	width:690px;
	height:150px;
	margin-bottom:10px;
}
.newsul{
	padding:10px;
}
.newsul li{
	width:660px;
	height:30px;
	line-height:30px;
	border-bottom:1px #CCCCCC solid;
	overflow:hidden;
}
.detail{
	width:680px;
	background-color:#F3F3F3;
	padding:0 5px 5px 5px;
	overflow:hidden;
	margin-bottom:10px;
}
.detailtitle{
	padding:10px;
	font-size:14px;
	color:#BF564C;
	clear:both;
}
.detailtitle h3{
	color:#BF564C;
	font-size:12px;
}
.detailbox{
	width:680px;
	overflow:hidden;
	background-color:#FFFFFF;
}
.detailbox p{
	padding:5px 10px;
	line-height:20px;
}
.smallpic{
	width:200px;
	float:left;
	text-align:center;
}
.describe{
	width:440px;
	float:right;
	margin:10px;
	border-bottom:5px #F3F3F3 solid;
}
.describe_ul{
	width:440px;
	padding:5px;
	border-bottom:1px #FFD5D1 solid;
	background-color:#FFFFFF;
	overflow:hidden;
}
.red{
	color:#BF564C;
	border-bottom:2px #BF564C solid;
	border-top:5px #F3F3F3 solid;
}
.describe_name{
	width:100px;
	font-weight:700;
	float:left;
}
.describe_content{
	width:340px;
	float:right;
}
.bigpic{
	clear:both;
	padding:5px 0;
	border-bottom:1px #E5E5E5 solid;
	border-top:1px #E5E5E5 solid;
	margin-bottom:10px;
	text-align:center;
}
.wenzh p {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 3px;
}
.wenzh a {
	color: #cc0000;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}
.wenzh {
    overflow:hidden;
	border: 1px dashed #D7D18C;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding:0 10px 10px 0;
}
.wenzh img{ float:left; margin-right:10px;}

.wenzh h1{ font:bold 18px arial; color:#cc0000; text-align:center; margin:10px 0 20px 0;}
#small{ float:left; width:650px; padding:5px 5px;}
#small span{ font:bold 12px arial; color:#000000; line-height:20px; margin-right:15px;}
#small a{ color:#990000; font: bold 11px arial;}
#pagen {
	float: left;
	width: 100%;
	font-weight:bold;
	padding-bottom:12px;
	clear:both
}
#pagen a {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#pagen a:hover {
	color: #000;
}
#pagen ul {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 10px;
}
#pagen li {
	color: #FFFFFF;
	float: left;
BORDER-RIGHT: #b70807 1px solid; BORDER-TOP: #b70807 1px solid; FONT: bold 10px Tahoma; VERTICAL-ALIGN: middle; BORDER-LEFT: #b70807 1px solid; WIDTH: 19px; COLOR: #000; BORDER-BOTTOM: #b70807 1px solid; HEIGHT: 14px; BACKGROUND-COLOR: #fff; TEXT-ALIGN: center; margin-left:1px; margin-right:1px
}

#pagen li.rpage {
	float: left; TEXT-ALIGN: center; margin-left:5px; margin-right:5px; width:auto; border:0
}

#pagen li.cuten {
	COLOR: #fff; BACKGROUND-COLOR: #b70807
}
.pic2 {
	width:130px;
	border:1px #E5E5E5 dashed;
	background: #ffffff;
}
.buybtn{
	width:73px;
	height:44px;
	border:0px;
	cursor:pointer;
}

.buyform *{
	float:left;
	margin-right:10px;
	line-height:30px;
}
.buyform label,.buyform select{
	margin-top:12px;
}
.info span{ 
 display:block; float:left; width:100px;
 }
.nextpage11 {
	width: 900px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #446688;
	border-bottom-color: #446688;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.nextpage11 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #446688;
	border-left-color: #446688;
}
.nextpage12 {
	width: 900px;
	margin-top: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
