.container, .container *
{
    margin: 0;
    padding: 0;
}
.container
{
    width: 810px;
    height: 235px;
    overflow: hidden;
    position: relative;
}
.slider
{
    position: absolute;
}
.slider li
{
    list-style: none;
}
.slider img
{
    width: 810px;
    height: 235px;
    display: block;
}
.slider2
{
    width: 4000px;
}
.slider2 li
{
    float: left;
}
.num
{
    position: absolute;
    margin-left: 700px;
    margin-top: 200px;
    z-index: 2;
}
.num1212
{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.num li
{
    float: left;
    color: #12589b;
    text-align: center;
    line-height: 15px;
    width: 9px;
    height: 9px;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
    overflow: hidden;
    margin: 3px 3px;
    background: url(../images/index/icon10.png);
}
.num li.on
{
    width: 9px;
    height: 9px;
    background: url(../images/index/icon9.png);
}
