.banner{
    width: 100%;
    height: 420px;
    background: url(../images/list_banner.jpg) no-repeat center;
    margin-top: 100px;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    box-sizing: border-box;
}
.content .top{
    width: 100%;
    height: 160px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
}
.top .top-li{
    width: 195px;
    height: 110px;
    float: left;
    margin-left: 70px;
    /*overflow: hidden;*/
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    cursor:pointer;
}
.top-li .top-le{
    width: auto;
    height: 110px;
}

.top-li .top-ri{
    width: 135px;
    height: 50px;
    margin-top: 50px;
    /*overflow: hidden;*/
    position: relative;
}
.top-ri .top-on{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.top-on .top-name{
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}
.top-li.active .top-name{
    color: #b47437;
}
.top-on .top-add{
    width: 20px;
    height: 20px;
    background: #b2b2b2;
    border-radius: 50%;
    margin-top: 5px;
}
.top-li.active .top-add{
    background: #b47437;
}
.top-add .iconfont{
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}

.top-ri .top-last{
    width: 100%;
    height: 4px;
    background: #d1d1d1;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-li.active .top-last{
    background: #b47437;
}

.top-ri .top-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: -421px;
    left: 0;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: none;
	z-index: 10;
}
.top-box.active{
    display: block;
}
.top-box .top-item{
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    line-height: 50px;
    cursor:pointer;
}
.top-item.active{
    background: #b47437;
    color: #ffffff;
}
.top-item:hover{
    border-bottom: 1px solid #b47437;
}
.content .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.list .list-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    display: none;
	position:relative
}
.list-ul.active{
    display: block;
}
.list-ul .list-con{
    
    width: 100%;
    height: auto
    overflow: hidden;
    top: 0;
    left: 0;
    display: none;
	
}
.list-con.active{
    display: block;
	background:#ffffff
}
.list .list-on{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}
.list-on.active{
    display: block;
}

.list .list-li{
    width: 280px;
    height: 350px;
    border: 3px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 30px;
    float: left;
    margin-right: 26px;
    cursor:pointer;
}
.list .one{
    width: 280px;
    height: 350px;
    border: 3px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 30px;
    float: left;
    margin-right: 26px;
    cursor:pointer;
}
.list-li:nth-of-type(4n){
    margin-right: 0;
}
.one:nth-of-type(4n){
    margin-right: 0;
}

.list-li .list-img{
    width: 100%;
    height: 285px;
}
.one .list-img{
    width: 100%;
    height: 285px;
}
.list-li .list-box{
    width: 100%;
    height: 107px;
    overflow: hidden;
}
.one .list-box{
    width: 100%;
    height: 107px;
    overflow: hidden;
}
.list-li:hover .list-box{
    background: url(../images/list_active.png) no-repeat center center / 100% 100%;
}
.one:hover .list-box{
    background: url(../images/list_active.png) no-repeat center center / 100% 100%;
}
.list-box .list-line{
    width: 60px;
    height: 4px;
    background: #b47437;
    border-radius: 2px;
    margin: 15px auto 0;
}
.list-li:hover .list-line{
    background: #ffffff;
}
.one:hover .list-line{
    background: #ffffff;
}
.list-box .list-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    /*font-weight: bold;*/
    color: #333333;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
}
.list-li:hover .list-name{
    color: #ffffff;
}
.one:hover .list-name{
    color: #ffffff;
}


.page{
    width: 100%;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
