/*二级页面左侧菜单导航*/
#subpage{display: table; margin-top: 40px; margin-bottom: 30px; background-color: #ffffff;}
#subpage #subrow{display: table-row;}
.subbox1{ display: table-cell; width: 240px;background-color: #f4f4f4;}
.subbox2{ display: table-cell; width: 100%; padding: 0px 50px; padding-bottom: 50px; }

.channel_list{width:240px; padding:0px; margin:0px;}
.channel_list ul { z-index: 2; width: 240px;}
.channel_list ._t{ min-width:100%; height:120px; line-height:100px; background-color:#0b7f32; color:#fff; font-size:26px; text-align:left; font-weight: 500; padding-left: 30px; background-image: url(../images/logo-bg.png); background-size:contain; background-repeat: no-repeat; background-position: right center; border-bottom:1px solid #ffffff;
background-image: -moz-linear-gradient(top, #0b7f32, #054319); /* Firefox */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0b7f32), color-stop(1, #054319)); /* Saf4+, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b7f32', endColorstr='#054319', GradientType='0'); /* IE*/
}
.channel_list ._arr{ position:relative; left:47%; margin-top:0px; width:0; height:0; border-width:10px; border-style: solid dashed dashed dashed; border-color:#0b7f32 transparent transparent transparent}
.channel_list ._list{padding:0px;margin:0px;}
.channel_list  li{ border-bottom:1px solid #BFBFBF; padding:5px 0px;padding-left: 30px;}
.channel_list  li a{line-height:50px; font-size:16px;  white-space:nowrap; }
.channel_list  li:hover{background-color:#0b7f32;}
.channel_list  li.active{ background-color:#0b7f32;font-weight:bold; }
.channel_list  li.active a,.channel_list  li:hover a{ color:#FFFFFF; }
ul.affix {
   top:0px; /* Set the top position of pinned element */
}
.affix-top {
        position: relative;
    }
.affix-bottom {
        position: absolute;
    }
.btn-primary {
  color: #fff;
  background-color: #0b7f32;
  border-color: #054319;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #054319;
  border-color:#054319;
}
.btn-primary:hover {
  color: #fff;
  background-color: #054319;
  border-color: #054319;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0b7f32;
  border-color: #054319;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #0b7f32;
  border-color: #054319;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0b7f32;
  border-color: #054319;
}
@media only screen and (min-width: 320px) and (max-width: 992px){
	.subbox2{ display: table-cell; width: 100%; padding: 0px 10px;  }
}