/* css 重置 */
/*body, p, input, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }*/
/*img {font-size: 12px; border:0; margin: 0; padding: 0;   }*/
/*body { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }*/
/*header, section, footer { display: block; margin: 0; padding: 0 }*/
/*a{text-decoration:none;color:#000;}*/

body{ background:#f4f4f4;  }
/* 头部 */
header{  background:#F5AB38; padding-bottom:10px; border-bottom:3px solid #CF7F21;  }
header .logo{ padding:10px 0 5px 10px;  color:#fff;  font-style:italic; font-weight:bold; text-shadow:1px 1px 1px #965e18; font-size:12px; }
header .logo a{ font-size:30px; line-height:30px; color:#fff;  }

/* 尾部 */
footer{ text-align:center; padding:10px 0; line-height:18px; font-size:14px; }

/* 内容 */
#content{ background:#fff;  }
.path{    }

/* 效果导航 */
.effectNav{ margin-top:10px;  border-top:1px solid #666; background:#999; padding-bottom:10px;  }
.effectNav h3{ padding:0 10px; background:#ddd; background:#333; color:#fff;  }
.effectNav ul{ font-size:0;  }
.effectNav li{ display:inline-block; font-size:12px; padding:0 10px; margin:10px 0 0 10px;  background:#cdcdcd;  }
.effectNav li.new{ background:#fce8cd;  }

/* 本例子css -------------------------------------- */
.tabBox .hd{ height:40px; line-height:40px; font-size:20px; background:#fff; border-bottom:1px solid #efefef; position:relative;  }
/*.tabBox .hd ul{ position:absolute; height:41px; top:0; overflow:hidden;  }*/
.tabBox .hd ul{ position:absolute; height:54px; top:0; overflow:hidden;  }
.tabBox .hd ul li{ float:left;  color:#161616;  }
.tabBox .hd ul .on{  color:#09795d; font-weight: bold  }
.tabBox .hd ul .on a{ color: #1c83ed; border-bottom: 0.03rem solid #1c83ed;padding-bottom: 0.24rem;}
.tabBox .bd ul:nth-child(1){ background: url('../images/bg_left_03.png') no-repeat right center;    background-size: 6.08rem 6.15rem;height: 6.15rem }
.tabBox .bd ul:nth-child(2){ background: url('../images/bg_center_02.png') no-repeat ;    background-size: 6.40rem 6.15rem;height: 6.15rem }
.tabBox .bd ul:nth-child(3){ background: url('../images/bg_center_02.png') no-repeat ;    background-size: 6.40rem 6.15rem;height: 6.15rem }
.tabBox .bd ul:nth-child(4){ background: url('../images/bg_center_02.png') no-repeat ;    background-size: 6.40rem 6.15rem;height: 6.15rem }
.tabBox .bd ul:nth-child(5){ background: url('../images/bg_right_02.png') no-repeat left center;    background-size: 6.08rem 6.15rem;height: 6.15rem }
.tabBox .bd {   }
.tabBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.hd .prev, .hd .next{
    display:block;
    width:5px;
    height:9px;
    float:right;
    margin-top:10px;
    overflow:hidden;
    cursor:pointer;
    background:red;
}