@media all and (min-width: 750px) and (max-width: 1024px) {
	*{
	padding: 0;
	margin: 0;
	}
	body{
		max-width: 1024px;
	}
	@font-face {
		font-family: "MFL";
		src: url('MF.ttf');
	}
	.header{
		/*width: 100%;*/
		position: relative;
	}
	.bgimg{
		width: 100%;
		height: 800px;
		/*position: absolute;*/
	}
	.logoimg{
		position:absolute;
		margin-top:20px;
		left:50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.bgtitleimg{
		/*width: 40%;*/
		position: absolute;
		margin-top: 7%;
		left: 50%;
		-webkit-transform:translateX(-50%);
		transform:translateX(-50%);
	}
		.title1{
		width: 100%;
		margin: -45% auto 20px auto;
		/*position: relative;*/
		text-align: center;
	}
	.title1_province{
		/*width: 561px;*/
		/*height: 95px;*/
		opacity: 1;
		/* border: 12px solid #ffffff; */
		font-size: 60px;
		/* font-family: MFL; */
		font-weight: bold;
		font-style: italic;
		text-align: left;
		color: #F0C65A;
		/*line-height: 116px;*/
		letter-spacing: 21px;
		text-shadow: 1px 1px 2px 0px #211815 inset; 
	}
	.title1_desc{
		/*width: 561px;*/
		/*height: 95px;*/
		opacity: 1;
		/* border: 12px solid #ffffff; */
		font-size: 60px;
		/* font-family: MFL; */
		font-weight: bold;
		font-style: italic;
		text-align: left;
		color: #009ed9;
		line-height: 116px;
		/*letter-spacing: 21px;*/
		text-shadow: 1px 1px 2px 0px #211815 inset; 
	}
	.time{
		width: 395px;
	height: 65px;
	opacity: 1;
	background: #ffffff;
	border: 2px solid #0bafd7;
	border-radius: 34px;
	/*margin: 1% auto;*/
	text-align: center;

	}
	.time span{
		/*width: 345px;*/
	/*height: 21px;*/
	opacity: 1;
	font-size: 28px;
	font-family: MF LiHei (Noncommercial) Regular, MF LiHei (Noncommercial) Regular-Regular;
	font-weight: 1000;
	font-style: italic;
	text-align: left;
	color: #009ed9;
	line-height:60px;
	letter-spacing: 7px;
	}
	.content{
		background: url(../img/bgcontent.png) no-repeat;
		width: 100%;
		height:auto;
		background-size:100% 100%;
	    /*position:absolute;*/
	    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bgcontent.png',sizingMethod='scale');*/

	}
	.desc{
		width: 100%;
	}
	.desc span{
		line-height: 40px;
		font-size: 20px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align: justifyLeft;
		color: #212121;
	}
	.ad{
		width: 100%;
	}
	.ad img{
		width: 488px;
		margin: 5px;
	}
	.hdyx{
		width: 100%;
	}
	.school_card{
		background-size: 100% 100%!important;
		float: left;
		margin: 0 8px 126px 8px;
		border-style: solid;
		border-width: 10px;
		border-color: #fff;
		/*box-sizing: border-box;*/
		width: 46%;
		height: 280px
		/*overflow:hidden;*/
	}
	.teacher{
		position: relative;
		/*background: rgba(1,1,1,.5);*/
	bottom: 49px;
	padding: 5px 0;
		/*bottom: 0px;*/
	}
	.teacher span{
		/*z-index: 22;*/
		/*position: absolute;*/
		margin-left: 10px;
		font-size: 30px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align: justifyLeft;
		color: #ffffff;
	}
	.live_button{
		position: absolute;
		width: 40px;
	}
	.video_button{
		/*position: relative;*/
		display: table;
		margin: 24% auto;

	}
	.school_name{
		/*position: relative;*/
		margin-top: 10px;
		width: 100%;
		height: auto;
		font-size: 32px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align: justifyLeft;
		color: #222627;
		line-height: 50px;
		/*overflow: hidden;*/
		/* position: relative;
    bottom: 30px; */
	}
	.school_name span{
		background: #009ed9;
		border-radius: 4px;
		font-size: 28px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align: justifyLeft;
		color: #ffffff;
		line-height: 29px;

	}
	.mx{
		width: 100%;
		margin:50px auto 0 auto;
		overflow: hidden;
	}
	.mx_content{
		text-align: center;
	}
	.mx_content div{
		/*float: left;*/
		width: 100%;
		height: 25px;
		font-size: 46px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		text-align: justifyLeft;
		color: #212121;
		/*margin: 40px;*/
		margin-left: 0px;
		margin-bottom: 100px;
	}
	.footer{
		position: relative!important;
		width: 100%;
		height: 80px;
		position: relative;
		bottom: 0px;
		text-align: center;
		padding-top: 60px;
		background-color: #009FDA;
		color: #fff;
		font-size: 34px;


	}
	/*.footer img{
		width: 100%;
		height: 183px;
	}
	.footer span{
		font-size: 16px;
		font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
		font-weight: 400;
		position: relative;
		top: -100px;
		color: #ffffff;
		line-height: 22px;
	}*/



	.school_wrap {
	    background: #dd554d;
	    border-radius: 4px;
	    width: 135px;
	    height: 45px;
	}
	.state {
	    /* position: absolute; */
	    margin-left: 30px;
	    color: #fff;
	    font-size: 30px;
	}
}
	/*包含以下四种的链接*/
a {
		text-decoration: none;
		color: #333333;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}


