#wrapper{
    margin-left: 30%;
}
 /*banner*/
.bannerwrap .swiper-slide img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.bannerwrap .swiper-slide{
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.bannerwrap .swiper-slide-active { 
    height:auto
}
/*数据展示*/
.databox{
    padding: 50px 0 50px 10px;
}
.databox .item{
    display: inline-block;
    padding: 0 74px;
    text-align: center;
}
.databox .item:nth-child(2){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.databox .item .num{
    font-size: 36px;
    padding-bottom: 15px;
}
.databox .item .des{
    font-size: 16px;
    line-height: 26px;
}

/*评论*/
.commentwrap .commentt{
    padding: 50px 0 35px 0;
    font-size: 30px;
    text-align: center;    
}
.commentwrap .commentt h4{
    background: url(/uploads/image/sdpsimg/com_down_arrow.png) no-repeat right 220px center;
}
.commentwrap .item{
    padding: 30px 0 20px 0;
    font-size: 14px;
    color: #666;
}
.commentwrap .item .comhead img{
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    border-radius: 40px;
}
.commentwrap .item .comcon{
    width: 87%;
    margin-left: 4%;
}
.commentwrap .info div{
    display: inline-block;
}
.commentwrap .info .nickname{
    font-size: 18px;
    color: #000;
    margin-right: 15px;
}
.commentwrap .info .server_ys{
    line-height: 25px;
    padding-left: 30px;
    margin-left: 16px;
    background: url(/uploads/image/sdpsimg/server_ys_bg.png) no-repeat left 8px center;
}
.commentwrap .info .ys_name{
    padding: 0 15px;
}
.commentwrap .info .time{
    padding-left: 20px;
    margin-right: 16px;
    background: url(/uploads/image/sdpsimg/date_muying.jpg) left no-repeat;
}
.commentwrap .des{
    padding: 20px 0;
    line-height: 22px;
    word-wrap: break-word;
}
.commentwrap .picture li{
    display: inline-block;
    margin: 0 10px 10px 0;
}
.commentwrap .picture img{
    width: 104px;
    height: 104px;
}
.star, .star_focus{
    width: 102px;
    height: 16px;
}
.commentwrap .item .star{
    display: inline-block;
    width: 102px;
    height: 15px;
    background:  no-repeat center center;
}
.commentwrap .item .star_focus{
    background:  no-repeat right center;
}
