@media only screen and (max-width:1920px ) {
	.rightCon{
		width:630px;
		background-size: contain;
	}
	.subMain{
		background-position: 86% top;
		/* background-repeat-y: inherit; */
	}
	
	
	
}

@media only screen and (max-width:1680px ) {
	body{
		background:#fafafa;
	}
	.rightCon{
		width: 540px;
	}
	.subMain{
		background-position: 86% top;
		/* background-repeat-y: inherit; */
	}
	.proImgBoxL li{
		margin-right:50px;
	}
	
}


@media only screen and (max-width:1450px ) {
	.rightCon{
		width: 540px;
	}
	.subMain{
		background-position: 86% top;
		background-repeat: no-repeat;
		/*background-repeat-y: inherit;*/
	}
	body{
		background: url(../images/web/back02.jpg) ;
	}
	
}


