.banner-box{
    background: url("../images/category/banner.jpg?v=201911111344") no-repeat center;
    width: 100%;
    height: 781px;
    background-size: cover;
    position: relative;
}
.banner-box .banner-fixed{
    width: 1145px;
    height: 485px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
}
.banner-box .banner-fixed .intro-box{
    width: 821px;
    height: 459px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FBF9F7;
    padding: 30px;
}
.banner-box .banner-fixed .intro-box .title{
    font-size: 30px;
    color: #BF8448;
    margin-top: 30px;
}
.banner-box .banner-fixed .intro-box .desc{
    font-size: 16px;
    color: #333333;
    margin-top: 40px;
    width: 260px;
}
.banner-box .banner-fixed .intro-box img{
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.banner-box .banner-fixed .intro-box .line{
    width: 71px;
    height: 2px;
    background-color: #D5AE87;
    margin-top: 70px;
}
.banner-box .banner-fixed .img-box{
    width: 817px;
    height: 461px;
    position: absolute;
    top: 0;
    right: 0;
}

/* category */
.section-category .crumbs-box{
    text-align: right;
    width: 100%;
    height: 40px;
    background-color: #EBEBEB;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
}
.section-category .crumbs-box .now{
    display: inline-block;
    margin-right: 20px;
}
.section-category .crumbs-box ul {
    display: inline-block;
}
.section-category .crumbs-box ul li{
    display: inline-block;
    margin-right: 15px;
}
.section-category .crumbs-box ul li a:hover{
    color: #BF8448;
}
.section-category .crumbs-box ul li:nth-last-of-type(1) a{
    color: #BF8448;
}
.section-category .tab-box{
    background-color: #ffffff;
}
.tab-box ul{
    display: flex;
    justify-content: space-around;
    height: 185px;
    align-items: center;
    padding: 0 35px;
}
.tab-box ul li{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
    -moz-transition: all .3s linear; /* Firefox 4 */
    -webkit-transition: all .3s linear; /* Safari �� Chrome */
    -o-transition: all .3s linear; /* Opera */
}
.tab-box ul li.active .img1{
   display: block;
}
.tab-box ul li.active .img2{
    display: none;
}
.tab-box ul li.active p{
    color: #D6A27D;
}
.tab-box ul li p{
    font-size: 18px;
    color: #999999;
    margin-top: 10px;
}
.tab-box ul li .img1{
    display: none;
}
.tab-box ul li .img2{
    display: block;
}
.tab-box ul li:hover p{
    color: #D6A27D;
}
.tab-box ul li:hover .img1{
    display: block;
}
.tab-box ul li:hover .img2{
    display: none;
}

.category-list{
    background: url("../images/category/banner1.jpg?v=201911111344") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
}
.category-list .category-part{
    width: 370px;
    color: #ffffff;
    background-color: #D5AE87;
    float: left;
    margin: 45px 0;
}
.category-list .category-part .img-box img:hover{
    transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari �� Chrome */
    -o-transform:scale(1.1);
}
.category-list .category-part a{
    color: #ffffff;
}
.category-list .category-part .img-box{
    width: 370px;
    height: 410px;
    overflow: hidden;
}
.category-list .category-part .img-box img{
    transition: all .3s linear;
    -moz-transition: all .3s linear; /* Firefox 4 */
    -webkit-transition: all .3s linear; /* Safari �� Chrome */
    -o-transition: all .3s linear; /* Opera */
}
.category-list .category-part:nth-child(3n+2){
    margin: 45px 80px;
}
.category-list .category-part .info-box{
    padding: 20px;
    height: 120px;
    overflow: hidden;
}
.category-list .category-part .title-box{
    display: flex;
    justify-content: space-between;
}
.category-list .category-part .title-box .name{
    font-size: 16px;
}
.category-list .category-part .title-box .price{
    font-size: 18px;
}
.category-list .category-part .subtitle-box{
    font-size: 12px;
    margin-top: 8px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.3);
}
.category-list .tips{
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin: 50px;
}