/*.comment-list{
    font-size: 16px;
}*/

.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: 500px;
}

#banner .slide1 {
    background-image: url("../image/banner.png");
}
/*#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;
}

.index-rate {
    padding-bottom: 7px;
    height: 27px;
}

#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;
    margin-top: 20px;
}

#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.png");
    padding: 60px 0;
}
@media (max-width: 768px) {
    .index-banner-part{
        padding-top: 30px;
    }
}

/*hover切换开始*/
.index-name-block{
    text-align: center;
}
.index-name-block>span{
    display: inline-block;
    font-size: 20px;
    padding: 7px 0;
    margin: 0 20px 20px;
    cursor: pointer;
}
.index-boder{
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 10px 30px;
}
@media (max-width: 768px) {
    .index-name-block>span{
        font-size: 16px;
        margin: 0 7px 20px;
    }
}
/*hover切换结束*/

/*chart开始*/
#main {
    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 img{
    width: 100%;
}
.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标题结束*/
/*评论开始*/
.comment-title-part {
    position: relative;
    padding: 10px 20px 10px 70px;
}
.comment-title-row{
    overflow: auto;
    zoom: 1;
}
.comment-title-row .pull-left{
    font-weight: bold;
    font-size: 16px;
}
.comment-title-part img {
    position: absolute;
    top: -17px;
    left: 10px;
    height: 60px;
}
.list-border {
    border-radius: 10px;
    padding: 30px 5%;
    background: url(../image/comment-back.png) no-repeat;
    background-size: 100% 100%;
}
.comment-item, .info-item {
    padding: 5px 0;
}

/*评论结束*/
/*企业产品开始*/
.comp-prod-part .title{
    text-align: center;
}
.comp-prod-part .item img,.info-list .item img{
    width: 100%;
}
/*企业产品结束*/

/*info开始*/
.info-img-part .img{
    width: 100%;
    position: relative;
    transition: all 500ms ease;
}
.info-img-part .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.info-img-part .big-img .title{
    padding: 10px 0;
    font-size: 16px;
}
.info-img-part .big-img{
    background: url(../image/info1.png) no-repeat center;
    background-size: 100% 100%;
    height: 240px;
}
.info-img-part .small-img{
    height: 110px;
    margin-bottom: 20px;
    background-size: 100% 100%;
}
.second{
    background: url(../image/info2.png) no-repeat center;
}
.third{
    background: url(../image/info3.png) no-repeat center;
}
.info-img-part .img:hover{
    background-size: 120% 120%;
}
.product-list{
    position: relative;
    height: 240px;
}
.product-list img{
    width: 100%;
}
.product-list>.row{
    position: absolute;
}
.product-list>.row1{
    top: 0;
}
.product-list>.row2{
    bottom: 0;
}
@media (max-width: 767px) {
    .info-img-part .big-img{
        height: 180px;
    }
    .info-img-part .small-img{
        height: 80px;
    }
    .product-list{
        height: auto;
    }
    .product-list>.row{
        position: static;
    }
    .product-list>.row1{
        margin-bottom: 20px;
    }
}
/*info结束*/