@charset "utf-8";
/* CSS Document */
/*头部*/
.top .sign{
	background-color: #e7445c;
}
/*导航*/
.dh ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	background-color: #e7445c;
}
.dh ul li{
	width: 25%;
	text-align: center;
	font-size: 1rem;
	padding: 10px 5px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.dh ul li span{
	color: #fff;
}
/*小标题*/
.middle .biaoti{
	margin: 0 4px;
	margin-top: 10px;
	height: 40px;
	background: #fff url( "../images/cebian.jpg") no-repeat left bottom;
	box-shadow: 1px 1px 5px #aaa;
	font-size: 1.2rem;
	font-weight: bold;
	line-height:40px;
	padding-left: 15px;
}
.middle .biaoti span{
	float: left;
	margin-left: 5px;
	
}
.middle .biaoti .more{
	float: right;
}
.middle .biaoti .more a{
	margin-right: 5px;
	color: #e7445c;
	font-size: 1rem;
	font-weight: normal;
}
.zx{
	padding: 0 10px;
	padding-bottom: 15px;
	text-align: center;
}
.zx a{
	background-color:  #e7445c;
	color: #fff;
	font-size: 1rem;
	padding: 10px 50px;
	border-radius: 12px;
}
/*家长课堂*/
 .kt{
	margin: 10px 0;
	 padding: 0 10px;
}
 .kt ul{
	overflow: hidden;
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: space-around;
}
.kt ul li{
	width: 46%;
	padding: 5px;
	text-align: center;
}
.kt ul li img{
height:121px;
}
 .kt ul li span{
	color: #000;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*学校简介*/
.jianjie{
	margin-top: 10px;
	padding: 0 10px;
}
.jianjie p{
	font-size: 0.8rem;
	line-height: 23px;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*师资*/
 .sz{
	margin-top: 10px;
	padding: 0 10px;
}
 .sz ul{
	display: flex;
	 flex-flow: row wrap;
	 justify-content: space-around;
}
 .sz ul li{
	width: 47%;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
}
 .sz ul li img{
	height:auto;
	width: 100%;
}
 .sz ul li h4{
	margin-top: 8px;
	display: block;
	font-size: 1rem;
	color: #e03940;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}
 .sz ul li p{
	width: 92%;
	margin: 0 auto;
	color: #666;
	height: 54px;
	line-height: 20px;
	font-size: 0.8rem;
	margin-bottom: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/*答疑*/
 .dy{
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
  .dy ul{
display: flex;
	  flex-flow: row wrap;
	  justify-content: space-around;
}
 .dy ul li{
	width: 50%;
	padding-bottom: 15px;
}
  .dy ul li .picture{
	    width: 91%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
  .dy ul li img{
    width: 100%;
   height: 127px;
    vertical-align: middle;
    text-align: center;
}
  .dy ul li .p-tit{
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 26px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 2px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	  	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/*
 .picture{
	margin: 10px 4px;
}
 .picture ul li{
	padding: 20px 20px ;
	border-bottom: 1px solid #dfebf9;
	overflow: hidden;
}
 .picture ul li img{
	width: 40%;
	height: 171px;
	padding: 2px;
	float: left;
	margin-right: 20px;
}
 .picture ul li .p-tit{
	overflow: hidden;
	display: block;
	height: 90px;
	font-size: 28px;
	line-height: 42px;
	color: #333;
	font-weight: bold;
}
 .picture ul li span{
	font-size: 24px;
	line-height: 36px;
	color: #999;
	text-overflow: ellipsis;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
	overflow: hidden;
}
*/
/*案例*/
.middle .al{

	width: 93%;

	margin: 0 auto;

	padding-bottom: 10px;

	margin-top: 15px;

}
.middle .al .al-s{

	margin-bottom: 10px;

	border-bottom: 1px solid #cccccc;

}

.middle .al ul li{

	width: 100%;

	height: 80px;

	overflow: hidden;

	font-size: 12px;

	margin-bottom: 10px;
	border-bottom: 1px dashed #cccccc;

}

.middle .al ul li img{

	width: 28%;

	height: 77px;

	border: 1px dotted #e2e2e2;

	padding: 2px;

	float: left;

	margin-right: 8px;

}

.middle  .al-tit{

	color: #212121;

	font-size: 14px;
	width: 65%;
	float: left;
	text-overflow: ellipsis;
    overflow: hidden;
	  	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.middle .al ul li span{

	display: block;

	margin:5px 0;
width: 20%;
	color: #999;

	overflow: hidden;

}

.middle .al ul li p{

	color: #666;

    font-size: 12px;

    line-height: 20px;
	width:62%;
	float: left;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

}

/*环境*/
 .hj{
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 20px;
	overflow: hidden;
}
  .hj ul{
      display: flex;
	  flex-flow: row wrap;
	  justify-content: space-around;
}
 .hj ul li{
	width: 47%;
	padding-bottom: 15px;
}
  .hj ul li .picture{
	    width: 91%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
  .hj ul li img{
    width: 100%;
  height: 127px;
    vertical-align: middle;
    text-align: center;
}
  .hj ul li .p-tit{
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 26px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: 2px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
/*底部*/
.footer{
	padding-bottom: 10px;
}
.footer-nav{
	position: fixed;
	z-index: 999;
	bottom: 0;
	background-color: #e7445c;
	padding: 10px 0;
	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: 5px;
}
.footer-nav ul li span{
	display: block;
	font-size: 0.8rem;
	color: #fff;
}