.plate{
    width: 1040px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.plate-item{
    width: 488px;
    height: 280px;
    /*background-color: #0b0b0b;*/
    background: url("/static/img/r-1.jpg");
    color: #fff;
    float:left;
    margin-left: 64px;
    box-shadow: 0px 10px 20px 5px #c5c2c2;
    padding: 40px;
}

.plate-item:last-child{
    background: url("/static/img/r-4.jpg") no-repeat;
}

.plate-item:first-child{
    margin-left: 0;
}
.plate-item .plate-info{
    text-align: right;
}

.plate-item .plate-info .series{
    font-size: 16px;
    margin-bottom: 10px;
}

.plate-item .plate-info .title{
    font-size: 32px;

}

.plate-item .plate-info .plate-go-btn{
    display: block;
    width: 144px;
    height: 32px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 28px;
    float: right;
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
}

.model{
    position: relative;
    text-align: center;
}

.model .title{
    font-size: 32px;
    font-weight: 300;
    z-index: 2;
    position: relative;
    background-color: #fff;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;

}

.model .model-line{
    height: 1px;
    width: 100%;
    background: #999;
    position: absolute;
    top: 50%;
}


.layered{
    margin-bottom: 40px;
    /*margin-top: 72px;*/
}
.product-layered .product-line{
    position: relative;
}

.product-layered .product-line p{
    display: inline-block;
    font-size: 16px;
    margin-left: 103px;
}

.product-layered .product-line .product-line-title{
    display: inline-block;
    font-size: 16px;
    margin-left: 103px;
    font-weight: 500;
}

.product-layered .product-line .product-line-title .number{
    font-size: 32px;
}

.product-layered .product-line p .number{
    font-size: 32px;
}

.product-layered .product-line a{
    font-size: 14px;
    color: #C69B6F;
    float: right;
    margin-top: 20px;
    display: flex;
}

.product-layered .product-line a .iconfont{
    font-size: 10px;
    color: #fff;
    background:#C69B6F;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    vertical-align: bottom;
    padding-left: 1px;
    margin-left: 8px;
    align-self: center;
}

.product-layered .product-line .line{
    height: 1px;
    background: #999;
    margin-top: 7px;
}

.product-layered .product-line .shadow{
    font-size: 180px;
    position: absolute;
    font-weight: bold;
    font-style: italic;
    color: #F7F7F7;
    z-index: -1;
    left: -35px;
    top: -25px;
}

.product-data{

    padding: 24px 0 0 0;
    position: relative;
}

.product-data .lever{
    min-height: 400px;
}
.product-data .product-item{
    width: 280px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;


}

.product-data .product-item:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.05);*/
}

.product-data .product-item img{
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.product-data .product-item .title{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.product-data .product-item .title:hover,.product-data .product-item .img-hover:hover + .name-hover > .title{
    /*color: #C69B6F;*/
}

.product-data .product-item .price{
    font-size: 16px;
    margin-top: 10px;
}

.product-data .product-item .cart-row{
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    visibility: hidden;

    -moz-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;

}
.product-data .product-item:hover > .cart-row{
    visibility: unset;
}

.product-data .product-item .cart-num{
    float: left;
    position: relative;
}

.product-data .product-item .cart-num input{
    width: 90px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
}

.product-data .product-item .cart-num i{
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: inline-block;
/*    background-color: #f0f0f0;*/
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.product-data .product-item .cart-num .cart-reduce{
    left:0
}

.product-data .product-item .cart-num .cart-add{
    right:0
}
.product-data .product-item .cart-num .cart-disable {
    color: #B3B3B3!important;
    cursor: not-allowed!important;
}

.product-data .product-item .product-btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #000;
    float: left;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.product-data .product-item .product-btn .iconfont{
    margin-right: 5px;
}

.product-change{
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}

.paging-button {
    width: 60px;
    height: 60px;


    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #000;
   /* position: absolute;*/
}



.product-change .product-change-pagination{
    position: unset;
    display: inline-block;
}



.guarantee{

    width: 100%;
    min-width: 1200px;
    background-image: url("/static/img/bz/bg.jpg");

    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    background-position: center;
}
.guarantee .guarantee-wrapper{
    width: 1200px;
    margin: 0 auto  ;
}

.guarantee .guarantee-row{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.guarantee .guarantee-row:last-child{
    margin-bottom: 0;
}

.guarantee .guarantee-row .guarantee-item{
    width: 240px;
    height: 240px;

    float:left;
    margin-left: 30px;
    position: relative;

    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.guarantee .guarantee-row .guarantee-item:hover{
    background: rgba(0,0,0,0.3);
}


.guarantee .guarantee-row .guarantee-item:first-child{
    margin-left: 0;
}

.guarantee .guarantee-row .guarantee-info{
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.guarantee .guarantee-row .guarantee-info img{
    margin: 0 auto;
    width: 80px;

}
.guarantee .guarantee-row .guarantee-item .just{
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
}

.guarantee .guarantee-row .guarantee-item .sub{
    color: #ccc;
    font-size: 14px;
}






.news{
    position: relative;
    padding-bottom: 10px;
}

.news .item{
    width: 360px;
    /*float:left;*/
    /*margin-left: 30px;*/
    margin: 0 auto;
    margin-bottom: 30px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;

}

.news .item:first-child{
    /*margin-left: 0;*/

}



.news .item img{
    width: 360px;

}

.news .item .content{
    /*padding: 24px;*/
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}

.news .item .content .title{
    font-size: 16px;
    font-weight: 500;
}
.news .item .content .title a{
    color: #000;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.news .item .content .title-line{
    height: 3px;
    width: 80px;
    background: #000;
    margin-top: 15px;
    margin-bottom: 24px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.news .item .content .desc{
    font-size: 14px;
    font-weight: 300;
    color: #999;
    margin-top: 15px;
}
.news .item:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}


.news .new-label{
    display: inline-block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background: #000000;
    margin-bottom: 15px;
    margin-top: 10px;
}



.news .swiper-pagination-news{
    left: unset;
    right: 30px;
    margin-top: 10px;
}
.swiper-pagination-news .swiper-pagination-bullet{
    width: 20px;
    margin-left: 5px;
    border-radius: 6px;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #000;
}
