.sec1{
	padding: 10% 0 6.25%;
}
.sec1 .left,.sec1 .right{
	width: 46.3%;
	display: inline-block;
	vertical-align: top;
}
.sec1 .left{
	margin-right: 7.4%;	
}
.sec1 .left img{
	margin-bottom: 3.333%;
	height: 50px;
	max-width: 100%;
}
.sec1 .left img.big25{
	height: 25px;
}
.sec1 .left img.big30{
	height: 30px;
}
.sec1 .left img.big35{
	height: 35px;
}
.sec1 .left img.big40{
	height: 40px;
}
.sec1 .left img.big45{
	height: 45px;
}
.sec1 .left img.big60{
	height: 60px;
}
.sec1 .left img.big80{
	height: 80px;
}
.sec1 .left img.big100{
	height: 100px;
}
.sec1 h3{
	font-size: 36px;
	color: #333;
	line-height: 1.5;
	font-weight: normal;
}
.sec1 p{
	font-size: 16px;
	color: #000;
	line-height: 1.78;
	margin-bottom: 1.78em;
}
.sec1 p:last-child{
	margin-bottom: 0;
}


.content{
	background-color: #f9fafc;
	padding-bottom: 8.177%;
	text-align: center;
}
.content img{
	width: 70.49383%;
}
.content img.bg{
	width: 100%;
}



@media only screen and (max-width:1024px) {

	.sec1{
		padding: 5rem 0 2.5rem;
	}
	.sec1 .left,.sec1 .right{
		width: 100%;
		display: block;
	}
	.sec1 .left{
		margin-right: 0;
		margin-bottom: 2rem;
	}
	.sec1 .left img{
		margin-bottom: 1rem;
		height: 2rem;
	}
	.sec1 .left img.big100{
		height: 4rem;
	}
	.sec1 .left img.big25{
		height: 1rem;
	}
	.sec1 .left img.big30{
		height: 1.2rem;
	}
	.sec1 .left img.big35{
		height: 1.4rem;
	}
	.sec1 .left img.big40{
		height: 1.6rem;
	}
	.sec1 .left img.big45{
		height: 1.8rem;
	}
	.sec1 .left img.big60{
		height: 2.4rem;
	}
	.sec1 .left img.big80{
		height: 3.2rem;
	}
	.sec1 h3{
		font-size: 1.5rem;
	}
	.sec1 p{
		font-size: 0.75rem;
	}

	.content{
		padding-bottom: 1rem;
	}
	.content img{
		width: 100%;
	}

}