
.MainTitle {
	text-align: center;
}
.MainTitle .h3 {
	color: rgb(51, 51, 51); font-size: 18px; font-weight: normal;
}
.MainTitle .h3 a {
	color: rgb(51, 51, 51);
}
.MainTitle .h3 .color {
	color: rgb(18, 119, 95);
}
@media screen and (min-width:768px)
{
.MainTitle .h3 {
	font-size: 22px; font-weight: normal;
}
}
@media screen and (min-width:1024px)
{
.MainTitle .h3 {
	font-size: 25px; font-weight: normal;
}
}
@media screen and (min-width:1300px)
{
.MainTitle .h3 {
	font-size: 30px; font-weight: normal;
}
}
@media screen and (min-width:1600px)
{
.MainTitle .h3 {
	font-size: 38px; font-weight: normal;
}
}

.Main {
	padding: 30px 0px;
}
@media screen and (min-width:768px)
{
.Main {
	padding: 40px 0px;
}
}
@media screen and (min-width:1000px)
{
.Main {
	padding: 50px 0px;
}
}
@media screen and (min-width:1300px)
{
.Main {
	padding: 60px 0px;
}
}
@media screen and (min-width:1600px)
{
.Main {
	padding: 100px 0px;
}
}

.TeacherNav {
	padding-bottom: 15px;
}
.TeacherNav ul {
	margin: 0px -5px; text-align: center; font-size: 0px;
}
.TeacherNav li {
	padding: 0px 5px; display: inline-block;
}
.TeacherNav .navA {
	line-height: 35px; font-size: 14px; display: block; position: relative;color: rgb(51, 51, 51)
}
.TeacherNav .navA .i {
	background: #33c1f4; border-radius: 2px; transition:0.3s; left: 50%; width: 0px; height: 2px; bottom: 0px; display: block; position: absolute; -webkit-transition: all 0.3s; -o-transition: all 0.3s;
}
.TeacherNav .on .navA {
	color: rgb(51, 51, 51);text-decoration: none;
}
.TeacherNav .navA:hover {
	color: rgb(51, 51, 51);text-decoration: none;
}
.TeacherNav .on .navA .i {
	left: 0px; width: 100%;
}
.TeacherNav .navA:hover .i {
	left: 0px; width: 100%;
}
.TeacherTeam .list ul {
	font-size: 0px;
}
.TeacherTeam .list li {
	width: 100%; font-size: 14px; margin-bottom: 15px; vertical-align: top; display: inline-block;
}
.TeacherTeam .list .libox {
	background: rgb(255, 255, 255); border-radius: 10px; position: relative; cursor: pointer; box-shadow: 0px 0px 10px rgba(213,208,192,0.5); -webkit-box-shadow: 0 0 10px rgba(213, 208, 192, 0.5);
}
.TeacherTeam .list .liwarp {
	padding: 15px 80px 50px 15px; position: relative;
}
.TeacherTeam .list .more {
	left: 15px; bottom: 15px; color: #33c1f4; position: absolute;
}
.TeacherTeam .list .name {
	color: rgb(51, 51, 51); font-size: 16px; font-weight: normal;
}
.TeacherTeam .list .txt {
	padding: 20px 0px;
}
.TeacherTeam .list .useimg {
	border-radius: 100%; top: 15px; width: 50px; height: 50px; right: 15px; overflow: hidden; position: absolute;
}
.TeacherTeam .list .useimg img {
	width: 100%;
}
.TeacherTeam .list .lihide {
	display: none;
}
@media screen and (min-width:768px)
{
.TeacherNav {
	padding: 15px 0px;
}
.TeacherNav ul {
	margin: 0px -10px;
}
.TeacherNav li {
	padding: 0px 10px;
}
.TeacherNav .navA {
	font-size: 16px;
}
.TeacherTeam .list ul {
	margin: 0px -10px;
}
.TeacherTeam .list li {
	padding: 10px; width: 33.33%; margin-bottom: 0px;
}
.TeacherTeam .list .liwarp {
	padding: 20px 90px 50px 20px;
}
.TeacherTeam .list .useimg {
	top: 20px; right: 20px;
}
.TeacherTeam .list .more {
	left: 20px;
}
}
@media screen and (min-width:1000px)
{
.TeacherNav {
	padding: 40px 0px;
}
.TeacherNav ul {
	margin: 0px -22px;
}
.TeacherNav li {
	padding: 0px 22px;
}
.TeacherNav .navA {
	font-size: 22px;
}
.TeacherTeam .list .name {
	font-size: 18px;
}
.TeacherTeam .list .liwarp {
	padding-right: 120px;
}
.TeacherTeam .list .useimg {
	width: 80px; height: 80px;
}
.TeacherTeam .list .more {
	font-size: 14px;
}
}
@media screen and (min-width:1300px)
{
.TeacherTeam .list ul {
	margin: 0px -20px;
}
.TeacherTeam .list li {
	padding: 20px; width: 25%; margin-bottom: 0px;
}
.TeacherTeam .list .liwarp {
	padding: 30px 110px 30px 30px;
}
.TeacherTeam .list .useimg {
	top: 30px; right: 30px;
}
.TeacherTeam .list .more {
	left: 30px;
}
}
@media screen and (min-width:1600px)
{
.TeacherTeam .list .name {
	font-size: 22px;
}
}
.maskTeacher {
	background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 999;
}
.TeacherMBox {
	background: rgb(255, 255, 255); padding: 30px 15px; border-radius: 10px; left: 50%; top: 50%; width: 100%; overflow: hidden; font-size: 14px; position: absolute; max-width: 995px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);
}
.TeacherMBox .scrollBox {
	overflow: hidden;
}
.TeacherMBox .scrollWarp {
	overflow: hidden;
}
.TeacherMBox .scrollWarp .liLeft {
	text-align: center;
}
.TeacherMBox .scrollWarp .liLeft .img {
	border-radius: 145px; width: 145px; height: 145px; overflow: hidden; display: inline-block;
}
.TeacherMBox .scrollWarp .liLeft .img img {
	width: 100%;
}
.TeacherMBox .scrollWarp .liRight {
	margin-top: 20px;
}
.TeacherMBox .scrollWarp .liRight .h3 {
	color: rgb(51, 51, 51); font-size: 16px; font-weight: normal;
}
.TeacherMBox .scrollWarp .liRight .txt {
	padding-top: 10px; font-size: 14px;
}
.TeacherMBox .Teacherclose {
	top: 0px; width: 30px; right: 0px; display: block; position: absolute;
}
.TeacherMBox .Teacherclose img {
	width: 100%;
}
@media screen and (min-width:768px)
{
.TeacherMBox {
	padding: 30px;
}
.TeacherMBox .scrollWarp .lihide {
	padding-left: 300px; position: relative; min-height: 320px;
}
.TeacherMBox .scrollWarp .liLeft {
	left: 0px; top: 0px; width: 257px; position: absolute;
}
.TeacherMBox .scrollWarp .liLeft .img {
	border-radius: 200px; width: 200px; height: 200px;
}
.TeacherMBox .scrollWarp .liRight {
	padding-top: 0px;
}
}
@media screen and (min-width:1000px)
{
.TeacherMBox .Teacherclose {
	width: 51px;
}
.TeacherMBox {
	padding: 40px;
}
.TeacherMBox .scrollWarp .liRight .h3 {
	font-size: 22px;
}
.TeacherMBox .scrollWarp .liRight .txt {
	line-height: 28px; font-size: 16px;
}
}
@media screen and (min-width:1600px)
{
.TeacherMBox {
	padding: 70px;
}
}
