@charset "utf-8";
/* CSS Document */

/* 全局CSS定义 */

/*左侧小导航栏*/
.left_nav{width:149px;float:left; background:#f2f2f2; margin-top:18px;}
.left_nav .title{width:149px; height:40px; text-align:center; border-bottom:1px solid #d9d9d9; line-height:40px; font-size:14px; font-weight:bold; color:#666;}
.left_nav .min_nav{ height:500px; }
.left_nav .min_nav .gy{ background:url(../images/gy_a.png) no-repeat; width:149px; height:35px; display:block; }
.left_nav .min_nav .gy:hover{ background:url(../images/gy_h.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .gy:active{ background:url(../images/gy_s.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .lx{ background:url(../images/lx_a.png) no-repeat; width:149px; height:35px; display:block;margin:10px 0;}
.left_nav .min_nav .lx:hover{ background:url(../images/lx_h.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .lx:active{ background:url(../images/lx_s.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .mz{ background:url(../images/mz_a.png) no-repeat; width:149px; height:35px; display:block;margin:10px 0;}
.left_nav .min_nav .mz:hover{ background:url(../images/mz_h.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .mz:active{ background:url(../images/mz_s.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .bq{ background:url(../images/bq_a.png) no-repeat; width:149px; height:35px; display:block;margin:10px 0;}
.left_nav .min_nav .bq:hover{ background:url(../images/bq_h.png) no-repeat; width:149px; height:35px;}
.left_nav .min_nav .bq:active{ background:url(../images/bq_s.png) no-repeat; width:149px; height:35px;}

/*wd add*/
.gy_active{ background:url(../images/gy_s.png) no-repeat; width:149px; height:35px;}
.bq_active{ background:url(../images/bq_s.png) no-repeat; width:149px; height:35px;margin:10px 0;}
.mz_active{ background:url(../images/mz_s.png) no-repeat; width:149px; height:35px;margin:10px 0;}
.lx_active{ background:url(../images/lx_s.png) no-repeat; width:149px; height:35px;margin:10px 0;}

