﻿.index
{
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: hidden;
}
.index .kv
{
    width: 700px;
    height: 450px;
    position: relative;
    overflow: hidden;
}
.index .kv ul
{
    width: 700px;
    height: 450px;
}
.index .kv ul li
{
    width: 700px;
    height: 450px;
}
.index .kv ul li img
{
    width: 700px;
    height: 450px;
}
.index .kv ol
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 700px;
}
.index .kv ol li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    background: url(../image/index.png) no-repeat 0 -24px;
    text-indent: -999em;
}
.index .kv ol li.current, .index .kv ol li:hover
{
    background-position: 0 0;
}



.index2
{
    overflow: hidden;
    width: 910px;
    margin: 0 auto;
}
.index2 .kv
{
    width: 550px;
    height: 354px;
    position: relative;
    overflow: hidden;
}
.index2 .kv ul
{
    width: 550px;
    height: 354px;
}
.index2 .kv ul li
{
    width: 550px;
    height: 354px;
}
.index2 .kv ul li img
{
    width: 550px;
    height: 354px;
}
.index2 .kv ol
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 550px;
}
.index2 .kv ol li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 14px;
    height: 14px;
    background: url(../image/index.png) no-repeat 0 -24px;
    text-indent: -999em;
}
.index2 .kv ol li.current, .index2 .kv ol li:hover
{
    background-position: 0 0;
}