.home{
    background: linear-gradient(to top, rgba(80, 54, 37, 0.4),rgba(80, 54, 37, 0.4)), url("../imgs/bg3.jpg") no-repeat;
}
.container .container-l .menu ul:nth-of-type(3){
    background: #997a5c;
}
.container .container-r .inner{
    width: 1020px;
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px 20px 30px;
    background: #ffffff;
}
.container .container-r .inner h1{
    font-size: 24px;
    color: #473428;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}
.container .container-r .inner h1 a{
    font-size: 12px;
    color: #997a5c;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.container .container-r .inner .main{
    border-top: 1px solid #ffb362;
    padding-top: 15px;
}
.container .container-r .inner .main{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container .container-r .inner .main .img-box{
    display: block;
    width: 310px;
    height: 140px;
    position: relative;
    border: 1px solid #afb1b2;
    margin: 6px;
}
.container .container-r .inner .main .img-box li:nth-of-type(2){
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.container .container-r .inner .main .img-box li a{
    color: #ffffff;
    font-size: 17px;
    padding: 20px 0 0 20px;
    display: block;
    width: 100%;
    height: 100%;
}
.container .container-r .inner .main .img-box li img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
}
.container .middle .content .number .type{
    display: flex;
    justify-content: flex-start;

}
.container .middle .content .number .type h1{
    font-size: 15px;
    line-height: 38px;
    color: #473428;
    font-weight: initial;
    margin-right: 35px;
}
.container .middle .content .number .type li{
    border: 1px solid #f7b62d;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 12px;
    color: #473428;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 5px;
}
.container .middle .content .number .table-box{
    margin: 50px auto 0;
    width: 1100px;
}
.container .middle .content .number .table-box table{
    width: 1100px;
    text-align: left;
}
.container .middle .content .number .table-box table tr{
    line-height: 40px;
}
.container .middle .content .number .table-box table tr th{
    font-size: 16px;
    color: #473428;
}
.container .middle .content .number .table-box table tr td{
    color: #b6aba3;
    font-size: 14px;
}
.container .middle .content .number .table-box table tr td:nth-of-type(1){
    color: #575757;
}
