@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0}
body { font:14px/1.2 "Microsoft YaHei"; color:#333; background:none; padding-top:}
ul,ol,li {list-style:none;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
a { color:#333; text-decoration:none;}

.wp_sitemap { width:100%; margin:0 auto; position:relative;}
.wp_sitemap .sitemap_bg { width:100%; height:100%; position:absolute; left:0; top:0; z-index:1000000; background:#777; /*背景色*/ opacity:0.7; /*透明度*/ filter:alpha(opacity=70); display:none;}
.wp_sitemap .sitemap_wrap { width:100%; height:auto; position:absolute; left:0; top:0; z-index:10000000;}

.wp_sitemap .sitemap_all { margin:0 10px; padding:10px 0;}
.wp_sitemap .sitemap_all .site_item { display:inline-block; float:left; width:33%;}
.wp_sitemap .sitemap_all .site_item a { display:inline-block; line-height:16px; padding:4px 0; color:#333; font-size:14px;}
.wp_sitemap .sitemap_all .site_item a:hover { color:#fc8332;}
.wp_sitemap .sitemap_all .lv0 { display:block; width:100%; float:none; padding-bottom:6px;}
.wp_sitemap .sitemap_all .lv0 a { font-size:16px; color:#000;} /**一级栏目字体样式**/
.wp_sitemap .sitemap_all .lv1 a { margin-left:10px; padding-left:14px; font-size:14px; color:#222; background:url(wp_sitemap_item.png) no-repeat 0 8px;}/**二级栏目字体样式**/
.wp_sitemap .sitemap_all .lv2 { width:49.9%;}
.wp_sitemap .sitemap_all .lv2 a { margin-left:20px; background:url(wp_sitemap_li.png) no-repeat 0 center; font-size:13px; color:#333;}/**三级栏目字体样式**/

/**四级栏目字体样式**/
.wp_sitemap .sitemap_all .lv3 a { margin-left:30px;}
/**五级栏目字体样式**/
.wp_sitemap .sitemap_all .lv4 a { margin-left:40px;}
/***类推下去,未设置即继承父级样式**/