body,
html {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	font-size: 14px;
	color: #333333;
	background: #f3f3f3;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a,
a:hover,
a:active {
	text-decoration: none;
	color: inherit;
}

p {
	margin: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.whitespace {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.verticalMid {
	vertical-align: middle;
	display: inline-block;
}

.verticalTop {
	vertical-align: top;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	background: url(../img/headerbg.png) repeat-x left center;
}

.header {
	padding: 22px 0 17px 0;
	position: relative;
}

.headerlink {
	margin-top: 20px;
}

.headerlink li {
	color: #ffffff;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #ffffff;
}

.headerlink li:first-of-type {
	border: none;
}
.ss-div {
	width: 261px;
	height: 36px;
	margin-top:14px;
	background: #d3bfbf;
	border-radius: 10px;
	overflow: hidden;
}
.ss-div .ss-btn {
	border: none;
	background: transparent url(../img/search.png) no-repeat center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	line-height: 36px;
	cursor: pointer;
	padding:0;
}
.ss-div .ss-ipt {
	padding:0;
	padding-left: 10px;
	border: none;
	background: transparent;
	color: #ffffff;
	width: 215px;
	height: 36px;
	text-align: left;
	line-height: 36px;
	border: 0;
	outline: none;
}
.ss-div .ss-ipt::-webkit-input-placeholder {
	color: #666666;
	font-size: 14px;
}

/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	margin: 0 10px;
	width: 56px;
	height: 10px;
	background: #ffffff;
	cursor: pointer;
}

.main-bullet-active {
	background: #80021d;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	text-align: right;
}

/*导航*/
#nav {
	position: relative;
	z-index: 1000000;
	background: transparent;
}

.nav {
	font-size: 16px;
}

.fNav li {
	float: left;
	color: #ffffff;
	position: relative;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	
}

.fNav li a {
	display: inline-block;
	padding: 13px 17px;
	position: relative;
	text-align: center;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-bottom:4px solid transparent;
}
.fNav>li.active>a {
	color: #ff3232;
	border-color: #b80b0d;
}
.fNav>li:hover>a {
	color: #ff3232;
	border-color: #b80b0d;
}

.fNav li:hover .sNav>li {
	height: 40px;
	overflow: visible;
}

.sNav {
	position: absolute;
	left: 0;
	min-width: 100%;
}

.sNav li {
	text-align: center;
	margin: 0;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #800900;
	color: #ffffff;
	border:none;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav li:hover {
	background: #ffffff;
}

.sNav li:hover>a {
	color: #800900;
}

.tNav {
	position: absolute;
	left: 100%;
	top: 0;
	min-width: 100%;
}

.tNav li {
	text-align: center;
	padding: 0 10px;
	min-width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 0;
	-webkit-transition: height 400ms ease, visibility 400ms ease;
	-moz-transition: height 400ms ease, visibility 400ms ease;
	-o-transition: height 400ms ease, visibility 400ms ease;
	transition: height 400ms ease, visibility 400ms ease;
	white-space: nowrap;
	background: #800900;
	color: #ffffff;
	border:none;
}

.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #800900;
}

.sNav li:hover .tNav li {
	height: 40px;
	overflow: visible;
}

/*主体*/
#body {
	position: relative;
	min-height: 800px;
}

.blog {
	padding: 0;
}

.imgtitle {
	text-align: center;
	margin-bottom: 40px;
}

.title {
	font-size: 24px;
	border-bottom: 2px solid #e0e0e0;
	padding: 15px 0;
}

.title span,
.title img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.more {
	position: absolute;
	top: 30px;
	right: 15px;
	background: url(../img/more.png) no-repeat;
	width: 31px;
	height: 31px;
}

/*主体第一部分*/
.blog1 {
	margin-top: 90px;
	margin-bottom: 50px;
}

.blog1 ul li {
	float: left;
	margin-left: 30px;
	width: 277px;
	background: #FFFFFF;
	box-shadow: 2px 2px 3px #d7d7d7;
	padding-bottom: 15px;
	font-size: 16px;
}

.blog1 ul li:first-of-type {
	margin-left: 0;
}

.blog1 ul li img {
	width: 277px;
	height: 154px;
	display: block;
}

.blog1 ul li p {
	width: 277px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
	padding: 0 20px;
}

.blog1 ul li span {
	display: block;
	margin-top: 5px;
	padding: 0 20px;
	color: #939393;
	height: 40px;
	line-height: 20px;
}

/*正文第二块*/
.blog2 {
	background: url(../img/bg1.png) no-repeat left bottom;
	background-size: 100%;
}

.blog2-box {
	width: 585px;
	background: #FFFFFF;
	box-shadow: 2px 2px 3px #d7d7d7;
	float: left;
	margin-top: 25px;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.blog2-box:nth-of-type(2n) {
	float: right;
}

.blog2-box ul li {
	overflow: hidden;
	padding: 8px 10px;
}

.blog2-box ul li a {
	width: 465px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.blog2-box ul li span {
	float: right;
}

/*正文第三块*/
.blog3 {
	margin-top: 100px;
	background: url(../img/bg2.png) repeat-x left bottom;
	background-size: contain;
}

.blog3-teacher {
	position: relative;
}

.swiper-teacher {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-teacher .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;

	/* 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;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-teacher .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: 50%;
	box-sizing: border-box;
	border: 15px solid #aca9a7;
}

.swiper-teacher .swiper-slide p {
	display: block;
	margin: 15px 0 5px 0;
	width: 100%;
	font-size: 18px;
	text-align: center;
}

.swiper-teacher .swiper-slide span {
	font-size: 16px;
}

.swiper-teacher .swiper-slide-active,
.swiper-teacher .swiper-slide-duplicate-active {
	transform: scale(1);
}

.swiper-teacher-prev,
.swiper-teacher-next {
	position: absolute;
	width: 24px;
	height: 42px;
	top: 40%;
	cursor: pointer;
}

.swiper-teacher-prev {
	background: url(../img/prev.png) no-repeat;
	left: -30px;
}

.swiper-teacher-next {
	background: url(../img/next.png) no-repeat;
	right: -30px;
}

.my-teacher-disabled {
	opacity: 0;
}

.blog3-bottom {
	margin-top: 80px;
	padding-bottom: 50px;
}

.link {
	color: #ffffff;
	width: 950px;
}

.link p {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.link ul li {
	float: left;
	width: 20%;
	font-size: 16px;
}

.erCode {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}

/*底部*/
.copy {
	background: #333333;
	text-align: center;
	padding: 27px 0;
	color: #ffffff;
}

/*二级页面*/
.erBody {}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 800px;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 40px;
	padding-bottom: 100px;
	background: #ffffff;
}

.list-location {
	width: 278px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	color: #ffffff;
	background: #a40b11;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #a40b11;
}

.list-ul li {
	width: 278px;
	color: #333333;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	font-size: 16px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list-ul li a {
	height: 65px;
	line-height: 65px;
	padding: 0 40px;
	display: block;
}

.list-ul li.active>a {
	background: #a40b11;
	color: #ffffff;
}

.list-ul .leftSec {
	display: none;
	padding: 10px 0;
}

.list-ul li.active .leftSec {
	display: block;
}

.list-ul .leftSec a {
	color: #515151;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 0 55px;
	border: none;
}

.list-right {
	width: 890px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1200px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-list li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list li span {
	float: right;
}

.only-list li a {
	display: block;
	width: 1000px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.only-list1 li {
	overflow: hidden;
	padding: 10px 50px;
}

.only-list1 li span {
	float: right;
}

.only-list1 li a {
	display: block;
	width: 700px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #999999;
	font-size: 14px;
	border-left:3px solid #a2a1a0;
	padding:0 20px;
	margin: 20px 30px;
}
.right-title span {
	color: #333333;
}

.right-list li {
	padding: 50px 30px;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 15px;
	font-size: 20px;
}

.right-list .date span {
	font-size: 12px;
	color: #999999;
}

.right-list .news {
	font-size: 16px;
	width: 700px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 10px 0;
}

.fanye {
	margin: 40px 0;
	text-align: center;
}

.right-jjy {
	padding: 30px 50px;
}

.content-page {
	padding: 40px 100px;
	margin: 20px auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 30px;
}
/*教师列表页*/
.teachernav{
	padding:0 30px;
	background: #ffffff;
	box-sizing: border-box;
	margin-top:-40px;
	position: relative;
	z-index: 100;
}
.teachernav ul li{
	width:100px;
	margin:0 64px;
	float:left;
	font-weight: bold;
	font-size:24px;
	height:93px;
	line-height:93px;
	border-bottom:5px solid transparent;
}
.teachernav ul li.active{
	color:#a40b11;
	border-bottom:5px solid #a40b11;
}
.teacher-list ul{
	padding:15px 30px;	
}
.teacher-list ul li{
	width:270px;
	height:390px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	position: relative;
}
.teacher-list ul li:nth-of-type(3n){
	margin-right:0;
}
.teacher-list ul li p{
	position: absolute;
	width:270px;
	box-sizing: border-box;
	color:#ffffff;
	padding:10px;
	left:0;
	bottom:0;
	background: rgba(0,0,0,0.79);
}
.teacher-list ul li img{
	width:270px;
	height:390px;
}