/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"Microsoft YaHei",Arial;-webkit-text-size-adjust:none; color:#000;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#000;text-decoration: none!important;}
a:hover{text-decoration:underline;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/* 分页样式 */
.frontier-paging { margin-top: 32px;text-align: center; }
.frontier-paging ul { display: inline-block; vertical-align: bottom; }
.frontier-paging ul span,
.frontier-paging ul a { display: block; float: left; margin: auto 2px; padding: 8px 16px; background: #FFF; box-shadow: 0 0 8px rgba(0,0,0,0.07); border-radius: 2px; font-size: 14px; color: #999; }
.frontier-paging ul a.page-num-current,
.frontier-paging ul a:hover { background: #a6d6c9; color: #FFF; }

/*头部样式*/
.headMain{width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    width: 100%;
    height: 136px;
    background: rgba(255, 255, 255, 0.96);
}
.header{width: 1100px;margin:0 auto;}
.header h1{width: 30%;float: left;}
.header h1 img{padding-top: 30px;width:95%;}
.navArea{width: 70%;float: right;height: 136px;}
* { box-sizing: border-box; }
.float-left { float: left; }
.float-left:last-child{background:#a6d6c9;}
.float-left:last-child a{color:#FFF!important;}
.float-right { float: right; }
.clearfix::before { content: ""; display: table-cell; }
.clearfix::after { content: ""; display: table; clear: both; }
.nava, .nava:after, .nava:before { text-decoration: none; color: #000; cursor: pointer; outline: none;font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
.nava:hover { color: #8667F7; }
.menu { padding: 0px; width: 100%; height: 48px;}
.active {color: #a6d6c9!important;}
.menu > ul > li { position: relative;width:14.28%;text-align:center; }
.menu > ul > li > a { line-height: 38px;font-weight: 700; }
.menu > ul > li > a { display: block; line-height: 38px;color: #4c5f5d;}
.menu > ul > li:hover > a{color: #4c5f5d;font-weight: 700;}
.menu > ul > li.active > a {color: #a6d6c9;font-weight: 700; }
.sub-menu > li > a { display: block; padding: 8px; text-align: center; font-size: 14px; color: #FFF; }
.sub-menu > li + li > a { border-top: 0px solid #a6d6c9; }
.sub-menu > li:hover > a { background-color: #000;color: #fff; }
.sub-menu { position: absolute; width: 100%; top: 38px; left: 0; background-color: rgba(57, 78, 76, 0.9);  opacity: 0; z-index: 999; visibility: hidden;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;

            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;

            -webkit-transform:scaleY( 0 );
            -moz-transform:scaleY( 0 );
            -ms-transform:scaleY( 0 );
            -o-transform:scaleY( 0 );
            transform:scaleY( 0 ); }
.menu > ul > li:hover .sub-menu { opacity: 1; visibility: visible;
    -webkit-transform:scaleY( 1 );
    -moz-transform:scaleY( 1 );
    -ms-transform:scaleY( 1 );
    -o-transform:scaleY( 1 );
    transform:scaleY( 1 );  }

/*顶部工具栏*/
.toptools{
    width:100%;
    height: 48px;
    margin-top:10px;
}
.toppost{
    float: right;
    margin-right: 22px;
    display: inline-flex;
}
.toppost li{float:left;}
.toppost a{
    height: 25px;
    margin-left:15px;
    font-size: 16px;
}
.wetchatpos,.contactpos{
    position: relative;
}
.wetchatshow{
    height: 150px;
    width: 150px;
    display: none;
    position: absolute;
    z-index: 999;
    left: -50px;
}
.contactshow img{
    width:100%;
}
.wetchatshow img{
    width:100%;
}
.contactshow{
    height: 150px;
    width: 150px;
    display: none;
    position: absolute;
    z-index: 999;
    left: -50px;
}
.EnglishNav{
    background-color: rgba(57, 78, 76, 0.9);
    font-family: 'Gill Sans MT Std Book', sans-serif;
    color: #fff;
    height: 25px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
}
.wetchatlogo{
    background: url('../images/wetchat.png') no-repeat;
    background-size:contain;
    width: 29px;
    height: 25px;
    display:inline-block;
}
.contactlogo{
    background: url('../images/contact.png') no-repeat;
    background-size:contain;
    width: 29px;
    height: 25px;
    display:inline-block;
}
/*校长欢迎词*/
.masterWelcome{
    width:100%;
    display: inline-block;
    margin-top:40px;
}
.masterWelcome .mleft{
    width:30%;
    float:left;
}
.mcontent{
    position: relative;
    padding-top:10px;
}
.masterWelcome .mright{
    width:70%;
    float:left;
}
.mright h1{
    font-size: 30px;
    line-height: 40px;
    color: #a6d6c9;
    padding-bottom: 20px;
}
.mright p{
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #000;
}
.masterWelcome .mleft img{
    width:80%;
    border-radius: 10px;
}
.textHead p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #000;
}
/*首页三张图片特效*/
.da-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0;
    display: inline-block;
}
.da-thumbs li {
    float: left;
    width: 33.1%;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-right:.3%;
}
.da-thumbs li:last-child {
        margin-right:0%;
}
.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%;
}
.da-thumbs li a {
    overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: #333;
    background-color: rgba(57, 78, 76, 0.8);
    width: 100%;
    height: 400px;
    z-index: 999;
}
.da-thumbs li a div span {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0 auto;
    margin-top: 150px;
    display: block;
    width: 120px;
}
.da-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
    left: 0px;
}
.masktext{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(57, 78, 76, 0.8);
    font-style: italic;
    letter-spacing: 3px;
}
.imgshow{
    width: 800px;
    margin: 0 auto;
}
.imgshow img{
    width: 100%;
}
/*首页名师滚动*/

.swiper-teacher {
    width: 1220px!important;
    margin:0 auto;
    padding: 30px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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;
}
.swiper-teacher img{
    width: 100%;
    height: 300px;
}
.swiper-teacher a{
    display: block;
    width: 100%;
    color: #FFF;
    font-weight: 700;
}
.slide-li a{
    padding-bottom: 10px;
    background-color: rgba(57, 78, 76, 0.9);

}
/*名师专栏特效*/
.youxiu{
    font-size: 18px;
    font-weight: 700;
    color: #4c5f5d;
    font-style: italic;
}
.tda-thumbs {
    list-style: none;
    width: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0;
}
.tda-thumbs li {
    float: left;
    width: 30%;
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 3%;
    margin-right: 2.5%;
}
.tda-thumbs li a,
.tda-thumbs li a img {
    display: block;
    position: relative;
    width: 100%;
}
.tda-thumbs li a {
    overflow: hidden;
}
.tda-thumbs li a div {
    position: absolute;
    background: #333;
    background-color: rgba(57, 78, 76, 0.9);
    width: 100%;
    height: 100%;
    z-index: 999;
}
/*.tda-thumbs li:nth-child(even){
    margin-left: 10%;
}*/
.tda-thumbs li a div span {
    text-align: center;
    color: #FFF;
    font-size: 16px;
    border: 1px solid #FFF;
    padding: 10px;
    margin: 0 auto;
    margin-top: 150px;
    display: block;
    width: 120px;
}
.tda-thumbs li a div {
    top: 0px;
    left: -100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tda-thumbs li a:hover div{
    left: 0px;
}
.tmasktext{
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    background-color: rgba(57, 78, 76, 0.9);
    z-index: 999;
    font-size: 12px;
    padding: 10px;
}
.tmasktext span{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #a6d6c9;
    display: block;
    width: 100%;
    font-weight:700;
}
.timgshow{
    width: 520px;
    margin: 0 auto;
}


/*校园动态开始*/
.xiaoyuanMain{
    width: 100%;
    margin-top: 30px;
}
.xyleft{
    width: 100%;
}
.xyrili{
    float:right;
    width: 28%;
    margin-left: 4%;
}
.morenews{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #4c5f5d;
    text-decoration: none;
    font-style: italic;
}
.contentMore:hover{
    background:#4c5f5d;
    color: #FFF;
}
.xytitle{
    position: absolute;
    margin-left: 10px;
    color: #4c5f5d;
}
.xyleft h1{
    line-height: 50px;
    position: relative;
}
.xyrili h1{
    line-height: 50px;
    position: relative;
}
/*头部轮播图*/
.sliderMain{
	width: 100%;
    margin-top:140px;
}
.sliderMain img{
	width: 100%;
}
.sliderStudyAbroad{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sliderStudyAbroad img{
	width: 100%;
	height: 100%;

}
.swiper-container {
    width: 100%;
    height: 100%;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
    position: relative;
}

.container{
	width:1220px;
	margin:0 auto;
}
/*柏仁资讯*/
.newsbox{
    width: 100%;
	margin-top: 40px;
    display: inline-block;
}
.headimg{
    width: 100%;
    margin-top: 30px;
    text-align: center;
    background: #a6d6c9;
	padding-top: 30px;
    padding-bottom: 30px;
}
.headimg img{
	display: block;
	margin: 0 auto;
}
.newsmain{
	width: 100%;
}
.newsbox .x,.newsbox .y{
	width: 33%;
	float: left;
	margin-right: .5%;

}
.newsbox .z{
	width: 33%;
	float: left;

}
.z img{
	width: 100%;
}
.xyleft .x{
    margin-top: 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.zxpic{
    width: 50%;
    float: left;
    height: 300px;
}
.pccontent{
    width: 49%;
    display: inline-block;
    margin-bottom: 2%;
    float: left;
    border-top: 2px solid #a6d6c9;
    background: #fff;
}
.pccontent:nth-child(even){
    margin-left: 2%;
}
.zxpic img{width: 100%;height: 300px;}
.zxcontent{
    width: 50%!important;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    padding-right: 15px;
}
.zxcontent p{
	margin-top: 6px;
	color: #000!important;
    font-size: 14px;
}
.contentMore{
    padding: 8px;
    display: inline-block;
    border: 2px solid #a6d6c9;
    color: #a6d6c9;
    font-weight: 700;
}
.zxcontentp a{
	color:#000!important;
}
.zxtitle{
    text-align: left;
    padding-top: 20px;
}
.zxtitle a{
	font-size: 20px;
	font-weight: 700;
	color: #4c5f5d;
	text-decoration: none;
    line-height: 30px;
}
.zixunTime{
	text-align: right;
}

.layui-form-label span{
    float:right;
    margin-right:10px;
    display: inline-block;
    font-size: 14px;
    color: #a6d6c9;
}
/*子页面图文列表*/
.xzxpic{
    width: 20%;
    float: left;
}
.xpccontent{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.xzxpic img{width: 100%;height: 170px;}
.xzxcontent{
    width: 80%!important;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}
.xzxcontent p{
    margin-top: 6px;
    height: 62px;
    overflow: hidden;/*内容超出后隐藏*/
    color: #000!important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xzxcontentp a{
    color:#000!important;
}
.xzxtitle{
    text-align:left;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
}
.xzxtitle a{
    font-size: 16px;
    font-weight: 700;
    color: #4c5f5d;
}
.xzxtitle span{
    display: inline-block;
    float: right;
}
.lanmuicon{
    height: 27px;
    width: 27px;
    float: left;
    margin-right: 10px;
}
/*名师专栏滚动*/
.scrollimg{width:1100px;height:180px;position:relative;margin:0 auto 20px;}
.scrollimg div.imgwrap{width:1020px;height:180px;margin:0 60px;position:absolute;top:0;overflow:hidden;}
.scrollimg div.imgwrap ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:absolute;top:0;}
.scrollimg ul li{float:left;width:204px;overflow:hidden; margin:0 auto; text-align:center;}
.scrollimg ul li dl{float:left;height:180px;width:160px;overflow:hidden;}
.scrollimg ul li dl dt{clear:both;width:160px;overflow:hidden;margin-right:8px;}
.scrollimg ul li dl dt a{height:160px;width:160px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:39px;*font-family:Arial;}
.scrollimg ul li dl dt a img{vertical-align:middle;}
.scrollimg ul li dl dd{color:#aaa;}
.scrollimg ul li dl dd a{
    color: rgb(76, 95, 93);
    display: block;
    font-size: 14px;
    height: 20px;
    margin: 2px 0;
    overflow: hidden;
}
.scrollimg a.arrow{
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 65px;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 100%;
    border: 1px solid #eee;
    font-size: 13px;
}
.scrollimg .arrow i{
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
    text-indent: 10016px;
    color: #fff;
}
.scrollimg a.back{background-position:0 0;left:0;}
.scrollimg a.back:hover{background-position:0 -100px;}
.scrollimg a.forward{background-position:0 -50px;right:0;}
.scrollimg a.forward:hover{background-position:0 -150px;}
.cloned img{display: inline; width: 160px; height: 160px;border-radius: 100%;}
.cc{
    background: #a6d6c9;
    padding-top: 30px;
    padding-bottom: 30px;
}

/*页脚区域*/
.footer{padding:30px 0;border-top:1px solid #e3e3e3;text-align:center;line-height:24px;font-family:Verdana;color:#898989;}
.contmsg{width:40px;height:37px;position:fixed;bottom:0;right:20px;background:url(../images/msg_bg.gif) no-repeat;cursor:pointer;text-decoration:none;line-height:18px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}
.msgtxt{display:none;border:1px solid #e1e1e1;width:120px;padding:5px 8px;position:absolute;bottom:40px;right:0;}
.footer{width:100%;  background:url(../images/bottom.jpg) center top no-repeat;}
.footer .f01{ padding-top:235px;width:1100px; margin:0 auto; height:50px;text-align:center; font-size:14px; color:#000; }
.footer .f01 .left{ float:left; width:305px; }
.footer .f01 .center{ float:left; width:270px;margin-left: 216px; font-size: 16px;
    font-weight: 700;    color: #4c5f5d;}
.footer .f01 .right{ float:right; width:341px; margin-right: 176px;font-size: 16px;
    font-weight: 700;    color: #4c5f5d;}
.footer .f02{ width:1100px;margin: 258px auto 0; border-top:1px solid #dbdbdb;padding-top: 15px;}

.tfooter{padding:30px 0;border-top:1px solid #e3e3e3;text-align:center;line-height:24px;font-family:Verdana;color:#898989;}
.tfooter{width:100%;background:url(../images/bottom2.jpg) center top no-repeat;}
.tfooter .f01{ padding-top:235px;width:1100px; margin:0 auto; height:50px;text-align:center; font-size:14px; color:#000; }
.tfooter .f01 .left{ float:left; width:305px; }
.tfooter .f01 .center{ float:left; width:270px;margin-left: 216px; font-size: 16px;
    font-weight: 700;    color: #4c5f5d;}
.tfooter .f01 .right{ float:right; width:341px; margin-right: 176px;font-size: 16px;
    font-weight: 700;    color: #4c5f5d;}
.tfooter .f02{ width:1100px;margin: 258px auto 0; border-top:1px solid #dbdbdb;padding-top: 15px;}
.footlogo{
    width: 100%;
    display: inline-block;
    padding-top: 100px;
}
.footlogo .a1{
    width: 250px;
    height:63px;
    float:left;
    display: inline-block;
    margin-left:50px;
}
.footlogo .a2{
    width: 250px;
    height:63px;
    float:right;
    display: inline-block;
    margin-right:50px;
}
.footlogo .a1 img,.footlogo .a2 img{
    width: 250px;
    height:63px;
}
/*子栏目头部图片*/
@media only screen and (min-width: 768px) {
    .Mobile_show{
        display: none;
    }
}

.sortName{
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    text-decoration: underline;
    color: #4c5f5d;
    padding-bottom: 90px;
}
.subBanner {
    width: 1200px;
    margin: 0 auto;
    margin-top:140px;
    position: relative;
}
.teacherMain{
    margin-top:140px;
}
.subBanner .left50{
    width: 50%;
    float:left;
    height:100%;
    background:#a6d6c9;
}
.subBanner .right50{
    width: 100%;
    height:100%;
    display: inline-block;
    overflow: hidden;
    z-index: 99;
}
.studyAbroad {
    width: 100%;
    margin-top:140px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.studyAbroad .w100{
    width: 100%;
    overflow: hidden;
}
.studyAbroad .w100 img{
    width: 100%;
}
.studyAbroad .left50{
    width: 50%;
    float:left;
    height:100%;
    background:#a6d6c9;
}
.studyAbroad .right50{
    width: 50%;
    float:right;
    height:100%;
    overflow: hidden;
    z-index: 99;
    position: relative;
}
.subbannerContent{
    position: absolute;
    top:0px;
    width: 1220px;
    margin:0 auto;
    height: 450px;
    left: 50%;
    margin-left: -610px;
    padding-top:40px;
}
.subbannerContent h1{
    color: #333;
    font-size: 28px;
}
.subbannerContent p{
    width: 500px;
    margin-top: 40px;
    text-align: justify;
    font-size: 14px;
    color: #333;
    line-height:22px;
    text-indent: 0px;
}
.right50 img{
    width: 100%;
    height: 100%;
}
.contactMain{
    margin-bottom: 30px;
}
/*子页面*/
.submain{
    width: 1220px;
    margin: 0 auto;
    display: block;
    margin-bottom: 54px;
    margin-top: 54px;
}
.rightside{
    width: 24%;
    float: right;
}
.navleft{
    border-top:0px;
    margin-top:30px;
}
.navleft a{
    width: 100%;
    border-bottom: 1px solid #779b93;
    padding-top: 15px;
    background-color: #92bdb2;
    transition: all 0.2s ease-in-out;
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    min-height: 53px;
    padding-left: 30px;
}

.navleft a:hover{
        background: #a6d6c9!important;
        color: #FFF!important;
}
.navactive{
        background: #a6d6c9!important;
        color: #FFF!important;
}
.title-font{
    color:#4c5f5d;
}
.navleft a:last-child{
    border-bottom: 0px solid #779b93;
}
.navsub ul{
	border-bottom: 0px;
}
.navleft h2{
    height: 53px;
    background: #4c5f5d;
    color: #a6d6c9;
    font-size: 18px;
    line-height: 53px;
    text-indent: 30px;
    font-weight: 700;
}
.navcontact{
    border-top:0px;
    margin-top: 20px;
}
.navcontact h2{
	height: 68px;
    background: #515151;
    color: #FFF;
    font-size: 20px;
    line-height: 68px;
    text-indent: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 700;
}
.contactmain{
	padding: 30px;
	border:1px solid #eee;
}
.contactmain p{
	font-size: 15px;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}
.contactmain p:nth-child(2){
	color: #ff0100;
	font-size: 20px;
	font-weight: 700;
}
.leftside{
	width: 100%;
    display: inline-block;
}
.leftside h2{
	height: 68px;
    background: #f8f8f8;
    color: #c21f00;
    font-size: 20px;
    line-height: 68px;
    text-indent: 30px;
    font-weight: 700;
}
.leftside .postion{
	float: right;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 100;
    color: #000;
}
.leftcontent{
	padding: 25px;
	font-size: 16px;
	color: #000;
	text-align: justify;
    min-height: 700px;
    line-height: 30px;
    padding-top:0px;
    overflow: hidden;
}
.leftcontent span{ 
    font-size: 16px!important;
}
.leftcontent p{ 
    font-size: 16px!important;
}
/* 学生感言首页滚动 */
.GanYan {
    width: 1200px;
    margin: 0 auto;
}
.GanYanMain{
	padding: 20px;
    width: 1200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.ScrollMain{
	visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    height: 100%;
    width: 100%;
    margin-left: 0px;
}
.ScrollMain ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.ScrollMain li{
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.ScrollMain .info {
    font-size: 14px;
    line-height: 32px;
    color: #000;
}
.ScrollMain .className { 
    font-size: 14px;
    line-height: 32px;
    color: #000;  
    text-align: right;
    padding-bottom: 10px;
}
.ScrollMain li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.GanyanTop {
    border-bottom: 2px solid #a6d6c9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* 校长寄语 */
.HeadmasterMain {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.HeadmasterMain .left{
    width: 25%;
}
.HeadmasterMain .HeadmasterImg {
    width: 100%;
}
.HeadmasterMain .HeadmasterImg img{
    width: 100%;
}
.HeadmasterMain .NormalTextBold {
    font-weight: 700;
    line-height: 32px;
}
.HeadmasterMain .NormalText {
    text-indent: 32px;
    line-height: 32px;
}
.HeadmasterMain .right{
    width: 73%;
}
.picBg {
    display: inline-block;
    height: 200px;
    width: 100%;
}
.zxtitle span{
	float: right;
	padding-right: 10px;
}
.paging
{
    width: 90%;
    margin: 0 auto;
    height: 30px;
    text-align: center;
    margin-top: 40px;
}
.page-numbar a{
	padding: 10px;
    font-size: 12px;
    margin-right:10px;
}
.page-numbar a:link{
	background: #ececec;
    color: #757575;
}
.page-numbar a.on{
	background-color: #dd2628;
}
.contentTitle{
	font-size: 20px;
	text-align: center;
    color:#4c5f5d;
}
.pageContent{
	width: 100%;
}
.pageContent span{
    text-align: center;
    color: #4c5f5d;
    font-weight: 700;
    line-height: 30px;
    background: #eee;
    display: block;
 }
 .clear{clear: both;}
.contentSub{
    font-size: 14px;
    background: none;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.contentSub span{
	padding-left: 20px;
}
.w50{
    float: left;
    width: 47%;
    margin-right: 4%;
    margin-top: 4%;
    border: 1px solid #eee;
}
.w50 a{
    display: inline-block;
}
.w50 img{
	width: 100%;
    height:200px;
    float:left;
}
.w50:nth-child(even){
    margin-right: 0%;
}
.newstitle{
	font-size: 16px;

}
.newsContent{
	margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.newstitle a{
    line-height: 30px;
    font-size: 16px;
    color: #4c5f5d;
    font-weight: 700;
}
.newstitle span{
    font-size: 16px;
    float: right;
    padding-right: 10px;
    color: #4c5f5d;
    font-weight: 100;
}
.zxtitle span{
	font-size: 14px;
	font-weight: 100;
}
.w33{
    float: left;
    width: 20%;
    margin-left: 2%;
    margin-bottom: 20px;
    border-top: none;
    padding: 10px;
    border: 1px solid #eee;
}
.w33 img{
	width: 100%;
    border-radius: 10px;
}
.w33 a{
	display: inline-block;
}
.title-attr{
    float: left;
    margin-right: 15px;
    display: inline-block;
    padding-top:3px;
}
.title-attr span{
    width: 30px;
    display: block;
    margin-bottom: 5px;
    height: 3px;
}
.title-attr span.ta-orange{
    background-color: #ef7f01;
}
.title-attr span.ta-blue {
    background-color: #a5dbcb;
}
.title-attr span.ta-yellow {
    background-color: #f7d30b;
}
.title-attr span:last-child {
    margin-bottom: 0;
}
.box-section-bottoms {
    padding: 30px 0 0;
    -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.07);
}
.box-item{
    margin-bottom:30px;
    display: inline-block;
}
.layui-input-block{
    margin-left: 0px!important;
}
.layui-form-label{
    width: 100%!important;
    text-align: left!important;
    padding-left: 0px!important;
    color: #4c5f5d;
    font-weight: 700!important;
}
.layui-form-select .layui-edge{
    margin-top:17px!important;
}
.layui-form-select dl dd.layui-this{
    background-color: #a6d6c9!important;
}
/*.applymain{
    width: 80%;
    margin: 0 auto;
}
.applymain p{
    margin-bottom: 1rem;
    display:flex;
    flex-direction: column;
}

.applymain i{
    width:10%;
    float: right;
    font-style: normal;
}
.applymain span{
    font-size: 1.6rem!important;
    display: inline-block;
    float: left;
    font-size: 20px!important;
    line-height: 3rem;
}

.applymain label{
    float: right!important;
    font-size: 14px!important;
    color: #a6d6c9!important;
}*/
.buttonDiv{
    width:60%;
    margin:0 auto;
}
.applymain h1{
    color: #4c5f5d;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-weight: 700;
}
#wizard {
    border: 5px solid #a6d6c9;
    font-size: 16px;
    height: 900px;
    margin: 20px auto;
    width: 976px;
    overflow: hidden;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
}
#wizard .items{width:20000px; clear:both; position:absolute;}
#wizard .right{float:right;}
#wizard #status{
    height: 42px;
    background: #a6d6c9;
    padding-left: 25px !important;
}
#status li{float:left;color:#fff;padding:10px 30px;}
#status li.active{background-color: #4c5f5d;font-weight:normal;color:#fff!important;}
.page .input{width:100%; height:35px;line-height: 35px;border: 1px solid #eee;background: #fff;margin-top:5px;}
.page{padding:20px 30px;width:976px;float:left;}
.page h3{height:42px; font-size:16px; border-bottom:1px dotted #ccc; margin-bottom:20px; padding-bottom:5px}
.page h3 em{font-size:12px; font-weight:500; font-style:normal}
.page p{line-height:24px;}
.page p label{font-size:14px; display:block;}
.btn_nav{height:36px; line-height:36px; margin:20px auto;}
.btn_nav .prev,.btn_nav .next{width:100px; height:38px; line-height:38px;border:1px solid #d3d3d3; cursor:pointer;background:#FFF;}

/*留言板*/
.feckPage{
    width: 80%;
    margin: 0 auto;
}
.feckPage p{
    margin-bottom: 1rem;
    display:flex;
    flex-direction: column;
}
.feckPage input{
    height: 3rem;
    border: 1px solid #eee;
    font-size: 1.5rem;
    text-indent: 10px;
    width: 100%;
}
.feckPage i{
    width:10%;
    float: right;
    font-style: normal;
}
.feckPage span{
    font-size: 1.6rem!important;
    display: inline-block;
    float: left;
    font-size: 20px!important;
    line-height: 3rem;
}
.buttonDiv .summit{
    width: 40%;
    background: #dd2628;
    border: 0px;
    border-radius: 5px!important;
    height: 4rem;
    line-height: 4rem;
    color: #ececec;
    font-size: 1.6rem;
    margin-right: 5%
}
.buttonDiv .reset{
    width: 45%;
    background: #515151;
    border: 0px;
    border-radius: 5px!important;
    height: 4rem;
    line-height: 4rem;
    color: #ffffff;
    font-size: 1.6rem;
}
.feckPage label{
    float: right!important;
    font-size: 14px!important;
    color: #dd2628!important;
}
.buttonDiv{
    width:60%;
    margin:0 auto;
}

/*日历管理*/
.itemdate{
    width:25%;
    float:left;
}
.itemcal{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.itemcontent{
    width: 70%;
    float:right;
    margin-left:5%;
}
.item-date-header{
    background: url(../images/cal.png) no-repeat;
    background-size: 85px;
    color: #a6d6c9;
    font-size: 13px;
    text-transform: uppercase;
    padding: 19px 0 3px;
    text-align: center;
}
.item-date-footer{
    background-color: #a6d6c9;
    color: #394e4c;
    padding: 20px 0 8px;
}
.itemcontent a{
    font-size: 20px;
    color: #394e4c;
    font-weight: 700;
}
.item-f-top {
    font-family: "Rockwell", Arial, sans-serif;
    font-size: 34px;
    text-align: center;
}
.item-f-bottom{
    text-align: center;
    text-transform: uppercase;
    padding-top:5px;
}
.item-date-header span{
    text-align: center;
    font-weight: 700;
    font-size: 12px;
}
.itemclock{
    height: 25px;
    width: 25px;
    background: url(../images/clock.png) no-repeat;
    background-size: cover;
    display: inline-block;
    float:left;
}
.itemtime{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    padding-left: 5px;
}
.itemcontent p{
    padding-bottom: 5px;
    margin-top: 10px;
}
/*日历显示*/
.caltitle{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom:15px;
}
.caltime{
    margin-top: 20px;
}
.cala{
    border: 1px solid #eee;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    float: right;
}
.calicon{
    font-size: 20px!important;
    padding-right: 10px;
}
.dowebok { width: 500px; margin: 30px auto 0; border: 1px solid #ddd;}
.dowebok h2 { padding: 10px; font-size: 16px; font-weight: 400;background-color: rgba(57, 78, 76, 0.9);}
.dowebok .inner { padding: 60px; text-align: center;}
.dowebok p { margin-top: 10px; font-size: 14px;}
.dowebok input { margin-right: 10px; padding: 5px; border: 1px solid #ddd; font-family: "Microsoft Yahei";}
.fc-event{background:#a6d6c9!important;}
.tipso_style{cursor:pointer;}
.readMore {
    color: red;
}
.readMore:hover {
    text-decoration: underline!important;
}
.ganlink {
    transition: all .3s;
}
.ganlink:hover {
    color: #4c5f5d!important;
    text-decoration: underline!important;
}

/* 首页学校概况 */
.GaikuangMain {
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.GaikuangMain .perDataA {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
    margin-top: 50px;
}
.GaikuangMain .perDataA  .perList {
    width: 250px;
    height: 180px;
}
.GaikuangMain .perDataB {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.GaikuangMain .perDataB  .perList {
    width: 250px;
    height: 180px;
    margin-right: 2%;
}
.GaikuangMain .perDataC {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.GaikuangMain .perDataC  .perList {
    width: 250px;
    height: 180px;
}
.GaikuangMain .perDataD {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.GaikuangMain .perDataD  .perList {
    width: 250px;
    height: 180px;
}
.GaikuangMain .perEvery .perList {
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
    transition-duration: .3s;
    cursor: pointer;
}
.GaikuangMain .perEvery .perList:hover {
    box-shadow: 0 0 26px 0 #ccc;
    transform: scale(1.1);
}
.GaikuangMain .perEvery .perList .BigTitle{ 
    font-size: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    color: #201e69;
    font-weight: 700;
}
.GaikuangMain .perEvery .perList .ContentText{ 
    font-size: 16px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}
.GaikuangMain .orangeColor {
    background: #f6c5b4;
}
.GaikuangMain .blueColor {
    background: #76c5f0;
}
.GaikuangMain .greenColor {
    background: #b8dc7c;
}
.GaikuangMain .mar20 {
    margin-left: 2%;
    margin-right: 2%
}