@charset "utf-8";
/* CSS Document */
#Wrapper{ width: 100%; }
#header{ width: 100%; }
#center{ width: 100%; }
#footer{ width: 100%; }

/*分页*/
div.pager { text-align: center; margin: 20px auto; }
div.pager span { margin-left:8px; margin-right:8px; padding: 0 8px; color: #333; }
div.pager a{ font-size:12px; font-weight:normal; padding: 0 8px; color: #333; }

/*新闻*/
ul.news { clear:both;  margin:10px 0 0 0;  padding:0;  }
ul.news li { height:30px; padding:0 10px; margin-left:5px; margin-right:5px; border-bottom:dashed 1px #ccc; line-height:30px;  }

.newstitle{text-align:center; font-size:14px; font-weight:bold; color:#333333;}
.newssubtitle{ text-align:center}
.newssubtitle span{margin-left:20px;}

/*产品*/
.producttype0 { height: 43px; }
.producttype0 a{ padding: 7px 0 0 48px; line-height: 36px; font-size: 14px; color: #333; display: block; background: url("../images/left.png") no-repeat 30px 20px; }
.producttype0 a:hover { color: #fff; background: url("../images/left-hover.png") no-repeat left top;}
.producttype0.current a ,
.producttype0.current a:hover{ color: #fff; background: url("../images/left-hover.png") no-repeat left top; }

.producttype1 { height: 43px; }
.producttype1 a{ padding: 7px 0 0 48px; line-height: 36px; font-size: 14px; color: #333; display: block; background: url("../images/left.png") no-repeat 30px 20px; }
.producttype1 a:hover { color: #fff; background: url("../images/left-hover.png") no-repeat left top;}
.producttype1.current a ,
.producttype1.current a:hover{ color: #fff; background: url("../images/left-hover.png") no-repeat left top; }

.producttype2 { height: 43px; /*display: none;*/ }
.producttype2 a{ padding: 7px 0 0 58px; line-height: 36px; font-size: 12px; color: #333; display: block; background: none;}
.producttype2 a:hover { color: #fff; background: url("../images/left-hover1.png") no-repeat left top;}
.producttype2.current a ,
.producttype2.current a:hover{ color: #fff; background: url("../images/left-hover1.png") no-repeat left top; }

/*下载*/
ul.downloads { clear:both; margin:0; padding: 5px 0 0 0; }
ul.downloads li { border-bottom:1px dashed #92d8ff; line-height:24px; text-indent: 20px; height :24px; color:#d4f0ff;  }
ul.downloads li a { text-decoration:none; }

