* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #010101;
}

.clearfix {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

img {
    border: 0;
}
html,body{
    min-width:1195px;
}
body {
    font-family: "microsoft yahei";
    background: url('bg3.jpg') no-repeat center top;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}
.main-pane{
    margin: 360px auto 0 auto;
    width: 1195px;
    background-color: #ffffff;
}
.container {
    width: 1130px;
    margin: 0 auto;    
    overflow: hidden;
}
.ulist{
    overflow: hidden;
}
.ulist li {
    line-height: 48px;
    padding: 0;
    font-size: 16px;
    overflow: hidden;
}
.ulist li a {
    color: #000;
    float: left;
}
.ulist li span {
    color: #808080;
    float: right;
    font-size: 14px;
}
.channel_tit1{
    margin: 25px 0 0 0;
}
.clearfix{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}
.lastnews{
    width: 622px;
}
.channel_tit2{
    background: url('img-6_02.png') repeat-x 0 bottom;
    line-height: 35px;
    height: 45px;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.channel_tit2 .names{
    background: url('img-6_01.png') repeat-x 0 bottom;
    height: 45px;
    float: left;
    display: inline-block;
    padding: 0 5px;
}
.channel_tit2 .more_r{
    float: right;
    padding-right: 10px;
}

.column-main-list{
    padding: 0 5px;
}
.column-main-list .subpane{
    width: 540px;
    margin: 20px 0 35px 0;
}
.column-main-index{
    margin: 20px 0;
}
.special_footer{
    margin-top: 90px;
    background-color: #990000;
}
.special_footer .footer_container{
    width: 1195px;
    height: 163px;
    margin: 0 auto;    
}
.lastnews .more_r{
    float: right
}
.lastnews .more_r a{
    color: #990000;
}
/* slider */

#slider {
    width: 480px;
    height: 330px;
    margin: 0;
}

.slideBox {
    overflow: hidden;
    position: relative;
    width: 480px;
    height: 330px;
}

.slideBox .bd {
    position: relative;
    width: 480px;
    height: 330px;
    margin: 0 auto;
    z-index: 0;
}

.slideBox .bd li {
    background-color: #000;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 480px;
    height: 330px;
    display: block;
}

.slideBox li .subtitle {
    background: url('img-9.png');
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-indent: 15px;
    font-size: 14px;
}

.slideBox li .subtitle a {
    color: #ffffff;
}

.slideBox .hd {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: auto;
    height: 15px;
    z-index: 10;
}

.slideBox .hd li {
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin:0 10px 0 0;
    line-height: 0;
    font-size: 0;
    background-color: #ffffff;
    zoom: 1;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.slideBox .hd li.on{
    background-color: #e80000;
}
/*pageNum*/
.index_page01{line-height:20px;font-size:16px;text-align:center;height:50px;}
.index_page01 span{margin:0 5px;color:#666666;border:1px #c5c5c5 solid;padding:3px 7px;font-size:12px;line-height:40px;}
.index_page01 a{margin:0 5px;color:#666666;border:1px #c5c5c5 solid;padding:3px 7px;font-size:12px;line-height:40px;}
.index_page01 a.index_prev1{background:url(index_131022_04.png) no-repeat 8px center;padding:3px 12px;}
.index_page01 a.index_next1{background:url(index_131022_03.png) no-repeat 10px center;padding:3px 12px;}
.index_page01 a.index_this{background:#ffba00;border:1px #ffba00 solid;color:#ffffff;}
.index_page01 .index_numPage{background:url(index_131022_07.png) repeat-x;border:1px #c5c5c5 solid;width:40px;font-size:14px;padding:2px 0;margin-right:10px;}
.index_page01 .index_go{border:1px #c5c5c5 solid;width:32px;height:22px;line-height:18px;font-size:14px;padding:0;background:none;cursor:pointer;color:#666666;font-family:Arial;}
.index_page01 a,
.index_page01 span,
.index_page01 .index_numPage,
.index_page01 .index_go{border-radius:3px;}
.huilan14 {
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}












/* 手机端样式 */
@media screen and (max-width: 1024px) {
    * {
        margin: 0;
        padding: 0;
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
        color: #010101;
    }
    
    .clearfix {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0;
    }
    
    img {
        border: 0;
    }
    html,body{
        min-width:100%;
    }
    body {
        font-family: "microsoft yahei";
        background: url('bg3.jpg') no-repeat center top;
        background-size: 100%  auto;
    }
    
    .float-l {
        float: left;
    }
    
    .float-r {
        float: right;
    }
    .more_r a{font-size: 0.18rem;}
    .main-pane{
        margin: 2rem auto 0 auto;
        width: 100%;
        background-color: #ffffff;
    }
    .container {
        width: 100%;
        margin: 0 auto;    
        overflow: hidden;
    }
    .ulist{
        overflow: hidden;
    }
    .ulist li {
        line-height: 0.48rem;
        padding: 0;
        font-size: 0.16rem;
        overflow: hidden;
    }
    .ulist li a {
        color: #000;
        float: left;
    }
    .ulist li span {
        color: #808080;
        float: right;
        font-size: 0.14rem;
    }
    .channel_tit1{
        margin: 0.25rem 0 0 0;
    }
    .channel_tit1 img{
        width: 100%;
    }
    .clearfix{
        clear: both;
        font-size: 0;
        line-height: 0;
        height: 0;
    }
    .lastnews{
        width: 100%;
    }
    .channel_tit2{
        background: url('img-6_02.png') repeat-x 0 bottom;
        line-height: 0.35rem;
        height: 0.8rem;
        overflow: hidden;
        margin: 0 0 0.20rem 0;
    }
    .channel_tit2 .names{
        background: url('img-6_01.png') repeat-x 0 bottom;
        height: 0.8rem;
        float: left;
        display: inline-block;
        padding: 0 0.05rem;
    }
    .channel_tit2 .more_r{
        float: right;
        padding-right: 0.10rem;
    }
    
    .column-main-list{
        padding: 0 0.05rem;
    }
    .column-main-list .subpane{
        width: 100%;
        margin: 0.20rem 0 0.35rem 0;
    }
    .column-main-index{
        margin: 0.20rem 0;
    }
    .special_footer{
        margin-top: 0.90rem;
        background-color: #990000;
    }
    .special_footer .footer_container{
        width: 100%;
        height: 1.63rem;
        margin: 0 auto;    
    }
    .lastnews .more_r{
        float: right
    }
    .lastnews .more_r a{
        color: #990000;
    }
    /* slider */
    
    #slider {
        width: 100%;
        height: 3.30rem;
        margin: 0;
    }
    
    .slideBox {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 3.30rem;
    }
    
    .slideBox .bd {
        position: relative;
        width: 100%;
        height: 3.30rem;
        margin: 0 auto;
        z-index: 0;
    }
    
    .slideBox .bd li {
        background-color: #000;
        zoom: 1;
        vertical-align: middle;
    }
    
    .slideBox .bd img {
        width: 100%;
        height: 3.30rem;
        display: block;
    }
    
    .slideBox li .subtitle {
        background: url('img-9.png');
        height: 0.40rem;
        line-height: 0.40rem;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-indent: 0.15rem;
        font-size: 0.14rem;
    }
    
    .slideBox li .subtitle a {
        color: #ffffff;
    }
    
    .slideBox .hd {
        position: absolute;
        right: 0.05rem;
        bottom: 0.15rem;
        width: auto;
        height: 0.15rem;
        z-index: 10;
    }
    
    .slideBox .hd li {
        width: 0.08rem;
        height: 0.08rem;
        cursor: pointer;
        display: inline-block;
        margin:0 0.10rem 0 0;
        line-height: 0;
        font-size: 0;
        background-color: #ffffff;
        zoom: 1;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }
    .slideBox .hd li.on{
        background-color: #e80000;
    }
    /*pageNum*/
    .index_page01{line-height:0.20rem;font-size:16rem;text-align:center;height:0.50rem;}
    .index_page01 span{margin:0 0.05rem;color:#666666;border:1rem #c5c5c5 solid;padding:0.03rem 0.07rem;font-size:0.12rem;line-height:0.40rem;}
    .index_page01 a{margin:0 0.05rem;color:#666666;border:0.01rem #c5c5c5 solid;padding:0.03rem 0.07rem;font-size:0.12rem;line-height:0.40rem;}
    .index_page01 a.index_prev1{background:url(index_131022_04.png) no-repeat 0.08rem center;padding:0.03rem 0.12rem;}
    .index_page01 a.index_next1{background:url(index_131022_03.png) no-repeat 0.10rem center;padding:0.03rem 0.12rem;}
    .index_page01 a.index_this{background:#ffba00;border:0.01rem #ffba00 solid;color:#ffffff;}
    .index_page01 .index_numPage{background:url(index_131022_07.png) repeat-x;border:0.01rem #c5c5c5 solid;width:0.40rem;font-size:0.14rem;padding:0.02rem 0;margin-right:0.10rem;}
    .index_page01 .index_go{border:0.01rem #c5c5c5 solid;width:0.32rem;height:0.22rem;line-height:0.18rem;font-size:0.14rem;padding:0;background:none;cursor:pointer;color:#666666;font-family:Arial;}
    .index_page01 a,
    .index_page01 span,
    .index_page01 .index_numPage,
    .index_page01 .index_go{border-radius:0.03rem;}
    .huilan14 {
        font-size: 0.14rem;
        color: #999999;
        text-decoration: none;
    }
    
}