.active {
    text-align: center;
    background: #660000 !important;
    opacity: 1;
}
.unactive {
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 100%;
}
.BannerText {
    width: 80%;
    height: 50%;
    margin: 0 auto;
    right: 10%;
    top: 35%;
    position: absolute;
}
.BannerText>div:nth-child(1) {
    font: bolder 50px 'Microsoft YaHei UI';
    color: #009CFF;
    text-align: right;
}
.BannerText>div:nth-child(2) {
    font: bolder 50px 'Microsoft YaHei UI';
    color: #009CFF;
    text-align: right;
}
.BannerText>div:nth-child(3) {
    font: 12px Calibri;
    color: #CCCCCC;
    text-align: right;
    margin-top: 10px;
}
.BannerText>div:nth-child(4) {
    font: 12px Calibri;
    color: #CCCCCC;
    text-align: right;
}
.BannerText>div:nth-child(5) {
    font: 16px 'Microsoft YaHei UI';
    color: #888888;
    text-align: right;
    margin-top: 10px;
}
.curShow {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
}
.hidden {
    opacity: 0;
}
/*自适应样式============================================*/

/*-0---------------------------------------------------*/

@media (max-width: 479px) {
    .html5zoo-arrow-left-0,.html5zoo-arrow-right-0 {
        height: 30px !important;
        width: 30px !important;
    }
    .unactive {
        width: 10px !important;
        height: 10px !important;
        margin-top: 20px !important;
    }
    .BannerText {
        width: 70%;
        right: 15%;
        top: 15%;
    }
    .BannerText>div:nth-child(1) {
        font: bolder 16px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(2) {
        font: bolder 16px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(3) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
        margin-top: 5px;
    }
    .BannerText>div:nth-child(4) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
    }
    .BannerText>div:nth-child(5) {
        font: 12px 'Microsoft YaHei UI';
        color: #888888;
        text-align: right;
        margin-top: 5px;
    }
}

/*-1---------------------------------------------------*/

@media (min-width: 480px) and (max-width: 767px) {
    .html5zoo-arrow-left-0,.html5zoo-arrow-right-0 {
        height: 30px !important;
        width: 30px !important;
    }
    .unactive {
        width: 10px !important;
        height: 10px !important;
        margin-top: 20px !important;
    }
    .BannerText {
        width: 70%;
        right: 15%;
        top: 25%;
    }
    .BannerText>div:nth-child(1) {
        font: bolder 20px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(2) {
        font: bolder 20px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(3) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
        margin-top: 5px;
    }
    .BannerText>div:nth-child(4) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
    }
    .BannerText>div:nth-child(5) {
        font: 12px 'Microsoft YaHei UI';
        color: #888888;
        text-align: right;
        margin-top: 5px;
    }
}

/*-2---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .BannerText {
        width: 70%;
        right: 15%;
        top: 30%;
    }
    .BannerText>div:nth-child(1) {
        font: bolder 30px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(2) {
        font: bolder 30px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(3) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
        margin-top: 10px;
    }
    .BannerText>div:nth-child(4) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
    }
    .BannerText>div:nth-child(5) {
        font: 12px 'Microsoft YaHei UI';
        color: #888888;
        text-align: right;
        margin-top: 5px;
    }
}

/*-3---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

    .BannerText>div:nth-child(1) {
        font: bolder 40px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(2) {
        font: bolder 40px 'Microsoft YaHei UI';
        color: #009CFF;
        text-align: right;
    }
    .BannerText>div:nth-child(3) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
        margin-top: 10px;
    }
    .BannerText>div:nth-child(4) {
        font: 12px Calibri;
        color: #CCCCCC;
        text-align: right;
    }
    .BannerText>div:nth-child(5) {
        font: 13px 'Microsoft YaHei UI';
        color: #888888;
        text-align: right;
        margin-top: 10px;
    }
}


/*-4---------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1399px) {

}

/*-5---------------------------------------------------*/

@media (min-width: 1400px) {

}