/* banner */
.top-area .img-pc{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/3-axis/3-axis.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
	.top-area .img-m{
		background-image: url(https://usfile.jingdiao.com/uswebsite/images/Series/3-axis/3-axis-m.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

/* 机床卡片 */
.machine-item:nth-child(5) figure{
	background: url(https://usfile.jingdiao.com/uswebsite/images/Series/3-axis/HGA400.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/3-axis/HGA600.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/3-axis/HGA800.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/3-axis/HGA1200.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/3-axis/HGA2000.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.top-container {
  width: 43%;
}
@media only screen and (max-width: 1599px) {
	.top-container {
  		width: 49%;
	}
}
@media only screen and (max-width: 1299px) {
	.top-container {
  		width: 54%;
	}
}
@media only screen and (max-width: 1024px) {
  .top-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1120px) and (min-width: 1025px) {
	.top-title{
		margin-bottom: 15px;
	}
	.top-desc{
		margin-bottom: 10px;
	}
	.top-info:nth-child(4){
		margin-bottom: 20px;
	}
}