.wuliuproduct{
	width: 100%;
	height: auto;
	padding-top: 70px;
	margin-bottom: 70px;
}
.wuliuproductk{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.wuliuproductleft{
	width: 21.43%;
	 border: 2px solid #0066cd;
}
.wuliuproducttop{
	width: 100%;
	height: 68px;
	background-color: #3062bb;
	text-align: center;
	line-height:68px;
	font-size: 24px;
	color: white;
}
.wuliuproductlist{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.wuliuproductright{       
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #fbfbfb;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.productrightmain{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pm{
	width: 31%;
	margin-bottom: 15px;
    border:2px solid transparent;
}
.pmimg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pmimg img{
	width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}
.pm:hover img{
	width: 100%;
	border: 0;
	/* transform: scale(1.1);
    -webkit-transform: scale(1.1); */
}
.pmtext{
	    height: 70px;
	    line-height: 70px;
	    width: 100%;
	    position: relative;
}

.ch{
    font-size: 16px;
    padding-left: 10px;
	color: #666666;
}


.line_1{
    position: absolute;
    display: block;
    width: 24px;
    height: 1px;
    top: 50%;
    right: 30px;
    margin-top: -1px;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
     background-color:transparent;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.line_2 {
    position: absolute;
    display: block;
    width: 1px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    right: 42px;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    background-color:transparent;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.pm:hover{
	width: 31%;
	margin-bottom: 15px;
	border: 2px solid #0066cd;
}

.pm:hover .pmtext{
	transition: 0.6s;
	 background-color: #0066cd;
	color: white;
}
.pm:hover .ch{
	color: #ffffff;
}
.pm:hover .line_1{
	transform:translate(0);
	-webkit-transform:translate(0);
	background-color: #fff;
}
.pm:hover .line_2{
	transform:translate(0);
	-webkit-transform:translate(0);
	background-color: #fff;
}

.zt1{
	color: #2670bc;
	font-size: 18px;
	
}

.zhanshi1{
	color: #666666;
	font-size: 18px;
	padding-left: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
}

@media (max-width:1400px) {
	.wuliuproduct{
		width: 100%;
		height: auto;
		padding-top: 50px;
		margin-bottom:50px;
	}
	.wuliuproductk{
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.wuliuproductleft{
		width: 22.8%;
		border:2px solid #0066cd;
	}
}

@media (max-width:1200px) {
	
	.wuliuproductleft{
		width: 29.8%;
		border:2px solid #0066cd;
	}
	
	.wuliuproductright{       
		width: 68%;
		display: flex;
		justify-content: space-between;
		background-color: #fbfbfb;
	}
	.pm{
		width: 45%;
		margin-bottom: 15px;
		border:2px solid transparent;
	}
	.pm:hover{
		width: 45%;
		margin-bottom: 15px;
		border: 2px solid #0066cd;
	}
}

@media (max-width:996px) {
	.productrightmain {
	    padding-left: 0px;
	    padding-right: 0px;

	}
	.pmtext {
	    height: 50px;
	    line-height: 50px;
	    width: 100%;
	    position: relative;
	}
	.wuliuproductleft{
		width: 100%;
		border: solid 2px #0066cd;
	}
	
	.wuliuproductright{       
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fbfbfb;
		padding-left: 0px;
		    padding-right: 0px;
		    padding-top: 0px;
	}
	.pm{
		margin-top: 10px;
		width: 100%;
		margin-bottom: 10px;
		border: 2px solid transparent;
	}
	.pm:hover{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 2px solid #0066cd;
	}
	
	.zhanshi1{
		color: #666666;
		font-size: 16px;
		padding-left: 6px;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.wuliuproducttop {
	    height: 44px;
	    line-height: 44px;
	    font-size: 20px;
	}
	.zt1{
		color: #2670bc;
		font-size: 16px;
		
	}
	.wuliuproduct {
	    padding-top:20px;
	    margin-bottom:20px;
	}
	
}