/* 轮播图 */
.carousel-caption {
    margin-bottom: 70px;
}

.carousel-inner {
    height: 600px;
}

.carousel-item {
    height: 600px;
}

.carousel-item img {
    height: 600px;
}

.carousel-bj {
    width: 160px;
    height: 25px;
    border-radius: 13px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    border: none;
    opacity: 1;
    transition: border .3s;
    z-index: 99;
    margin-bottom: 38px;
    margin-left: 10px;
}

.carousel-indicators li.active {
    width: 7px;
    height: 7px;
    background: none;
    border: 1px solid #fff;
    margin-top: -1px;
}

.carousel-caption p {
    font-size: 64px;
    letter-spacing: 0;
    margin: 39px 0 28px 0;
}

.carousel-caption h5 {
    letter-spacing: 31px;
    font-size: 30px;
}

.carousel-caption .btn {
    width: 170px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-bottom: 90px;
    cursor: pointer;
}