.top_bg{
    width: 100%;
    height: 480px;
    background: url("banner.png") no-repeat center;
    position: relative;
    min-width:1200px;
}
.top_logo{
    width: 1200px;
    margin: 0 auto;
}
.banner{
    width: 100%;
    position: relative;
    background: #b0160e;
    min-width:1200px;
}
.banner img{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.banner ul{
    width: 1200px;
    margin: 0 auto;
    /*height: 50px;*/
    height: 80px;
    /*line-height: 70px;*/
    padding: 20px 0;
    box-sizing: border-box;
}

.banner ul li{
    width: 150px;
    text-align: center;
    float: left;
    font-size: 24px;
    border-left: 1px solid #f7cb62;
    box-sizing: border-box;

}
.banner ul li a{
    color: #FFFFFF;

}
.banner ul li a:hover{
    color: #f7cb62;
}

.center{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;

}

.cen_zxdt{
    margin-bottom: 40px;
}
.cen_zxdt_tit{
    width: 100%;
    height: 44px;
    /*background: url("zxdt.png") no-repeat;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
}
.cen_zxdt_tit h1{
    font-size: 28px;
    float: left;
    height: 30px;
    color: #b91d0f;
    border-left: 5px solid #f7cb62;
    padding-left: 15px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
}

.cen_zxdt_tit span{
    float: right;
    font-size: 16px;
    line-height: 38px;
}
.cen_zxdt_tit span a{
    color: #636363;
}




/*.zxdt_l{*/
    /*width: 540px;*/
/*}*/
.zxdt_l ul li {
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
}
.zxdt_li{
    width: 49%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    float: left;
}
.zxdt_l ul li:nth-of-type(even){
    float: right;
}

.zxdt_li:nth-of-type(even){
    float: right;
}
.zxdt_l ul li span{
    float: right;
    color: #CCCCCC;
    font-size: 14px;
}
.zxdt_l ul li a:hover{
    color: #b91d0f;
}

.zxdt_li span{
    float: right;
    color: #CCCCCC;
    font-size: 14px;
}
.zxdt_li a:hover{
    color: #b91d0f;
}


.cen_zb{
    margin-bottom: 40px;
}

.cen_zb_tit{
    width: 100%;
    height: 50px;
    /*background: url("zcwj.png") no-repeat;*/
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid #CCCCCC;
}

.cen_zb_tit h1{
    font-size: 28px;
    float: left;
    height: 30px;
    color: #b91d0f;
    border-left: 5px solid #f7cb62;
    padding-left: 15px;
    font-weight: 700;
    line-height: 26px;
}
.cen_zb_tit span{
    float: right;
    font-size: 16px;
}

.cen_zb_list{
    width: 100%;

}


.cen_zb_list ul li{
    width: 180px;
    height: 40px;
    /*line-height: 50px;*/
    float: left;
    background-color: #bb2335;
    text-align: center;
    line-height: 40px;
    margin: 25px 0 0 24px;
    padding:0 10px;
    box-sizing: border-box;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;

}
.cen_zb_list ul >:first-child{
    margin-left: 0;
}
.cen_zb_list ul table tbody tr td>:first-child{
    margin-left: 0;
}
.cen_zb_list ul li:hover{
    background-color: #b0160e;
    /*transition: all 1s;*/
}

.cen_zb_list ul li a{
    color: #FFFFFF;
}


.cen_zb_list ul li:hover a{
    color: #FFFFFF;
}


.zcck{
    width: 160px;
    height: 180px;
    border: 1px solid #000;
    position: fixed;
    left: 0px;
    bottom: 20%;
}

.zcck img{
    width: 160px;
    height: 180px;
}
.zcck span{
    position: absolute;
    top: -15px;
    right: 0px;
    width: 30px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;

}




