/*加入我们*/
.qA_item {
	padding: 0px 0;
}
.qA_item .container {
	width: 1260px;
}
.qAList {
	margin-top: 60px;
}
.qAList li{margin-bottom:10px;}
.qAList h3 {
	background: #f7f7f9;
	border: 1px #e1e1e1 solid;
	padding: 30px 40px;
	overflow: hidden;
	cursor: pointer;
	transition: all .5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qAList h3 div {
	width: 100%;
	margin-right: 15px;
}
.qAList h3 span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.qAList h3 p {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
}
.qAList h3 p em {
	font-style: normal;
	display: block;
	width: 40%;
	margin: 2px 15px 2px 0;    line-height: 36px;
}
.qAList .job_more {
	flex: 0 0 auto;
	width: 80px;
	font-size: 16px;
	color: #0d77a8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.qAList h3:hover .job_more {
	color: #fff;
}
.qAList .cur .job_more {
	display: none;
}
.qAList .ask{padding:30px;background:#fff;color:#585757;font-size:16px;line-height:33px;display:none;}
.qAList .ask strong{font-size:18px;color:#333;font-weight:700;display:block;}

.qAList h3:hover,
.qAList .cur h3 {
	background: #0e68c9;
	border-color: #0e68c9;
	color: #fff;
}
.qAList h3:hover p,
.qAList .cur h3 p {
	color: #fff;
}
.qAList .job_close {
	width: 30px;
	height: 30px;
	background: url(../images/icon_26.png) no-repeat center;
	background-size: contain;
	display: none;
}
.qAList .cur .job_close {
	display: block;
}


/*团队风采*/
.team_item {
	padding: 60px 0;
}
.teamList {
	margin-top: 60px;
}
.teamList li {
	position: relative;
	float: left;
	width: 22%;
	margin: 0 1.5% 3%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	padding: 10px;
}
.teamList li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.teamList li img {
	width: 100%;
	transition: all .5s;
}
.teamList li:hover img {
	transform: scale(1.1);
}
.teamList li h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.teamList li h4 span{display:block;padding:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}


@media screen and (min-width:1200px) and (max-width:1400px) {
	.qA_item .container,
	.team_main .container {
		width: 1170px;
	}
	.qAList {
		margin-top: 40px;
	}
}

@media screen and (min-width:992px) and (max-width:1199px){

	/*加入我们*/
	.qA_item {
		padding: 30px 0;
	}
	.qA_item .container,
	.team_main .container {
		width: 970px;
	}
	.qAList {
		margin-top: 40px;
	}


	/*团队风采*/
	.team_item {
		padding: 30px 0;
	}
	.teamList {
		margin-top: 40px;
	}
	.teamList li{padding:10px 10px 0;}
	.teamList li h4{font-size:16px;}

}

@media screen and (min-width:768px) and (max-width:991px){

	/*加入我们*/
	.qA_item {
		padding: 30px 0;
	}
	.qA_item .container,
	.team_main .container {
		width: 750px;
	}
	.qAList {
		margin-top: 30px;
	}
	.qAList h3 {
		padding: 20px 30px;
	}
	.qAList h3 span {
		font-size: 14px;
	}
	.qAList h3 p {
		font-size: 14px;
		margin-top: 10px;
	}
	.qAList .job_more {
		font-size: 14px;
		width: 70px;
	}
	.qAList .ask {
		line-height: 30px;
		padding: 20px;
		font-size: 14px;
	}
	.qAList .ask strong {
		font-size: 16px;
	}

	/*团队风采*/
	.team_item {
		padding: 30px 0;
	}
	.teamList {
		margin-top: 30px;
	}
	.teamList li{width:30.33%;padding:10px 10px 0;}
	.teamList li h4{font-size:16px;}

}



@media screen and (min-width:0px) and (max-width:767px){

	/*加入我们*/
	.qA_item {
		padding: 30px 0;
	}
	.qA_item .container,
	.team_main .container {
		width: 100%;
		padding: 0 15px;
	}
	.qAList {
		margin-top: 30px;
	}
	.qAList h3 {
		padding: 10px;
	}
	.qAList h3 span {
		font-size: 14px;
	}
	.qAList h3 p {
		font-size: 12px;
		margin-top: 5px;
	}
	.qAList h3 p em {
		width: 100%;
	}
	.qAList .job_more {
		font-size: 12px;
		width: 60px;
	}
	
	.qAList .ask {
		line-height: 24px;
		font-size: 12px;
		padding: 15px;
	}
	.qAList .ask strong {
		font-size: 14px;
	}

	/*团队风采*/
	.team_item {
		padding: 30px 0;
	}
	.teamList {
		margin-top: 30px;
	}
	.teamList li {
		width: 46%;
		margin: 0 2% 20px;
		padding: 5px;
	}
	.teamList li h4 {
		font-size: 12px;
		padding: 10px 0;
	}


}

