/* banner */
.top-area .img-pc{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.top-area .img-m{
		background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

/* 机床卡片 */
.machine-item:nth-child(4) figure{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA400P.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.machine-item:nth-child(3) figure{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA400T.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.machine-item:nth-child(2) figure{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA550T.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.machine-item:nth-child(1) figure{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/LMA/LMA800.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 1025px){
	.top-container {
    	width: 40%;
	}
}
@media only screen and (max-width: 1750px) and (min-width: 1025px){
	.top-container {
    	width: 39%;
	}
}
@media only screen and (max-width: 1399px) and (min-width: 1025px){
	.top-container {
    	width: 50%;
	}
}