body,
html {
	margin: 0;
	padding: 0;
	min-width: 1420px;
	font-size: 14px;
	color: #333333;
	background: #f1f1f1;
	font-family: "Microsoft YaHei" !important;
}

img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 1420px;
	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;
	background-size:100% 100%;
}

.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: rgba(255,255,255,0.79);
	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: 39px;
	height: 6px;
	background: #ffffff;
	cursor: pointer;
}

.main-bullet-active {
	background: #721313;
}
.main-swiper .swiper-button-next,.main-swiper .swiper-button-prev{
	--swiper-theme-color: #ffffff;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !important;
}

/*导航*/
#nav {
	position: relative;
	z-index: 1000000;
	background: rgba(114,19,19,0.73);
}

.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 40px;
	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:#ff6f6f;
	border-color: #ff6f6f;
}
.fNav>li:hover>a {
	
	color:#ff6f6f;
	border-color: #ff6f6f;
}

.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: rgba(114,19,19,0.73);
	color: #ffffff;
	border:none;
}

.sNav li a {
	border: none;
	color: #ffffff;
	padding: 10px 0;
}

.sNav>li:hover {
	background: rgba(114,19,19,1);
}

.sNav li:hover>a {
	color: #ffffff;
}

.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: rgba(114,19,19,0.73);
	color: #ffffff;
	border:none;
}

.tNav>li:hover {
	background: rgba(114,19,19,1);
}
.tNav li a {
	color: #ffffff;
}

.tNav li:hover a {
	color: #ffffff;
}

.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 {
	padding: 15px 0;
}
.title span{
	display: inline-block;
	font-size:18px;
	width:151px;
	height:40px;
	line-height:40px;
	color:#5c5c5c;
	background: #e1e1e1;
	border-radius:25px;
	text-align: center;
	margin-right:15px;
	cursor: pointer;
}
.title span.active{
	background: #721313;
	color:#ffffff;
}
.more {
	display: block;
	margin-left:auto;
	text-decoration: underline;
	margin-top:30px;
	width: 48px;
	text-align: right;
	color:#666666;
	font-size:12px;
}

/*正文第一部分*/
.blog1{
	padding:30px 0;
	background: #ffffff;
	
}
.blog1-1,.blog1-2,.blog1-3{	
	width:430px;
}
.blog1-1{
	margin-right: 60px;
}
.changelist1,.changelist2,.changelist3,.changelist4{
	display: none;
}
.blog1-1 li{
	padding:15px 0;
}
.blog1-1 li .date{
	width:95px;
	height:65px;
	background: #721313;
	color:#ffffff;
	text-align: center;
}
.blog1-1 li .date p{
	font-size:30px;
}
.blog1-1 li .date span{
	font-size: 12px;
}
.blog1-1 li>a>p{
	margin-top:10px;
	width:300px;
	font-size:14px;
	line-height:24px;
	height:48px;
	overflow: hidden;
}

.blog1-2 li{
	font-size: 14px;
	line-height:36px;
}
.blog1-2 li a{
	float: left;
	width:290px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.blog1-2 li span{
	float:right;
}


.blog1-3 li{
	font-size: 14px;
	line-height:36px;
}
.blog1-3 li a{
	float: left;
	width:290px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.blog1-3 li span{
	float:right;
}
/*正文第二块*/
.blog2{
	padding:30px 0;
}
.blog2 li{
	background: url(../img/liststyle.png) no-repeat left center;
	padding-left: 70px;
	height:52px;
	box-sizing: border-box;
	float:left;
	width:320px;
	font-size: 14px;
	margin:10px 0;
	margin-left:180px;
}
.blog2 li::after{
	content: '';
	display: inline-block;
	height:52px;
	vertical-align: middle;
}
.blog2 li a{
	display: inline-block;
	vertical-align: middle;
}
.blog2 li:nth-of-type(3n+1){	
	margin-left:0;
}
/*第三部分 */
.blog3{
	position: relative;
	background: #ffffff;
	padding:30px 0;
}
.blog3-1,.blog3-2{
	width:650px;
}
.blog3 li{
	font-size: 14px;
	line-height:36px;
}
.blog3 li a{
	float: left;
	width:500px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.blog3 li span{
	float:right;
}
/*第三部分 */
.blog4{
	background: #721313;
	padding:45px 0;
	color:#ffffff;
}
.blog4 .footerlogo{
	width:243px;
	height:143px;
	display: block;
	margin-right:190px;
}
.links{
	width:560px;
}
.links p{
	padding:15px 0;
}
.links li{
	float:left;
	width:280px;
	padding:10px 0;
}
.erCode{
	text-align: center;
}
/*底部*/
.footer {
	background: #63100c;
	text-align: center;
	padding: 27px 0;
	color: #ffffff;
}
.copy{
	line-height:2;
	padding:8px 0;
}

/*二级页面*/
.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: #721313;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #721313;
}

.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: #721313;
	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: 1090px;
	background: #ffffff;
	margin: 40px 0;
	box-sizing: border-box;
}

.only-listPage {
	width: 1400px;
	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:393px;
	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:100%;
}