@charset "utf-8";
/* 全局样式 */
*{padding:0;margin:0;}
ul{list-style-type:none;}
a{text-decoration:none;color:#333;}
img{border:none;}
body{width:100%;font-family:微软雅黑;font-size:12px;background-color:#F7F7F7;color:#333;}
.whitebox{width:98%;margin:0 auto;border:1px solid #dcdcdc;background:#fff;margin-top:5px;}
/*头部样式*/
#top{height:30px; line-height:30px; color:#fff; background-color: #636363; text-indent:2px ;border-bottom: 1px solid #E6E2E1;}
#header{width:100%; height:auto;padding:2px 0;text-align:center;}
#nav{width:100%;height:105px;}
#nav ul{padding-left:2px;}
#nav ul li{float:left;width:33%;background:url(../images/navbg.png) repeat;border-right: 1px solid #F9A656;border-bottom: 1px solid #F9A656;}
#nav ul li.last{border-right:none;}
#nav ul li.bottom{border-bottom:none;}
#nav ul li a{height:35px;line-height:35px;text-align:center;display:block;color:#fff;}

/* 焦点图 */
.slideBox{ width:100%;position:relative;height:auto; overflow:hidden;margin-bottom:1px; }
.slideBox .hd{ position:absolute; height:10px; line-height:10px; bottom:0; left:40%; z-index:1; }
.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;height:auto;}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }


/*底部样式*/
#footer{background-color: #636363;color:#fff;padding:5px;margin-bottom:50px;clear:both;}
#toolbar{width:100%;height:50px;background:#F48823;position: fixed; 
z-index: 2; 
bottom: 0;  
left: 0; 
opacity: 0.9; 
}
#toolbar ul li{float:left;width:33%;text-align:center;}
#toolbar ul li.home{background:url(../images/home.png) no-repeat center 8px;}
#toolbar ul li.tel{background:url(../images/tel.png) no-repeat center 8px;}
#toolbar ul li.map{background:url(../images/map.png) no-repeat center 5px;}
#toolbar ul li a{padding-top:11px;display:block;height:39px;line-height:50px;color:#fff;font-size:14px;}
