.bannerSlider_01{
width: 100%;
margin: 0 auto;
height:auto;
background-color:#212121;
background-color:#FEF02F;
/*background: url(../00_base.jpg);	*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: auto;
width: 100%;
margin: 0 auto;
height:auto;
text-align: center;
padding-top:150px;
margin-bottom:10px;
background-color:#000000
}
.bannerSlider_01_bot{
width: 100%;
margin: 0 auto;
height: auto;
cursor:pointer;
padding-top:4px;
}

.bannerSlider_01_bot img{
width: 100%;
}
.demo_wrapper {
width: 100%;
margin: 0 auto;
z-index:1;
height: auto;
}
.demo_wrapper a{
border-bottom:none;
}
.demo_block {
width: 100%;
}
#BannerImg {
width:auto;
margin:0 auto;
background-color:#ffffff;
display:none;
/*margin-top:56px;*/
text-align:center;
padding:0px 0px 0px 0px;
}

#BannerImg img {
width:100%;
height:auto;
display: block;
}


@media screen and (max-width: 980px) {
.bannerSlider_01{
margin-bottom:1px;
}
.demo_wrapper, .bannerSlider_01 {
width: 100%;
}
.bannerSlider_01 {
width: 100%;
height:auto;
}
.bannerSlider_01_bot{
display:none;
}
}
@media screen and (max-width: 768px) {
.demo_wrapper {
display:none;
}  
.bannerSlider_01{
margin-bottom:0px;
}
}
@media screen and (max-width: 736px) {
.bannerSlider_01{
padding-top:56px;
}
}