@charset "utf-8";
.banner{
        width:100%;
        margin:0px auto;
        position:relative;
		overflow:hidden;
		text-align: center;
}
.banner img{
        max-width:100%;
		height:auto;
}