.mapCon{
	/* border:1px solid #f00; */
	width:80%;
	min-width:1080px;
	margin:auto;
	padding-top: 2em;
	margin-bottom: 4em;
}
.mapCon ul{
	border-bottom:2px solid #004ea2;
	overflow: hidden;
}
.mapCon ul li{
	float:left;
	/* border:1px solid #0f0; */
	padding:1em 3em 1em 0;
	font-size: 20px;
	cursor: pointer;
	color:#333;
}
.mapCon ul li.active{
	color:#004ea2;
	/* font-weight: bold; */
}
.factoryPic{
	display: flex;
	padding:1em 0 0 0;
}
.factoryPic>*{

}
.factoryPic ol{
	width:32%;
	margin-top: 2em;
	margin-right: 3%;
	border: 1px solid #eee;
}
.factoryPic>div{
	width:65%;
}
.factoryPic ol li{
	display: none;
}
.factoryPic ol li:first-child{
	display: block;
}
.factoryPic h2{
	line-height: 2;
	color:#004ea2;
	font-weight: normal;
	font-size: 22px;
	padding:0 32px;
	margin-top:0.5em;
}
.factoryPic p{
	line-height: 2;
	color:#999;
	font-weight: normal;
	font-size: 16px;
	padding:0 2em 1em 2em;
	overflow-wrap: break-word;
	    word-break: break-all;
}
.recruitTile{
	font-weight: normal;
	font-size:22px;
	width: 80%;
	min-width:1080px;
	margin:2em auto 0 auto;
	border-bottom:2px solid #eee;
	padding: 1em 0;
	
}
.mediaCenter ul{
	padding:0 !important;
	padding-bottom: 2em !important;
}


.talentCenter{
	width:80%;
	min-width:1080px;
	margin:-32em auto 0 auto;
	
}
.talentCenter h1{
	color:#ffe100;
	font-size: 36px;
	width:60%;
	padding-bottom: 0.5em;
}
.Philosophy{
	color:#fff;
	font-size: 18px;
	width:60%;
	margin-bottom: 7em;
	line-height: 1.8;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
		
}
.talentCenter ul{
	width:100%;
	min-width:1040px;
	margin:auto;
	
	display: flex;
	justify-content:space-between ;
}
.talentCenter ul li{
	width:31%;
	background-color: #fff;
	border-radius: 0.5em;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
	padding:3%;
}
.talentCenter li h2{
	border-bottom: 1px solid #ccc;
	color: #004ea2;
	padding-bottom: 0.5em;
}

.talentCenter li p{
	color:#888;
	padding-top:1em;
	line-height: 1.8;
}