/* CSS Document */

.banner{ width:100%; height:980px; overflow:hidden; position:relative;}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img div{ display:block; height:980px; float:left;}
.b-list{ height:50px; position:relative; margin:0 auto;z-index:1;top: 900px;}
.b-list span{ display:block;cursor:pointer; width:45px; height:4px; float:left; margin:0 5px; _margin:0 3px; background: #80b5cd; opacity: 0.8;}
.b-list .spcss{background: #02beff;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:325px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

@media only screen and (max-width: 1440px) {
	.b-list{top:650px;}
}
@media only screen and (max-width: 480px) {
	.b-list{top:400px;left: 90px;}
	.b-list span{width: 20px;}
	
}