

.model h2{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}
.model .title{
    text-align: center;
    font-size: 32px;
    font-weight: 300;
}
.layered{
    margin-bottom: 38px;
    /*margin-top: 72px;*/
}
.product-container{
    background: #f7f7f7;
    padding-top: 20px;
    position: relative;
    overflow: hidden;
}
.product-layered{
    position: relative;
    z-index: 2;
}
.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: 12px 0 0 0;
    position: relative;
}

.product-data .product-center{
    width: 1080px;
    margin: 0 auto;
}
.product-introduce{
    width: 452px;
    margin-left: 58px;
    padding-bottom: 10px;
    margin-top: 50px;
}
.product-data .lever{
    min-height: 400px;
}

.product-data .product-item{
    width: 320px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-right: 60px;
    -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;
    position: relative;
    overflow: hidden;
    float:left;
    background: #FCFCFC;
    border-radius: 30px;

}

.product-data .product-item:nth-child(3n+0){
    margin-right: 0;
}

.product-data .product-item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

/*.product-data .product-item:hover > .product-info{
    display: none;
}

.product-data .product-item:hover > .product-bom{
    display: block;
}*/

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

.product-data .product-item .product-info{
    margin-top: 26px;
    font-size: 16px;
    margin-bottom: 10px;
}
.product-data .product-item .title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    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;
    width: 232px;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 42px;
    overflow:hidden;
}

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

.product-data .product-item .product-bom{


    margin-top: 10px;

}
.product-data .product-item .price{
    align-self: center;
}
.product-data .product-item .price .unit{
    font-size: 12px;
}

.product-data .product-item .price .number{
    font-size: 22px;
}
.cart-num-box{
    margin-bottom: 10px;
}
.product-data .product-item .product-btn{
    width: 200px;
    height: 32px;
    line-height: 32px;
    background: #1A1A1A;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    display: block;

}

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

.product-bom .cart-num-box .cart-num-input{
    width: 200px;
    height: 32px;
    background: #1A1A1A;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    outline: none;
    border: none;
}
.product-bom .cart-num-box{
    position: relative;
    display: inline-block;
}
.product-bom .cart-num-box .iconfont{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    color: #1a1a1a;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer;

}
.product-bom .cart-num-box .cart-reduce{
    left: 4px;
}
.product-bom .cart-num-box .cart-add{
    right: 4px;
}
.product-bom .cart-num-box .cart-disable{
    color: #b3b3b3;
    cursor: not-allowed!important;
}


.product-item .marker-right{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.product-item .marker-text{
    position: absolute;
    width: 95px;
    display: block;
    height: 95px;
    right: 3px;
    top: 0;
    color: #fff;
    font-size: 14px;
    text-align: right;

}

.product-item .marker-text .percentage img{
    text-align: right;
    width: 37px;
    height: auto;
    float: right;
    margin-top: 5px;
}

.product-item .marker{
    display: block;
    font-size: 14px;
    border-top: 0 solid #C69B6F;
    border-left: 0 solid transparent;
    color: #fff;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;


}

.product-item:hover .marker-right{
    right: 0;
    top: 0;
}

.product-item:hover .marker-right>.marker{


    border-top-width: 95px;
    border-left-width: 95px;

}


.paging-button {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(198, 155, 111, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #C69B6F;
    position: absolute;
    top: 35%;
}
.paging-button-prev{
    left: 0;
}
.paging-button-next {
    right: 0;
}

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

.news .item{
    width: 360px;
    /*float:left;*/
    /*margin-left: 30px;*/
    margin: 0 auto;
    -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;
}

.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;
}
.news .item:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.news .item:hover  .title a{
    color: #1a1a1a;

}
.news .item:hover  .title-line{
    background: #1a1a1a;
}



.news .swiper-pagination-news{
    left: unset;
    right: 30px;
    bottom: 0;
}
.swiper-pagination-news .swiper-pagination-bullet{
    width: 20px;
    margin-left: 5px;
    border-radius: 6px;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #1a1a1a;
}

