@charset "utf-8";
/* CSS Document */
/*发展历程*/
.layui-timeline {
	padding: 0 0 15px;
}
.layui-timeline-item {
	position: relative;
	padding-bottom: 40px;
}
.layui-timeline-item:first-child::before {
	display: block;
}
.layui-timeline-item:last-child::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 0;
	height: 100%;
}
.layui-timeline-item::before {
	content: '';
	position: absolute;
	left: 5px;
	top: 11px;
	z-index: 0;
	width: 1px;
	height: 100%;
}
.layui-timeline-item::before {
	border-left: 1px dashed #888888;
}
.layui-timeline-axis {
	position: absolute;
	left: 2px;
	top: 11px;
	z-index: 10;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FF8410;
}
.layui-icon {
	background: #fff;
	border: 2px solid #FF8410;
	left: 0px;
}
.layui-timeline-content {
	padding-left: 30px;
}
.layui-text {
	line-height: 30px;
	font-size: 16px;
	color: #4D4D4D;
}
.layui-timeline-title {
	position: relative;
	margin-bottom: 20px;
	color: #FF8410;
	font-size: 30px;
}
/*公司简介*/
.compcont p {
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 40px;
}
.compcont img {
	width: 100%;
}
/*资质荣誉*/
.symposium li:nth-child(4n+4) {
	margin: 0 0 10px;
}
.symposium li {
	width: 185px;
	float: left;
	margin: 0 40px 10px 0;
	text-align: center;
	padding-bottom: 11px;
}
.symposium li .hod {
	position: relative;
	height: 185px;
	background: #f5f5fa;
    overflow: hidden;
}
.symposium li img {
	position: absolute;
	max-width: 185px;
    max-height: 185px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.symposium li p, .environment li p {
	font-size: 16px;
	padding: 10px 0 ;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 42px;
	cursor: pointer;
	margin-bottom: 10px;
}

/*员工风采、企业环境*/
.environment li:nth-child(3n+3) {
	margin: 0 0 10px;
}
.environment li {
	width: 260px;
	margin: 0 30px 10px 0;
	float: left;
	padding-bottom: 11px;
}
.environment li .hod {
	position: relative;
	height: 146px;
	background: #f5f5fa;
    overflow: hidden;
	
}
.environment li .on {
/*	border: 1px solid #FF8410;*/
}
.environment li img {
	position: absolute;	
	max-width: 260px;
    max-height: 146px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
}
/*加入我们*/
.post {
	background: #fff url(../img/top_banner.png) no-repeat left 72px;
	background-size: 1920px 200px;
	min-width: 1280px;
}

.main .jobcenter{
	line-height: 30px;
	margin-top: 30px;
}

