html,body{
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #eceaf0!important;
}
body {
    overflow-x: hidden;
}
div{
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
ul{
    padding: 0;
    margin: 0;
}
a{
    color: #666666;
}
a,a:hover{
    text-decoration:none!important;
}
#show{
    height: 100%;
}
#nav{
    height: 80px;
    background-color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
}
#nav .navbar{
    height: 100%;
    box-sizing: border-box;
}
#nav ul{
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#nav ul>li{
    width: 14%;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display:inline-block;
}
#nav ul>li>a{
    display: inline-block;
    width: 100%;
}
#nav ul>li.in{
    background-color: #d5d5d5;
    z-index: 999;
}
/*#nav ul>li>a:hover,#nav ul>li>a:focus{*/
    /*padding-bottom: 8px;*/
    /*border-bottom: 2px solid #666;*/
/*}*/
#nav ul .logo a:hover,#nav ul .logo a:focus{
    border-bottom:none;
}
#nav ul .logo{
    width: 16%;
}
#nav ul .logo img{
    /*width: 30px;*/
}
#nav ul li .service-menu{
    width: 200px;
    line-height: 35px;
    background-color: #d5d5d5;
    position: absolute;
    display: none;
}
#nav ul>li.in .service-menu{
    display: block;
}
.nav-border {
    border-bottom: 1px solid #000;
}
.nav-border2{
    border:none;
}
 .service-menu a{
     width:100%;
     display:block;
 }
#container{
    height: 100%;
    box-sizing: border-box;
}
    #container .title {
        width: 285px;
        height: 60px;
        border-bottom: 1px solid #d0cfcf;
        color: #6c696a;
        font-size: 28px;
        margin: 30px auto 0;
        text-align: center;
        line-height: 60px;
        position: relative;
    }
#container .title .text{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #d0cfcf;
    background-color: #eceaf0;
}
        #container .title span {
            letter-spacing:25px;
            padding-left:25px;
        }
#container .content{
    margin: 50px auto 0;
    /*text-align: center;*/
}
@media screen and (min-width: 380px){
    #container .content .customer-box{
        width: 360px;
    }
}
@media screen and (min-width: 768px) {
    #container .content .customer img{
        width: 70px;
        padding-right: 25px;
    }
    #nav ul{
        width: 500px;
    }

   

    #show .contact{
        height: 88px;
        bottom: -100px;
        position: relative;
    }
    #show .contact-btn{
        width: 202px;
        height: 88px;
    }
    #container .content .text ul{
        height: 63px;
    }
    #container .content .customer-box{
        width: 700px;
        padding: 28px;
    }
    #container .content .customer img {
        padding-right: 15px;
        width: 65px;
        padding-top: 10px;
    }

}
@media screen and (min-width: 992px){
    #nav ul{
        width: 680px;
    }
    #container .content .customer-box{
        width: 1050px;
    }
    #container .content .customer img{
        padding: 15px;
        width: 90px;
    }
}

@media screen and (max-width: 768px) {
    #container .title{
        margin: 0 auto;
    }
    #nav ul li .service-menu{
        width:100px;
    }
    #container .content .customer img{
        width:68px;
        padding: 0 5px 20px;
    }
    /*#nav ul{
        width: 360px;

    }*/
    #show .contact{
        height: 44px;
        bottom: -25px;
        position: relative;
    }
    #show .contact-btn{
        /*width: 101px;*/
        height: 44px;

    }
    #container .content .padding-top{
        padding: 30px 14px 0;
    }
}
@media screen and (max-width: 380px){
    .navbar ul li a {
        font-size: 14px;
    }
    #container .content .text ul>li{
        min-width: 31%!important;
    }
}
@media screen and (max-width: 360px){
    #nav ul{
        width: 320px;
    }
}
@media screen and (max-width: 320px){
    #container .content .text .list{
        display: inline-block;
        position: absolute;
        top: 36px;
    }
    #container .content .text .list:nth-child(2){
        left: 0;
    }
    #container .content .text .list:nth-child(3){
        left: 90px;
    }
    #container .content .text .list:nth-child(4){
        left: 186px;
    }
    #container .content   .text ul>li{
        display: list-item!important;
    }
    #container .content .customer img{
        width: 60px;
    }
}
