* {
    padding: 0;
    margin: 0;
}

.carousel-control {
    /* background-color: red;*/
    
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    /* opacity: 0.5;*/
    
    padding: 4px 10px 0px;
    height: 30px;
    width: 15px;
}

@media (max-width: 768px) {
    .row-fluid .span3 {
        width: 100%;
        margin: 10px 0;
    }
    .carousel-control {
        position: static;
    }
    .control-box {
        text-align: center;
    }
}

#sever-prev {
    top: 155px;
    width: 40px;
    border-radius: 60px;
}

#sever-next {
    background-color: floralwhite;
    top: 155px;
    width: 40px;
    border-radius: 60px;
}
/*服务点评*/

.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: 8px;
}

.row-fluid .span12 {
    width: 100%;
}

.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 2.12766%;
    min-height: 30px;
    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;
    margin-top: -8px;
}

.thumbnails {
    list-style: outside none none;
    margin-left: -20px;
}

.row-fluid .span3 {
    width: 23%;
}
/* Carousel Control */

.thumbnails li {
    background: #fff;
    -moz-box-shadow: 3px 4px 7px #555;
    -webkit-box-shadow: 3px 4px 7px #555;
    box-shadow: 3px 4px 7px #555;
}

.thumbnails li:hover {
    background: #0075b1;
}

.thumbnails li:hover .caption h3,
.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: none;
    border-radius: none;
    padding: 16px;
}
/* Thumbnail Box */

.caption {
    padding: 0 13px 30px;
}

.caption h3 {
    color: #07ae3b;
}

.caption p {
    line-height: 30px;
    color: #444;
}

.caption span,
.caption a {
    color: #666;
    text-decoration: none;
}

.caption a i {
    color: #07ae3b;
}

.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: #07ae3b;
    line-height: 30px;
}

.tu-kuai h5 span {
    position: absolute;
    right: 0;
    color: #666;
}
/*服务点评 end*/

===================================================================	Main Slider style===================================================================
***/ .kenburn-overlay {
    position: absolute;
    width: 100%;
    height: 110vh;
    top: 0;
    left: 0;
    z-index: 5;
    /*background: rgba(48,84,31,0.4);*/
    
    background: rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
}

.text-white-5 {
    /*  font-family: 'Poppins', sans-serif;*/
    
    font-family: 	SimHei;
    color: #61a93e;
	
    text-transform: none;
    text-shadow: 1px 1px #000;
    font-size: 65px;
    font-weight: 700;
    padding-top: 0px;
   /* line-height: 95px;*/
    letter-spacing: 10px;
    margin-bottom: 30px;
	
}

.main-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-color-overlay {
    background: (211, 196, 225, 0.2);
}
/*.bg-image{
  background: url(../images/background/bg-04.jpg) no-repeat;
}*/

.text-black {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 90px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.image-wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 100vh;
}

.dark-image-bg {
    -webkit-background-size: cover;
    background-size: cover;
}

.image-color-overlay {
    background: (211, 196, 225, .2);
}

.double-border {
    padding: 50px 50px;
    background: rgba(97, 169, 62, .6);
    outline: 10px solid rgba(97, 169, 62, .6);
    outline-offset: 10px;
    width: 555px;
    height: 250px;
    position: relative;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%
}

.banner-box {
    max-height: 100%;
    max-width: 100%;
    margin: 150px auto;
}

@media (max-width: 480px) {
    .hs4-h1 {
        font-size: 30px;
        padding-left: 90px;
        padding-top: 40px;
    }
}

.main-slider h2 {
    line-height: 1.2em;
    font-size: 28px;
    font-weight: 400;
    padding: 7px 15px;
}

.main-slider h1 {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 92px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-slider h1.light {
    line-height: 1.2em;
    font-weight: 700;
    font-size: 72px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-slider .bg-color {
    position: relative;
    padding: 5px 16px;
    line-height: 1.4em;
    font-size: 26px;
    font-weight: 700;
    background: #61a93e;
    color: #ffffff;
    text-transform: uppercase;
}

.main-slider h2 {
    line-height: 1.2em;
    font-weight: 800;
    font-size: 72px;
    color: #ffffff;
    text-transform: uppercase;
}

.main-slider .normal-font {
    font-weight: 400;
}

.main-slider h4 {
    position: relative;
    padding: 5px 16px;
    line-height: 1.4em;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.main-slider .text {
    line-height: 1.4em;
    font-weight: 400;
    font-size: 18px;
    color: #ededed;
}

.main-slider .tp-bullets {
    display: none;
}

.main-slider .tp-bullets.preview4 .bullet {
    background: #ffc13b !important;
    border-color: #202020 !important;
    margin: 0px 5px;
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected {
    border-color: #ffc13b !important;
}

.featured-item-2 {
    padding-top: 50px;
    background: #ffffff;
    box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);
    border-radius: 10px;
    display: block;
    height: 300px;
    width: 100%;
    text-align: center;
}

.featured-item-2 .icon {
    padding: 0 0 10px 0;
}

.featured-item-2 .icon i {
    font-size: 50px;
    color: #61a93e;
}

.featured-item-2 .title h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #060606;
}

.featured-item-2 .desc {
    color: #282828;
    padding-bottom: 5px;
}

.feature-bg-cl {
    background-color: #f9f9f9;
}

.jv-st-srv {
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.jv-st-desc {
    padding-right: 20px;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.main-features {
    position: relative;
    padding: 90px 0px 50px;
}

.main-features .title-box {
    position: relative;
    margin-bottom: 80px;
}

.main-features .title-box h1 {
    position: relative;
    font-size: 72px;
    color: #61a93e;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
}

.main-features .title-box h2 {
    position: relative;
    font-size: 36px;
    font-weight: 800;
    color: #25292f;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.main-features .title-box .text {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #7c7c7c;
}

.main-features .features-column {
    position: relative;
    margin-bottom: 50px;
}