*{
    margin: 0;
    padding: 0;
}

body,html{
    font-size: 12px;
    font-family: "微软雅黑";
    color: black;
}

ul,dl,ol{
    list-style: none;
}

a{
    text-decoration: none;
    color: black;
}

img{
    border:none;
    outline: none;
}

i,em,h1,h2,h3,h4,h5,h6{
    font-style: normal;
}

.cf:after{
    display: block;
    content: "";
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.cf{
    zoom: 1;
}

/*头部S*/
.bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 1920px;
    z-index: -10;

}

.header{
    margin: auto;
    width: 1200px;
    height: 167px;
    padding-top: 30px;
    position: relative;
}

.header img{
    display: block;
    margin:0 auto 30px;
    width: 204px;
    height: 55px;
}

.header h1{
    text-align: center;
    color: #d20e0e;
    font-size: 50px;
}

.header a{
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 60px;
    height: 20px;
    border-radius: 20px;
    color: #d20e0e;
    line-height: 20px;
    text-align: center;
    border: 1px solid #d20e0e;
}
/*头部E*/

/*导航栏S*/
.nav{
    margin: auto;
    width: 1920px;
    height: 50px;
    background: #d20e0e;
    text-align: center;
}

.nav a{
    display: inline-block;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.nav a:last-child{
    border: none;
}

.nav a.act{
    background: #ad0606;
}

/*导航栏E*/

/*轮播图S*/
.slideBox {
    width: 1200px;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.slideBox .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 9px;
    z-index: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #e72827;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li p {
    width: calc(100% - 10px);
    height: 30px;
    background-color: rgba(55, 55, 55, .5);
    position: absolute;
    bottom: 0;
    line-height: 30px;
    color: #FFFFFF;
    padding-left: 10px;
    font-size: 16px;
}

.slideBox .bd img {
    width: 1200px;
    height: 500px;
    display: block;
}
/*轮播图E*/

/*栏目页 S*/
.content_l{
    width: 1200px;
    margin: auto;
    padding: 0 0 30px 0;
    background: white;
}

.b_l{
    float: left;
    width: 578px;
    margin: 0 34px 0 0;
}

.b_l:last-child{
    margin: 0;
}

.b_l_t{
    width: 578px;
    height: 40px;
    border-bottom: 1px solid #333333;
    position: relative;
}

.b_l_t span{
    float: left;
    display: inline-block;
    width: 6px;
    height: 26px;
    background: #ad0606;
    margin: 7px 10px 7px 0;
}

.b_l_t i{
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
}

.b_l_t a{
    float: right;
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.b_l_t a:hover{
    color: #d20e0e;
}

.b_l_c{
    width: 578px;
}

.b_l_c li{
    display: block;
    width: 578px;
    height: 40px;
    border-bottom: 1px dashed #dcdcdc;
}

.b_l_c li a{
    float: left;
    display: inline-block;
    width: 465px;
    height: 40px;
    padding-left: 25px;
    background: url("../images/k_t_l.png") no-repeat 10px center;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
}

.b_l_c li span{
    float: right;
    display: inline-block;
    width: 84px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
}

.list_l li a:hover,.k_l_c a:hover,.b_l_c a:hover,.list_a a:hover{
    color: #d20e0e;
}

.column_nav{
    float: left;
    width: 300px;
    margin:30px;
}

.column_nav span{
    display: block;
    width: 300px;
    height: 60px;
    background: #d20e0e;
    color: white;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.column_nav ul{
    width: 300px;
    border:1px solid #d2d2d2;
}

.column_nav ul li{
    width: 300px;
    height: 50px;
    border-bottom:1px solid #d2d2d2;
    position: relative;
}

.column_nav ul li:last-child{
    border-bottom:none;
}

.column_nav ul li a{
    display: block;
    margin: auto;
    width: 110px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-bottom:2px solid transparent;
}

.column_nav ul li a:hover{
    border-color:#d20e0e;
    color: #d20e0e;
    font-weight: bold;
}

.column_list{
    float: right;
    width: 810px;
    margin: 30px 30px 0 0;
}

.wz{
    width: 100%;
    border-bottom:1px solid #999;
}

.wz span{
    display: inline-block;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    border-bottom:3px solid #999;
}

.wz img{
    display: inline-block;
    float: left;
    margin: 11px 10px 0 0;
}

.wz a{
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.ul_list{
    width: 100%;
}

.ul_list li{
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #e5e5e5;
}

.ul_list li a{
    display: block;
    width: 100%;
    height: 100%;
}

.ul_list li a:hover i{
    color: #bb4d32;
}

.ul_list li a span{
    font-family: "宋体";
    color: #d20e0e;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

.ul_list li a i{
    font-size: 14px;
    color: #333333;
    display: inline-block;
    float: left;
    width: 500px;
}

.ul_list li a em{
    color: #999999;
    display: inline-block;
    float: right;
    margin: 0 18px 0 0;
}

/*栏目页 E*/

/*分页 S*/

.pagenum {
    height: 30px;
    margin: 30px 0;
    text-align: center;
}

.pagenum a {
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #707070;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}

.pagenum a:not(.prev):not(.next).act {
    background: #d20e0e;
    color: white;
}
/*分页 E*/

/*内容页S*/
.content_title{
    margin: 40px 0 20px 0;
    width: 1200px;
    font-size: 25px;
    color: #d20e0e;
    text-align: center;
}

.content_span{
    display: block;
    width: 1200px;
    height: 30px;
    background: #f7f7f7;
    text-align: center;
    line-height: 30px;
    color: #999;
}

.content_p{
    width: 1200px;
    margin: 40px 0;
}

/*打印 S*/
.subsce_Print {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.subsce_Print ul {
    float: right;
}

.subsce_Print ul li {
    float: left;
    margin: 0 10px;
}

.subsce_Print ul li a {
    font-size: 14px;
    font-family: "宋体";
    color: #8a8a8a;
}

.subsce_Print ul li a:hover {
    color: #990000;
}

.subsce_Print ul li img {
    margin-bottom: -10px !important;
}
/*打印 E*/

.fj{
    margin: 20px 0;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    color: #868686;
    border-top:1px dashed #d2d2d2;
    border-bottom:1px dashed #d2d2d2;
}

.nexts {
    width: 1200px;
    overflow: hidden;
}

.nexts p {
    margin: 10px 0 20px 0;
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a {
    font-size: 14px;
    color: #666666;
    font-family: "宋体";
}

.nexts p a:hover {
    color: #be2e09;
}

/*内容页E*/

/*底部S*/
.footer{
    margin: auto;
    width: 1200px;
    padding: 30px 0;
    border-top: 4px solid #d20e0e;
}

.footer p{
    width: 1200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*底部E*/