@charset "utf-8";

.text-wrap2 .carousel-indicators a {
    position: relative;
    flex-grow: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;

}
.text-wrap2 .carousel-indicators .active {
    position: relative;
    flex-grow: 1;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}
.text-wrap2 .carousel-indicators .active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 4px;
    background: #056DFF;
    max-width: 90px
}
.text-wrap2 a:hover,
.text-wrap2 a:focus,
.text-wrap2 a:active {
    color: #000;
    text-decoration: none;
}
.na-title .na-info {
height:28px;
}