.carousel-control {
    top: 270px;
    font-size: 90px;
    text-align: center;
    width: 50px;
    height: 120px;
    line-height: 120px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}
#banner .banner_img {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 670px;
}

#banner .slide0 {
    background-image: url("../image/banner.jpg");
}
#banner .slide1 {
    background-image: url("../image/banner1.jpg");
}

#banner .slide2 {
    background-image: url("../image/banner2.jpg");
}

#banner .slide3 {
    background-image: url("../image/banner3.jpg");
}
@media  (max-width: 767px){
    #banner .banner_img {
        height: 200px;
    }
    .carousel-control{
        top: 60px;
        font-size: 60px;
        height: 60px;
        line-height: 60px;
    }
}
/*data垂直滚动开始*/
#data-border1 {
    overflow: hidden;
    height: 434px;
}

#dataBody {
    transition: 0ms;
    transform: translate3d(0px, -144px, 0px);
}

#dataBody .item {
    /* float: left;*/
    height: 145px;
}

#dataBody .item-border {
    border-radius: 10px;
    text-align: center;
    max-width: 160px;
    margin: auto;
}

#dataBody .title {
    border-radius: 10px 10px 0 0;
    padding: 7px 0;
    font-size: 16px;
}

#dataBody .index-time {
    margin-top: 7px;
}

#dataBody .index-value {
    font-size: 30px;
}

#dataBody .index-rate {
    padding-bottom: 7px;
}

#dataBody .index-value > span {
    font-size: 24px;
}

/*data垂直滚动结束*/
/*data水平滚动开始*/
#data-border2 {
    overflow: hidden;
}

#dataBody2 {
    /*transition: 0ms;
    transform: translate3d(0px, -145px, 0px);*/
    overflow: auto;
    zoom: 1;
}

#dataBody2 .item {
    float: left;
    height: 145px;
}

#dataBody2 .item-border {
    border-radius: 10px;
    text-align: center;
    max-width: 160px;
    margin: auto;
}

#dataBody2 .title {
    border-radius: 10px 10px 0 0;
    padding: 7px 0;
    font-size: 16px;
}

#dataBody2 .index-time {
    margin-top: 7px;
}

#dataBody2 .index-value {
    font-size: 30px;
}

#dataBody2 .index-rate {
    padding-bottom: 7px;
}

#dataBody2 .index-value > span {
    font-size: 24px;
}
@media (max-width: 767px) {
    #dataBody2 .index-value {
        font-size: 20px;
    }
}
/*data水平滚动结束*/
/*index banner开始*/
.index-banner-part {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url("../image/index-back.jpg");
    padding: 30px 0;
}

/*层叠开始*/
.index-banner-part h3 {
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
}

#stack-slide {
    position: relative;
}

.stack-inner {
    /*width: 90%;*/
    margin: auto;
}

#stack-slide ul {
    position: relative;
    height: 400px;
}

#stack-slide ul li {
    position: absolute;
    /* background: url('../image/back.png') no-repeat;
     background-size: 100% 460px;*/
    height: 460px;
    width: 80%;
}

#stack-slide .item {
    transition: all 1000ms ease;
    cursor: pointer;
}
/*#stack-slide .item-1{
    left: 0;
    z-index: 1;
}
#stack-slide .item-2{
    left: 10%;
    z-index: 2;
}
#stack-slide .item-3{
    left: 20%;
    z-index: 3;
}
#stack-slide .item-4{
    left: 30%;
    z-index: 4;
}
#stack-slide .item-5{
    left: 40%;
    z-index: 5;
}*/
#stack-slide .item-1{
    left: 0;
    z-index: 1;
}
#stack-slide .item-2{
    left: 10%;
    z-index: 2;
}
#stack-slide .item-3{
    left: 20%;
    z-index: 3;
}
#stack-slide .item h4 {
    color: #fff;
    margin: 0;
    padding-left: 10px;
    line-height: 46px;
    font-size: 16px;
    background: url('../image/gray-back.png') no-repeat;
    background-size: 100% 46px;
    height: 46px;
    width: 150px;
}
#stack-slide .item.item-3 h4{
    background-image: url('../image/back.png');
}

#stack-slide .center {
    left: 20%;
    z-index: 9;
}

/*#stack-slide .left1,
#stack-slide .left2,
#stack-slide .right1,
#stack-slide .right2{
    z-index: 1;
}

#stack-slide .left1 {
    left: 0;
}
#stack-slide .left2 {
    left: 10%;
}

#stack-slide .right1 {
    left: 30%;
}
#stack-slide .right2 {
    left: 40%;
}

#stack-slide .slide {
    cursor: pointer;
    position: absolute;
    font-size: 70px;
    top: 160px;
    color: #a7a6a6;
}*/

/*#stack-slide .slide-left {
    left: 0;
}

#stack-slide .slide-right {
    right: 0;
}*/

#stack-slide .slide:hover {
    color: #333;
}

#stack-slide .chart-part {
    height: 360px;
    padding: 15px;
    background-color: #fff;
}

#stack-slide .chart-part > div {
    width: 100%;
    height: 100%;
}

#stack-slide .item h4 {
    color: #fff;
    margin: 0;
    padding-left: 10px;
    line-height: 46px;
    font-size: 16px;
    background: url('../image/gray-back.png') no-repeat;
    background-size: 100% 46px;
    height: 46px;
    width: 150px;
}
#stack-slide .item.center h4{
    background-image: url('../image/back.png');
}
@media (max-width: 767px) {
    #stack-slide ul li{
        width: 95%;
    }
    #stack-slide .chart-part {
        height: 160px;
    }
    .stack-inner{
        width: 100%;
    }
    #stack-slide ul li,#stack-slide ul{
        height: 220px;
    }
   /* #stack-slide .item-2{
        left: 2.5%;
    }
    #stack-slide .item-3{
        left: 5%;
    }
    #stack-slide .item-4{
        left: 7.5%;
    }
    #stack-slide .item-5{
        left: 10%;
    }*/
    #stack-slide .item-2{
        left: 5%;
    }
}
/*层叠结束*/
/*chart开始*/
.index-block h3 {
    text-align: center;
    margin: 60px 0 0;
}

.type-block {
    text-align: center;
    font-size: 14px;
}

.type-block span {
    cursor: pointer;
    margin: 0 10px;
    padding-bottom: 3px;
}

#main, #main2 {
    width: 100%;
    height: 170px;
}

@media (min-width: 768px) {
    #main, #main2 {
        width: 100%;
        height: 370px;
    }

    .type-block {
        font-size: 18px;
    }
}

.block {
    margin-bottom: 20px;
}

/*chart结束*/
/*指数数据开始*/
#tableBody{
    height: 270px;
    overflow: hidden;
    cursor: pointer;
}
table{
    width: 100%;
    text-align: center;
    margin: auto;
}
td{
    width: 16.6%;
    padding: 12px 0;
}
@media (max-width: 768px) {
    td{
        padding: 5px 0;
        font-size: 12px;
    }
}
/*指数数据结束*/
/*part标题开始*/
.part-title span {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.part-title {
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}

.show_banner_head {
    margin-bottom: 40px;
}

.part-title span:before, .part-title span:after {
    content: '';
    position: absolute;
    top: 40%;
    padding: 2px 0;
    width: 500%;
}

.part-title span:before {
    right: 100%;
    margin-right: 45px;
}

.part-title span:after {
    left: 100%;
    margin-left: 45px;
}

@media (max-width: 768px) {
    .part-title:before {
        left: 0;
    }
    .part-title:after {
        right: 0;
    }
}

@media (max-width: 767px) {
    .part-title span {
        font-size: 22px;
    }
    .part-title{
        margin-bottom: 10px;
    }
}

/*part标题结束*/
/*企业开始*/
.img-border img {
    width: 100%;
    margin: 10px 0;
}

.company img {
    max-width: 260px;
    margin: auto;
}

.carousel-indicators {
    bottom: -40px;
}

/*企业结束*/
.index-title {
    line-height: 30px;
    height: 30px;
}

.index-title h3 {
    font-weight: bold;
    margin: 0;
}

.index-title .more {
    text-align: right;
    padding-top: 6px;
}

.img-div img {
    width: 100%;
    height: 4px;
}

.info-part {
}

.info-part ul li {
    padding: 5px 0;
}

.comment {
    margin-left: 30%;
}

.time {
    text-align: right;
    padding: 0;
}

.late-info {
    background: url('../image/info.jpg') no-repeat center;
    background-size: 100% 100%;
    height: 180px;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
}

.late-info:hover {
    background-size: 120% 120%;
}

.late-info .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 7px;
}
#company-banner{
    min-height: 360px;
}
#company-banner img{
    height: 160px;
}
#company-banner .carousel-indicators li,
#company-banner .carousel-indicators li.active{
    margin: 0 5px;
}

@media (max-width: 768px) {
    .info-part .time {
        padding-left: 0;
        padding-right: 15px;
    }
    .comment {
        margin-left: 0;
    }
    .info-part{
        margin-top: 30px;
    }
    #company-banner{
        min-height: 160px;
    }
    #company-banner img{
        height: 60px;
    }
}
