.technoloy-content{
	display: flex;
    box-orient:vertical;
	flex-direction:column;
	padding-bottom: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.free-content-wrap{
	text-align: center;
	background: #f2f2f2;
	width: 100%;
	top: 0;
	height: 107px;
	pointer-events: none;
	z-index: 1;
}
.content-text{
	display:inline-block;
	width: 109px;
	height: 39px;
	margin-top: 43px;
	margin-right: auto;
	margin-left: auto;
}
.content-text div{
	display:inline-block;
	text-align: center;
	font-size: 25px;
	margin: 0 auto;
	color: rgb(49, 49, 49)
}

@media only screen and (min-width: 500px){
	.big-imgs img{
		padding-left: 40px;
		width: 48%;
	}
	.small-imgs{
		padding-top: 10px;
	}
	.small-imgs img{
		height:55px;
		width: 19%;
		margin-left: 6px;
	}
	.img-wrap-left{
		display:inline-block;
		background-image: url(/images/hengxian.png);
		width: 246px;
		min-height: 10px;
		height: 10px;
	}
	.img-wrap-right{
		display:inline-block;
		background-image: url(/images/hengxian.png);
		width: 246px;
		min-height: 10px;
		transform: rotateZ(180deg);
		height: 10px;
	}
}
@media only screen and (max-width: 500px){
	.big-imgs img{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		height: 300px;
	}
	.small-imgs img{
		height: 60px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 5px;
	}
}
