/* CSS Document */
.banner {
    width: 100%;
    height: 880px;
	min-width: 1200px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.b-img {
    height: 880px;
    position: absolute;
    left: 0;
    top: 0;
}
.b-img a {
    display: block;
    height: 880px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.b-list {
    position: absolute;
	z-index: 101;
	right: 50px;
	top: 50%;
    width:12px;
}
.b-list span{
/*	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding: 0 3px;
	letter-spacing: 1px;
	line-height: 18px;
	height: 18px;
	display: block;
	margin: 20px 0;
	cursor: pointer;*/
    width:12px;
    height: 12px;
    border-radius: 50%;
    background: #d5d5d5;
    display: inline-block;
    margin-bottom: 20px;

}
.b-list span.spcss{
    background: #be130b;
}
.b-list span:last-child{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../image/bf.png)no-repeat center;
    background-size: contain;
    position: absolute;
    right: -9px;
    bottom: -30%;
    z-index: 101;
    margin:0px;
}
.b-list span.spcss:last-child{
    width: 30px;
    height: 30px;
    display: inline-block;
   
  
    position: absolute;
    right: -9px;
    bottom: -30%;
    z-index: 101;
    margin:0px;
    background: url(../image/video_play.png)no-repeat center !important;
  background-size: 70% !important;
}   
/*.bar-left {
    position: absolute;
    z-index: 1;
    display: block;
    width: 27px;
    height: 62px;
    left: 0px;
    background: url('../image/banner-arrow-prev.png') no-repeat center;
    top: -110px;
}
.bar-right {
    position: absolute;
    z-index: 1;
    display: block;
    width: 27px;
    height: 62px;
    right: 0px;
    background: url('../image/banner-arrow-next.png') no-repeat center;
    bottom: -110px;
}*/
.bar-left em, .bar-right em {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1400px) {
   .b-img a{
        background-position: inherit;
   }
   .b-img a:first-child{
    background-position: right !important;
   }
    }


#nav-bar {
    text-align: right;
    margin-right: 40px;
}

