*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}



body{
	font-family: "MIcrosoft Yahei";
}


.bannner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center top;
}

.top1{
	width: 1200px;
	height: 450px;
	background: url(../images/top1.jpg) no-repeat left top;
	margin: 0 auto;
	position: relative;
}


.top1 .toptext{
	width: 670px;
	height: auto;
	position: absolute;
	right: 0;
	top: 60px;
	font-size: 24px;
}

.top1 .toptext p{
	margin-bottom: 30px;
}


.top1 .toptext a{
	width: 210px;
	height: 46px;
	display: block;
	border-radius: 23px;
	border: 1px solid #f00;
	color: #f00;
	text-align: center;
	line-height: 46px;
	float: right;
	margin-right: 120px;
}


.big_tt{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	margin-top: 50px;
	background: url(../images/tt_ioc.jpg) no-repeat center bottom;
	color: #DB3039;
	font-size: 60px;
	text-align: center;
}


.xuemb{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background: url(../images/right_ren.jpg) no-repeat right center;
	margin-top: 30px;
}

.xuemb ul{
	width: 820px;
	height: auto;
}


.xuemb ul li{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 20px;
}

.xuemb ul li .mblist{
	width: 49%;
}


.xuemb ul li .mblist h3{
	width: auto;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #F17500;
	font-size: 36px;
	color: #F17500;
	display: inline-block;
	margin-top: 30px;
}

.xuemb ul li .mblist p{
	padding: 10px 0;
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
	padding-right: 30px;
}


.zixun{
	width: 700px;
	height: 70px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	justify-content:space-between;
}


.zixun dl{
	width: 328px;
	position: relative;
}


.zixun dl dt{
	width: 320px;
	height: 56px;
	background: #EF8201;
	position: absolute;
	left: 0;
	top:0;
	z-index: 99;
}


.zixun dl dt a{
	width: 100%;
	height: 100%;
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 56px;
	text-align: center;
}

.zixun dl dd{
	width: 320px;
	height: 56px;
	border: 1px solid #EF8201;
	position: absolute;
	left: 6px;
	top: 5px;
}


.youzhi{
	width: 100%;
	height: 500px;
	background: url(../images/youzhi.jpg) no-repeat center top;
	margin-top: 30px;
}



/*名师列表*/
.mingshi{
	width: 1180px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content:space-between;
}


.mingshi dl{
	width: 380px;
	position: relative;
}


.mingshi dl dt{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #924D26;
    opacity: 0.8;
}


.mingshi dl dd{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
}


.mingshi dl dd strong{
	font-size: 32px;
}




.zhuanye{
	width: 1102px;
	margin: 0 auto;
}

.zhuanye ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.zhuanye ul li{
	width: 530px;
	border: 1px solid #9E5630;
	margin-top: 30px;
	position:relative;
}

.zhuanye ul li .bmzhong{
	width:150px;
	height:40px;
	border-radius:0 0 0 15px;
	background:#8BC34A;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0px;
	top:0px;
}


.zhuanye ul li .jzhaoman{
	width:150px;
	height:40px;
	border-radius:0 0 0 15px;
	background:#FF9800;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0px;
	top:0px;
}


.zhuanye ul li div img{
	display: block;
}


.zhuanye ul li div h3{
	height: 80px;
	line-height: 80px;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color: #000;
}


.zhuanye ul li div h3 span{
	font-size: 22px;
}

.zhuanye ul li div p{
	text-align: center;
	font-size: 16px;
	color: #666;
	height: 40px;
}


.product{
	width: 1114px;
	margin: 0 auto;
}


.product p{
	width: 100%;
}

.product p img{
	display: block;
}


.renshu{
	width:100%;
	height:40px;
	border-top: 1px solid #9E5630;
	border-bottom: 1px solid #9E5630;
}

.renshu p{
	width:49%;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	border-right:1px solid #9E5630;
	padding:0;
}

.renshu p:last-child{
	border-right:none;
}

.renshu p span{
	color:#F00;
}

