@charset "UTF-8";
body {
  font-family: 微软雅黑;
    font-size: 15px;
    color: #444;
    line-height: 30px;
  background-color: #f1f1f1;
}
/*.grey{background: @gray_bg_light}*/
.eliminate {
  overflow: hidden;
}
.grey {
  color: #888!important;
}
.rel {
  position: relative;
}
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;

}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
a,
button {
  cursor: pointer;
}
.cursor {
  cursor: pointer;
}
.float_r {
  float: right !important;
}
.float_l {
  float: left !important;
}
.vertical_t {
  vertical-align: top;
}
.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.min-h {
  min-height: 500px;
}
.d_ib {
  display: inline-block !important;
}
.d_none {
  display: none;
}
.t-ell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-ell {
  overflow: hidden;
  text-overline: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.primary {
  color: #51a9f3;
}
.success {
  color: #5cb85c;
}
.info {
  color: #5bc0de;
}
.warning {
  color: #f0ad4e;
}
.danger {
  color: #d9534f;
}
.gray {
  color: #999999;
}
.gray2 {
  color: #777;
}
.blue{
  color: #2e71c3;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-n {
  margin-left: 0px !important;
}
.m-r-xs {
  margin-right: 5px !important;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-n {
  margin-right: 0px !important;
}
.m-t-n-xs3 {
  margin-top: -3px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-xs {
  margin-top: 5px !important;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px !important;
}
.m-t-mdf {
  margin-top: -20px !important;
}
.m-t-lg {
  margin-top: 30px !important;
}
.m-t-n {
  margin-top: 0px !important;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px !important;
}
.m-b {
  margin-bottom: 15px !important;
}
.m-b-md {
  margin-bottom: 20px !important;
}
.m-b-lg {
  margin-bottom: 30px !important;
}
.m-b-n {
  margin-bottom: 0px !important;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m-m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-t2{margin-top:2px;}

.m-lg {
  margin: 30px;
}
.m-n {
  margin: 0px !important;
}
.p-l-xs {
  padding-left: 5px !important;
}
.p-l-sm {
  padding-left: 10px !important;
}
.p-l {
  padding-left: 15px;
}
.p-l-md {
  padding-left: 20px !important;
}
.p-l-lg {
  padding-left: 30px !important;
}
.p-l-n {
  padding-left: 0px !important;
}
.p-r-xs {
  padding-right: 5px !important;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r {
  padding-right: 15px;
}
.p-r-md {
  padding-right: 20px !important;
}
.p-r-lg {
  padding-right: 30px !important;
}
.p-r-n {
  padding-right: 0px !important;
}
.p-t-xs {
  padding-top: 5px !important;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px !important;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-n {
  padding-top: 0px !important;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-n {
  padding-bottom: 0px !important;
}
.p-xs {
  padding: 5px;
}
.p-sm {
  padding: 10px;
}
.p-p {
  padding: 15px;
}
.p-md {
  padding: 20px!important;;
}
.p-lg {
  padding: 30px
}
.p-n {
  padding: 0px !important;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
   font-size: 18px;
 }
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px !important;
}
.font30 {
  font-size: 30px;
}
.font_b {
  font-weight: bold;
}
.bg-w {
  background-color: #fff;
}
.btn-primary {
  background-color: #499cea;
  border-color: transparent;
  color: #ffffff!important;
}
.btn-primary:hover {
  background-color: #0d97d0;
  border-color: transparent;
}
/*big-btn*/
.btn {
  border-radius: 2px!important;
  padding: 6px 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn:focus {
  outline: none!important;
}
/*.btn-xs{padding: 3px 13px;}
.btn-sm{padding: 5px 34px;}*/
.btn-lg {
  padding: 12px 30px;
  font-size: 16px;
}
.btn-xs{padding: 2px 12px;}
/*单选*/
.form-table-mid {
  position: relative;
  /*提示图标*/
  /*提示*/
}
.form-table-mid .f-t-m-icon {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  line-height: 28px;
  color: #3c763d;
}
.form-table-mid .f-t-m-icon i.red {
  color: #bb4442;
  cursor: pointer;
}
.form-table-mid .f-t-m-ctn {
  /*内容*/
  /*多行文本框*/
  /*单选框*/
  /*多选框*/
}
.form-table-mid .f-t-m-ctn input[type="text"],
.form-table-mid .f-t-m-ctn textarea,
.form-table-mid .f-t-m-ctn .laydate-icon,
.form-table-mid .f-t-m-ctn select {
  width: 100%;
  border: 1px solid #d0cfcf;
  height: 34px;
  line-height: 34px;
  line-height: 29px\0;
  outline: none;
  text-indent: .6em;
  color: #333333;
  background-color: #fff;
}
.form-table-mid .f-t-m-ctn textarea {
  resize: none;
  height: inherit;
}
.form-table-mid .f-t-m-ctn select {
  cursor: pointer;
  text-indent: 0em!important;
  padding-left: 5px!important;
}
.form-table-mid .f-t-m-ctn .radio_ok_rotate {
  transform: rotate(7deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
}
.form-table-mid .f-t-m-ctn .radio_border {
  border: 2px solid #cccccc;
}
.form-table-mid .f-t-m-ctn .radio_border_on {
  border-color: #1578c9;
}
.form-table-mid .f-t-m-ctn .f-t-m-radio {
  line-height: 100%;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
  color: #5a7e8c;
  font-weight: normal;
}
.form-table-mid .f-t-m-ctn .f-t-m-radio input[type="radio"] {
  margin-right: 5px;
}
.form-table-mid .f-t-m-ctn .f-t-m-radio input[type="radio"]:before {
  border: 2px solid #cccccc;
  content: "";
  position: absolute;
  left: -1px;
  z-index: 9;
  top: 4px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
.form-table-mid .f-t-m-ctn .f-t-m-radio input[type="radio"]:checked:before {
  border-color: #1578c9;
  color: #1578c9;
}
.form-table-mid .f-t-m-ctn .f-t-m-radio input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  font-size: 10px;
  border-left: 2px solid #1578c9;
  border-bottom: 2px solid #1578c9;
  z-index: 10;
  left: 2px;
  top: 8px;
  width: 10px;
  height: 5px;
  display: inline-block;
  transform: rotate(7deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
}
.form-table-mid .f-t-m-ctn .f-t-m-checkbox {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  font-size: 14px;
  z-index: 9;
  color: #5a7e8c;
  font-weight: inherit;
}
.form-table-mid .f-t-m-ctn .f-t-m-checkbox input[type="checkbox"] {
  margin-right: 5px;
}
.form-table-mid .f-t-m-ctn .f-t-m-checkbox input[type="checkbox"]:before {
  border: 2px solid #cccccc;
  content: "";
  position: absolute;
  left: -1px;
  z-index: 9;
  top: 4px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.form-table-mid .f-t-m-ctn .f-t-m-checkbox input[type="checkbox"]:checked:before {
  border-color: #1578c9;
  color: #1578c9;
}
.form-table-mid .f-t-m-ctn .f-t-m-checkbox input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  font-size: 10px;
  border-left: 2px solid #1578c9;
  border-bottom: 2px solid #1578c9;
  z-index: 10;
  left: 2px;
  top: 8px;
  width: 10px;
  height: 5px;
  display: inline-block;
  transform: rotate(7deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
}
.form-table-mid .f-t-m-ctn.f-t-m-file input[type="text"] {
  width: inherit;
}
.form-table-mid .f-t-m-ctn.f-t-m-input-inline input[type="text"],
.form-table-mid .f-t-m-ctn.f-t-m-input-inline textarea,
.form-table-mid .f-t-m-ctn.f-t-m-input-inline .laydate-icon,
.form-table-mid .f-t-m-ctn.f-t-m-input-inline select {
  width: inherit;
  display: inline-block;
}
.form-table-mid .f-t-m-ctn.f-t-m-no input[type="text"],
.form-table-mid .f-t-m-ctn.f-t-m-no textarea,
.form-table-mid .f-t-m-ctn.f-t-m-no .laydate-icon,
.form-table-mid .f-t-m-ctn.f-t-m-no select {
  width: inherit;
  padding-right: inherit;
}
.form-table-mid .f-t-m-ctn p {
  color: #5a7e8c;
}
.form-table-mid .f-t-m-msg {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9;
  border: 1px solid #e1d1d2;
  background-color: #f2dedf;
  padding: 6px 12px;
  color: #bb4442;
  border-radius: 3px;
  display: none;
}
.form-table-mid .f-t-m-msg:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f2dedf;
  right: 10px;
  top: -5px;
}
.form-table-mid .f-t-m-msg:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e1d1d2;
  right: 10px;
  top: -6px;
}
.form-table-mid .f-t-m-info {
  color: #bb4442;
}
.form-table-mid > a.icon-btn {
  margin: 0 5px;
  text-decoration: none;
}
.radio_table {
  font-weight: normal!important;
}
.radio_table input[type="radio"],.radio_table input[type="checkbox"] {
  position: relative;
  margin-right: 10px;
}
.radio_table input[type="radio"]:before,
.radio_table input[type="radio"]:checked:before,.radio_table input[type="checkbox"]:before,
.radio_table input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -2px;
  left: -4px;
}
.radio_table input[type="radio"]:before {
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 50px;
}
.radio_table input[type="checkbox"]:before{
  border: 1px solid #cccccc;
  background: #ffffff;
}
.radio_table input[type="radio"]:checked:before,.radio_table input[type="checkbox"]:checked:before {
  border: 2px solid #d9534f;
}
.radio_table input[type="radio"]:checked:after,.radio_table input[type="checkbox"]:checked:after {
  content: "";
  position: absolute;
  font-size: 10px;
  border-left: 3px solid #d9534f !important;
  border-bottom: 3px solid #d9534f !important;
  z-index: 10;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 7px;
  display: inline-block;
  transform: rotate(7deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
}
.animated_bounce1 {
  -webkit-animation: bounce1 1.5s infinite linear;
}
@-webkit-keyframes bounce1 {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/*

@keyframes bounce1 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}
*/
/*
.bounce1 {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}*/
.state{text-align: center; padding: 40px;}
.state .circle{margin-bottom: 20px;
    width: 102px;
    height: 102px;
    background: #0cb30e;
    border: 1px solid #218d1e;
    border-radius: 100%;
    font-size: 40px;
    text-align: center;
    line-height: 102px;
    color: #fff;
    display: inline-block;}
.state.fail .circle{ background: #ca381e;
  border: 1px solid #b52b13;}
.state .font32{font-size: 32px;}
.remarks{ font-size: 16px; margin: 20px 100px 60px 100px;}
.remarks a{ color: #ca381e;}
.review{ padding: 30px; font-size: 16px; color: #333; border-bottom: 1px solid #ededed;  padding: 20px 20px 16px 20px;}
/*.review .review-title{ text-align: center;}*/
.review .review-title{ width: 820px; position: relative; padding-left: 40px; cursor: pointer; padding-bottom: 10px;}
.review .review-title a.btn-gd{ position: absolute; left: 0; top: 3px;}
.review .review-title h2{ color: #0a87bb; margin-bottom: 3px; font-size: 24px; line-height: 1.4}
.review .review-title span{ color: #979696;}
.review .review-title h2 span{color: #0a87bb;}
.review .box{ margin-top: 10px; border: 1px dashed #aaaaaa; padding:20px; border-radius: 10px; line-height: 30px; clear: both}
.h-scroll-44{height: 446px; overflow: hidden;
  overflow-y: auto;}
.btn-review{ padding: 8px 12px;  font-size: 16px; line-height: 1.3333333; border-radius: 4px!important; background: #ca381e; color: #fff;}
.btn-review i{margin-right: 10px; opacity: 0.8;}
.btn-review:hover{opacity: 0.8; color: #fff;}
.iconImg{ background: url("../images/new_icon.png") no-repeat 0 0}
.icon_home{   background-position: -43px -33px;}
.icon_djzc{   background-position: -136px -33px;}
.icon_zpqz{   background-position: -228px -33px;}
.icon_ksrz{   background-position: -321px -33px;}
.icon_zcps{   background-position: -413px -33px;}
.icon_rcpx{   background-position: -43px -88px;}
.icon_rck{   background-position: -136px -88px;}
.icon_rsfw{   background-position: -228px -88px;}
.icon_hysj{   background-position: -321px -88px;}
.icon_zzjj{   background-position: -416px -88px;}
.icon_zxgk{   background-position: -506px -33px;}
.dark-orange-bg{
    background: #ff8b14;
}
.dark-blue-bg{
    background-color:#4e8cd5;
}
.dark-pink-bg{
    background: #fa6561;
}
.dark-green-bg{
    background-color:#50ba96;
}
.dark-violet-bg{
    background: #af63bd;
}
.dark-blue-bg2{
    background:#499acd;
}
.shadow{  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.55); box-shadow: 0 1px 1px rgba(0,0,0,.05);}
.share_icon_download{    background-position:-36px -534px;}
.share_icon_weibo{    background-position:-132px -534px;}
.share_icon_weixin{    background-position:-226px -534px;}
.share_icon_email{    background-position:-320px -533px;}
.share_icon_us{    background-position:-415px -534px;}
.share_icon_telephone{ background-position:-449px -533px;}
.share>ul>li:hover .share_icon_download{    background-position:-36px -576px;}
.share>ul>li:hover .share_icon_weibo{    background-position:-132px -576px;}
.share>ul>li:hover .share_icon_weixin{    background-position:-226px -576px;}
.share>ul>li:hover .share_icon_email{    background-position:-320px -575px;}
.share>ul>li:hover .share_icon_us{    background-position:-415px -576px;}
.share>ul>li:hover .share_icon_telephone{ background-position:-449px -575px;}

.share{
    position: fixed;
    right:20px;bottom: 120px;
  z-index: 1;
}
.share>ul>li i{  display: block; border-radius: 50%; overflow: hidden;
    width: 50px;
    height: 50px;}
.share>ul>li{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow:0 0 4px rgba(0,0,0,.2);
    width:50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style: none;
    border-radius: 50%;
    margin-bottom: 16px;
    cursor: pointer;
    position: relative;
    background: #fff;
}
.share>ul>li i{
    font-size: 26px;
}
.share>ul>li:hover{ background: #3897de;}
.share>ul>li:hover>i{
    color:#035eab ;
}
.share>ul>li>.hover-show{
    display: none;
    position: absolute;
    right:60px;
    top:0;
   /* width: 120px;*/
    background: #fff;
    padding: 6px;
    border:1px solid #eee;
    z-index: 9999;
/*  background: none\0;*/
}
.share>ul>li>.hover-show:before,.share>ul>li>.hover-show:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-width: 1px 10px 9px;
    border-style: solid;
}
.share>ul>li>.hover-show:before{ z-index: 10;
    right: -20px;
    border-color: transparent transparent transparent #fff;
    top: 14px;
}
.share>ul>li>.hover-show:after{ z-index: 9;
    right: -21px;
    border-color: transparent transparent transparent #e3e3e3;
    top: 14px;
}
.share>ul>li>.hover-show img{  width: 100px; height:100px; }
.share>ul>li.weixin>.hover-show{width: 257px;}
.share>ul>li.shareus>.hover-show{width: 400px; right: 50px;}
.share>ul>li.shareus>.hover-show:before,.share>ul>li.shareus>.hover-show:after{ display: none;}
.share>ul>li.shareus>.hover-show ul{padding: 10px 10px;}
.share>ul>li.shareus>.hover-show li{width: 100%}
.share>ul>li.weixin>.hover-show img{  width: 120px; height: 120px; }
.share>ul>li.weixin>.hover-show li{display: inline-block; float: left;padding:5px 0px 12px;}
.share>ul>li.weixin>.hover-show span{ display: block; font-weight: bold;line-height: 16px;}
.share ul li:hover .hover-show{ display: block;}

.list_default_h{min-height: 340px;}
.noRecord{text-align: CENTER;
  padding-top: 70px; padding-bottom: 70px;
  font-size: 25px;
  color: #999;}

.sidebar-line{   border-left: 1px solid #e5e3e3;}
/*左侧菜单*/
.sidebar-menu{
padding-top: 25px;
}
/*一级菜单*/
.menu-first{
  height:45px;
  line-height:45px;
  background-color: #0b87bb;
  border-top: 1px solid #e1e1e1;
  color: #fff;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  display: block;
}
.menu-first:last-child{border-bottom:none}
/*一级菜单鼠标划过状态*/
.menu-first:hover,.menu-first:focus{
  text-decoration: none;
  background-color: #037aac;
  color: #fff;
}
/*二级菜单*/
.menu-second li a{
  background-color: #f1f1f1;
  color:#333;
  height:34px;
  line-height:34px;
  border-bottom: 1px solid #dadcdc;
  font-size: 13px;
  text-align:center;
}
.menu-second li:last-child  a{border-bottom:none;}
/*二级菜单鼠标划过样式*/
.menu-second li a:hover {
  text-decoration: none;
  background-color: #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  border-right: 3px solid #f8881c;
  border-left: 3px solid #dbdcdc;
}
/*二级菜单选中状态*/
.menu-second-selected {
  background-color: #66c3ec;
  height:31px;
  line-height:31px;
  border-bottom: 1px solid #dbdcdc;
  border-right: 3px solid #f8881c;
  border-left: 3px solid #dbdcdc;
  text-align:center;
}
/*覆盖bootstrap的样式*/
.nav-list,.nav-list li a{
  padding: 0px;
  margin: 0px;
}
.sidebar-menu .line{    background: #0b87bb;
  width: 100%;
  height: 3px;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle {
  background-color: #c51b28;
  border-color: #c51b28;
}
