@charset;

html {
    width: 100%;
}

body {
    width: 100%;
    font-size:14px;
    margin: 0;
    overflow-y : scroll;
    z-index:5
}

a :hover {
    cursor: pointer;
}


/*banner*/

.banner-total {
    width: 100%;
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible!important;
    opacity: 1;
    z-index: 999;
}

.container-banner {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;

}

.banner {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url('../img/home/top/wheel.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: visible;
    z-index: 99;
    position: relative;

}

.banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    text-align: center;
    box-sizing: border-box;
}

.banner-img > p {
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}

.banner-img > p > span {
    display: block;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.5);
	line-height: 27px;
	font-weight: 600;
	letter-spacing: 2px;
	visibility: visible;
}

.navbar-header {
    margin-left: -18px;
}



/*service*/
.divider-vertical {
    width: 1px;
    background: #898989;
    height: 40px;
    margin: 25px auto;
}

.service {
    width: 100%;
    padding: 110px 6%;
    overflow: hidden;
    box-sizing: border-box;
}


/*photo*/
.photo-title {
    padding-bottom: 40px;
}

.thumbnail-server-mine {
    margin: 10px 10px;
    border: none!important;
}


/*carousel*/

.carousels {
    width: 100%;
    height: auto;
    background-image: url('../img/home/top/wheel_dark.jpg')!important;
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background: #fff;
    box-sizing: border-box;
}

.carousel {
    width: 100%!important;
    height: 100%;
}

.carousel-content {
    width: 355px;
    margin: 0 auto;
    text-align:center;
}

.carousel-introduce {
    text-align: center;
    width: 270px;
    height: 100px;
    background: #fff;
    color: #333;
    margin: -10px auto;
    padding: 15px 15px ;
    box-sizing: border-box;
}

.carousel-introduce > h5 {
    letter-spacing: 2px;
}

.subtitle-small-carousel {
    color: #787878;
    font-size: 12px;
}

.carousel-caption {
    position: absolute;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: none!important;
}

.carousel-control {
    padding: 0;
    margin: auto;
}

.carousel-control.left {
    width: 40px;
    height:40px;
    margin: auto;
    padding: 0;
    background-color: #c9c9c9;
    background-image:none!important;
}

.carousel-control.right {
    width: 40px;
    height:40px;
    margin: auto;
    padding: 0;
    background-color: #c9c9c9;
    background-image:none!important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
     width: 20px!important;
    height: 20px!important;
    margin-top: -10px;
    font-size: 20px!important;
    opacity: 1;
}

.carousel-img {
    width: 270px;
    height: 270px;
    margin: 0 auto;
}

.delay-carousel-title {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.delay-carousel {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}




/*work attitude*/
.thumbnail-mine {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    border: 4px solid #f8f8f8;
    text-align: left;
    background: #fff;
    display: inline-block;
}

.work-subtitle {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.work-introduce {
    color: #5c5c5c;
    line-height: 28px;
}

.btn-mine {
    padding: 15px 0;
}

.btn-mine a {
    color: #f28787;
    background: #fff!important;
    border: 1px solid #f28787;
}

.btn-mine a:hover {
    color: #fff;
    background: #fb8787!important;
    border: 1px solid #f28787;
}

.btn-mine a:active {
    color: #fff;
    background: #fb8787!important;
    border: 1px solid #f28787;
}

.work-news-time {
    width: 100%;
    padding-top: 20px;
    border-top: 4px solid #f8f8f8;
    box-sizing: border-box;
}

.subtitle-small-home {
    color: #f28787;
    font-size: 12px;
}

.thumbnail-clear {
    clear: both;
}

.work-title {
    margin-top: 160px;
}

.work-main-attitude {
    margin-top: 40px;
    float: none!important;
}

.work-main {
    float: none!important;
}


.work-range {
    margin-top: 70px;
}

/*totalNavigation*/
.











@media(max-width: 991px) {

    .container {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .subtitle {
        font-size: 24px;
    }

     h4 {
         font-size: 16px;
     }

    /*carousel*/
    .carousel-control {
        padding: 0 20%;
    }

    /*banner*/
    .banner-img {
        display: none;
    }
}


@media(max-width: 767px) {

    /*carousel*/
    .carousel-content {
        width: 280px;
        margin: 0 auto;
        text-align:center;
    }

    .carousel-control.left {
        width: 30px;
        height:30px;
    }

    .carousel-control.right {
        width: 30px;
        height:30px;
    }

    .carousel-introduce {
        width: 250px;
    }

}









