.teacher{
	position: relative;
	padding: 0;
	background: #f7f7f7;
}

.teacher .teacher-img {
	width: 100%;
	display: inline-block;
	height: 310px;
}


.teacher  .teacher-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}


.teacher:hover .teacher-img {
	-webkit-box-shadow: inset -70px 0px 77px 11px rgba(156, 33, 36, 0.34);
	-moz-box-shadow: inset -70px 0px 77px 11px rgba(156, 33, 36, 0.34);
	box-shadow: inset -70px 0px 77px 11px rgba(156, 33, 36, 0.34);

}
.teacher-info {
	position: relative;
	top: 0;
	z-index: 5555;
	padding: 20px 10px 20px 10px;
	height: 10%;

	background: #f7f7f7;

}


.teacher-info h3{

	padding: 0;
	margin: 0;
	color: #9c2124;
}
.teacher-info p{

	padding: 0 0 0 0px;
	margin: 0;
	color: #000000;


}

.teacher-info  a {
	/* border: 2px solid #FFF !important; */

	font-size: 1.1em;
	color: #000000;
	letter-spacing: 1px;

}
.fwxs-text{
	padding: 20px 0 20px 0;
	text-indent: 2.2em;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 22px;
}

.yczx-text{
	padding: 20px 0 20px 0;
	text-indent: 2.2em;
	color: #000;
	font-weight: 400;
	font-size: 22px;
}
.jwkw{
	padding: 0;
}
.jwkw img{
	width: 100%;
}
.jwkw-text{
	padding: 0;
}
.jwkw-text p{
	text-indent: 2.1em;
	font-size: 22px;
	color: #000000;

}

.teacher-img{
	transform-style: preserve-3d;
}
.teacher-img.animate {
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	animation: fallPerspective .8s ease-in-out forwards;
}
.
@keyframes fallPerspective {
	100% { transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
.yuanchi_link a{
	font-size: 20px;
	color: black;
}
@media screen and (max-width: 1366px) {
	.teacher .teacher-img {
		width: 100%;
		display: inline-block;
		height: 210px;
	}

	.teacher-info h3{

		font-size: 16px;

	}
	.teacher-info p{

		padding: 0;

		text-indent: 0;
		font-size: 0.6em;


	}
}
@media screen and (max-width: 768px) {
	.fwxs-text{
		padding: 20px 20px 20px 20px;
		text-indent: 2.2em;
		color: #FFFFFF;
		font-weight: 400;
		font-size: 16px;
	}
	.yuanchi_link{
		padding: 0;
	}

	.yczx-text{
		padding: 20px 20px 20px 20px;
		text-indent: 2.2em;
		color: #000;
		font-weight: 400;
		font-size: 16px;
	}
	.jwkw-text p{

		font-size: 18px;
		padding: 10px ;


	}
}