.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;
}
.navigation-right ul li{
    width: 140px;
    text-align: center;
    float:left;
    list-style: none
}
.check{
    color: #cbb073;
}
.middle{
    min-width: 1540px;
}
.middle-t{
    width: 1200px;
    height: 480px;
    margin: 0 auto;
}
.middle-m{
    min-width: 1540px;
    height: 329px;
}
.middle-m img{
    width: 100%;
    height: 329px;
}
.middle-f{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 90px;
}
.middle-t-news{
    width: 390px;
    height: 440px;
    margin-left: 10px;
}
.middle-t-news img{
    width: 390px;
    height: 300px;
    margin-top: 25px;
    object-fit: cover;
}
.middle-t-news-title{
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    color: #555555;
    font-size: 22px;
    text-indent: 5px;
    border-left: 4px solid #c09e50;
    margin: 12px 0;
}
.middle-t-news-title a{
    color: #555555;
    font-size: 22px;
}
.middle-t-news-desc{
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    color: #888888;
    font-size: 16px;
    margin: 5px 0;
    padding-left: 5px;
}
.middle-t-news-desc a{
    color: #888888;
    font-size: 16px;
}
.middle-t-news-more{
    width: 80px;
    color: #c09e50;
    font-size: 18px;
    padding-left: 5px;
}
.middle-t-news-more a{
    color: #c09e50;
}
.middle-f-news{
    width: 1110px;
    height: 80px;
    display: flex;
    padding: 33px 45px;
}
.bjcolor{
    background-color: #f7f7f7;
}
.middle-f-news-l{
    width: 222px;
    font-size: 24px;
    color: #c09e50;
    font-weight: bold;
}
.middle-f-news-r{
    width: 978px;
}
.middle-f-news-r-title{
    height: 27px;
    overflow: hidden;
    font-size: 20px;
    color: #555555;
}
.middle-f-news-r-desc{
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
    margin-top: 10px;
}
.more-cont-r-d{
    width: 220px;
    height: 45px;
    line-height: 45px;
    background-color: #d8ac61;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    float: right;
}
.more-cont-r-d img{
    margin-right: 14px;
}