﻿/* 滚动广告 样式 Begin*/
.adSliderContainer, .adSliderContainer * {
    margin: 0;
    padding: 0;
    text-align: left;
}

.adSliderContainer {
    width: 1600px;
    height: 628px;
    overflow: hidden;
    position: relative;
}

.adSlider {
    position: absolute;
}

.adSlider li {
    list-style: none;
    display: inline;
}

.adSlider img {
    width: 1600px;
    height:628px;
    display: block;
    cursor: pointer;
}

.adSliderNum {
    position: absolute;
    left: 46%;
    bottom: 35px;
    width: 124px;
    height: 12px;
    list-style: none;
 
}

.adSliderNum li {
    list-style: none;
    margin-left: 16px;
    float: left;
    width: 12px;
    height: 12px;
    background: url(../images/dot.png) no-repeat;
    background-size: 100%;
    background-position: 0 -11px;
    cursor: hand;
}

.adSliderNum li.on {
    background-position: 0 0;
    width: 12px;
    height: 12px;
    
}

.adSliderNum li a {
    width: 12px;
    height: 12px;
    display: block;
}

.sliderH {
    width: 2000px;
}

.sliderH li {
    float: left;
}

/* 滚动广告 样式 End*/