/*top部分*/
.header{ background-color:#FFFFFF; border-bottom:1px solid #CCC;}
.top{ width:980px; margin-left:auto; margin-right:auto; height:27px; background-color:#FFFFFF; line-height:27px;}
.topl{float:left;}
.topl a{color:#666;}
.topl img{vertical-align:middle; margin:0 5px; margin-bottom:2.5px;}
.er{position:absolute; height:170px; top:27px; display:none; z-index:5;}
.topr{float:right;}
.topr li{float:left;}
.topr li a{color:#666;margin:5px;}
/*大logo和热线*/
.logobox{ background-color:#ececec;}
.logo{ width:980px;margin-left:auto; margin-right:auto;}
.logo_left{ float:left;}
.logo_right{ float:right;}
.logo{ padding-top:16px; padding-bottom:8px;}
/*主导航*/
.nav{width:100%;height:38px;background:#F39800;}
.nav .shouye{background:url(../images/nav_bg.jpg) no-repeat bottom #F36D00;color:#fff;}
.nav ul{width:983px;margin:0 auto;}
.nav li{float:left;width:98px;height:38px;line-height:38px;text-align:center;}
.nav a{color:#fff;font-size:15px;font-weight:600; text-decoration: none;  }
.nav li:hover{background:url(../images/nav_bg.jpg) no-repeat bottom #F36D00;}
/*轮播图*/
.lunbo { width: 980px; height: 245px; margin:10px auto; position: relative; overflow:hidden; margin-bottom:15px;}
.lunbo .num { overflow:hidden; height: 25px; position: absolute; bottom:8px; right: 8px; zoom:1; z-index:3 }
.lunbo .num li { width: 22px; height: 22px; line-height: 22px; text-align: center; font-size:14px; font-family: "微软雅黑", Arial; color: #FFFFFF; background: #444444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.lunbo .num li.on { background: #FF7700; }