﻿
.mainbox {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	font-family: "微软雅黑";
	clear: both;
}.mainboxabc {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	font-family: "微软雅黑";
	clear: both;
}

.zhuanyefont {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.zhuanyeima {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.zybanner {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	text-align: left;
	position: relative;
}
.whiteall {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.grayall {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #f3f3f3;
}
.redlarge {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #cc3333;
	text-align: center;
	width: 100%;
	line-height: 150%;
}
.darkgray {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	font-family: "微软雅黑";
	text-align: center;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.allnavi a{
	text-align: center;
	height: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFF;
	display: block;
	width: 200px;
	background-color: #cc3333;
	padding-top: 15px;
}
.allnavi a:hover {
	background-color: #cc3333;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.mainboxa {
	width: 490px;
	border: 1px solid #EEEEEE;
	display: inline;
	float: left;
	margin-top: 20px;
}
.mainboxb {
	width: 490px;
	border: 1px solid #EEEEEE;
	display: inline;
	float: right;
	margin-top: 20px;
}
.mainboxc {
	width: 325px;
	border: 1px solid #EEEEEE;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-right: 9px;
}
.mainboxd {
	width: 325px;
	border: 1px solid #EEEEEE;
	display: inline;
	float: right;
	margin-top: 20px;
}



.table_container{
	width: 983px;
	margin:20px auto;
}
.table_container table{
	border-collapse: collapse;
	width: 100%;
}
.table_container th{
	font-size: 18px;
	color:#ffffff;
	height: 48px;
	font-weight: normal;
}
.table_container td{
	border: 1px solid #969696;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.table_container td p{
	padding-left: 22px;
	padding-right: 17px;
	text-align: justify;
	margin:16px 0
}

.teacher_m_container{
	width: 1000px;
	overflow: hidden;
	margin:0 auto;
}
.teacher_m_container ul{
	width: 1047px;
	overflow: hidden;
}
.teacher_m_container ul li{
	float: left;
	margin-right:47px;
	margin-bottom: 45px;
	width: 302px;
	height: 432px;
}
.teacher_m_container ul li a{
	display: block;
	width: 300px;
	height: 430px;
	overflow: hidden;
	border:1px solid #D3D3D3;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s  ease;
	-ms-transition: all .2s  ease;
	-o-transition: all .2s  ease;
	transition: all .2s  ease;
	text-decoration: none;
}
.teacher_m_container ul li a:hover{
	-webkit-box-shadow:  2px 1px 2px rgba(50,50,50,.2);
	-moz-box-shadow:  2px 1px 2px rgba(50,50,50,.2);
	box-shadow:  2px 1px 2px rgba(50,50,50,.2);
}
.teacher_m_container ul li i{
	display: block;
	width: 100%;
	height: 290px;
	border-bottom: 1px solid #d3d3d3;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.teacher_m_container ul li .txt{
	width: 270px;
	padding:0 15px;
	height:139px;
}
.teacher_m_container ul li .txt h4{
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	height: 40px;
	line-height: 34px;
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
.teacher_m_container ul li .txt h4:before{
	content:"";
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -68px;
	height: 2px;
	width: 136px;
}
.teacher_m_container ul li .txt p{
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	height: 66px;
	overflow: hidden;
}