.banner {
    height: 550px;
    background-image: url("../../static/image/banner.jpg");
    background-position: center;
    background-size: cover;
}

/*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;
  /*  background-image: url("../../static/image/round-back.png");
    background-size: cover;*/
}

#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;
    background-image: url("../../static/image/round-back.png");
    background-size: cover;
}

#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("../../static/image/index-back.jpg");
    padding: 60px 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: 70%;
}

#stack-slide .item {
    transition: all 1000ms ease;
    cursor: pointer;
}

#stack-slide .center {
    left: 10%;
    z-index: 9;
}

#stack-slide .left1 ,
#stack-slide .right1 {
    opacity: 0.6;
    z-index: 8;
}
#stack-slide .right2 {
    opacity: 0.5;
    z-index: 1;
}

#stack-slide .left1 {
    left: 0;
}

#stack-slide .right1 {
    left: 20%;
}
#stack-slide .right2 {
    left: 30%;
}
#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 {
    background-color: #fff;
}

#stack-slide .chart-part > div {
    height: 360px;
    width: 80%;
    margin: auto;
}

#stack-slide .item h4 {
    color: #fff;
    margin: 0;
    padding-left: 10px;
    line-height: 46px;
    font-size: 16px;
    background: url('../../static/image/back.png') no-repeat;
    background-size: 100% 46px;
    height: 46px;
    width: 150px;
}

@media (max-width: 767px) {
    #stack-slide ul li {
        width: 70%;
    }

    #stack-slide .chart-part > div {
        height: 160px;
        width: 90%;
    }

    .stack-inner {
        width: 100%;
    }

    #stack-slide ul li, #stack-slide ul {
        height: 220px;
    }

    #stack-slide .center {
        left: 5%;
    }

    #stack-slide .right1 {
        left: 10%;
    }
    #stack-slide .right1 {
        left: 15%;
    }
}

/*层叠结束*/
/*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;
    }
    .chart-div{
        padding: 20px 160px 20px 0;
    }
}

.block {
    margin-bottom: 20px;
}
.index-name{
    text-align: left;
}
.index-name span{
    display: inline-block;
    font-size: 16px;
  /*  padding: 5px 0;
    margin: 0 10px;*/
    padding: 3px 0;
    margin: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
}

/*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{
    text-align: center;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}
.part-title span{
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.show_banner_head {
    margin-bottom: 40px;
}

.part-title span:before, .part-title span:after {
    content: '';
    position: absolute;
    top: 40%;
    padding: 2px 0;
    width: 800%;
}

.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 {
    margin-bottom: 30px;
    text-align: center;
}
.comment-title-part span{
    padding: 5px 50px;
    border-radius: 10px;
}
.comment-title-row{
    overflow: auto;
    zoom: 1;
}
.comment-title-row .pull-left,.comment-title-row a{
    color: #3b7cbc;
}
.comment-title-row .pull-left{
    font-weight: bold;
    font-size: 16px;
}
.comment-title-part img {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px;
}
.list-border {
    border-radius: 10px;
    padding: 30px 5%;
  /*  background: url('../../static/image/comment-back.png') no-repeat;
    background-size: 100% 100%;*/
}
.comment-item, .info-item {
    padding: 5px 0;
}
.comment-item .time{
    /*text-align: right;*/
}
/*评论结束*/
/*企业产品开始*/
.comp-prod-part .item{
    text-align: center;
    padding: 90px 0 20px;
    position: relative;
}
.comp-prod-part .item img{
    width: 30%;
    margin: 10px 1%;
    height: 100px;
}
.company-back,.product-back{
    position: absolute;
    left: 15px;
    top: 10px;
    width: 330px;
    height: 70px;
    text-align: left;
    padding-left: 20px;
}
.company-back{
    background: url("../image/back1.png") center;
    background-size: 100% 100%;
}
.product-back{
    background: url("../image/back2.png") center;
    background-size: 100% 100%;
}
.comp-prod-part .company-title img,.comp-prod-part .product-title img{
    width: auto;
    height: 100px;
    border: none;
}
.company-back>.title-on-back,.product-back>.title-on-back{
    font-size: 20px;
    padding-top: 10px;
}
@media (min-width: 768px) {
    .comp-prod-part .item{
        height: 350px;
    }
}
/*企业产品结束*/

/*info开始*/
.info-part{
    padding: 60px 0;
}
.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: no-repeat center;
    background-size: 100% 100%;
    height: 240px;
}
.info-img-part .small-img{
    height: 110px;
    margin-bottom: 20px;
}
.second{
    background: no-repeat center;
    background-size: 100% 100%;
}
.third{
    background:  no-repeat center;
    background-size: 100% 100%;
}
.info-img-part .img:hover{
    background-size: 120% 120%;
}
/*info结束*/