section {
    text-align: center;
}
.navbar {
    height: 60px;
    line-height: 60px;
}
.navbar-inverse .navbar-inner {
    background-image: linear-gradient(to bottom,#222,#111);
    opacity: 0.8;
}
.navbar-inverse .brand{
    color: #fff;
}
.navbar .nav-collapse .nav li{
    height: 60px;
    line-height: 60px;
}
#slider {
    position: relative;
    height: 320px;
    width:100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    
    padding-top: 180px;
                          bottom of the topbar */
}
#slider div {
    position:relative;
    color: #fff;
    text-align: center;
}
#slider img {
    position:absolute;top:0;left:0;width:100%;height:100%;
    transition: transform 12s cubic-bezier(.23,1,.32,1);
}
#slider:hover img{
    transform:scale(1.1);
}
.banner {
    width: 100%;
}
#service {
    padding: 50px 0;
    text-align: center;
}

#product {
    background-color:#f3f3f3;
    text-align:center;
    padding: 50px 0;
}
#product .span3 {
    height: 120px;
    line-height: 120px;
    background-color: #fff;
    margin-top: 30px;
}
#customer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../image/flash-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
}
#customer .span3 {
    height: 120px;
    line-height: 120px;
    background-color: #f3f3f3;
    margin-top: 10px;
    border-radius: 10px;
    
}
#companion {
    background-color:#f7f7f8;
    padding: 50px 0 100px 0;
}
#companion .span3 {
    height: 120px;
    line-height: 120px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 10px;
}
footer{
    background: url(../image/footer-banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 50px 0;
    line-height:50px;
    color: #fff;
}
.title{
    font-size: 28px;
    height: 32px;
    line-height: 30px;
    text-align: left;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #e60012;
    padding-left: 16px;
}
.box {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}
.box div {
    padding:20px;
}
.box img {
    border-radius: 10px 10px 0 0;
    transition: transform 12s cubic-bezier(.23,1,.32,1);
}
.box img:hover{
    transform:scale(1.1);
}
.box a {
    display: block;
    font-size: 120%;
    padding-bottom: 40px;
    text-align: center;
}
.contacts a {
    color: #fff;
    text-decoration: underline;
}