/***banner**/
#banner{
    width: 100%;
    min-width: 1040px;
    height: 510px;
    overflow: hidden;
    position: relative;
    /*border-bottom: 1px solid #dadcdc;*/
}
#banner_imgs{
    position: absolute;
    width: 100%;
    height: 510px;
}
#banner_imgs div.banner_img{
    position: absolute;
    width: 100%;
    height: 510px;

}
#banner_imgs div.img1{
    background:#ffffff url("../images/banner1.jpg") no-repeat center center;
}
#banner_imgs div.img2{
    background:#ffffff url("../images/banner1.jpg") no-repeat center center;
}
#banner_imgs div.img3{
    background:#ffffff url("../images/banner1.jpg") no-repeat center center;
}




.banner_arrow1{
    width: 61px;
    height: 60px;
    background: url("../images/arrow1.png") no-repeat 0 0;
    position: absolute;
    z-index: 11;
    right: 30px;
    top: 200px;
    opacity:0.4;
    cursor: pointer;
    display: none;
}
.banner_arrow1:hover{
    opacity:0.8;
}
.banner_arrow2{
    width: 61px;
    height: 60px;
    background: url("../images/arrow2.png") no-repeat 0 0;
    position: absolute;
    z-index: 11;
    left: 30px;
    top: 200px;
    opacity:0.4;
    cursor: pointer;
    display: none;
}
.banner_arrow2:hover{
    opacity:0.8;
}
div.zstyle1{
    z-index: 9;
}
div.zstyle2{
    z-index: 10;
}
