.position{
	background-color: #eeeeee;
}
.content{
	width: 1280px;
	margin: 0 auto;
}
.content h3{
	text-align: center;
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 50px;
	margin-top: 100px;
}
.content>p{
	font-size: 18px;
	line-height: 32px;
	text-indent: 40px;
}
.company{
	height: 480px;
}
.company:nth-of-type(2){
	margin: 130px 0 113px;
}
.company .company-left{
	width: 250px;
	float: left;
}
.company .company-left p{
	position: relative;
	font-size: 22px;
	text-indent: 20px;
	margin-bottom: 45px;
}
.company .company-left div{
	line-height: 28px;
}
.company .company-left img{
	position: relative;
	top: 4px;
	margin-right: 5px;
}
.company .company-left p::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 22px;
	background-color: #238ef8;
	left: 0;
	top: 4px;
}
.company .company-right{
	float: right;
}
.company .company-right img{
	width: 940px;
	height: 480px;
}