.banner_box {
    position: relative;
    z-index: 1;
    width: 100%;
}

.banner_content {
    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%;
}

/*#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%;
}

.banner_div_1 {
    position: absolute;
    top: 30%;
    left: 10%;
    width: 30%;
    height: 50%;
    border-radius: 10px;
}

.banner_div_1 span, .banner_div_2 span {
    width: 80%;
    display: block;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.banner_div_1 span:hover {
    color: #002e62;
}

.bd_inner {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 98%;
    border-radius: 10px;
}

.c_4 {
    background-color: #002e62;
}

.c_3 {
    background-color: #5abdab;
}

.c_2 {
    background-color: #04c3d6;
}

.c_1 {
    background-color: #325fa4;
}

.bd_title {
    position: relative;
    width: 100%;
    height: 33%;
}

.banner_div_2 {
    position: absolute;
    top: 85%;
    right: 30%;
    width: auto;
    height: auto;
    font-size: 30px;
    color: #FFFFFF;
}

.banner_div_2 span:hover {
    color: #5abdab;
}