.el-main{
	background: #f7f8fa;
}
.consociation-box{
	width:1107px;
	height:708px;
	margin: 50px auto;
}
.consociation-box img{
	width: 100%;
}
.showPcImg{
	display: block;
}
.showPhoneImg{
	display: none;
}
@media only screen and (min-width: 100px) and (max-width: 414px) {
	.consociation-box{
		width:100%;
		height:auto;
		margin: 10px auto;
	}
	.showPcImg{
		display: none;
	}
	.showPhoneImg{
		display: block;
	}
}