/*重置*/
	* {
		font-family: "微软雅黑", Arial;
		margin: 0;
		padding: 0; 
	 }
	html,body,div,ul,ol,dl,li,dt,dd,a,img,h1,h2,h3,h4,h5,h6,p,span,br,hr,table,th,tr,td,form,input,textarea,button,label {
		margin: 0;
		padding: 0;
	}
	a {
		text-decoration: none;
	}
	ul,li{
		list-style: none;
	}
	
/*头部*/
	body{
		background-color: #a70506;
	}
	.banner-bg{	
		height: 786px;
		background: url(../image/banner_bg1.png) no-repeat  top center;
	}
	.banner-text{
		width: 1200px;
		margin: 0 auto;
		/*padding-top: 86px;*/
	}
	.m-wrap{
		/*height: 1800px;*/
		background:url(../image/m_wrapper_bg.png) no-repeat center top;
		/*position: relative;
		top: -216px;	
		padding-top: 86px;*/
	}
	.m-main,.m_footer{
		width: 1200px;
		
	}
	.main-title{
		position: relative;
		z-index: 2;	
		background: url(../image/title_bg.png) no-repeat center center;
	}
	.main-title h3{
		width: 769px;
		line-height: 122px;
		font-size: 38px;
		font-weight: bold;
		color: #d6140c;
		text-align: center;
		position: relative;
	}
	.main-title h3::before,.main-title h3::after{
		content: '';
		background: url(../image/star.png) no-repeat center;
	    background-size: 100%;
	    width: 25px;
	    height: 22px;
	}
	.main-title h3::before{	    
	   	position: absolute;
	   	left: 30%;
	   	top: 38%;
	}
	.main-title h3::after{		
	   	position: absolute;
	   	right: 30%;
	   	top: 38%;
	}
	.main-content{
		background-color: #c00604;
		border: 12px solid yellow;
		border-radius: 10px;
		position: relative;
		top: -54px;
		padding: 76px 20px 38px;
	}
	.li-teacher li a{
		width: 272px;
		height: 298px;
		margin-right: 16px;
		margin-bottom: 22px;
		background: #fff;
		float: left;
		border-radius: 6px;
		text-decoration: none;
	}
	
	
	.li-teacher li a>dl{
		text-align: right;
		right: 6%;
		top: 20%;
		color: #fff;
		
	}
	.li-teacher li a>dl dd{
		font-size: 12px;
		line-height: 32px;
	}
	.li-teacher li a>p{
		font-size: 14px;
		line-height: 28px;
		color: #666;
		margin-left: 16px;
	}
	.li-teacher li a>button{
		width: 80%;
		font-size: 14px;
		color: #fff;
		background: #ee4b3d;
		line-height: 32px;
		border: none;
		border-radius: 30px;
	}
    .li-teacher li a:hover>button{
    	background: #a70506;
    }
	.btn-more a{
		font-weight: bold;
		text-align: center;
		color: #c00604;
		line-height: 62px;
		background: url(../image/btn_bg.png) no-repeat center center;
	}
	.ul-footer li{
		width: 358px;
		height: 210px;
		text-align: center;
		padding: 36px 26px 26px;
		background: url(../image/bg.png) no-repeat;
		border-radius: 6px;
	}
	.ul-footer li p{
		width: 62%;
		margin: 0 auto;
		color: #666;
	}
	.two_title h3::before{
		left: 22%;
	}
	.two_title h3::after{
		right: 22%;
	}
	.ul-apply{
		margin: 0 30px;
	}
