
.content .job .jbtitle {
	background: #006ebc;
	color: #fff;
	font-size: 20px;
	padding: 15px;
	text-align: center;
}
.content .job table{  width: 100%;
	border-bottom: 1px solid #d2d2d2;	
		border-right: 1px solid #d2d2d2;
	}
.content .job table td{
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
	height: 50px;
}

.content .job table tr td:nth-child(1),.content .job table tr td:nth-child(2),.content .job table tr td:nth-child(3){
	width: 15%;
}
.content .job table tr td:nth-child(4){
	width: 55%;
}
.content .job .bgef{background: #efefef;}
.content .job .download{
	text-align: center;
	padding: 25px 0 45px;
}
.content .job .download a{
	background: #006ebc;
	border-radius: 30px;
	color: #fff;
	padding: 15px 30px;
	font-family: "微软雅黑";
	cursor: pointer;
	display: inline-block;
}
.content .job .download a:hover{
	background: #087fd3;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.bannersmall2{
	background:url(../images/contact_banner2.jpg);
	width: 100%;
	height: 590px;
	background-size:100% 100%;
}
.colfff{color: #fff!important;}
.bannersmall2_text{
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.bannersmall2 .title{
	padding-top: 105px;
}