* { word-wrap: break-word; }
html {
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.h1, h1 {
    font-size: 24px;
    font-weight: normal;
    color: #15110f;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #bfbfbf;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #2e2e2e;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #2495e4;
}
.page-header{ text-align: left; margin-top: 30px;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}

.dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #2495e4;
}
.mbox .list-group {
    list-style: circle;
}
.mbox .list-group-item {
    position: relative;
    display: block;
    padding: 13px 15px 13px 17px;
    margin-bottom: 0px;
    border-width: 0px;
    border-bottom: 1px solid #ddd;
    font-weight: normal;;
    /*background: url("../images/sdot.png") no-repeat 12px 20px #fff;*/
}
.mbox .list-group-item .glyphicon{ display: inline-block; margin-right: 10px;font-weight: normal; color: #6D6D6D;}
.mbox .list-group-item a{
    font-size: 16px;
    color: #6D6D6D;
    font-weight: normal;
}
#sidebar{ }
.global .col-lg-9{ min-height: 600px;border-left: 1px solid #efefef; margin-bottom: 20px;}
.post-top{ background: url("../images/post_banner.jpg") no-repeat center; height: 160px; margin-top: -1px;}

.page-header h1{ position: relative;}
.page-header h1 a{ position: absolute; right: 0px; top: 10px;font-size: 14px; color: #292929;}


.banner{height: 360px; background: url("../images/banner.jpg") no-repeat center;}

.contact-info{ padding: 40px 0;border-bottom: 1px solid #eee;}
.contact-info .title{font-size: 16px; color: #666666;}
.contact-info .title small{ background-color:#acacac; color: white; padding: 2px 20px 2px 4px;}
.contact-info .info{ line-height: 40px; color: #666666;}
.beian-info{ padding: 15px 0; color: #666666;}

.sideNav h2 { padding-left: 20px; line-height: 37px; font-size: 22px; border-bottom: 2px solid #3184DB; margin-bottom: 15px; }
.sideNav ul { overflow: hidden; }
.footer-banner{ width: 100%; height: 158px; background: url("../images/footer_banner.jpg") no-repeat center; color: white; text-align: center; padding-top: 60px;}
.footer-banner .t{ font-size: 18px;}
.footer-banner p{ line-height: 14px;}
.index-news .col-lg-6{ height:155px; margin-bottom: 50px; }
.index-news .col-lg-6 img{ width: 100%; height:155px; }
.news-image{ padding-left: 0px; padding-right: 0px; }
.news-image img{ padding-left: 0px; padding-right: 0px; width: 100%;}
.index-news .nt{ min-height: 62px; border-bottom: 1px solid #dbdbdb; margin-bottom: 4px;}
.index-news h1{ font-size: 16px; margin-top: 0px; margin-bottom: 2px;}
.index-news small{ font-size: 12px; color: #999999;}
.index-news .ninfo{ color: #999999; font-size: 12px;line-height: 22px;}
.index-aboutus{ background: #f5f5f5; margin-bottom: 30px;}
.index-aboutus .col-lg-6 img{ width: 100%;  }
.index-aboutus .ainfo{font-size: 14px; line-height: 26px; text-indent: 2em; margin-bottom: 20px;}
.index-aboutus .btn-default {
    color: #333;
    background: none;
    border-color: #ccc;
    border-radius: 0px;
    padding: 16px 80px;
    font-size: 14px;
}

.header{ height: 142px; background: url("../images/logo.jpg") no-repeat 15px 0;}
.news-info a{ color: #15110f;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #2495e4;
    border-color: #2495e4;
    font-weight: normal;
}
.list-group-item.active a {
    color: #fff;
}
.list-group-item.active .glyphicon {
    color: #fff;
}

.postWrap small{ color: #666;}
.cdata{ line-height: 30px;font-size: 14px;}
/*.cdata p{ text-indent: 2em; }*/
.errorMessage{ color: red; font-size: 16px;}