



/*标题*/
.culture-title h1{
	font-size: 30px;
	color: #353535;
	padding-bottom: 28px;
	margin-bottom: 20px;
	background: url('../images/title-line.png') no-repeat bottom center;
	background-size: auto;
}
.culture-title p{
	font-size: 16px;
	color: #555;
}






/*招聘英才*/
.recruit{
	/*padding: 90px 0;*/
	padding-top: 90px;
	padding-bottom: 90px;
}
.recruit-tab{
	margin-top: 65px;
	margin-bottom: 10px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding:5px;
	background: #f0f4f7;
}
.recruit-tab li{
	float: left;
	height: 32px;
	line-height: 32px;
	width: 33%;

	font-size: 16px;
	color: #353535;
	cursor: pointer;
}
.recruit-tab li.active{
	background: #fff;
}
.recruit-tab li:hover{
	color:#009fe8;
}

.recruit-card{
	background: #f0f4f7;
	padding: 60px 11%;
	line-height: 30px;
}
.recruit-card h3{
	color: #353535;
	font-size: 16px;
}
.recruit-card p{
	color: #353535;
	font-size: 14px;
}
.re-item{
	display: none;
}
.re-item:first-child{
	display: block;
}



/* 小屏幕 */
@media (max-width: 768px){ 
.recruit{
	padding-top: 50px;
	padding-bottom: 90px;
}
.culture-title h1{
	font-size: 24px;
}
.recruit-tab{
	margin-top: 35px;
}
}



/* 中等屏幕（桌面显示器） */
@media (max-width: 992px) { 


}

/* 大屏幕（大桌面显示器） */
@media (max-width: 1200px){ 


}