<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {margin:0px;padding:0;} 
body {color:#424242;font:12px/26px Arial,"宋体";background-color:#fff;
	/* background:url(images/bj1.gif) repeat-x */
}
body, div, form, input, textarea, th, img {margin:0;padding:0}
table{table-layout:fixed}
A {text-decoration:none; color:#424242;}
A:hover {color:#ff0000; text-decoration:underline}
.loadImg {background:url(images/im/loading.gif) no-repeat 50% 50%;}

.redTxt {color:#fff;background-color:#ff0000;}

/*新闻分类(大类标题+小类图片列表)*/
#news_class_list_pic {width:700px; float:left; overflow:hidden;}
#news_class_list_pic .classTitle span {float:right;}
#news_class_list_pic .classTitle span a {color:#ccc}
#news_class_list_pic .classTitle{width:700px; height:35px; line-height:35px; border-bottom:1px solid #ccc; float:left;}
#news_class_list_pic .subClass{width:700px; height:180px; float:left; padding:15px 0px;}
#news_class_list_pic .subItem {width:150px; height:180px; margin:0px 20px; float:left;}
#news_class_list_pic .subImg {text-align:center;}
#news_class_list_pic .subImg img {width:150px; height:150px; border:1px solid #dcdcdc}
#news_class_list_pic .subTitle {width:150px; height:30px; line-height:30px; text-align:center; padding-top:5px; overflow:hidden}
#news_class_list_pic .noItem {color:#ccc; padding:15px;}

/*新闻分类(大类标题+推荐图片列表)*/
#news_class_rec_pic {width:700px; float:left; overflow:hidden;}
#news_class_rec_pic .classTitle span {float:right;}
#news_class_rec_pic .classTitle span a {color:#ccc}
#news_class_rec_pic .classTitle{width:700px; height:35px; line-height:35px; border-bottom:1px solid #ccc; float:left;}
#news_class_rec_pic .subClass{width:700px; height:180px; float:left; padding:15px 0px;}
#news_class_rec_pic .subItem {width:150px; height:180px; margin:0px 20px; float:left;}
#news_class_rec_pic .subImg {text-align:center;}
#news_class_rec_pic .subImg img {width:150px; height:150px; border:1px solid #dcdcdc}
#news_class_rec_pic .subTitle {width:150px; height:30px; line-height:30px; text-align:center; padding-top:5px; overflow:hidden}
#news_class_rec_pic .noItem {color:#ccc; padding:15px;}

/*topN新闻列表(文字式)*/
#top_news_list_txt { width:320px; overflow:hidden; padding-left:0px }
#top_news_list_txt ul { margin:0; padding:0; }
#top_news_list_txt li span { color:#999; font-size:10px; float:right; padding-right:0px; }
#top_news_list_txt li {
    width:305px; height:30px; line-height:30px; padding-left:8px; border-bottom:#dcdcdc 1px dotted;
	background: url(images/im/nav1.gif) no-repeat left; 
	white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis;
}

/*topN新闻列表(图片式)*/
#top_news_list_pic { width:700px; overflow:hidden; float:left; margin:10px; }
#top_news_list_pic .subItem { width:150px; height:180px; float:left; padding:0px 10px; text-align:center }
#top_news_list_pic .subImg { width:150px; height:150px; float:left; text-align:center; border:#dcdcdc 1px solid; overflow:hidden; }
#top_news_list_pic .subImg img { width:150px; background:url(images/im/loading.gif) no-repeat 50% 50%; border:0; }
#top_news_list_pic .subTitle { width:150px; height:30px; line-height:30px; text-align:center; float:left; overflow:hidden; }

/*新闻列表(文字式)*/
#news_list_txt {width:700px; overflow:hidden;}
#news_list_txt ul { margin:0; padding:0 }
#news_list_txt ul li span {color:#999; font-size:11px; float:right; padding-right:0px;}
#news_list_txt ul li {
    width:685px; height:35px; line-height:35px; padding-left:12px; border-bottom:#dcdcdc 1px dashed;
	background:url(images/im/nav2.gif) no-repeat left;
	white-space:nowrap; word-break:keep-all; overflow:hidden; text-overflow:ellipsis;
}
#news_list_txt ul li A {font-size:14px;}

/*新闻列表(图片式)*/
#news_list_pic { width:700px; overflow:hidden; }
#news_list_pic .subItem { width:150px; height:210px; float:left; padding:0px 10px; text-align:center }
#news_list_pic .subImg { width:150px; height:150px; float:left; text-align:center; border:#dcdcdc 1px solid; overflow:hidden; }
#news_list_pic .subImg img { width:150px; background:url(images/im/loading.gif) no-repeat 50% 50%; border:0; }
#news_list_pic .subTitle { width:150px; height:30px; line-height:30px; text-align:center; float:left; overflow:hidden; }

/*产品分类列表(大类标题+小类图片列表)*/
#pro_class_list_pic {width:700px; float:left; overflow:hidden;}
#pro_class_list_pic .classTitle span {float:right;}
#pro_class_list_pic .classTitle span a {color:#ccc}
#pro_class_list_pic .classTitle{width:700px; height:35px; line-height:35px; border-bottom:1px solid #ccc; float:left;}
#pro_class_list_pic .subClass{width:700px; height:180px; float:left; padding:15px 0px;}
#pro_class_list_pic .subItem {width:150px; height:180px; margin:0px 20px; float:left;}
#pro_class_list_pic .subImg {text-align:center;}
#pro_class_list_pic .subImg img {width:150px; height:150px; border:1px solid #dcdcdc}
#pro_class_list_pic .subTitle {width:150px; height:30px; line-height:30px; text-align:center; padding-top:5px; overflow:hidden}
#pro_class_list_pic .noItem {color:#ccc; padding:15px;}

/*产品分类(大类标题+推荐图片列表)*/
#pro_class_rec_pic {width:700px; float:left; overflow:hidden;}
#pro_class_rec_pic .classTitle span {float:right;}
#pro_class_rec_pic .classTitle span a {color:#ccc}
#pro_class_rec_pic .classTitle{width:700px; height:35px; line-height:35px; border-bottom:1px solid #ccc; float:left;}
#pro_class_rec_pic .subClass{width:700px; height:180px; float:left; padding:15px 0px;}
#pro_class_rec_pic .subItem {width:150px; height:180px; margin:0px 20px; float:left;}
#pro_class_rec_pic .subImg {text-align:center;}
#pro_class_rec_pic .subImg img {width:150px; height:150px; border:1px solid #dcdcdc}
#pro_class_rec_pic .subTitle {width:150px; height:30px; line-height:30px; text-align:center; padding-top:5px; overflow:hidden}
#pro_class_rec_pic .noItem {color:#ccc; padding:15px;}

/*topN产品列表(图片式)*/
#top_pro_list_pic { width:700px; overflow:hidden; float:left; margin:10px; }
#top_pro_list_pic .subItem { width:150px; height:180px; float:left; padding:0px 10px; text-align:center }
#top_pro_list_pic .subImg { width:150px; height:150px; float:left; text-align:center; border:#dcdcdc 1px solid; overflow:hidden; }
#top_pro_list_pic .subImg img { width:150px; background:url(images/im/loading.gif) no-repeat 50% 50%; border:0; }
#top_pro_list_pic .subTitle { width:150px; height:30px; line-height:30px; text-align:center; float:left; overflow:hidden; }


/*产品图片列表*/
#product_list { width:800px; overflow:hidden; float:left }
#product_list .subItem { width:180px; height:190px; overflow:hidden; float:left; padding:10px }
#product_list .subImg { width:180px; height:150px; overflow:hidden; text-align:center; border:1px solid #ededed; display:table-cell;vertical-align:middle; }
#product_list .subImg img { background:url(images/im/loading.gif) no-repeat 50% 50%; border:0px solid #dcdcdc; }
#product_list .subTitle { width:180px; height:40px; line-height:40px; text-align:center; overflow:hidden; }

/* ---------------------------------------- */
#logo{
	width: 500px; height: 88px; text-align: center; float: left;
	background-image: url(images/logo.png)!important;/* FF IE7 */
	background-repeat: no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png'); /* IE6 */
	_ background-image: none; /* IE6 */
}

#main_menu {margin:0;padding:0 0 0 30px;float:left;}
#main_menu li {margin:0;padding:0;float:left;list-style-type:none; padding:0 25px }
#main_menu li A {font:bold 13px/30px Arial,"宋体";color:#82d4a0;text-decoration:none }
#main_menu li A:hover { color:#ef5c2e; text-decoration:none }
.main_menu A:visited { float:left; font:13px/35px Arial; width:120px; color:#fff; height:35px; text-decoration:none }
.selectMenu { background:url(images/menu_background.jpg) no-repeat 0px; }

A.menuLink:link, A.menuLink:visited, A.menuLink:active { color:#9CA19D; font-size:12px; font-weight:normal; text-decoration:none; }
A.menuLink:hover { color:#fff; text-decoration:none; font-size:12px }

.bkw { word-wrap:break-word; overflow:hidden; }

.lgStr a { color:#999; padding:0 5px}
.title1 { background:url(images/nav.png) no-repeat 5px center; text-indent:15px; font-size:13px; font-weight:bold; background-color:#f1f1f1}
.DHstr { color:#888; background:url(images/nav.png) no-repeat 5px center; text-indent:15px; background-color:#f1f1f1}
.DHstr a { color:#888; }

.contentBox { padding:20px 20px 0 20px }

#hz_list { margin:0; padding:0; }
#hz_list li { width:220px; margin:0; padding:12px; list-style-type:none; float:left; }
#hz_list li img { width:120px; height:35px; border:0; }













.footer { color:#888; padding:10px; font-size:12px; font-family:Arial,"宋体"; line-height:20px; border-top:10px solid #0056a2; }
.footer A { color:#888; }
/*.footer{font-family:"Microsoft YaHei","宋体";}*/
/* ----------------------------------------end */

.pageTxt { padding:10px 0px; font-size:12px; }
.pageTxt A { margin:0px 5px; font-size:12px;}
.pageR { color:#999; padding-left:15px }
.pageNumLink{color:#ff0000;font-weight:bold;display:inline;padding:0px 4px}
.inputPage { width:30px; border:1px solid #dcdcdc;}</pre></body></html>