
.show{
    height: 400px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0px 2px 6px 0px #0000000F;
    position: relative;
}
.show_img{
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 400px;
}
.show_box{
    width: 1200px;
    margin: auto;
}
.show_title{
    font-size: 48px;
    width: 650px;
    padding-top: 73.5px;
    font-family: play;
    color: #502B18;
    text-align: center;
    margin: auto;
    /*margin-left: 70px;*/
}
.show_desc{
    font-size: 18px;
    margin: auto;
    margin-top: 35px;
    color: #832B2B;
    text-align: center;
    /*margin-left: 70px;*/
}
.product{
    width: 1200px;
    margin: 0 auto;
    margin-top: 85px;
}
.product_left{
    width: 439px;
    height: 520px;
    float: left;
    margin-right: 27px;
    position: relative;
}
.product_left_img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}
.product_left_title{
    position: absolute;
    top: 80px;
    left: 23px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 999;
    font-family: play;
}
.product_left_desc{
    position: absolute;
    display: inline-block;
    width: 272px;
    font-size: 14px;
    top: 160px;
    left: 23px;
    color: #FFFFFF;
    z-index: 999;
}
.product_right{
    float: left;
}
.product_t {
    position: relative;
    width: 679px;
    height: 246px;
    color: #FFFFFF;
    /*padding: 42px 0 0 23px;*/
    /*background: url("../image/Rectangle 16.png") no-repeat center;*/
}
.product_right_img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product_right_title{
    position: absolute;
    top: 42px;
    left: 23px;
    z-index: 999;
    font-size: 24px;
    font-weight: bold;
    font-family: play;
}
.product_right_desc{
    position: absolute;
    display: inline-block;
    width: 272px;
    font-size: 14px;
    left: 23px;
    top: 100px;
    z-index: 999;
}
.product_t:first-child{
    margin-bottom: 25px;
}
.design{
    margin-top: 59px;
}
.design_title{
    margin: 0 auto;
    text-align: center;
}
.design_title span{
    display: inline-block;
}
.design_line{
    width: 38px;
    height: 3px;
    background: #CDA896;
}
.design_xin{
    width: 10px;
    height: 10px;
    background: #CDA896;
    transform: rotate(45deg);
    vertical-align: sub;
}
.mr{
    margin-right: 10px;
}
.ml{
    margin-left: 10px;
}
.design_top{
    color: #92705E;
    font-size: 30px;
    line-height: 42px;
    margin: 0 59px;
    vertical-align: middle;
}
.design_content{
    margin: 0 auto;
    width: 971px;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    color: #424243;
    padding-top: 17px;
    padding-bottom: 55px;
}
.design_read{
    width: 1205px;
    margin: 0 auto;
}
.design_cart{
    float: left;
    width: 384px;
    margin-right: 26px;
}
.design_cart:last-child{
    margin-right: 0;
}
.design_cart img{
    width: 384px;
    height: 261px;
    margin-bottom: 26px;
    display: block;
}
.design_cart p{
    color: #424243;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.design_cart span{
    color: #424243;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.design_cart a{
    display: block;
    text-align: center;
    width: 156px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #CDA896;
    color: #92705E;
    margin: 0 auto;
    margin-top: 30px;
    background: #ffffff;
}
.darion{
    margin-top: 64px;
    text-align: center;
    background: url("../image/darion.png") no-repeat center;
}
.darion h3{
    margin-top: 70px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.darion span{
    display: inline-block;
    width: 790px;
    margin-bottom: 29px;
}
.darion a{
    display: block;
    text-align: center;
    width: 156px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #92705E;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.6);
}
.our{
    margin-top: 47px;
}
.our_product{
    width: 1205px;
    margin: 0 auto;
}
.our_cart {
    float: left;
    width: 278px;
    height: 365px;
    margin-right: 29px;
    margin-bottom: 27px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
}
.our_cart:nth-child(4n){
    margin-right: 0;
}

.our_cart:hover .our_cart_img{
    transform: scale(0.8);
}
.our_cart:hover .our_cart_name{
    color: #CDA896;
}

.our_cart img{
    width: 100%;
    height: 282px;
    transition:all 0.6s linear;
}
/*.our_cart span{*/
/*    display: inline-block;*/
/*    margin-top: 5px;*/
/*    color: #424243;*/
/*    font-size: 16px;*/
/*}*/
.our_cart a{
    font-size: 16px;
    margin-top: 15px;
    display: block;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.our_content{

}
.brang{
    margin-top: 20px;
}
.brang .design_content{
    width: 598px;
}
.brang_cart{
    width: 150px;
    float: left;
    margin-right: 91px;
    margin-bottom: 35px;
}
.brang_img{
    width: 921px;
    margin: 0 auto;
}
.brang_cart:nth-child(4n){
    margin-right: 0;
}
.brang_cart img{
    display: block;
    width: 100%;
}
