main{
	width: 100%;
}
main .enterprise{
	width: 1200px;
	margin: 0 auto;
	color: #555;
	margin-bottom: 54px;
}
.enterprise .enterTile{
	font-size: 16px;
	color: #FA4F1C;
	margin-bottom: 28px;
	cursor: pointer;
}
.enterprise .enterTile a{
	font-size: 16px;
	color: #FA4F1C;
}
.enterprise .enterText{
	color: #555;
	margin-bottom: 25px;
}
.enterprise .enterText p{
	line-height: 30px;
}
.enterprise .enterCenter{
	padding: 25px 0;
	border-top: 1px dashed #d2d2d2;
	border-bottom: 1px dashed #d2d2d2;
}
.enterprise .enterCenter p{
	line-height: 30px;
}
.enterprise .enterImg{
	width: 880px;
	height: 360px;
	margin: 30px 0;
	position: relative;
}
.enterprise .enterImg::after{
	content: "";
	display: inline-block;
	width: 65px;
	height: 5px;
	background-color: #FA4F1C;
	position: absolute;
	right: -40px;
	top: 83px;
}
.enterprise .imgRight {
	color: #888;
	font-size: 16px;
}
.enterprise .imgRight p{
	text-align: right;
}
.enterprise .imgRight .us{
	font-size: 26px;
}
.enterprise .imgRight .us span{
	color: #FA4F1C;
}
.enterprise .imgRight .choose{
	font-size: 36px;
	margin:30px 0 25px;
}
.enterCenter .center{
	display: flex;justify-content: space-between;align-items: center;
}
.enterprise .enterEnd{
	color: #555;
	margin: 27px 0;
}