/* CSS Document */
*,img{
margin:0px;
padding:0px;
}

body,table,td,p{
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	font-weight: normal;
}

p{
text-indent:2em;
}
a{
color:#000000;
text-decoration:none;
}
a:hover{
color:#999999;
text-decoration:underline;
}
a.zl:link,a.zl:visited {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/zlicon.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	text-indent: 1.5em;
	display: block;
}
a.zl:hover {
	font-family: "宋体";
	font-size: 12px;
	line-height: 1.5em;
	color: #FF6600;
	text-decoration: none;
	background-image: url(../images/zlicon.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	text-indent: 1.5em;
	display: block;
}
.title_bg{
background:url(../images/main_14.gif) repeat-x 0px -6px;
}
.img_sd{
border:#CCC solid 1px;
padding:6px;
}

/*================================字体颜色、效果=========================*/
.w_wh{
color:#fff;
}
.w_alpha60{
	filter: Alpha(Opacity=60);
}
.w_left{
text-align:left;
}
.w_gray{
color:#666;}
.w_alpha40{
filter: Alpha(Opacity=40);
}
.w_14{
font-size:14px;}
.w_t1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
/*================================工程案例===================================*/
#case ul {
width:140px;
padding:3px;
background-color:#fff;
list-style-type:none;
margin-left:12px;
text-align:center;
height:100px;
margin-top:10px;
margin-bottom:10px;
float:left;


}
#case ul img{
padding:0px;
margin:0px;
}
#maincase{
width:100%;
}
#maincase ul {
width:140px;
padding:3px;
background:#eee;
list-style-type:none;
margin-left:20px;
text-align:center;
height:100px;
margin-top:10px;
margin-bottom:10px;
float:left;
border:solid 1px #ccc;

}
#maincase ul img{
padding:0px;
margin:0px;
}
/*================================产品展示===================================*/
#product{
text-align:center;
}
#product ul {
width:266px;
padding:3px 3px 3px 10px;
background:url(../images/prbg.gif) no-repeat top left;
list-style-type:none;
margin-left:12px;
text-align:left;
height:130px;
margin-top:10px;
margin-bottom:6px;
}
#product ul li{
line-height:28px;}
#product ul li img{
padding:0px;
margin:0px;
border:solid #CCC 1px;
}
#product ul li a{
color:#003399;
text-decoration:none;
}
#product ul li a:hover{
color:#0099cc;
text-decoration:underline;
}
/*================================产品内=======================================*/
#product1{
text-align:center;
}
#product1 ul {
width:260px;
padding:3px 3px 3px 10px;
list-style-type:none;
margin-left:35px;
text-align:left;
height:140px;
margin-top:10px;
background-color:#fff;
border:1px solid #CCC;
float:left;
}
#product1 ul li{
line-height:24px;
}
#product1 ul li img{
padding:0px;
margin:0px;
border:solid #CCC 1px;
}
#product1 ul li a{
color:#003399;
text-decoration:none;
}
#product1 ul li a:hover{
color:#0099cc;
text-decoration:underline;
}
/*================================产品分类===================================*/
#item {
text-align:center;
width:100%;
}
#item ul{
margin:10px auto;
width:200px;
list-style:none;
}
#item li{
text-align:left;
}
#item li a.menu:link,#item li a.menu:visited{
	font-family: "宋体";
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
	background-color: #003399;
		display:block;
		padding:2px 2px 2px 10px;
}
#item li a.menu:hover{
	color:#FFF;
	font-weight:bold;
	font-family: "宋体";
	font-size: 12px;
	background-color: #0099FF;
	text-decoration:none;
}
#item li a.sub:link,#item li a.sub:visited{
text-indent:2em;
color:#FFF;
display:block;
}
#item li a.sub:hover{
text-indent:2em;
color:#00CCFF;
display:block;
text-decoration:none;
}
#clearbt{
clear:both;}