@media screen and (max-width: 1680px) {
	.topC{
		width: 1200px;
	}
	.menuDl dd{
		margin: 0 8px;
	}
	.columnCon{
		width: 1200px;
	}
	.inliner-bg {
		width: 500px;
		height: 500px;
		margin: -250px 0 0 -250px;
	}
	.circle-bg {
		width: 500px;
		height: 500px;
		margin: -250px 0 0 -250px;
	}
	.inliner-list {
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		transform-origin: center;

	}
	.service{
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transform-origin: top;
	}
}
@media (max-width: 1440px) {
	.inliner-bg {
		width: 432px;
		height: 432px;
		margin: -216px 0 0 -216px;
	}
	.circle-bg {
		width: 432px;
		height: 432px;
		margin: -216px 0 0 -216px;
	}
	.inliner-banner li .con{
		width: 500px;
		margin:-145px 0 0 -250px;
	}
	.service{
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: top;
	}
	.inliner-list {
		transform: scale(0.65);
		-webkit-transform: scale(0.65);
		transform-origin: center;
	}
	
	.column2 .arrowDown{
		bottom: 75px;
	}
}
@media (max-width: 1366px) {
	.inliner-banner li .con {
		display: block;
		width: 450px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -180px 0 0 -210px;
		transform: scale(1);
	}
	.inliner-banner li span.title{
		font-size: 18px;
	}
	.inliner-banner li span.titleEg{
		font-size: 28px;
	}
	.inliner-banner li .more{
		width: 140px;
		height: 32px;
		line-height: 32px;
	}
	.service{
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform-origin:top;
	}
	.column2 .arrowDown{
		bottom: 180px;
	}
	
}