* {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
}

.carousel-control{background:transparent;border:0px;border-radius:0px;display:inline-block;font-size:34px;font-weight:200;line-height:18px;opacity:1;padding:4px 10px 0px;height:40px;width:20px;}

@media(max-width:767px){
    .row-fluid .span3{margin:10px 0;}
    .control-box{text-align:center;}
    .row-fluid .span3 {
        width: 94.5%;
    }
    .row-fluid [class*="span"] {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left:0;
        min-height: 30px;
        width: 100%;
    }
    .sever-prev{left:-4%;top:180px;background:url('../img/arr-left.png') 100% no-repeat;}
    .sever-next{top:180px;right:-4%;background:url('../img/arr-right.png') 100% no-repeat;}
    .carousel-control{border:0px;border-radius:0px;display:inline-block;opacity:1;padding:4px 10px 0px;height:40px;width:15px;}

}
@media(min-width:768px){
    .row-fluid .span3 {
        width: 47.25%;
    }
    .row-fluid [class*="span"] {
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left:5.5%;
        min-height: 30px;
    }
    .sever-prev{left:-40px;top:50px;background:url('../img/arr-left.png') 100% no-repeat;}
    .sever-next{top:50px;right:-40px;background:url('../img/arr-right.png') 100% no-repeat;}
    .carousel-control{border:0px;border-radius:0px;display:inline-block;font-size:34px;font-weight:200;line-height:18px;opacity:1;padding:4px 10px 0px;height:40px;width:20px;}

}
/*服务点评*/

.row-fluid {
    width: 100%;
    margin-top: 100px;
}

.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 100%;
}


.span12 {
    width: 940px;
}

[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}

.thumbnails:before,
.thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}

.thumbnails:after {
    clear: both;
}

.thumbnails:before,
.thumbnails:after {
    content: "";
    display: table;
    line-height: 0;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails {
    list-style: outside none none;
    margin-left: -20px;
}


/* Carousel Control */

.thumbnails li {
    background: #fff;
}

.thumbnails li:hover {
    /* background: #0075b1; */
}

.thumbnails li:hover .caption h4,
.thumbnails li:hover .caption p,
.thumbnails li:hover .caption span,
.thumbnails li:hover .caption a,
.thumbnails li:hover .caption a i {
    /* color: #fff; */
}

.thumbnail {
    /* background:no-repeat; */
    border:1px solid #ebedee;
    border-radius:0;
    padding:1px;
}
.thumbnail img{padding:0px;margin:0;width:100%;}
/* Thumbnail Box */

.caption {
    padding: 0 0 30px 15px;
}

.caption h4{
    color: #333;
    margin-bottom:22px;
    margin-top:10px;
    width:100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.caption p{
    line-height:24px;
    color: #666;
    margin-bottom:0;
    height:48px;
    overflow:hidden;
    white-space:initial; 
    text-overflow:ellipsis;
}

.caption span,
.caption a {
    color:#b2b2b2;
    text-decoration: none;
}

.caption a i {
    color: #0075b1;
}

.glyphicon2 {
    top: 3px;
}

.pull-right2 {
    margin-left: 30px;
}

.tu2 {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.tu2-p {
    padding-bottom: 30px;
}

.tu2-p p {
    line-height: 36px;
    margin: 20px 0 30px;
}

.tu3 {
    zoom: 1;
    overflow: hidden;
    margin: 20px 0;
}

.tu3 p {
    font-size: 14px;
}

.tu-imga {
    width: 9%;
    height: 73px;
    text-align: center;
}

.tu-imga img {
    max-width: 100%;
    max-height: 100%;
}

.tu-kuai {
    width: 90%;
    padding: 0 20px;
    background: #eee;
}

.tu-kuai h5 {
    position: relative;
    color: #0075b1;
    line-height: 30px;
}

.tu-kuai h5 span {
    position: absolute;
    right: 0;
    color: #666;
}
/*服务点评 end*/