/* banner */

.swiper-slide .bgc {
    width: 100%;
    height: 814px;
    position: relative;
}
.swiper-slide .bgc .bgc-img{
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-container {
    width: 100%;
    height: 814px;
}
.bgc .w {
    position: absolute;
    top: 0;
    left: 17%;
}
.life {
    position: absolute;
    top: 306px;
    left: 61px;
}

.life1 {
    font-family: PingFang SC;
    font-size: 120px;
    font-weight: 600;
    color: rgba(246, 246, 246, 1);
}

.life2 {
    font-family: PingFang SC;
    font-size: 72px;
    font-weight: 600;
    color: rgba(246, 246, 246, 1);
}

.num {
    position: absolute;
    top: 480px;
    left: 61px;
    background-color: #d4b66b;
    border-radius: 5px;
    font-size: 30px;
    color: #f6f6f6;
    padding: 10px 27px;
}


/* 精品木头 */

.goods {
    width: 100%;
    padding-top: 100px;
    height: 736px;
    background-color: #f6f6f6;
}
.goods .w{
    position: relative;
}
.goods .w h1 {
    margin-left: 125px;
    font-size: 24px;
    font-weight: 300;
    color: rgba(212, 182, 107, 1);
}
.goods .our-line{
    width: 45px;
    height: 1px;
    background:rgba(212,182,107,1);
    position: absolute;
    top: 18px;
    left: 70px;
}
.goods .w h2 {
    margin-left: 126px;
    font-size: 36px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.show {
    position: relative;
    margin-top: 30px;
    width: 100%;
    height: 347px;
    background: url(../images/goods.png);
}

.pic {
    position: absolute;
    left: 112px;
    /* margin-left: 112px; */
    height: 100%;
    width: 620px;
    background-color: #ccc;
}

.pic .img {
    height: 100%;
    width: 620px;
}

.introduce {
    position: absolute;
    top: 109px;
    left: 806px;
}

.introduce h4 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(212, 182, 107, 1);
}

.introduce .line {
    margin-top: 18px;
    margin-bottom: 12px;
    background-color: #f6f6f6;
    width: 24px;
    height: 2px;
}

.size {
    font-size: 16px;
    font-weight: 300;
    color: rgba(246, 246, 246, 1);
}

.details {
    width: 144px;
    line-height: 44px;
    text-align: center;
    margin-top: 37px;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.false {
    width: 100%;
    height: 95px;
    background-color: #f6f6f6;
}

.items {
    position: relative;
    margin-left: 112px;
    width: 980px;
    height: 140px;
}

.items .left {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 32px;
    text-align: center;
    background-color: #D1AF70;
    z-index: 999;
}

.items .left img {
    margin-top: 8px;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.items .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 56px;
    height: 32px;
    text-align: center;
    background-color: #D1AF70;
    z-index: 999;
}

.items .right img {
    margin-top: 8px;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.items1 {
    width: 380px;
    height: 140px;
    background-color: #d4b66b;
}

.items1 img {
    position: relative;
    top: 1px;
    left: 1px;
    width: 188px;
    height: 138px;
}

.item2 {
    width: 190px;
    height: 140px;
    margin-left: 10px;
    background-color: aqua;
}

.summarize {
    margin-left: 18px;
}

.summarize_h {
    margin-top: 22px;
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.summarize_m {
    margin-top: 18px;
    margin-bottom: 12px;
    width: 24px;
    height: 2px;
    background: rgba(246, 246, 246, 1);
}

.summarize_f {
    font-size: 12px;
    font-weight: 300;
    color: rgba(246, 246, 246, 1);
}

.wood-group{
    overflow: hidden;
    width: 1180px;
    height: 140px;
    margin: 0 auto;
}
.wood-group .wood-items{
    float: left;
    width: 190px;
    height: 100%;
    margin-right: 8px;
    background:rgba(212,182,107,1);

}
.wood-group .wood-items:first-child{
    width: 380px;
}
.wood-group .wood-items:first-child .wood-img{
    transform: scale(0.95)
}
.wood-group .wood-items.right{
    margin-right: 0;
}
.wood-group .wood-items .wood-img{
    display: block;
    float: left;
    width: 190px;
    height: 140px;
    transition: 0s linear;
    -webkit-transition: 0s linear;
    -moz-transition: 0s linear;
    -ms-transition: 0s linear;
    -o-transition: 0s linear;
}
.wood-group .wood-items .wood-text{
    position: relative;
    float: left;
    width: 190px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 10px;
    box-sizing: border-box;
}
.wood-items .wood-text .wood-title{
    width:145px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:26px;
    word-wrap:break-word;
}
.wood-items .wood-text .wood-line{
    width:24px;
    height:2px;
    background:rgba(246,246,246,1);
}
.wood-items .wood-text .wood-size{
    width:165px;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(246,246,246,1);
    line-height:24px;
    word-break:break-all;
}

/* 所有产品 */

.all {
    margin-top: 90px;
}

.title h6 {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.title p {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.exhibition {
    margin-top: 35px;
}

.plank li {
    width: 285px;
    margin-right: 15px;
    margin-bottom: 15px;
    height: 367px;
}

.plank li .img {
    width: 285px;
    height: 214px;
}

.product_bd1 {
    margin-top: 16px;
    font-size: 14px;
    color: rgba(209, 175, 112, 1);
}

.product_bd2 {
    margin-top: 10px;
    word-wrap:break-word;
}

.product_bd3 {
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.product_bd4 {
    font-size: 14px;
    color: #666666;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}