@charset "UTF-8";
/**************专题页面 start*************/
.important_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:683px;
    overflow:hidden;
}
.important_banner span{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:683px;
    overflow:hidden;
}
.important_banner16 span{
    background:url("../images/important_banner16.jpg") no-repeat center;
}
.important_banner13 span{
    background:url("../images/important_banner13.jpg") no-repeat center;
}
.important_banner4 span{
    background:url("../images/important_banner4.jpg") no-repeat center;
}
.important_banner26 span{
    background:url("../images/important_banner26.jpg") no-repeat center;
}
.important_banner22 span{
    background:url("../images/important_banner22.jpg") no-repeat center;
}
.important_banner23 span{
    background:url("../images/important_banner23.jpg") no-repeat center;
}
.important_banner24 span{
    background:url("../images/important_banner24.jpg") no-repeat center;
}
.important_banner32 span{
    background:url("../images/important_banner32.jpg") no-repeat center;
}
.important_banner33 span{
    background:url("../images/important_banner33.jpg") no-repeat center;
}
.important_banner35 span{
     background:url("../images/important_banner35.jpg") no-repeat center;
 }
 .important_banner40 span{
     background:url("../images/important_banner40.jpg") no-repeat center;
 }
.important_banner43 span{
    background:url("../images/important_banner43.jpg") no-repeat center;
}
.important_banner44 span{
    background:url("../images/important_banner44.jpg") no-repeat center;
}
.important_banner49 span{
    background:url("../images/important_banner49.jpg") no-repeat center;
}
.important_banner50 span{
    background:url("../images/important_banner50.jpg") no-repeat center;
}
.important_banner37 span{
    background:url("../images/important_banner37.jpg") no-repeat center;
}
.important_banner56 span{
    background:url("../images/important_banner56.jpg") no-repeat center;
}
.important_banner51 span{
    background:url("../images/important_banner51.jpg") no-repeat center;
}
.important_banner57 span{
    background:url("../images/important_banner57.jpg") no-repeat center;
}
.important_title{
    position:relative;
    width:100%;
    height:78px;
    text-align: center;
    margin:5px auto 15px;
    overflow:hidden;
}
.important_title img{
    position:absolute;
    left:50%;
    top:0;
    margin:0 0 0 -92px;
}
.important_title h2{
    display:inline-block;
    min-width:300px;
    height:38px;
    line-height:38px;
    background:#c61a1a;
    color:#fff;
    font-size:22px;
    padding:0 10px;
    margin-top:40px;
}
.notice{
    width:100%;
    line-height:30px;
    color:#d91717;
    font-size:17px;
    margin-top:20px;
    text-align: center;
    overflow:hidden;
}
.notice a{
    color:#d91717;
    font-size:20px;
}
.notice a:hover{ text-decoration: underline;}

/**************专题页面 end*************/