@charset "utf-8";
/* CSS Document */
/*头部*/
.top{
	background-color: #fff;
text-align: center;
	position: fixed;
	z-index: 999;
	top: 0;
	box-shadow:0px 2px 5px #929292;
}
.banner{
	margin-top: 57px;
}
/*导航*/
.nav{
	padding: 0 20px;
	background-color: #22af6a;
}
.nav ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	text-align: center;
}
.nav ul li{
	width: 25%;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	margin: 10px 0;
}
.nav ul li:nth-child(4n){
	border-right: none;
}
.nav ul li a{
	color: #fff;
	font-size: 1rem;
}
/*小标题*/
.title{
	text-align: center;
	margin-bottom: 10px;
}
.title p{
		display: inline-block;
	font-size: 2rem;
	font-weight: bold;
   color: #22af6a;
	border-bottom: 1px solid #22af6a;
		padding-bottom: 10px;
}
.more{
	font-size: 0.8rem;
	color: #F91115;
}
/*电话*/
.dianhua{
	text-align: center;
	width: auto;
	height: auto;
		padding: 0 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	background-color: #fff;
}
.dianhua a{
	margin: 5px 0;
	display: block;
	font-size: 1rem;
}
.dianhua .ljzx{
	width: 80%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	background-color: #ffcd06;
	border-radius: 30px;
}
/*简介*/
.about	{
	padding: 0 20px;
	margin-bottom: 20px;
}
.about p{
	font-size: 0.8rem;
	line-height: 22px;
	text-indent: 2em;
	overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
/*家长课堂*/
.ketang{
	width: 93%;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-top: 15px;
}
.ketang  ul li{
	width: 100%;
	height: 100px;
	overflow: hidden;
	font-size: 12px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.ketang  ul li img{
	width: 35%;
	height: 100%;
	border: 1px dotted #e2e2e2;
	padding: 2px;
	float: left;
	margin-right: 8px;
}
.ketang  .ketang-tit{
	color: #212121;
	font-size: 1rem;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.ketang  ul li p{
	color: #666;
    font-size: 0.6rem;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*家长答疑*/
.dayi{
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #fff;
}
.dayi ul{
	width: 96%;
	margin: 0 auto;
}
.dayi li{
	margin-bottom: 10px;
	padding: 5px 0;
	border-bottom: 1px dashed #ccc;
}
.dayi li p{
	font-size: 0.8rem;
	line-height: 20px;
	color: #777;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dayi li p::before{
	content: ">";
	margin-right: 10px;
	color: burlywood;
}
/*师资*/
.shizi{
		margin-top: 20px;
	background-color: #fff;
	padding: 0 10px;
	padding-bottom: 20px;
}
.shizi .shizi-list li{
	 display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	z-index: 2;
}
.shizi  .shizi-list li .shizi-l{
	width: 20%;
	height: 84px;
}
.shizi  .shizi-list li .shizi-l img{
	display: inline-block;
	/* width: 100%; */
	height: 84px;
}
.shizi .shizi-list li .shizi-r{
	width: 80%;
}
.shizi  .shizi-list li .shizi-r p{
	font-size: 1rem;
	color: #22af6a;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	line-height: 25px;
}
.shizi  .shizi-list li .shizi-r span{
	font-size: 0.7rem;
	width: 85%;
	color: #737373;
	line-height: 20px;
	text-overflow: ellipsis;
    overflow: hidden;		
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
} 
.shizi  .shizi-list li  .shizi-more{
	background-color: #22af6a;
	display: block;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	color: #fff;
	right: 15px;
	bottom: 17px;
	position: absolute;
}
/*校园环境*/
.huanjing{
	padding: 0 10px;
	padding-top: 10px;
	background-color: #fff;
}
.huanjing ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.huanjing ul li{
	width: 48%;
	text-align: center;
	margin-bottom: 5px;
}
.huanjing ul li span{
	display: block;
	font-size: 0.9rem;
	margin-top: 5px;
}
/*案例*/
.anli{
	padding: 0 10px;
	padding-top: 10px;
	background-color: #fff;
}
.anli ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.anli ul li{
	width: 48%;
	text-align: center;
	margin-bottom: 5px;
}
.anli ul li span{
	font-size: 0.9rem;
	margin-top: 5px;
display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*尾部*/
.footer-nav{
	position: fixed;
	z-index: 999;
	bottom: 0;
	background-color: #22af6a;
	padding: 10px 0;
	box-shadow:0px -1px 5px #929292;
	max-width: 640px;
}
.footer-nav ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.footer-nav ul li{
	width: 25%;
	text-align: center;
}
.footer-nav ul li img{
	width: 30%;
	margin-bottom: 10px;
}
.footer-nav ul li span{
	display: block;
	font-size: 0.8rem;
	color: #fff;
}