img {
    vertical-align: top;
} 
.banner_index_new {
    position: relative;
    overflow: hidden;
}
.fnt_48 {
    font-size: 38px;
}
.banner_index_new ul, .banner_index_new ul li table {
    z-index: 30;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner_index_new ul, .banner_index_new ul li {
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.banner_index_new ul li{
	position:absolute;
}
.banner_index_new ul li.curr {
    z-index: 2;
}
.banner_index_new ul li.kzone0,.banner_index_new ul li.kzone1,.banner_index_new ul li.kzone2,.banner_index_new ul li.kzone3,.banner_index_new ul li.kzone4,.banner_index_new ul li.kzone5{
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.banner_index_new ul li > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 50;
}
.banner_index_new li img {
    width: 100%;
}
.banner_index_new ul li table {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -9%;
}
.banner_left,.banner_right {
    top: 50%;
    margin-top: -41px;
    display: block;
    width: 47px;
    height:86px;
    position: absolute;
    z-index: 999;
	opacity:0.6;
}
.banner_left:hover,.banner_right:hover{opacity:1;}
.banner_left{
    left:50px;
    background:url('../img/common_bg.png') 0 -85px no-repeat;
}
.banner_right {
    right:50px;
    background: url('../img/common_bg.png') -49px -85px no-repeat;
}
.banner_index_new dl {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 5000;
}
.banner_index_new dl dd {
    display: inline-block;
    text-indent: 9999px;
    width: 16px;
    height: 16px;
    margin: 0;
    outline: 0;
    overflow: hidden;
    border-radius: 0px;
    background: none;
    border: 1px solid #fff;
    margin-right: 10px;
    cursor: pointer;
}
.banner_index_new dl dd.active {
    background: #005bac;
    border: 1px solid #fff;
}
.banner_index_new dl dd:last-child {
    margin-right: 0;
}
@media (max-width:500px) {
.banner_index {
    height: 320px;
}
}