.website{
    padding: 100px 0 0 100px;
}
.website a{
    text-decoration: none;
}
.webName{
    font-size: 45px;
    vertical-align: middle;
}
#banner .banner_img{
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 700px;
}
.slide1{
     background-image: url("../image/banner-1.png");
}
.slide2{
    background-image: url("../image/banner-2.jpg");
}
.slide3{
    background-image: url("../image/banner-3.jpg");
}
/*.slide4{
    background-image: url("../image/banner4.jpg");
}*/
.back-part{
    height: 700px;
}
.skew-block{
    position: relative;
    overflow: hidden;
    height: 100px;
    top: -350px;
}
.zigzag-bottom{
    bottom: -120px;
    height: 165px;
    left: -5%;
    position: absolute;
    transform: rotate(3deg);
    width: 108%;
    z-index: 9;
}
#data-part{
    margin: 0;
    text-align: center;
    position: relative;
    top: -350px;
}
.back-bottom{
    position: absolute;
    bottom: -250px;
    width: 100%;
    height: 250px;
}
.type{
    margin: 10px 0;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}
#main {
    height: 250px;
}
#dataBody{
   /* transition: all 1000ms ease;*/
    transition-duration: 0.5s;
    position: relative;
}
.data-block,#dataBody>div{
    overflow: auto;
    zoom: 1;
}
.data-block{
    margin-top: 5%;
}
.data-block>div{
    float: left;
}
.data-border{
    width: 80%;
    margin:0 3%;
    overflow: hidden;
}
.data-block .prev,.data-block .next{
    width: 7%;
    font-size: 25px;
    margin-top: 45px;
    cursor: pointer;
}
.carousel-control{
    font-size: 90px;
    margin-top: 200px;
}
.rate{
    padding: 5px 0;
}
.data-item{
    float: left;
    background-position: center;
    background-size: cover;
    width: 30%;
    margin: 0 1.6%;
    padding: 10px 0;
    height: 131px;
}
.item1{
    background-image: url("../image/item-back1.jpg");
}
.item2{
    background-image: url("../image/item-back2.jpg");
}
.item3{
    background-image: url("../image/item-back3.jpg");
}
.data-item .title{
    font-size: 16px;
    margin-top: 5px;
}
.data-item .value{
    font-size: 24px;
}
.data-item .title,.info-list h4{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*info开始*/
.show-img{
    width: 100%;
}
.latest-info h4{
    font-weight: 700;
}
.time{
    margin-bottom: 10px;
}
.short{
    text-indent: 2em;
}
.info-ion{
    text-align: center;
    width: 67px;
    height: 43px;
    line-height: 43px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
}
.comment-list{
    margin-top: 20px;
    line-height: 1.5em;
}
/*info结束*/

@media (max-width: 768px) {
    .type-list{
        padding: 0;
    }
}
@media (max-width: 767px) {
    .type{
        font-size: 14px;
    }
    .data-block{
        margin-bottom: 30px;
        margin-top: -15px;
    }
    .back-top{
        height: 250px;
    }
    .website{
        padding: 60px 0;
        text-align: center;
    }
    .webName{
        font-size: 20px;
    }
    .show-img{
        display: none;
    }

    /*轮播图开始*/
    .back-part ,#banner .banner_img{
        height: 560px;
    }
    .slide1{
        background-image: url("../image/banner_phone1.png");
    }
    .slide2{
        background-image: url("../image/banner_phone2.jpg");
    }
    .slide3{
        background-image: url("../image/banner_phone3.jpg");
    }
/*    .slide4{
        background-image: url("../image/banner_phone4.jpg");
    }*/
    #main{
        padding: 0;
        width: 70%;
        margin-left: 2%;
    }
    .back-bottom{
        height: 380px;
        bottom: -300px;
    }
    .skew-block{
        top:-430px;
        height: 50px;
    }
    .zigzag-bottom{
        bottom: -140px;
    }
    .carousel-control{
        margin-top: 50px;
        font-size: 60px;
    }
    .type-list{
        width: 28%;
    }
    .comment-list a{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        width: 70%;
    }
    .data-block .prev,.data-block .next{
        font-size: 20px;
    }
    /*轮播图结束*/
}