.region {
	padding-top: 3%;
	padding-bottom: 3%;
}
.region li{
	display: inline-block;
	width: 8.18%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: #efefef;
	vertical-align: top;
	text-align: center;
}
.region li:nth-of-type(11n){
	margin-right: 0;
}
.region li.active{
	color: #fff;
	background-color: #f58635;
}
.job li{
	display: none;
}
.job li.active{
	display: block;
}
.job li section{
	padding: 5%;
	margin-bottom: 5%;
	box-shadow: 0 4px 38px rgba(136,136,136,.24);
}
.job h4{
	position: relative;
}
.job li h4:after{
	position: absolute;
	content: '';
	right: 5%;
	top: 0;
	width: 34px;
	height: 34px;
	background: url(images/icon2.png) no-repeat center;
}
.job h4 p{
	font-size: 22px;
	line-height: 15px;
	padding-left: 50px;
	padding-top: 10px;
	background: url(images/icon1.png) no-repeat 5px center;
	display: inline-block;
	border-bottom: 8px solid #f58635;
}
.job .info{
	position: relative;
	padding: 3% 5%;
	margin: 3% 3% 0;
	background-color: #f4f4f4;
}
.job .info>div{
	padding: 20px;
	border-left: 1px solid #f58635;
}
.job h5{
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	position: relative;
}
.job h5:before{
	position: absolute;
	content: '';
	left: -26px;
	top: 4px;
	width: 12px;
	height: 12px;
	background-color: #f58635;
	border-radius: 50%;
}
.job p{
	font-size: 16px;
	line-height: 28px;
}
.job div.contact{
	position: absolute;
	bottom: 6%;
	right: 3%;
	font-weight: bold;
	padding: 10px;
	background-color: #ededed;
	border: none;
}
.job div.contact p{
	padding-left: 10px;
	border-left: 6px solid #f58635;
}
