.banner{
    width: 100%;
    min-width: 1540px;
    height: 400px;
}
.banner img {
    width: 100%;
    height: 400px;
}
.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;
    margin-right: -22px;
}
.navigation-right ul li{
    width: 140px;
    text-align: center;
    float:left;
    list-style: none
}
.check{
    color: #cbb073;
}
.middle{
    min-width: 1540px;
}
.project{
    width: 1540px;
    margin: 0 auto;
    display: flow-root;
}
.project-top{
    color: #535353;
    font-size: 30px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}
.project-top dt {
    color: #8a8a8a;
    font-size: 32px;
}
.project-content{
    width: 1540px;
    margin: 0 auto;
    margin-left: 8px;
}
.project-content-l{
    width: 368px;
    height: 350px;
    margin-right: 17px;
}
.project-content-l img{
    width: 368px;
    height: 231px;
}
.project-content-name{
    height: 40px;
    overflow: hidden;
    color: #282828;
    font-size: 20px;
    line-height: 40px;
}
.project-content-address{
    height: 19px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}
.project-content-tel{
    height: 19px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}
.project-content-tel span{
    color: #d8ac61;
    font-size: 16px;
}
.project-more{
    width: 220px;
    height: 45px;
    line-height: 45px;
    background-color: #d8ac61;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
    float: right;
    margin-top: 60px;
    margin-bottom: 50px;
}
.project-more img{
    margin-right: 14px;
}
.project-content-name a{
    color: #282828;
    font-size: 20px;
    line-height: 40px;
}

