/*banner*/
.banner{
	margin-top: 99px;
	font-size: 0;
	border-bottom: 6px solid #205851;
}
.banner img{
	width: 100%;
}

/*讲师团队*/
.team_list{
	width: 100%;
	overflow: hidden;
	margin-top: 72px;
	padding: 0 20px;
}
.team_list li{
	width: 100%;
	height: 380px;
	border:1px solid #ddd;
	margin-bottom: 28px;
}
.team_list li:last-child{
	margin-bottom: 0;
}
.team_list li img{
	width: 269px;
	height: 378px;
	float: left;
}
.team_list li .con{
	width: 439px;
	height: 100%;
	float: left;
	padding: 0 35px;
	background: url(../images/icon1.png) no-repeat 30px 44px;
}
.team_list li .con .name{
	text-align: center;
	color: #333;
	font-size: 30px;
	margin: 65px 0 15px;
}
.team_list li .con .name span{
	font-size: 18px;
}
.team_list li .con .en{
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}
.team_list li .con .en span{
	width: 74px;
	line-height: 24px;
	color: #fff;
	border-radius: 5px;
	background: #205851;
	display: inline-block;
	margin-left: 5px;
}
.team_list li .journey{
    height: 150px;
    overflow: hidden;
    color: #333;
	line-height: 30px;
	font-size: 20px;
}
.team_list li:hover .con{
	background: #205851 url(../images/icon1.png) no-repeat 30px 44px;
}
.team_list li:hover .name{
	color: #fff;
}
.team_list li:hover .en span{
	color: #fff;
	background: #000;
}
.team_list li:hover .journey p{
	color: #000;
}

/*讲师团队内容页*/
.team_con{
	overflow: hidden;
	margin: 0 20px 55px;
}
.team_con img{
	width: 500px;
	margin: 60px auto;
	display: block;
}
.team_con .con{
	width: 100%;
}
.team_con .con .name{
	color: #333;
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.team_con .con .name span{
	font-size: 18px;
}
.team_con .con .en{
	font-size: 16px;
	color: #666;
	margin-bottom: 40px;
	text-align: center;
}
.team_con .con .en span{
	width: 74px;
	line-height: 25px;
	color: #fff;
	border-radius: 5px;
	background: #205851;
	display: inline-block;
	margin-left: 5px;
	text-align: center;
}
.team_con .journey{
	color: #333;
	line-height: 36px;
	font-size: 24px
}
.work{
	padding: 0 20px;
}
.work .title{
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}
.swiper-slide {
	/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}