@charset: "utf-8";
body{
	background: #f8f8f8;
}
.d-tt{
	text-align: center;
	font-size: 36px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-weight: normal;
}
.d-bd{
	
}
.banner .p1{
	float: left;
	color: #333;
	text-align: center;
    white-space: nowrap;
    margin-top: 140px;
    margin-left: 40px;
}
.banner .p1 h1{
	font-size: 45px;
}
.banner .p1 p{
	font-size: 20px;
    margin-top: 15px;
    color: #575757;
    line-height: 40px;
}
.banner .p1> p span{
	color: #bb8853;
}

.banner .p1> span{
	display: inline-block;
    width: 319px;
    height: 58px;
    line-height: 58px;

	font-size: 25px;
    margin-top: 15px;
    color: #fff;
    background: url("../images/banner-tagbg.png") no-repeat center;
}

/*名师*/
.famTeach{
    margin-bottom: 45px;
}
.famTeach .d-bd{
    margin-top: 50px;
}
.famTeach .item{
	float: left;
	width: 395px;
	height: 504px;
	margin-left: 5px;
}
.famTeach .item:first-child{
	margin-left: 0;
}
.famTeach .item> img,
.famTeach .item> div{
	display: block;
	width: 100%;
	height: 250px;
	margin-bottom: 5px;	
	background: #917f74;
}
.famTeach .item2> img,
.famTeach .item2> div{
	background: #969696;
}
.famTeach .item> div p{
	padding: 40px 30px 10px 40px;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.famTeach .item> div p span{
	font-size: 1.2em;
	line-height: 40px;
}
