@CHARSET "UTF-8";


a {
    text-decoration: none;
    color: #0c0202;
}
a:hover {
	text-decoration: none;
	color: #000;

}
ul,li{
    margin:0;
    padding: 0;
}
.header{
   margin-top:0;
   padding: 0;
}

.header img{
    width:100%;
}

.navbar-default .navbar-brand {
    text-align: right;
    color: #fff;
}


.navbar {
	margin-top: -1px;
	border-radius: 0;
    background-color: #a12e2f;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.3em;  
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-form {
    margin-right: 0;
    margin-left: 0;
}
.dropdown {
    font-size: 12px;
    padding:0 0px;
}

.navbar-nav>li>.dropdown-menu:before {
    content: "";
    border: 9px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -17px;
    left: 44%;
}

@media (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        margin-left:-45% ;
        text-align:center ;
        font-size: 16px;
    }
}

nav ul li:hover {
    background-color: #a81212;
}

.footer {
    width: 100%;
    min-height:130px;
    border-top:7px solid #a12e2f;
    margin-top: 70px;
}

.footer table {
    margin:auto;
}

.footer tr td {
    text-align: center;
    padding-top: 10px;
}

.error-body{
    margin: 0 auto;
    background-color: #fff;

}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {

    background-color: #804040!important;
    color: #fff;
}

/* 404椤甸� */
.error-word {
    font-size: 180px;
    font-family: cursive, Helvetica, Arial;
    color: #A6AFB5;
    text-shadow: 5px 5px 10px #878382;
    margin: 0 auto;
    padding: 10px 100px 0px 100px;
}
.error-content{
    margin: 0 auto;
    padding: 30px 100px 0px 100px;
    font-size: 30px;
}
.error-button{
    float: right;
    padding: 0px 150px 1px 0px;
    font-size: 20px;
    color: #9C9C9C;
}
.error-button-return{
    border: 1px solid #FDAE4F;
    border-radius: 15px;
    color: #495355;
    background-color: #0063dc;
}
.error-img{
    padding: 100px 100px 0px 100px;

}

.footer tr td a {
    display: inline-block;
    margin-right: 5px;
    padding:0 10px;
    border-right: solid 1px #000;
}
.footer tr td a:last-child {
    border:none;
}

.navbar{
    border:0;
}
/* ljz */
html,body {
    margin: 0px;
    background: #f6f6f6;
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
} 
.top-header {
    margin-top: 0;
    height: 35px;
    background: #f6f6f6;
    margin-bottom: 0;
    text-align: right;
    padding: 0;
   
}
.top-header a {
    text-decoration: none;
    color: black;
}
.my-breadcrumb{
    margin-left: 10px;
    margin-bottom: 10px;
    list-style: none;
}
.my-breadcrumb li {
    display: inline-block;
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}
.my-breadcrumb li a {
    color: #000000;
}
.my-breadcrumb li a:hover {
    text-decoration: none;
}
.my-breadcrumb li+li:before {
    content: '>>';
    font-size: 20px;
    font-weight: 500;
}
.side-nav{
    margin-top: 0;
}
.side-nav li{
    list-style: none;
    width: 100%;
    height: 40px;
    background-color: #e4e4e4;
    margin-top: 1px;
    cursor: pointer;
}
.side-nav li i{
    background: #373737;
    padding: 11px;
    color: #fff;
    border-left: 2px solid  #a12e2f;
}
.side-nav a{
    font-size: 16px;
    color: #000;
}
.side-nav .active{
    background-color: #a12e2f;
}
.side-nav .active{
    color: #fff;
    text-decoration: none;
}
.side-nav .active i{
    color: #fff;
    background-color: #a12e2f!important;
    border-left: solid 2px #a12e2f;
}
.side-nav .active:after{
        content: '';
        display: inline-block;
        border-bottom: 6px solid transparent;
        border-top: 6px solid transparent;
        border-left: 6px solid #a12e2f;
        position: absolute;
        margin-top: 12px;
        right: 10px;
    }


                                            /* phone */
@media (max-width: 768px) {
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dropdown-menu:before {
        display: none;
    }
    
}
.fix-lan {
	min-width:0 !important;

}