.top-block {
    position: relative;
    overflow: hidden;
    height: 200px;
    top: 200px;
}

@media (max-width: 768px) {

}

.incline-block {
    position: absolute;
    height: 165px;
    bottom: -120px;
    left: -5%;
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
    background: rgba(0, 0, 0, 0.5);
    width: 120%;
    z-index: 9;
}

.banner-chart {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);

}

.type {
    margin: 25px 0;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 100%;
}

.banner {
    height: 650px;
    background-image: url(../image/crystal/banner.jpg);
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 30px;

}


.type-list {
    padding-left: 0;

}

.type.active {
    background: #598ac4;
    color: black;
}

#main {
    height: 220px;
}


/*标题*/

.data-border {
    width: 87%;
    margin: 0 0;
    overflow: hidden;
}

@media (max-width: 768px) {

    .data-border {
        width: 80%;
    }

    #main {
        height: 190px;
    }
}

#dataBody {
    position: relative;

}

.data-block {
    background: transparent;
    padding: 0 0;
    margin-top: 50px;
}


@media (width: 768px) {
    #main {
        height: 220px;
    }

    .data-block {
        margin-top: 60px;
    }
}

.data-block > div {
    float: left;
}


.data-block, #dataBody > div {
    overflow: auto;
}

.data-item {
    float: left;
    background-position: center;
    background-size: cover;
    padding: 5px 0;
    height: 115px;
    text-align: center;
    color: white;
}

.data-item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.data-item .title {
    font-size: 16px;
    margin-top: 5px;

}

.data-item .value {
    font-size: 24px;
}


.data-block .prev, .data-block .next {
    width: 25px;
    font-size: 25px;
    margin-top: 45px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    padding-top: 3px;
}

.data-block span {
    color: white
}


.item1 {
    background-image: url(../image/crystal/01.png);
}

.item2 {
    background-image: url(../image/crystal/02.png);
}

.item3 {
    background-image: url(../image/crystal/03.png);
}


@media (max-width: 767px) {
    .banner {
        background-image: url(../image/phonepic.jpg);
        height: 550px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        overflow: hidden;
        padding: 0;
    }

    .data-block {
        padding: 0 ;
        margin-top: 20px;
    }

    .banner-chart {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 350px;
        background: rgba(0, 0, 0, 0.6);
    }

    .top-block {
        height: 100px;
        top: 100px;
    }

    .incline-block {

        height: 90px;
        top: 50px;
    }

    .type {
        width: 80px;
        font-size: 14px;
        line-height: 30px;
    }

    .data-item .title {
        font-size: 12px;
        margin-top: 5px;

    }
}

@media (width: 768px) {
    .banner {
        height: 500px;
    }

    .incline-block {
        height: 0;
    }

}

.carousel-control {
    top: 5px;
    font-size: 90px;
    text-align: center;
    width: 20px;
    height: 20px;
}

.yellow {
    background: #397bc5
}

.red {
    background: #a57c60;
}

.green {
    background: #e48267;
}


.news-title {
    position: relative;
    height: 60px;
    background: white;
    text-align: center;
    width: 100%;



}

#newsTitle {
    overflow: hidden;
}

.news-title span {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;


}

.news-title span:before {
    content: '';
    margin-left: -210%;
    position: absolute;
    top: 20px;
    border-bottom: solid 2px black;
    width: 205%;

}

.news-title span:after {
    content: '';
    margin-left: 5%;
    position: absolute;
    top: 20px;
    border-bottom: solid 2px black;
    width: 500%;

}


.news-photo {
    background-image: url(../image/crystal/pic.png);
    background-size: cover;
    height: 240px;

}

.carousel-indicators {
    background: transparent;
    opacity: 0.6;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 180px;
    position: absolute;
    bottom: 0;
    top: 10px;
    left: 90%;


}

.carousel-indicators .active {
    background: #a0a7c1;


}

.carousel-indicators li {

    border: solid 2px #8d97ba;
}

.inner-news-title {
    width: 90%;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner-news-context {
    width: 90%;
    overflow: hidden;
    line-height: 20px;

}

#carousel-example-generic3, #carousel-example-generic4 {
    width: 90%;
    height: 180px;
    margin-top: 20px;
}

.linked-title {
    width: 50%;

    height: 40px;
}

.linked-title-area.active {
    background: #598ac4;

}

.linked-title-area {
    background: #59c3b5;
    color: white;
    font-size: 16px;
    line-height: 40px;
    width: 70px;
    text-align: center;
    cursor: pointer;
}

.col-sm-6.half-news {
    width: 75px;

}

.half-news {
    padding: 0;
}

@media (max-width: 767px) {
    .linked-title {
        width: 80%;

        height: 40px;
    }

    .inner-news-context {
        width: 80%;
        padding: 0;
    }

    .carousel-inner {
        height: 180px;
    }

    .news-photo {
        margin: 10px;
        padding: auto;
        height: 180px;
    }

    .carousel-indicators {
        width: 90px;
        position: absolute;
        bottom: 0;
        top: 30px;
        left: 90%;
    }

    #carousel-example-generic3, #carousel-example-generic4 {
        height: 180px;
    }
}

