@charset "utf-8";
.btn{
	 display: inline-block;
	 *display: inline;
	 *zoom: 1;
	 margin-bottom: 0;
	 padding: 0;
	 font-size: 14px;
	 width: 100px;
	 height: 38px;
	 line-height: 38px;
	 text-align: center;
	 cursor: pointer;
	 background-color: #fff;
	 color: #fff;
	 -webkit-webkot-border-radius:4px;
	 -moz-webkot-border-radius:4px;
	 border-radius:4px;
}
.btn-blue{
	background:#23a3dd
}
.btn-blue:hover{
	background:#37baf5
}
.g-job{
	padding-bottom: 30px;
}
.job-hd{
	padding: 15px 0;
	border-bottom: 1px #c7d6e5 solid
}
.job-hd .title{
	font-size: 20px;
}
.job-bd .select-item{
	float: left;
}
.job-bd .select-item{
	margin-right: 12px;

}
.job-select{
	padding: 20px 0 40px
}
.job-bd .select-item a{
	display: inline-block;
	width: 172px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background: #dbe1e7;
	display: block;
	color:#444866
}
.job-bd .select-item.current a{
	background: #23a3dd;
	color: #fff
}
.job-detail dd{
	padding:10px 0 30px;
	margin-bottom: 30px;
	border-bottom: 1px #c7d6e5 solid
}
.job-detail dl dt{
	font-size: 18px;
	font-weight: bold;
	color: #444866
}
.job-detail dl dd{
	line-height: 30px;
	color: #444866
}
.btn-box .sub-btn{
	margin-top: 12px;
	width: 98px;
	height: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.back-index-link{
	padding:30px 104px;
	color:#333
}
/*banner动画部分-S*/
		.banner-main{
    		position:relative;
    		top:0;
    		left:0;
    		width:100%;
    		min-width:1200px;
    		height:350px;
    		overflow:hidden;
    		background:url('../images/recuit/basic-banner.jpg') no-repeat center top
    	}
    	.banner-part{
    		position:relative;
    		width:1000px;
    		height:350px;
    		margin:0 auto
    	}
		.banner-source1{
		position:absolute;
		width:161px;
		height:64px;
		left:835px;
		top:-64px;
		background:url('../images/recuit/source01.png') no-repeat center center;
		}
    	.banner-source2{
    	position:absolute;
    	width:567px;
    	height:70px;
    	top:93px;
    	opacity:0;
    	background:url('../images/recuit/source02.png') no-repeat center center;
    	}
    	.banner-source3{
    	position:absolute;
    	width:450px;
    	height:82px;
    	top:218px;
    	left:-50px;
    	opacity:0;
    	background:url('../images/recuit/source03.png?v=201501151943') no-repeat center center;
    	}
    /*banner动画部分-E*/
    
