@media (max-width:1280px) {
	.block{
		display: none!important;
	}
	.banner .allTit{
		position: absolute;
		top: 9.75rem;left: 6.25rem;
		display: flex;
		align-items: center;
	}
	.banner .title{
		font-size: 2.25rem;
		font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 700;
		color: #FFFFFF;
	}
	.banner .allTit .line{
		display: none;
	}
	.banner .allTit .sameTit p{
		display: none;
	}
	
	
	/* 标签 */
	.product {
		padding-top: 2.75rem;
	}
	.product .alab{
	    display: none;
	}
	.allProduct {
		width: 44.375rem!important;
	}
	.allProduct .pItem{
	    width: 44.375rem;
	    height: 17.3125rem;
		margin: 0 auto 1.625rem;
	    display: flex;
	}
	.allProduct .pItem .pItem_pic{
	    width: 20.4375rem;
	    height: 17.3125rem;
	}
	.allProduct .pItem .mask{
	    width: 24.125rem;
	    height: 17.3125rem;
	    background: #F4F4F4;
	    padding: 1.5625rem;
	}
	.allProduct .pItem .mask .maskTit{
	    font-size: 1.625rem;
	    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #333333;
	    margin-bottom: 0.625rem;
	}
	.allProduct .pItem .mask .maskCon{
	    font-size: 1.25rem;
	    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #666666;
	    line-height: 1.875rem;
	    margin-bottom: 1.0625rem;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;

	}
	.allProduct .pItem .mask .maskBtn{
	    width: 10rem;
	    height: 2.875rem;
		background: linear-gradient(90deg, #214DAE 0%, #63B25F 100%);
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    font-size: 1.5rem;
	    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #FFFFFF;
		float: right;
	}
	.allProduct .pItem .mask .maskBtn img{
	    width: 1.25rem;
	    height: 0.6875rem;
		margin-left: 0.5rem;
	}
}
@media (min-width:1280px) {
	.done{
		display: none;
	}
	.banner .allTit{
		position: absolute;
		top: 8.8542vw;left: 13.4375vw;
		display: flex;
		align-items: center;
	}
	.banner .title{
		font-size: 1.875vw;
		font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 700;
		color: #FFFFFF;
	}
	.banner .allTit .line{
		width: .1042vw;
		height: 1.7188vw;
		background: #FFFFFF;
		margin: 0 1.0417vw;
	}
	.banner .allTit .sameTit p{
		font-size: .7292vw;
		font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 1.0938vw;
	}


    /* 标签 */
    .product .alab{
        width: 100%;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 2.0833vw;
    }
    .product .label_address{
        display: flex;
        align-items: center;
        height: 3.4896vw;
        justify-content: space-between;
       
    }
    .product .label_address .address{
        font-size: .7292vw;
        font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
    }
    .product .label_address ul{
        display: flex;
        align-items: center;
    }
    .product .label_address ul li{
        width: 7.7083vw;
        height: 3.4896vw;
        color: #333;
        line-height: 3.4896vw;
        text-align: center;
        font-size: .9375vw;
        cursor: pointer;
    }
    .product .label_address ul li.current{
        background: #63B25F;
        color: #fff;
    }
    .product .label_address ul li:hover{
        background: #63B25F;
        color: #fff;
    }
    .allProduct {
    	margin-bottom: 2.0416vw!important;
    }
    .allProduct .pItem{
        width: inherit;
        height: 11.875vw;
        margin-bottom: 1.0417vw;
        display: flex;
    }
    .allProduct .pItem:hover .mask{
        background-color: #fff;
        box-shadow: 5px 5px 2px 0px rgba(0, 0, 0, 0.02);	
    }
    .allProduct .pItem:hover .mask .maskBtn{
        background: linear-gradient(90deg, #214DAE 0%, #63B25F 100%);
        color: #fff;
    }
    .allProduct .pItem .pItem_pic{
        width: 18.8021vw;
        height: 11.875vw;
    }
    .allProduct .pItem .mask{
        width: 54.1146vw;
        height: 11.875vw;
        background: #F4F4F4;
        padding: 2.0833vw 1.7708vw 0 2.0833vw;
    }
    .allProduct .pItem .mask .maskTit{
        font-size: 1.0417vw;
        font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #333333;
        margin-bottom: .5208vw;
    }
    .allProduct .pItem .mask .maskCon{
        font-size: .8333vw;
        font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 1.25vw;
        margin-bottom: 1.25vw;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
    }
    .allProduct .pItem .mask .maskBtn{
        width: 8.0208vw;
        height: 1.875vw;
        line-height: 1.875vw;
        text-align: center;
        border: 1px solid #999999;
        font-size: .7292vw;
        font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #999999;
		cursor: pointer;
    }
	.allProduct .pItem .mask .maskBtn img{
	    width: 1.0417vw;
	    height: 0.5729vw;
		margin-left: 0.5vw;
	}
    
}
.box{
    	width: 100%;
    	height: 13vw;
    	text-align: center;
    	padding-top: 100px;
    	font-size: 24px;
      	color: #666;
      	font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    }