/*鍏徃绠�浠�*/

.company-title {
	font-size: 36px;
	color: #2A2A2A;
	padding: 16px 0;
	position: relative;
	margin: 50px 0;
	margin-bottom: 6px;
}

/* .company-title:after {
	background-color: #ed3636;
	content: '';
	height: 2px;
	width: 70px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
} */

.company-pic.company-bg-color {
	background: #F8F8FA;
}

.company-pic {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.company-pic img {
	width: 100%;
	/*height: 585px;*/
}

.company-pic p {
	font-size: 20px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
	width: 70%;
	margin: auto;
	background: #F8F8FA;
	margin-top: 140px;
}

.company-bottom {
	width: 100%;
	height: 500px!important;
	background-image: url(../image/bg-image.png);
	background-size: 100% 100%;
}

.company-title.company-titles {
	padding-top: 60px;
}

.company-bottom p {
	font-size: 20px;
	color: #555555;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}