.banner{
    width: 100%;
    min-width: 1540px;
    height: 500px;
}
.banner img {
    width: 100%;
    height: 500px;
}
.type-name{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    margin-top: -300px;
}
.type-name h1 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 100;
}
.type-name dd {
    font-size: 20px;
    color: #ffffff;
    margin-top: -10px;
}
.navigation{
    min-width: 1540px;
    height: 70px;
    background-color: #f6f6f6;
}
.navigation-a{
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
}
.navigation-left {
    width: 400px;
    color: #666666;
    font-size: 16px;
}
.navigation-left span {
    margin: 0 7px;
    color: #cbb073;
}
.navigation-right {
    max-width: 800px;
    text-align: right;
}
.navigation-right ul li{
    width: 110px;
    text-align: right;
    float:left;
    list-style: none
}
.check{
    color: #cbb073;
}