@charset "utf-8";

/* CSS Document */


/*底部轮播*/

.index-anli {
    width: 1200px;
    margin: 15px auto;
}

.v_show {
    width: 1200px;
    margin: 0px auto;
    height: 220px;
}

.prev {
    background: url(../images/left-img.jpg) no-repeat;
    position: absolute;
    left: 0;
    top: 70px;
}

.next {
    background: url(../images/right-img.jpg) no-repeat;
    position: absolute;
    right: 32px;
    top: 70px;
    z-index: 10000000;
}

.v_content {
    position: relative;
    width: 1200px;
    height: 200px;
    overflow: hidden;
}

.v_content_list {
    position: absolute;
    width: 2800px;
    top: 0px;
    left: 0px;
}

.v_content ul {
    float: left;
}

.v_content ul li a {
    display: block;
    width: 272px;
    height: 181px;
    overflow: hidden;
    color: #5F5F5F;
}

.v_content ul li img {
    width: 272px;
    height: 181px;
    border: 2px solid #ccc;
    padding: 5px;
}

.v_content ul li img:hover {
    border: solid 2px #8aabca;
}

.v_content ul li em {
    color: #888;
    font-family: Verdana;
    font-size: 0.9em;
}

.prev {
    position: absolute;
    left: 0;
    top: 70px;
}

.next {
    position: absolute;
    right: 32px;
    top: 70px;
    z-index: 10000000;
}

.rollBox {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.rollBox .LeftBotton {
    height: 40px;
    width: 20px;
    background: url(../images/left-img.jpg);
    cursor: pointer;
    position: absolute;
    left: -22px;
    top: 70px;
}

.rollBox .RightBotton {
    height: 40px;
    width: 20px;
    background: url(../images/right-img.jpg);
    cursor: pointer;
    position: absolute;
    right: -22px;
    top: 70px;
}

.rollBox .Cont {
    width: 100%;
    overflow: hidden;
    float: left;
}

.rollBox .ScrCont {
    overflow: hidden;
    width: 10000000px;
}

.rollBox .Cont .pic {
    width: 240px;
    float: left;
    height: 160px;
    text-align: center;
    margin-right: 10px;
    overflow: hidden;
}

.rollBox .Cont .pic img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 160px;
}

.rollBox .Cont a:link,
.rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}

.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: underline;
}

.rollBox #List1,
.rollBox #List2 {
    float: left;
}