.banner_box {
    position: relative;
    z-index: 1;
}

.banner_content {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

.banner_li {
    height: 100% !important;
    width: 100%;
    position: relative;
}

#xinkun_banner {
    position: relative;
    opacity:0;
    width:100%;
    overflow:hidden;
}

#xinkun_banner ul {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
}

#xinkun_banner ul li .intro {
    position: absolute;
    left:10%;
    top:25%;
    width: 50%;
    height: 20%;
    /*transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
    font-size: 30px;
    font-weight: bold;
}

.in_red {
    color: #a5dc86;
}

.in_green {
    color: #dd5555;
}

#xinkun_banner ul li {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 1;
}

#xinkun_banner ul li.on {
    opacity:1;
}

.banner_dot {
    position: absolute;
    z-index: 8;
    bottom:40px;
    text-align: center;
    width:100%;
}

.banner_dot span {
    display: inline-block;
    width:50px;
    height:6px;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
}

.banner_dot span:before {
    content:"";
    display: block;
    position: absolute;
    width:100%;
    height:2px;
    top:50%;
    margin-top:-1px;
    background: #999;
}

.banner_dot span em {
    display: block;
    position: absolute;
    width:0;
    height:2px;
    top:50%;
    margin-top:-1px;
    background: #206231;
}

.banner_dot span:last-child {
    margin-right: 0;
}

.banner_img,.banner_img a,.banner_img a img{
    display: block;
    width:100%;
    height:auto;
    position: absolute;
    left:0; top:0;
}
.banner_img,.banner_img a{
    width: 100%;
    height: 100%;
}