@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}


.header{
    position: relative;
    display: block;
    height: 365px;
}
.header-logo{
    position: relative;
    display: block;
    height: 150px;
}
.header-logo>a{
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
}
.header-title{
    position: relative;
    display: block;
    height: 140px;
    background:  no-repeat bottom center;
}
.header-title::after{
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: 50%;
    right: 50%;
    margin-left: -100px;
    margin-right: -390px;
    bottom: -10px;
    background-color: #fff;
}


.main{
    display: block;
    position: relative;
    padding: 35px;
    background-color: rgba(242,242,242,0.5);
	min-height: 1200px;
	
}
.main::before,
.main::after{
    display: table;
    content: " ";
}
.main::after{
    clear: both;
}

.search-bar{
    padding: 50px 0 90px;
}
.search-bar .form-group{
    margin-bottom: 0;
}
.search-bar .form-group .form-control,
.search-bar .form-group .input-group-addon,
.search-bar .form-group .input-group-btn > .btn {
    height: 48px;
    font-size: 16px;
    padding: 11px 16px;
}

.sidebar{
    position: absolute;
    display: block;
    width: 290px;
    font-size: 23px;
}
.sidebar>.nav>li>a>.nav-text{
    display: inline-block;
    width: 92px;
    margin-left: 5px;
}
.sidebar>.nav>li>a {
    padding: 3px 15px;
}
.sidebar>.nav>li>a>i {
    padding: 0 10px;
}
.sidebar>.nav>li>a>* {
    vertical-align: middle;
}
.sidebar>.nav-pills>li>a {
    border-radius: 0;
    border: transparent 1px solid;
    background-color: #fff;
}
.sidebar>.nav-stacked>li li {
    margin-top: 15px;
}
.sidebar>.nav-pills>li ul{
    background-color: #fff;
    font-size: 14px;
    list-style-type: none;
    padding-left: 0;
}





.contents{
    margin-left: 305px;
    background-color: #fff;
    min-height: 650px;
    padding: 15px;
}

.footer{
    margin-top: 50px;
    animation: footer-border 5s infinite linear;
}

.footer a,
.footer a:focus{
    color: #333;
}
.footer a:hover,
.footer a:focus{
    text-decoration: none;
}
@keyframes footer-border {
    0%   { border-top: 3px solid #e6e6e6; }
    25%   { border-top: 3px solid #ff9200; }
    50% { border-top: 3px solid #cf2135; }
    75% { border-top: 3px solid #ff9200; }
    100% { border-top: 3px solid #e6e6e6; }
}
@-webkit-keyframes footer-border {
    0%   { border-top: 3px solid #e6e6e6; }
    25%   { border-top: 3px solid #ff9200; }
    50% { border-top: 3px solid #cf2135; }
    75% { border-top: 3px solid #ff9200; }
    100% { border-top: 3px solid #e6e6e6; }
}
.footer-column{
    padding: 15px;
}
.footer-conac{
    text-align: left;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.table-fixed{
    table-layout: fixed;
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentcolor;
    overflow: hidden;
}

.svg-icon.svg-icon-2x {
    width: 2em;
    height: 2em;
    vertical-align: -0.65em;
}

.svg-icon.svg-icon-3x {
    width: 3em;
    height: 3em;
    vertical-align: -1.15em;
}
.zdgk.ztree{
	display:none;
}
.nav-pills .active .zdgk.ztree{
	display:block;
}
.table-fixed{
	display:none;
}