.banner
{
    width: 100%;
    height: 580px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.b-img
{
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}
.b-img li
{
    display: block;
    height: 580px;
    float: left;
}
.b-img li a
{
    display: block;
    height: 580px;
}
.b-list
{
    height: 50px;
    padding-top: 540px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.b-list span
{
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin: 0 5px;
    _margin: 0 3px;
}
.b-list .spcss
{
    background-color: #fe8610;
}
.bar-left
{
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    left: 0;
    background: none;
    top: 0;
}
.bar-right
{
    position: absolute;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100%;
    right: 0;
    background: none;
    top: 0;
}
.bar-left em
{
    display: block;
    width: 50px;
    height: 100px;
    background: url(/template/default/skin/image/arrow.png) 0 0 no-repeat;
    margin: 0 auto;
    margin-top: 220px;
}
.bar-right em
{
    display: block;
    width: 50px;
    height: 100px;
    background: url(/template/default/skin/image/arrow.png) -50px 0 no-repeat;
    margin: 0 auto;
    margin-top: 220px;
}
.bar-left .emcss
{
    background-position: 0 -100px;
}
.bar-right .emcss
{
    background-position: -50px -100px;
}
.pagination
{
    text-align: center;
    font-size: 0;
    margin: 20px 0 40px 0;
    justify-content: center;
}
.pagination li
{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin-right: 6px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}
.pagination li a
{
    font-size: 14px;
    display: block;
}
.pagination .pageinfo
{
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
    margin: 0 2px;
}
.pagination .pageinfo strong
{
    color: #555;
    font-weight: normal;
    margin: 0 2px;
}
.pagination li.active, .pagination li.active a, .pagination li.active a:hover
{
    font-weight: bold;
    display: inline-block;
    background: #c20d14;
    color: #fff!important;
    border: 1px solid #c20d14;
}