/*===================
    bannerLiist-css
======================*/


.banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.banner > ul {
    display: none;
    /*width: 999999999px;*/
    height: 600px;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: 600px;
}

.banner > ul > li > a {
    display: block;
    font-size: 200px;
    text-align: center;
    line-height: 450px;
    font-weight: bold;
}

.left-btn,.right-btn {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 45%;
    right: 30px;

    cursor: pointer;
}

.left-btn {
    left: 30px;
  
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}

.img-btn-list > span  {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    margin: 0 5px;
    background: url(/images/dot_02.png) right 0 no-repeat !important;
    cursor: pointer;
}

.img-btn-list > span.current {
    background: url(/images/dot_01.png) right 0 no-repeat !important
}

@media screen and (min-width:200px) and (max-width:800px)
{
.banner {
    width: 100%;
    height:550px;
    overflow: hidden;
    position: static;
}

.banner > ul {
     display: block;
    /*width: 999999999px;*/
    height:160px;
    position: static;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: auto;
}

.banner > ul > li > a {
    display: block;
    font-size:20px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
}
}



















