.banner-box{
    background: url("../images/products/banner.jpg?v=201911111344") no-repeat center;
    width: 100%;
    height: 970px;
    /*background-size: 100% auto;*/
    background-size: cover;
}
.banner-box .banner-fixed{
    width: 333px;
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    right: 50px;

    color: #ffffff;
}
.banner-box .banner-title{
    font-size: 20px;
}
.banner-box .banner-title p:nth-child(1){
    font-size: 30px;
}
.banner-box .banner-title p:nth-child(2){
    font-size: 24px;
}
.banner-box .banner-desc{
    font-size: 14px;
    background-color: #313131;
    padding: 25px;
    padding-bottom: 40px;
    margin-top: 40px;
}
.banner-box .banner-desc p{
    margin-top: 50px;
    margin-bottom: 70px;
    line-height: 30px;
}
.switch-box{
    width: 100%;
    height: 190px;
    background-color: #C59E7C;
}
.switch-box .switch-style{
    display: flex;
    justify-content: space-around;
    height: 190px;
    align-items: center;
}
.switch-box .switch-part{
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.switch-box .switch-part:hover .mask{
    opacity: 1;
}
.switch-box .switch-part .mask{
    opacity: 0;
    width: 100%;
    height: 110px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
    -moz-transition: all .3s linear; /* Firefox 4 */
    -webkit-transition: all .3s linear; /* Safari �� Chrome */
    -o-transition: all .3s linear; /* Opera */
}
.switch-box .switch-part p{
    margin-top: 10px;
}
.switch-box .switch-part .img-box{
    width: 280px;
    height: 110px;
    position: relative;
}
.switch-box .switch-part .img-box .img-click{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(213,174,135,.8);
    z-index: 9;
}

/* ����Ʒ�� */
.section-brand{
    background: url("../images/products/banner3.jpg?v=201911111344") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 120px;
}
.section-brand .brand-content{
    text-align: center;
    margin-top: 80px;
    overflow: hidden;
    padding-left: 245px;
}
.section-brand .brand-content .img-box{
    position: relative;
    float: left;
    /*vertical-align: middle;*/
    text-align: left;
}
.section-brand .brand-content .line{
    width: 54px;
    height: 3px;
    position: absolute;
    top: 160px;
    right: -27px;
    background-color: #CF9D79;
}
.section-brand .brand-content .brand-info{
    width: 460px;
    margin-left: 60px;
    float: left;
    padding-top: 45px;
    text-align: left;
}
.section-brand .brand-content .brand-info .title-box .name{
    font-size: 24px;
    margin-top: 10px;
    color: #CF9D79;
}
.section-brand .brand-content .brand-info .subtitle-box{
    font-size: 24px;
    margin-top: 20px;
    color: #333333;
}
.section-brand .brand-content .brand-info .brand-intro{
    color: #666666;
    font-size: 14px;
    margin-top: 40px;
}
.section-brand .line-box{
    position: relative;
    width: 100%;
    margin-top: 70px;
}
.section-brand .line-box .line-part{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.section-brand .line-box .line-part p{
    font-size: 16px;
    color: #999999;
    margin-top: 10px;
}
.section-brand .line-box .line-part.active p{
    color: #333333;
}
.section-brand .line-box .line-part .icon1,.section-brand .line-box .line-part.active .icon2{
    display: none;
}

.section-brand .line-box .line-part .icon2,.section-brand .line-box .line-part.active .icon1{
    display: block;
}
.section-brand .line-box .line-part img{
    margin: auto;
}
.section-brand .line-box .line-part:hover .icon2{
    display: none;
}
.section-brand .line-box .line-part:hover .icon1{
    display: block;
}
.section-brand .line-box .line-part:hover p{
    color: #333333;
}
    /* ����Ʒ�� */
.section-category{
    background-color: #FAFAFA;
    overflow: hidden;
    padding-bottom: 150px;
}
.section-category .category-top{
    text-align: center;
    margin-top: 100px;
}
.section-category .category-top .img-box,.section-category .category-top .top-info{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.section-category .category-top .top-info{
    background-color: #CDAF8A;
    padding: 35px 60px 35px 35px;
    border-radius: 6px;
    color: #ffffff;
    margin-left: 50px;
}
.section-category .category-top .top-info .title-box p:nth-child(1){
    font-size: 36px;
}
.section-category .category-top .top-info .title-box p:nth-child(2){
    font-size: 22px;
}
.section-category .category-top .top-info .more{
    display: inline-block;
    font-size: 14px;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #D5AE87;
    margin-top: 50px;
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    transition: all .3s;
}
.section-category .category-top .top-info .subtitle-box{
    margin: 35px 0;
    padding-top: 10px;
    border-top: 1px solid #B08D6B;
    padding-right: 40px;
}
.section-category .category-top .top-info .subtitle-box p:nth-of-type(1){
    font-size: 16px;
}
.section-category .category-top .top-info .subtitle-box p:nth-of-type(2){
    font-size: 10px;
}




.section-category .category-box {
    margin-top: 100px;
}
.section-category .category-box .category-part{
    width: 290px;
    height: 440px;
    background-color: #CDAF8A;
    padding: 80px 30px 35px 15px;
    border-radius: 6px;
    color: #ffffff;
    position: relative;
    float: left;
    margin: 50px 0;
}
.section-category .category-box .category-part:hover .swiper-container{
    left: 160px;
}
.section-category .category-box .category-part:nth-of-type(3n+2) {
    margin-left: 215px;
}
.section-category .category-box .category-part:nth-of-type(3n+3) {
    margin-left: 215px;
}
.section-category .category-box .category-part .title-box p:nth-of-type(1){
    font-size: 18px;
}
.section-category .category-box .category-part .title-box p:nth-of-type(2){
    font-size: 16px;
    margin-top: 5px;
}
.section-category .category-box .category-part .more{
    display: inline-block;
    font-size: 14px;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #D5AE87;
    margin-top: 40px;
    cursor: pointer;
    background-color: rgba(255,255,255,.8);
    transition: all .3s;
}
.section-category .category-box .category-part .subtitle-box{
    margin-top: 130px;
}
.section-category .category-box .category-part .subtitle-box .line{
    width: 85%;
    height: 1px;
    background-color: rgba(238,238,238,.49);
    margin-bottom: 10px;
}
.section-category .category-box .category-part .subtitle-box p:nth-of-type(1){
    font-size: 14px;
}
.section-category .category-box .category-part .subtitle-box p:nth-of-type(2){
    font-size: 8px;
    padding-right: 40px;
}
/* common */
.brand .section-title{
    text-align: center;
    margin-top: 100px;
}
.brand .section-title img{
    display: inline-block;
}
.brand .section-title .text-box{
    margin-top: 20px;
}
.brand .section-title .text-box .title{
    display: inline-block;
    font-size: 26px;
    vertical-align: middle;
    margin: 0 30px;
}
.brand .section-title .text-box .line{
    width: 71px;
    height: 1px;
    background-color: #333333;
    display: inline-block;
    vertical-align: middle;
}
.section-category .category-top .top-info .more:hover,
.section-category .category-box .category-part .more:hover{
    background-color: #ffffff;
}