.construction-up{
	width: 100%;
}
.construction-up img{
	width: 100%;
}
.construction-down{
	padding: 30px 0;
}
.construction-down-box{
	width: 1200px;
	height: 692px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.construction-down-box-left,
.construction-down-box-right{
	width: 598px;
	height: 692px;
}
.construction-down-box-left img,
.construction-down-box-right img{
	width: 100%;
	height: 100%;
}
.construction-down-box-right div{
	width: 100%;
	height: 405px;
	background: #2d2d2d;
}
.construction-down-box-right div:nth-child(2){
	height: 246px;
	margin-top: 6px;
	padding-top: 35px;
}
.construction-down-box-right div:nth-child(2) p{
	margin: 0 68px;
	font-size: 16px;
	line-height: 30px;
	color: #f5f5f5;
}
.construction-down-box-right div:nth-child(2) p:first-child{
	font-size: 24px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-bottom: 30px;
	position: relative;
}
.construction-down-box-right div:nth-child(2) p:first-child span{
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #1cb234;
	position: absolute;
	left: 0;
	bottom: -16px;
}
.showPcImg{
	display: block;
}
.showPhoneImg{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.construction-down-box{
		width: 100%;
		height: auto;
		justify-content: space-around;
	}
	.construction-down-box-left,
	.construction-down-box-right{
		width: 46%;
		height: auto;
	}
	.construction-down-box-right div{
		height: auto
	}
	.construction-down-box-right div:nth-child(2){
		height: auto;
		padding-bottom: 20px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	.construction-down{
		padding: 10px 0;
	}
	.construction-down-box{
		width: 92%;
	}
	.construction-down-box-left,
	.construction-down-box-right{
		width: 100%;
		display: flex;
	}
	.construction-down-box-right div{
		width: 50%;
		height: auto;
		background: #2d2d2d;
	}
	.construction-down-box-right div:nth-child(2){
		margin-top: 0;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.construction-down-box-right div:nth-child(2) p{
		margin: 0 5px;
		font-size: 12px;
		line-height: 18px;
	}
	.construction-down-box-right div:nth-child(2) p:first-child{
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 10px;
	}
	.construction-down-box-right div:nth-child(2) p:first-child span{
		display: inline-block;
		width: 20px;
		height: 1px;
		bottom: -5px;
	}
	.showPcImg{
		display: none;
	}
	.showPhoneImg{
		display: block;
	}
}