.bannerH{
	background-image: url(../images/joinUs_head_img.jpg);
}

.title{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}

.title p{
	font-size: 22px;
	color: #e92d2d;
	line-height: 45px;
}

.title span{
	line-height: 0px;
	font-size: 0px;
	width: 60px;
	height: 2px;
	display: block;
	margin: auto;
	background-color: #e92d2d;
}

/*招聘职位*/
.work .box{
	padding: 40px 60px;
	background-color: #f8f8f8;
}

.work .box .tab-head ul{
	clear: both;
	overflow: hidden;
	padding: 15px 0px;
	padding-left: 12px;
	border-bottom: 1px solid #dcdcdc;
}

.work .box .tab-head ul li{
	float: left;
	padding: 0px 5px;
	color: #333;
}

.work .box .tab-head ul li a{
	line-height: 26px;
	padding: 0px 10px;
	color: #333;
	font-size: 14px;
	display: inline-block;
}

.work .box .tab-head ul li a:hover{
	color: #fff;
	background-color: #e92d2d;
}

.work .box .tab-head ul li.active a{
	color: #fff;
	background-color: #e92d2d;
}

.work .box .tab-cont .do{
	clear: both;
	overflow: hidden;
}

.work .box .tab-cont .do a{
	display: block;
	clear: both;
	overflow: hidden;
}

.work .box .tab-cont .do ul.list li{
	clear: both;
	overflow: hidden;
	padding: 15px;
	padding-right: 10px;
	border-bottom: 1px solid #dcdcdc;
}

.work .box .tab-cont .do ul.list .left{
	float: left;
}

.work .box .tab-cont .do ul.list .left .p1{
	font-size: 16px;
	color: #e92d2d;
}

.work .box .tab-cont .do ul.list .left .p2{
	font-size: 14px;
	color: #666;
}

.work .box .tab-cont .do ul.list .left .p2 span{
	padding: 0px 8px;
}

.work .box .tab-cont .do ul.list .left .p2 span:first-child{
	padding-left: 0px;
}

.work .box .tab-cont .do ul.list span.right{
	margin: 5px 0px;
	border-radius: 6px;
	border: 1px solid #e92d2d;
	color: #e92d2d;
	line-height: 30px;
	padding: 0px 25px;
	display: inline-block;
	float: right;
}

.work .box .tab-cont .do ul.list li:hover span.right{
	background-color: #e92d2d;
	color: #fff;
}

.work .box .tab-cont .do ul.page{
	clear: both;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}

.work .box .tab-cont .do ul.page li{
	padding: 5px;
	float: left;
}

.work .box .tab-cont .do ul.page li a{
	line-height: 32px;
	padding: 0px 13px;
	text-align: center;
	border: 1px solid #dcdcdc;
	color: #888;
	display: inline-block;
}

.work .box .tab-cont .do ul.page li a:hover{
	color: #fff;
	background-color: #e92d2d;
	border-color: #e92d2d;
}

.work .box .tab-cont .do ul.page li.active a{
	color: #fff;
	background-color: #e92d2d;
	border-color: #e92d2d;
}

/*联系我们*/
.address{
	margin-top: 30px;
}

.address .map{
	position: relative;
	margin-top: 20px;
}

.address .map .txt{
	width: 28%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 10%;
	background-color: #ed7b61;
	color: #fff;
	padding: 30px 20px;
}

.address .map .txt p{
	font-size: 21px;
	font-weight: bold;
	padding-top: 10px;
}

.address .map .txt ul{
	margin-top: 20px;
}

.address .map .txt li{
	line-height: 36px;
	font-size: 13px;
}

@media screen and (max-width: 768px) {
	.work .box{
		padding: 20px 10px;
	}

	.work .box .tab-cont .do ul.list span.right{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}

	.address .map .txt{
		position: relative;
		width: 100%;
		right: 0px;
	}
}