

.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: 96px;
    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: 12px 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: 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;
    position: relative;
    overflow: hidden;
}

.product-data .product-item:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.product-data .product-item img{
    width: 100%

}

.product-data .product-item .title{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    min-height: 45px;
    -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 .product-bom{
    display: flex;
    margin-top: 10px;
    padding-left: 20px;
}
.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;
}

.product-data .product-item .product-btn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #C69B6F;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;

}

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

.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;
}

.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: #C69B6F;

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



.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: #C69B6F;
}
