ul{ list-style: none;}
a{text-decoration: none;}

body{
    background: #f6f5f4 url(../images/bg.png) repeat left top;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
}

.header , .image-show img{
    width: 83%;
    margin: 0 auto;
}
.header{
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-title {
    height: 70px;
    color: #53585A;
    letter-spacing: 3px;    
}

.title{
    margin-bottom: 0;
}

h1{
/*    字体横间距？ */
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 3px;
}

.subtitle {
    margin-top: 10px;
    display: block;
    font-size: 19px;
}

.header-navbar {
    margin-top: 40px;
    height: 50px; 
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.header-navbar ul{
    display: inline-block;
    margin: 10px auto 0px;    
}

.header-navbar ul li {
    float: left;
    padding: 5px 10px;    
}

.header-navbar ul li a{
    color: rgb(120,120,120);
    font-size: 90%;
}

.header-navbar ul li a:hover{
    color:#000;
}

.image-show img{
    height: auto;
    padding-top: 50px;
}

.mainSlogan {
    margin-top: 50px;
    font-size: 36px;
    text-transform: uppercase;
    color: #53585A;
}

.companyDesc {
    margin: 12px auto 0;
    max-width: 650px;
    width: 90%;
    color: #53585A;
}

.slogan, .footer span, .itemType, .itemType span{
    font-family: 'Open Sans', sans-serif;    
}

.slogan {
    margin: 25px auto;
    color: #53585A;
    max-width: 450px;
    width: 90%;
    font-style: italic;
    font-weight: normal;    
}

.itemType {
  min-height: 264px;
  min-width: 200px;
  max-width: 210px;
  text-transform: uppercase;
  margin: 25px 5%;
  display: inline-block;
  color: rgb(90,90,90);
  font-size: 95%;
  letter-spacing: 1px;
  font-weight: bold;
}

.itemType span {
  text-transform: none;
  font-size: 90%;
  font-weight: normal;
}
.footer{
    border-top: 1px solid #eee;
    width: 73%;
    margin: 20px auto;
}
.footer img {
    display: block;
    margin: 30px auto 10px;    
}
.footer span{
    font-size: 12px;
    font-weight: normal;
    color: #333;    
}
