@media (max-width:1280px) {
	.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 .alab{
	    width: 100%;
	    border-bottom: 1px solid #D8D8D8;
	    margin-bottom: 2.0833vw;
	}
	.product .label_address{
	    height: 4.1875rem;      
	}
	.product .label_address .address{
	    display: none;
	}
	.product .label_address ul{
	    display: flex;
	    align-items: center;
		height: 4.1875rem;
	}
	.product .label_address ul li{
	    width: 9.9375rem;
	    height: 4.1875rem;
	    color: #333;
	    line-height: 4.1875rem;
	    text-align: center;
	    font-size: 1.625rem;
	    cursor: pointer;
	}
	.product .label_address ul li.current{
	    background: #63B25F;
	    color: #fff;
	}
	
	.allProduct{
	    width: 44.375rem!important;
	}
	.allProduct .pItem{
	    width: 44.375rem;
	    margin:0 1.0417vw 1.0417vw 0;
	}
	.allProduct .pItem:hover .mask .maskBtn{
	    background: linear-gradient(90deg, #214DAE 0%, #63B25F 100%);
	    color: #fff;
	}
	.allProduct .pItem:hover .mask .maskTit{
	    color: #63B25F;
	}
	.allProduct .pItem img{
	    width: 44.375rem;
	    height: 26.625rem;
	}
	.allProduct .pItem .mask{
	    width: 44.375rem;
	    height: 17.25rem;
	    background: #F4F4F4;
	    padding: 2.1875rem 1.4375rem 0 1.75rem;
	}
	.allProduct .pItem .mask .maskTit{
	    font-size: 1.75rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #333333;
	    line-height: 2rem;
		height: 3.625rem;
	}
	.allProduct .pItem .mask .maskCon{
	    font-size: 1.375rem;
		height: 3.15rem;
	    font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
	    font-weight: 400;
	    color: #666666;
	    line-height: 1.625rem;
	    display: -webkit-box;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
		margin-top: 1.25rem;
	}
	.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;
		margin-top: 1.125rem;
	}
	.allProduct .pItem .mask .maskBtn img{
	    width: 1.25rem;
	    height: 0.6875rem;
		margin-left: 0.5rem;
	}
	.box{
    	width: 100%;
    	height: 13rem;
    	text-align: center;
    	font-size: 2rem;
    	line-height: 10rem;
      	color: #666;
      	font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
    }
	
	
	
	
}
@media (min-width:1280px) {
	.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{
        display: flex;
        flex-wrap: wrap;
    }
    .allProduct .pItem{
        width: 17.4479vw;
        margin:0 1.0417vw 1.0417vw 0;
    }
    .allProduct .pItem:hover .mask .maskBtn{
        background: linear-gradient(90deg, #214DAE 0%, #63B25F 100%);
        color: #fff;
    }
    .allProduct .pItem:hover .mask .maskTit{
        color: #63B25F;
    }
    .allProduct .pItem img{
        width: 17.4479vw;
        height: 10.5208vw;
        display: block;
    }
    .allProduct .pItem:nth-child(4n){
        margin-right: 0;
    }
    .allProduct .pItem .mask{
        width: 17.4479vw;
        height: 11.1979vw;
        background: #F4F4F4;
        padding: 1.0417vw;
    }
    .allProduct .pItem .mask .maskTit{
        font-size: .9375vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #333333;
        line-height: 1.4063vw;
		height: 2.7604vw;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-bottom: .5208vw;

    }
    .allProduct .pItem .mask .maskCon{
        font-size: .7292vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #666666;
        line-height: 1.0938vw;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 1.0417vw;
		height: 2.2396vw;

    }
    .allProduct .pItem .mask .maskBtn{
        width: 8.0208vw;
        height: 1.875vw;
        background: #EAEAEA;
        text-align: center;
        cursor: pointer;
        line-height: 1.875vw;
        font-size: .7292vw;
        font-family: "Î¢ÈíÑÅºÚ", "Microsoft YaHei", Arial, sans-serif;
        font-weight: 400;
        color: #666;
    }
	.allProduct .pItem .mask .maskBtn{
	    width: 8.0208vw;
	    height: 1.875vw;
	    line-height: 1.875vw;
	    text-align: center;
	    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;
    }

	
}<!--ºÄÊ±1774079246.9688Ãë-->