
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,hr,table,th,td,form,input,button,textarea,img,label{
    margin:0;
    padding:0;
}
html,body{
    font-size: 14px;
    font-family: "microsoft yahei";
    color:#333;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a{
    color:#333;
    font-weight: normal;
}
a,a:hover,a:link,a:focus,a:active{
    text-decoration: none;
}
ul,ol,li{
    list-style: none;
}
img{
    border:none;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
i,label{
    font-weight: normal;
    font-style: normal;
}
textarea,input{
    resize: none;
    padding:5px;
}
button,a,textarea,input{
    outline:none;
}
button,a{
    cursor: pointer;
}
::-webkit-input-placeholder{
    color:#ccc;
}
:-moz-placeholder{
    color:#ccc;
}
::-moz-placeholder{
    color:#ccc;
}
:-ms-input-placeholder{
    color:#ccc;
}


.ovh{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.fix{
    zoom:1;
}
.fix:after{
    clear: both;
    display: table;
    content:'';
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.head{
}
.top{
    height: 28px;
    background: #f0f0f0;
}
.top h3{
    line-height: 28px;
}
.top h3,.seo a{
    font-size: 12px;
    color:#898989;
}
.head .seo{
    margin-top:7px;
}
.head .seo a {
    display: inline-block;
    float: left;
    height: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-right: 1px solid #898989;
}
.head .seo a:hover{
    text-decoration: underline;
}
.bdn{
    border-right: none !important;
}
.head .seo .log_btn{
    color:#b8000d;
}
.head .seo .log_btn img{
    vertical-align: -2px;
    margin-right:5px;
}
.f_count{
    color:#ff8c12;
    font-weight: bold;
}

.head .info{
    height: 110px;
}
.head .info .logo{
    line-height: 110px;
    font-size: 0;
}
.head .info .logo img{
    vertical-align: middle;
}
.head .info .num{
    margin-top:26px;
    background: url(../images/icon1_1.png) left center no-repeat;
    padding-left: 60px;
}
.head .info .num h5{
    color:#666;
    font-size: 20px;
    line-height: 34px;
}
.head .info .num h3{
    font-size: 22px;
    color:#b8000d;
    font-weight: bold;
}
.nav_box{
    height: 50px;
    background: #b8000d;
}


.foot{
    color:#fff;
    background: #5b5b5b;
}
.f_con{
    padding:30px 0;
    text-align: center;
}
.f_nav{
    margin-bottom:15px;
}
.f_nav ul{
    display: inline-block;
}
.f_nav li{
    float: left;
    width: 110px;
    height: 16px;
    line-height: 16px;
    border-left: 1px solid #b6b6b6;
}
.f_nav li.bd{
    border-left: none;
}
.f_nav li a{
    font-size: 16px;
    color:#b6b6b6;
}
.f_nav li a:hover{
    text-decoration: underline;
}
.f_info p{
    line-height: 30px;
}

.f_copy{
    line-height: 36px;
    background: #4d4d4d;
}

@media (min-width: 1024px){
    .head .navbar-nav,.head .navbar-collapse{
        padding: 0;
        width: 100%;
    }
    .head nav.navbar.bootsnav{
        background: #b8000d;
        border-bottom: none;
    }
    .head nav.navbar.bootsnav ul.nav > li{
        width: 8.3333%;
        height: 50px;
        text-align: center;
    }
    .head nav.navbar.bootsnav ul.nav > li > a {
        padding: 15px 0;
        font-weight: normal;
        font-size: 16px;
        color:#fff;
    }
    .head nav.navbar.bootsnav ul.nav > li > a:hover{
        color:#fff;
        background: #9b0510;
    }
}
@media (max-width: 992px){
    body.side-right{
        overflow: hidden;
    }
    body.side-right nav.navbar.bootsnav .navbar-toggle{
        left: 0;
    }
    .head,.head .navbar,.head nav.navbar.bootsnav{
        height:50px;
        background: #b8000d;
        border-bottom: none;
    }
    nav.navbar.bootsnav .navbar-brand{
        color:#fff;
    }
    .head nav.navbar.bootsnav .navbar-toggle{
        margin:8px 10px;
        top:0;
        right:0;
        position: absolute;
    }
    .navbar-default .navbar-brand.nav_title{
        font-size: 22px;
        color:#043564;
    }
}

/*新闻详情*/
.show-title-info{
	    text-align: center;
    color: #777;
}
.show-title-info .infotime{margin-right:10px;}

/*page*/
.page{
    text-align: center;
}
.page span,.page a{
    font-size: 15px;
    line-height: 24px;
}
.page span{
    color:#666;
    margin-right:6px;
}
.page a{
    display: inline-block;
    padding: 0 8px;
    background: #eee;
	margin-left:8px;
}

.page .current{
    display: inline-block;
    padding: 0 8px;
	font-size: 15px;
    line-height: 24px;
    color:#fff;
    background: #b8000d;
}



.page a:hover{
    color:#fff;
    background: #b8000d;
}

/*返回顶部*/
.back_top{
    position: fixed;
    right:20px;
    bottom:5%;
    color:#ccc;
    font-size: 50px;
    cursor: pointer;
}
.back_top span:hover{
    color:#b8000d;
}


