#banner {
	position:relative;	
}
#banner img {
	width:100%;	
}
#banner .text {
	position:absolute;
	top:50%;	
	left:50%;
	margin-top:-150px;
	margin-left:-430px;
	text-align:center;
	color:#fff;
	background:url(../image/0.5.png);
	width:860px;
	padding:45px 0;
}
#banner .text .h2 {
	padding-bottom:20px;
	background:url(../image/h2bg.jpg) no-repeat bottom center;	
}
#banner .text .h2 h2 {
	font-size:32px;
	font-weight:normal;
	padding-bottom:10px;	
}
#banner .btn {
	display:block;
	float:left;
	height:100px;
	padding:20px 0;
	text-align:center;	
	width:50%;
	color:white;
}
#banner .btn1 {
	background:#6bd8bb;	
}
#banner .btn2 {
	background:#607cda;	
}

#banner .btn h4 {
	font-size:24px;
	line-height:60px;
}
#banner .btn .en {
	font-size:18px;	
}
.recruit {
	padding:50px 0 0;
	background:white;	
}
#main .content img {
	max-width:100%;	
}
.recruit .left {
	width:65%;
	margin-left:6%;	
}
.recruit .left .box {
	border:1px #ddd solid;	
	padding:10px 30px 10px;
	font-size:14px;
	color:#666;
}
.recruit .left .box div {
	margin-bottom:10px;	
}
.recruit .left .h {
	position:relative;	
}
.recruit .left .h a {
	position:absolute;
	color:#d52e21;
	display:block;
	padding-left:30px;
	background:url(../image/xf.png) no-repeat left center;
	top:20px;
	right:0;
		
}
.recruit .left .box {
	margin-bottom:30px;	
}
.recruit .left .h .redline {
	display:block;
	height:1px;
	width:90px;
	background:#d52e21; 	
}
.recruit .left .h h4 {
	color:#333;
	font-size:18px;
	padding:10px 0;
}
.recruit .right {
	width:18%;
	margin-right:6%;	
}
.recruit .right img {
	width:100%;	
}
.recruit_lc {
	width:1200px;
	margin:auto;
	padding:50px 0;
	min-height:300px;
	color:#333;
	line-height:2em;	
}
@media screen and (max-width:1280px){
	#main {
		background-size:100%;
	}
}
@media screen and (min-width:1025px){
	#banner .btn1:hover {
	background:#5ac2a6;	
	}
	#banner .btn2:hover {
		background:#556fc6;	
	}
}
@media screen and (max-width:1024px){

	#main {
		padding:0;	
	}
	#banner .text {
		left:0;
		width:90%;
		padding:20px 0;
		margin:-80px 5% 0;	
	}
	#banner .text .h2 {
		padding-bottom:10px;	
	}
	#banner .text .h2 h2 {
		font-size:24px;	
	}
	#banner .btn {
		height:auto;
		padding:10px 0 15px;
	}
	#banner .btn h4 {
		line-height:40px;
	}
	.recruit_lc {
		padding:20px 0;
		width:90%;
		
	}	
}
@media screen and (max-width:768px){
	#banner .btn h4 {
		font-size:20px;
		line-height:30px;
	}
	#banner .btn .en {
		font-size:16px;	
	}
	.recruit {
		padding:20px 0;	
	}
	.recruit .right {
		display:none;	
	}
	.recruit .left {
		width:94%;
		margin:0 3%;	
	}
	.recruit .left .box {
		margin-bottom:10px;
		padding:10px;	
	}
	.recruit .left .h a {
		top:10px;	
	}
}
@media screen and (max-width:640px){
	
	#banner .text {
		width:80%;
		margin:-70px 10% 0;	
	}
	#banner .text .h2{
		font-size:20px;
		padding-bottom:10px;	
	}
	#banner .text .h2 P {
		display:none;	
	}
	.recruit {
		padding-bottom:0;	
	}
}
@media screen and (max-width:414px){ 
	#banner .text {
		width:80%;
		margin:-80px 10% 0;	
	}
	#banner .btn h4 {
		font-size:18px;
	}
	#banner .btn .en {
		font-size:14px;	
	}
}