body,
html {
	margin: 0;
	padding: 0;
	/* min-width: 90.9375rem; */
	font-size: 16px;
	color: #333333;
	background: #f9f8f8;
	font-family: "Microsoft YaHei" !important;
}
@media screen and (max-width: 1366px){
	html{
		font-size:12px;
	}
}
img {
	border: none;
}

.container-fulled {
	width: 100%;
}

.container {
	width: 90.9375rem;
	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;
}

/*头部*/
#dl-menu{
display:none;
}
#header {
	background: url(../img/headerbg.png);
}
.header {
	padding: 2.1875rem 0 1.4375rem 0;
	position: relative;
	text-align: center;
}
.header img{
	width:38rem;
}
.header .headerlink{
	position: absolute;
	left:0;
	top:4.125rem;
	font-size:1rem;
	color:#ffffff;
}
.header .headerlink li{
	float:left;
	padding:0 0.9375rem;
	border-left:0.0625rem solid #c4a57d;
}
.header .headerlink li:first-of-type{
	padding-left:0;
	border:none;
}
.ss-div{
    position: absolute;
    width: 11.5625rem;
    height: 2.1875rem;
    right: 0;
    top: 3.125rem;
border: 1px solid #c6a880;
    border-radius: 1.1875rem;
                        }
                        .ss-div .ss-btn{
                            border: none;
                            background:transparent url(../img/search.png) no-repeat center;
                            width: 2.1875rem;
                            height: 2.1875rem;
                            color: white;             
                            line-height: 2.1875rem;
                            cursor: pointer;
                        }
                        .ss-div .ss-ipt{
                            padding: 0;
                            border: none;
                            background: transparent;
                            color: #ffffff;
                            width: 9.375rem;
                            height: 2.1875rem;
                            text-align: left;
                            line-height: 2.1875rem;
                             border:0;
   
outline:none;
                        }
.ss-div .ss-ipt::-webkit-input-placeholder {

        color: #ffffff;

        font-size: 1rem;

    }
/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}
.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}
.main-bullet{
	display: inline-block;
	width:1.8125rem;
	height:1.375rem;
	background: url(../img/ctrl.png) no-repeat;
	background-size: 100% 100%;
	margin:0 0.625rem;
	margin-bottom:3.4375rem;
	cursor: pointer;
}
.main-bullet-active{
	display: inline-block;
	width:1.8125rem;
	height:1.375rem;
	background: url(../img/ctrlact.png) no-repeat;
	background-size: 100% 100%;
	margin:0 0.625rem;
	margin-bottom:3.4375rem;
	cursor: pointer;
}
/*导航*/
#nav {
	position: relative;
	z-index: 1000000;
	background: url(../img/navbg.png);
	border-bottom:0.375rem solid #6e141d;
       
}
#nav>div{
text-align: center;
}
.nav {
	font-size: 1.375rem;
        display:inline-block;
}
.fNav>li{
	float: left;
	color: #432700;
	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:0.875rem 1.3rem 1.1875rem 1.3rem;
	position: relative;
	text-align: center;
	color: #432700;
	font-weight: bold;
	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:first-of-type>a{
	padding-left:0;
}
.fNav>li.active>a,.fNav>li:hover>a{
	color: #000000;
}
.fNav>li.active>a::after,.fNav>li:hover>a::after{
	content:"";
	position: absolute;
	bottom:0.125rem;
	left:0;
	width:100%;
	height:13px;
	background: url(../img/navact.png) no-repeat center;
}
/*.fNav>li:first-of-type.active>a::after,.fNav>li:first-of-type:hover>a::after{
	background: url(../img/navact.png) no-repeat left center;
}*/
.sNav{
	position: absolute;
	left:0;
	display: none; 
	top:3.8625rem;
	border-top:0.375rem solid transparent;
	background: transparent;
	height:2.8125rem;
	line-height:2.8125rem;
	overflow: hidden;
	z-index:100;
	text-align: left;
	width: -moz-max-content;
	    width: -webkit-max-content;
	    width: -o-max-content;
	    width: -ms-max-content;
	width:max-content;
}
.fNav>li:nth-of-type(7) .sNav,.fNav>li:nth-of-type(8) .sNav,.fNav>li:nth-of-type(9) .sNav,.fNav>li:nth-of-type(10) .sNav{
	left:auto;
	right:0;
}
.sNav li{
	float:left;
	height:2.8125rem;
	line-height:2.8125rem;
	color:#c9aa82;
	font-size: 1.25rem;
}
.sNav li a{
	height:2.8125rem;
	line-height:2.8125rem;
	font-weight: bold;
	color:#c9aa82;
	font-size: 1.25rem;
	padding:0 1.875rem;
}
.sNav li:hover a{
	color:#e8dbd5;
}
.fNav>li.active>a,.fNav>li:hover .sNav{
	display: block;
}
.sNavbg{
	width:100%;
	background: rgba(49,77,111,0.9);
	height:2.8125rem;
	position: absolute;
	left:0;
	top:4.2375rem;
	display: none;
}
/*主体*/
#body {
	position: relative;
}
.blog {
	padding:0;
	border-top:0.625rem solid #bc8c4e;
}
.title{
	color:#000000;
	font-size:2.25rem;
	margin-bottom:1.4375rem;
}
.title span{
	font-size:1.875rem;
	color:#6e141d;
	margin-left:0.3125rem;
}
.more{
	position:absolute;
	background: url(../img/more.png) no-repeat;
	background-size: 100% 100%;
	width:5.1875rem;
	height:2.125rem;
	right:0;
	top:0.625rem;
}
/*主体第一部分*/
.blog1{
	padding-top:4.25rem;
	background: url(../img/bg1.png) no-repeat center;
	background-size: cover;
}
.blog1-1{
	width:64.5rem;
	position:relative;
}
.blog1-1 li{
	float:left;
	width:20.625rem;
	height:19.875rem;
	background: #f3efe9;
	box-shadow: 2px 2px 3px #9d8b82;
	margin-left:1.3rem;
}
.blog1-1 li:first-of-type{
	margin-left:0;
}
.blog1-1 li .newsimg{
	width:20.625rem;
	height:11.6875rem;
	display: block;
}
.blog1-1 li .newstitle{
	color:#683e03;
	font-weight: bold;
	margin-top:1.25rem;
	font-size:1.125rem;
	padding:0 0.625rem;
	line-height:1.5;
	height:3.375rem;
	overflow: hidden;
}
.blog1-1 li .newsdata{
	padding:0 0.625rem;
	margin-top:1.25rem;
}
.blog1-1 li .newsdata img{
	display: inline-block;
	vertical-align: middle;
	margin-right:0.5rem;
}
.blog1-1 li .newsdata span{
	color:#745a39;
	font-size: 0.875rem;
}
.blog1-2{
	width:23.4375rem;
	position: relative;
}
.blog1-2 li{
	overflow: hidden;
	padding:1.0625rem 0 0.875rem 0;
	border-bottom:0.125rem solid #bfb3a3;
}
.blog1-2 li .noticedata{
	float:left;
	text-align: right;
	line-height: 1;
	border-right:0.0625rem dashed #857662;
	width:5.1875rem;
	box-sizing: border-box;
	padding:0.1875rem 0;
	padding-right:0.8125rem;
}
.blog1-2 li .noticedata p{
	font-size:1.5rem;
	color:#683e03;
}
.blog1-2 li .noticedata span{
	font-size:0.875rem;
	color:#a88f6e;
}
.blog1-2 li .noticetitle{
	font-size:1rem;
	color:#683e03;
	width:18.125rem;
	float:right;
	box-sizing: border-box;
	padding-left:0.9375rem;
	height:2.5625rem;
	overflow: hidden;
}
/*正文第二块*/
.blog2{
	padding-top:5.8125rem;
	background: url(../img/bg1.png) no-repeat center;
	background-size: cover;
}
.blog2>div{
	position: relative;
}
.changelist li{
	width:44.375rem;
	font-size:1.125rem;
	padding:2rem 0 1.5rem 0;
	border-bottom: 0.125rem solid #bc8c4e;
}
.changelist li:nth-of-type(2n){
	float:right;
}
.changelist li:nth-of-type(2n+1){
	float:left;
}
.changelist li p.changelisttitle{
	color:#000000;
	font-weight: bold;
}
.changelist li p{
	color:#8d867e;
	line-height:1.5;
	width:41.625rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.changelist li span{
	display: block;
	color:#6e141d;
	margin-top:0.5rem;
}
.changetitle{
	width:90.9375rem;
	border-bottom:0.25rem solid #6e141d;
}
.changetitle div{
	display: inline-block;
	vertical-align: middle;
	color:#000000;
	font-size: 2.25rem;
	margin-bottom:0.0625rem;
	padding:0.9375rem 1.25rem 0.8125rem 1.25rem;
	cursor: pointer;
}
.changetitle div img:first-of-type{
	display: block;
}
.changetitle div img:last-of-type{
	display: none;
}
.changetitle div.active{
	background: #6e141d;
	color:#ffffff;
}
.changetitle div.active img:first-of-type{
	display: none;
}
.changetitle div.active img:last-of-type{
	display: block;
}
/*. changetitle div span{
	font-size: 1.875rem;
	color:#6e141d;
	margin-left:0.625rem;
}

.changetitle div.active span{
	color:#ffffff;
} */
.changelist>div{
	display: none;
}
/*正文第三块*/
.blog3{
	padding:5.5rem 0 4.375rem 0;
	background: url(../img/bg1.png) no-repeat center;
	background-size: cover;
}
.blog3>div{
	position: relative;
}
.changelist2{
	margin-top:1.875rem;
}
.changelist2 li{
	font-size:1.125rem;
	width:20.3125rem;
	float:left;
	margin-left: 3.2rem
}
.changelist2 li:first-of-type{
	margin-left:0;
}
.changelist2 li img{
	width:20.3125rem;
	height:13.4375rem;
}
.changelist2 li .inttitle{
	color:#000000;
	line-height:2;
	padding:0.9375rem 0;
	border-bottom:0.125rem solid #bc8c4e;
	height:4.5rem;
	font-weight: bold;
	overflow: hidden;
}
.changelist2 li .intzy{
	color:#8d867e;
	line-height: 1.5;
	padding:0.9375rem 0;
	margin-bottom:0.9375rem
	height:6.9375rem;
	overflow: hidden;
}
.changelist2 li .intdata{
	color:#a29b93;
	font-size:1rem;
	float:left;
}
.changelist2 li .intmore{
	color:#a29b93;
	font-size:1rem;
	float:right;
}
.changelist2>div{
	display: none;
}
/*正文第四块*/
.blog4{
	padding:2.5625rem 0 3.75rem 0;
	background: url(../img/bg2.png) no-repeat center;
	background-size: cover;
}
.blog4>div{
	position: relative;
}
.blog4 li{
	width:29.875rem;
	height:15.875rem;
	float:left;
	position: relative;
	margin-left:0.65rem;
	margin-top:0.65rem;
}
.blog4 li:nth-of-type(3n+1){
	margin-left:0;
}
.blog4 li.meitiimg img{
	width:100%;
	height:100%;
	display: block;
}
.blog4 li.meitiimg p{
	position: absolute;
	bottom:0;
	left:0;
	color:#782c31;
	font-size: 1rem;
	padding:1.25rem;
	width:100%;
	font-weight: bold;
	box-sizing: border-box;
	background: #bc8c4e;
}
.blog4 li.meitinews{
	background:#6e141d;
	color:#ffffff;
	padding:3.125rem 2rem 0 2rem;
	box-sizing: border-box;
	font-size: 1rem;
}
.blog4 li.meitinews .meitititle{
	margin:0.625rem 0;
}
.blog4 li.meitinews .meitizy{
	padding-top:0.625rem;
	font-size: 0.75rem;
	line-height:1.5;
}
.blog4 li.meitinews .meitimore{
	margin-top:0.625rem;
	display: block;
	width:3.1875rem;
	height:1.4375rem;
	background: url(../img/more1.png) no-repeat;
	background-size: 100% 100%;
}
/*正文第五块*/
.blog5{
	padding:3.375rem 0 5rem 0;
	background: url(../img/bg3.png) no-repeat left top;
	background-size: cover;
}
.video{
	width:55.625rem;
	height:32.5rem;
}
.video img{
	width:55.625rem;
	height:32.5rem;
	display: block;
}
.videolist{
	width:29.6875rem;
}
.videolist li{
	background: url(../img/underline.png) repeat-x left bottom;
	padding-bottom:2.1875rem;
}
.videolist li p{
	background: url(../img/liststyle.png) no-repeat left center;
	width:29.6875rem;
	box-sizing: border-box;
	height:2.5625rem;
	line-height:2.5625rem;
	padding-left:2.5rem;
	font-size:1.5rem;
	font-weight: bold;
	margin-top:1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.videolist li:first-of-type p{
	margin-top:0;
}
.videolist li span{
	display: block;
	font-size:1.125rem;
	color:#3f3a39;
	overflow: hidden;
	margin-top:1.875rem;
}
/*底部*/
.footer {
	background: #1f1f1f;
	position: relative;
	overflow: hidden;
	padding:0.6875rem 0 1.0625rem 0;
	border-top:0.625rem solid #6e141d;
	border-bottom:0.125rem solid #505050;
}
.footer>div{
	position: relative;
}
.footer img{
	display: inline;
	vertical-align: middle;
}
.footer img.logoimg{
	width:31.75rem;
	margin-left:4.6875rem;
	margin-right:2.5rem;
}
.footer img.ischools{
	width:12.4375rem;
}
.footer .meiticode{
	position: absolute;
	bottom:0;
	right:4.6875rem;
}
.footer .meiticode img{
	margin:0 0.3125rem;
	width:1.625rem;
}
.links{
	background: #1f1f1f;
	padding-top:1.875rem;
}
.links p{
	margin:0 4.6875rem;
	font-size: 1.25rem;
	color:#a9020c;
}
.links ul{
	margin:0 4.6875rem;
	padding:1.25rem 0 1.875rem 0;
	border-bottom:0.125rem solid #505050;
}
.links li{
	float:left;
	font-size: 1.125rem;
	color:#9fa0a0;
	margin-left:3.75rem;
}
.links li:first-of-type{
	margin-left:0;
}
.copy {
	background: #1f1f1f;
	text-align: center;
	font-size:0.75rem;
	padding: 2.8125rem 0;
	color: #9fa0a0;
	line-height:1.8;
}

/*二级页面*/
.erBody {
     background: url(../img/erjiBg.png)  ;
}

#erImg {
	width: 100%;
}

#erImg img {
	width: 100%;
}

.list-page {
	box-sizing: border-box;
	min-height: 50rem;
}

.list-left {
	background-size: 100%;
	position: relative;
	margin-top: 2.5rem;
	padding-bottom: 6.25rem;
	
}

.list-location {
	width: 17.5rem;
	height: 3.75rem;
	text-align: center;
	line-height: 3.75rem;
	color: #ffffff;
	background: url(../img/locationBg.png) no-repeat left center;
	box-sizing: border-box;
	font-size: 1.25rem;
	position: relative;
}

.list-location span {
	position: relative;
	z-index: 1;
	padding: 0 0.625rem;
	
}

/*.list-location::after {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.875rem;
	width: 15.375rem;
	height: 0.125rem;
	background: #ffffff;
	z-index: 0;
}*/

.list-ul {}

.list-ul li {
	width: 17.5rem;
	color: #333333;
	border-bottom:2px solid #c3b4a2;
	box-sizing: border-box;
	text-align: center;
	padding: 0.625rem 0;
	font-size: 1rem;
	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: 2.1875rem;
	line-height: 2.1875rem;
	padding: 0 2.5rem;
	display: block;
}
.list-ul li.active>a {
	
	color: #6e141d;
}
.list-ul .leftSec {
	display: none;
	padding: 0.625rem 0;
}
.list-ul li.active .leftSec {
	display: block;
}
.list-ul .leftSec a {
	color: #515151;
	height: 1.875rem;
	line-height: 1.875rem;
	font-weight: normal;
	padding: 0 3.4375rem;
	border: none;
}
.list-right {
	width: 68.75rem;
	
	margin: 2.5rem 0;
	box-sizing: border-box;
}
.only-listPage {
	width: 90.9375rem;
	
	margin: 2.5rem 0;
	box-sizing: border-box;
}
.only-list li {
	overflow: hidden;
	padding: 0.625rem 3.125rem;
}
.only-list li span {
	float: right;
}
.only-list li a {
	display: block;
	width: 75rem;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.only-list1 li {
	overflow: hidden;
	padding: 0.625rem 3.125rem;
}
.only-list1 li span {
	float: right;
}
.only-list1 li a {
	display: block;
	width: 56.25rem;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.right-title {
	color: #92734c;
	font-size: 0.875rem;
	padding: 1.25rem;
	margin: 0 1.25rem;
	border-bottom: 1px solid #cccccc;
}

.right-title span {
	color: #333333;
}

.right-list li {
	padding: 3.125rem 1.875rem;
	border-bottom: 1px solid #ebe8e8;
}

.right-list .date {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: #f0eeee;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.right-list .date P {
	padding-top: 0.9375rem;
	font-size: 1.25rem;
}

.right-list .date span {
	font-size: 0.75rem;
	color: #999999;
}

.right-list .news {
	font-size: 1rem;
	width: 62.5rem;
	margin-left: 1.25rem;
	display: inline-block;
	vertical-align: middle;
}

.right-list .news span {
	color: #999999;
	display: block;
	margin: 0.625rem 0;
}

.fanye {
	margin: 2.5rem 0;
	text-align: center;
}

.right-jjy {
	padding: 1.25rem 3.125rem;
}

.content-page {
	padding: 2.5rem 6.25rem;
	margin: 1.25rem auto;
	box-sizing: border-box;
	background: #ffffff;
}

.content {
	padding: 1.875rem;
}


/*教师列表页*/
.jsbigtitle{
                              font-size:24px;
                              text-align:center;
                              margin:20px 0;}
                           .jsbigtitle img,.jsbigtitle span{
                              display:inline-block;
                              vertical-align:middle;
                              margin:0 8px;}
                           .jslanmu{
                              background:#b79b94;
                              font-size:0;
                              height:50px;
                              line-height:50px;
                              margin-top:20px;
                              margin-bottom:20px;}
                           .jslanmu a{
                              display:inline-block;
                              width:25%;
                              font-size:18px;
                              text-align:center;
                              font-weight:bold;
                              position:relative;}
                           .jslanmu a.active{
                              color:#6e141d;}
                           .jslanmu a:after{
                              content:'';
                              position:absolute;
                              width:38px;
                              height:30px;
                              background:url(../img/jslanmu.png) no-repeat;
                              left:-19px;top:10px;}
                           .jslanmu a:first-of-type:after{
                            content:'';display:none;}
                            .jslist{
                                margin-top:10px;} 
                            .jstitle{
                                font-weight:bold;}
                                .jstitle span{
                                display:inline-block;
                                    background-color:inherit;
                                    position:relative;
                                    width:auto;
                                    z-index:1;
                                    padding:0 20px;height:30px;line-height:30px;}
                            .bgc1{
                                background:#9c887e url(../img/jstitleline.png) repeat-x right center;}
                            .bgc2{
                                background:#c0a175 url(../img/jstitleline.png) repeat-x right center;}
                            .bgc3{
                                background:#b89189 url(../img/jstitleline.png) repeat-x right center;}
                            .bgc4{
                                background:#8aa4c3 url(../img/jstitleline.png) repeat-x right center;}
                                .jslist ul{
                                    overflow:hidden;margin-top:10px;}
                                .jslist li{
                                    width:12.5%;
                                    float:left;
                                    text-align:center;
                                    color:#6d5b52;
                                    padding: 10px;
                                    position: relative;
                                    box-sizing: border-box;}
                                    .jslist li:after{
                                     content:'';
                              position:absolute;
                              width:14px;
                              height:15px;
                              background:url(../img/jsstyle.png) no-repeat;
                              left:-8px;top:14px;}
                          
                              .jslist li:nth-of-type(8n+1):after{
                                  content:'';
                                  display:none;}
                                .jslist li a{
                                   display:block;
                                   width:100%;
                                   overflow: hidden;
                                   white-space: nowrap;
                                   text-overflow: ellipsis;
                                   }