.banner1{
	margin-bottom: 20px;
}


.swiper-container {
	width: 1200px;
	height: 360px;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	opacity: 1 !important;
	background: #fff !important;
	margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
	background: #FFCC36 !important;
}

.swiper-pagination {
	bottom: 16px !important;
}


.teachers {
}

.teachers>.title {
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 24px;
	
	
}
.teachers>ul.items {
	margin-top:20px;
	clear: both;
}

.teachers>ul.items>li {
	width: 224px;
	height: 260px;
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 25px;
	background: #FFFFFF;


	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	-moz-transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;

	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
	overflow: hidden;
}

.teachers>ul.items>li:hover {
	-moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);

	transform:translateY(-10px);
}

.teachers>ul.items>li:nth-child(5n) {
	margin-right: 0;
}

.teachers>ul.items>li .thumb {
	width:224px;
	height:135px;
	overflow: hidden;
	background-color: #FEDBC8;
}

.teachers>ul.items>li .thumb img {
	width:224px;
	min-height: 135px;

	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.teachers>ul.items>li .title {
	height: 40px;
	padding:0 10px;
}
.teachers>ul.items>li .title>a{
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #000;

	text-decoration: none;
}
.teachers>ul.items>li .title>a:hover,
.teachers>ul.items>li .title>a:active {
	color: #00AD4D;
}


.teachers>ul.items>li .info {
	line-height: 190%;
	padding:0px 10px 10px 10px;
	font-size: 12px;
	color: #777777;
}
.teachers>ul.items>li .info *{
	line-height: 190%;
	font-size: 12px;
	color: #777777;
}

