.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.fc_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.fc_main{
	width: 1200px;
	margin: 0 auto;
}
.fc_main .fc_content, .fc_team .fc_content, .fc_bot .fc_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.fc_main .img{
	width: 100%;
	float: left;
	text-align: center;
}
ul.sub_menu li{
	border-bottom: 1px solid #6778c2;
}
.fc_main .text{
	width: 70%;
	float: left;
}
.fc_main .img2{
	width: 30%;
	float: left;
	text-align: center;
}
.fc_teamBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background: url(../images/cg_fc_bg.png) center center no-repeat;
}
.fc_team{
	width: 1200px;
	margin: 0 auto;
}
.fc_team li{
	width: 220px;
	float: left;
}
.fc_team li .img{
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
}
.fc_team li .img .tit{
	position: absolute;
	bottom: 0; 
	width: 100%;
	left: 0;
}
.fc_team li .img span{
	padding: 3px 15px;
	background: #0e8fc4;
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.fc_team li .text{
	width: 100%;
	float: left;
	text-align: center;
}
.edu{
	font-size: 15px;
	line-height: 24px;
	color: #00628a;
}
.fc_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.fc_bot{
	width: 1200px;
	margin: 0 auto;
}
.fc_bot ul{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fc_bot li{
	display: inline;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.fc_mainBg, .fc_teamBg, .fc_botBg{
	min-width: 1000px;
}
.fc_main, .fc_team, .fc_bot{
	width: 970px;
	padding: 0 15px;
}
.fc_main .fc_content, .fc_team .fc_content, .fc_bot .fc_content{
	width: 100%;
	padding: 0 0 20px 0;
}
.fc_bot li img{
	width: 300px;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.fc_mainBg, .fc_teamBg, .fc_botBg{
	min-width: 320px;
}
.fc_main, .fc_team, .fc_bot{
	width: 90%;
	padding: 0 5%;
}
.fc_main .fc_content, .fc_team .fc_content, .fc_bot .fc_content{
	width: 100%;
	padding: 0;
}
ul.sub_menu li{
	border-bottom: 0;
}
.fc_main .img img{
	width: 100%;
	height: auto;
}
.fc_main .text{
	width: 100%;
}
.fc_main .img2{
	width: 100%;
	padding: 15px 0;
}
}