.furnish-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
    background-color: white;
}
.furnish-banner .furnish-img-tips{
    width: 100%;
    text-align: center;
    z-index: 99;
    position: absolute;
    top: 30%;
    color: white;
}

    .furnish-banner .furnish-img-tips h1 {     font-size: 60px;
    letter-spacing: 45px;
    text-shadow: 0 0 10px #000000;
    margin-bottom: 20px;}
    .furnish-banner .furnish-img-tips p {       letter-spacing: 10px;
    text-shadow: 0 0 10px #000000;
    font-size: 30px;
    font-weight: bold;}

.furnish-banner img{
    width: 100%;
}
.furnish-banner-tips{
    width: 100%;
    overflow: hidden;
    height: 230px;
    position: relative;
    background-color: white;
    text-align: center;
}
.furnish-banner-tips .fbt-title{
    font-size: 20px;
    color: #999999;
}
.furnish-banner-tips .fbt-title .f{
    font-weight: 600;
    font-size: 30px;
    padding: 18px;
    color: #43484b;

}

.furnish-banner-tips .fbt-table table{
    margin: 0 auto;
    padding: 18px;
    font-size: 20px;
}

.furnish-banner-tips .fbt-table table tbody tr .A{color: #03923a;width: 80px;}
.furnish-banner-tips .fbt-table table tbody tr .B{color: #0597e0;width: 80px;}
.furnish-banner-tips .fbt-table table tbody tr .C{color: #ea8a12;width: 80px;}
.furnish-banner-tips .fbt-table table tbody tr .D{color: #d6231e;width: 80px;}

.furnish-banner-tips .fbt-bt{
    margin: 20px;
}
.furnish-banner-tips .fbt-bt button{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.furnish-banner-tips .fbt-bt button.a{
    background-color: #FFB800;
    color: white;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    margin: 10px 20px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
.furnish-banner-tips .fbt-bt button.a:hover{
    background-color: #fbe027;
}
.furnish-banner-tips .fbt-bt button.b{
    background-color: #5FB878;
    color: white;
    font-size: 16px;
    border: none;
    padding: 10px 20px;
    margin: 10px 20px;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
.furnish-banner-tips .fbt-bt button.b:hover{
    background-color: #72d88f;
}

.furnish-menu{
    width: 100%;
    padding-bottom: 20px;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.furnish-menu ul{
    width: 1190px;
    margin: 0 auto;
}
.furnish-menu ul li{
    width: 198px;
    height: 198px;
    float: left;
}
.furnish-menu ul li .imgicon{
    height: 170px;
    width: 150px;
    margin: 0 auto;
    background-size: cover;
    background-image: url("../../images/furicon.png");
    transition: all 0.5s;
}
.furnish-menu ul li .title{
    text-align: center;
    font-size: 18px;
    color: #90939b;
}
.furnish-menu ul li.a .imgicon{
    background-position-x: -13px;
    background-position-y: 0;
}
.furnish-menu ul li:hover a .imgicon{
    background-position-y: -10px;
}
.furnish-menu ul li:hover a .title{
    color: #000000;
}
.furnish-menu ul li.b .imgicon{
    background-position-x: -165px;
    background-position-y: 0;
}
.furnish-menu ul li.c .imgicon{
    background-position-x: -315px;
    background-position-y: 0;
}
.furnish-menu ul li.d .imgicon{
    background-position-x: -465px;
    background-position-y: 0;
}
.furnish-menu ul li.e .imgicon{
    background-position-x: -615px;
    background-position-y: 0;
}
.furnish-menu ul li.f .imgicon{
    background-position-x: -763px;
    background-position-y: 0;
}
.furnish-inf{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.furnish-inf .fur-inf-t{
    text-align: center;
    padding-top: 20px;
}
.furnish-inf .fur-inf-t p{
    font-size: 20px;
    color: #999999;
    padding: 10px;
}
.furnish-inf .fur-inf-list ul{

}
.furnish-main-list .left-list{
    padding: 13px;
}
.furnish-inf .fur-inf-list{
    overflow: hidden;
}
.furnish-inf .fur-inf-list ul li{
    float: left;
    width: 31.3%;
    margin: 1%;
    transition: all 0.3s;
}
.furnish-inf .fur-inf-list ul li:hover{
    margin-top: -1px;
}
.furnish-inf .fur-inf-list ul li a{
    background-color: white;
    display: block;
    padding: 10px;
}
.furnish-inf .fur-inf-list ul li:hover a{
    box-shadow: 0 0 5px rgba(0,0,0,0.1)
}
.furnish-inf .fur-inf-list ul li:hover a .title{
    color: #5FB878;
}
.furnish-inf .fur-inf-list ul li .img-c{
    width: 352px;
    height: 200px;
    cursor: pointer;
}
.furnish-inf .fur-inf-list ul li .img-c img{
    width: 100%;
    height: 100%;
}
.furnish-inf .fur-inf-list ul li .title{
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.furnish-main-list{
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.furnish-main-list ul li{
    border-bottom: 1px solid #f0f2f5;
    position: relative;
}
.inner-li-abtest .img-box .tags-list{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    z-index: 11;
    background-image: url(../../images/maskbg.png);
}
.furnish-main-list .load-more button{
    outline: none;
    border: none;
    font-size: 16px;
    padding: 10px 30px;
    background: #5FB878;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.furnish-main-list .load-more{
    width: 100%;
    text-align: center;
    clear: both;
    padding: 15px;
}
