.desq-goods_type{padding:100px 0;background:#ECEBE9;position:relative;}
.desq-goods_type::before{content:"";position:absolute;left:0;top:110px;width:209px;height:359px;display:block;}
.desq-goods_type::after{content:"";position:absolute;right:0;bottom:100px;width:226px;height:538px;display:block;}
.desq-goods_type .wp{position:relative;z-index:20;}
.desq-goods_type .tit{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;}
.desq-goods_type .tit h3{font-size:34px;color:var(--tit-color);font-weight:700;line-height:1;position:relative;}
.desq-goods_type .tit h3::before{content:"";width:30px;height:2px;background:#666;display:inline-block;position:absolute;left:-48px;top:calc(50% - 1px);}
.desq-goods_type .tit a{font-size:13px;color:#2e2e2e;line-height:25px;border-bottom:1px solid #2E2E2E;}
.desq-goods_type .tit a i{font-size:18px;vertical-align:middle;}
.desq-goods_type .tit a:hover{color:rgba(46,46,46,0.6);border-bottom-color:rgba(46,46,46,0.6);}

.desq-goods_type ul{margin:20px 0 0;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:flex-start;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.desq-goods_type ul li{width:26.86%;margin: 35px 11px 0 11px;position:relative;box-sizing:border-box;text-align:center;}
.desq-goods_type ul li:first-child,.desq-goods_type ul li:last-child{width:41.6%}
.desq-goods_type ul li .pic{display:block;overflow:hidden;width:100%;border:15px solid #fff;background:#fff;box-sizing:border-box;position:relative;text-align:center;}
.desq-goods_type ul li .pic img{width:100%;transition:all 0.3s ease 0s;}
.desq-goods_type ul li p{margin-top:25px;font-size:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.desq-goods_type ul li p a{color:#333;}
.desq-goods_type ul li p a:hover{text-decoration:underline;}

.desq-goods_type ul li:hover .pic{box-shadow:0 0 30px rgba(157,158,157,0.43);}
.desq-goods_type ul li:hover .pic img{-ms-transform:scale(1.051) rotate(1deg);transform:scale(1.1) rotate(3deg);}

@media screen and (max-width:1400px){
    .desq-goods_type .tit h3{font-size:32px;}
}

@media screen and (max-width:1280px){
    .desq-goods_type{padding:70px 0;}
    .desq-goods_type ul li .pic{border:10px solid #fff;}
    .desq-goods_type ul li p{margin-top:15px;font-size:18px;}
}

@media screen and (max-width:768px){
    .desq-goods_type .tit h3{font-size:28px;}
    .desq-goods_type{padding:30px 0;}
    .desq-goods_type::before{top:110px;width:100px;height:172px;background-size:100px 172px;}
    .desq-goods_type::after{bottom:100px;width:80px;height:190px;background-size:80px 190px;}

    .desq-goods_type .tit h3::before{display:none;}

    .desq-goods_type ul{margin:10px 0 0;}
    .desq-goods_type ul li{margin:20px 0 0;}
    .desq-goods_type ul li .pic{border:5px solid #fff;}
    .desq-goods_type ul li p{margin-top:15px;font-size:17px;}

    .desq-goods_type ul li:hover .pic{box-shadow:0 0 10px rgba(157,158,157,0.43);}
}

@media screen and (max-width:600px) {
    .desq-goods_type ul li{width:48%;}
    .desq-goods_type ul li:first-child,.desq-goods_type ul li:last-child{width:100%}

    .desq-goods_type .tit h3{font-size:25px;}

}

@media screen and (max-width:480px) {
    .desq-goods_type .tit h3{font-size:24px;}
}