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