@charset "gb2312";
/* CSS Document */
#box_body {margin-top:10px;}
.dl {}
.dl .dt {
	background-image: url(../images/n1.png);
	background-repeat: no-repeat;
	line-height: 50px;
	text-indent: 20px;
	font-size:20px;
	border-radius:7px 7px 0 0;
	color:#FFF;
}
.dl .dd {padding:10px; background-color:#FFF; line-height:20px; font-size:14px; min-height:700px;}

#box_left {float:left; width:230px; overflow:hidden;}
#box_right {float:right; width:705px;}

#box_left>dl {}
#box_left>dl>dt {
	background-image: url(../images/n1.png);
	background-repeat: no-repeat;
	line-height: 50px;
	text-indent: 20px;
	font-size:20px;
	border-radius:7px 7px 0 0;
	color:#FFF;
	text-align: center;
}
#box_left>dl>dd {min-height:690px;}
#box_left>dl>dd.cat {background-color:#FFF; padding:10px 0; font-size:14px;}
#box_left>dl dd.cat p {
	background-repeat: no-repeat;
	background-position: 30px 16px;
	text-indent:40px;
	line-height:27px;
	height:27px;
	width:300px;
	overflow:hidden;
}
#box_left dl dd.cat p.dot {background-image: url(../images/n2.png); line-height:40px; height:40px;}
#box_left dl dd.cat p:hover {background-color:#7082A8;}

.cat dl {}
.cat dl dt {
	background-image: url(../images/n2.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	text-indent:40px;
	line-height:30px;
	height:30px; 
	width:300px;
	overflow:hidden;
}
.cat dl dd {text-indent:60px; line-height:25px; display:none;}
.cat dl:hover dd {display:block;}


#item {padding:5px 0;}
#item dl {width:164px; float:left; text-align:center; padding:5px 2px 10px 0; margin:0 5px 7px 5px; background-color:#FFF;}
#item dl dt {}
#item dl dt img {
  width:155px;
  height:145px;
  box-shadow: 2px 5px 5px #666B8A;
}
#item dl dd {padding-top:10px; font-weight:bold; font-size:14px; height:40px;}

#goods {padding:5px 10px; font-size:14px;}
#goods img {float:left; margin-right:20px; margin-top:10px;}

#article {}
#article ul {margin:10px;}
#article>ul li {
	line-height:30px;
	border-bottom:1px dashed #CCC;
	background-image: url(../images/n3.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	text-indent: 1.2em;
}
#article ul li span {float:right; margin-right:5px;}

#contact {font-size:16px; line-height:30px; padding:20px 30px;}


