.container{
	width: 100%;
}
.header{
	width: 100%;
	height: 350px;
	background: url(/appdownload/img/headbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 0 0 0;
}
.logo{
	display: block;
	width: 90px;
	margin: 0 auto 30px auto;
}
.downloadCopy{
	width: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.downloadCopy a,.downloadCopy dl{
	float: left;
}
.downloadCopy a{
	display: block;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #fe5e5e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	margin: 18px 0 0 0;
}
.downloadCopy a img{
	display: inline-block;
	vertical-align: middle;
	width: 22px;
    margin: -5px 8px 0 0;
}
.downloadCode{
	width: 80px;
	margin: 0 20px;
}
.downloadCode dt{
	width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
.downloadCode dt img{
	width: 100%;
}
.downloadCode dd{
	text-align: center;
	color: #fe5e5e;
	font-size: 16px;
	margin: 4px 0 0 0;
}
.bannerShow{
	padding: 60px 0;
	text-align: center;
}
.bannerShow:nth-of-type(2){
	background: #fff3ef;
}
.bannerShow h4{
	position: relative;
	color: #333333;
	font-size: 28px;
}
.bannerShow h4:after{
	position: absolute;
	content: '';
	width: 70px;
	height: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fe5e5e;
	left: 50%;
    margin-left: -35px;
    top: 40px;
}
.bannerShow p{
	color: #777;
	font-size: 18px;
	margin: 15px 0 30px 0;
	letter-spacing: 1px;
}


.footer{
	width: 100%;
	/* height: 300px; */
	background: url(/appdownload/img/footerBg.png) no-repeat;
	background-size: 100% 100%;
	padding:30px 0;
}
.footerCode{
	width: 320px;
	overflow: hidden;
	margin: 0 auto;
}
.footerCode dl dd{
	text-align: center;
	color: #888888;
	font-size: 14px;
	line-height: 30px;
}
.footerCode dl:nth-of-type(1){
	float: left;
}
.footerCode dl:nth-of-type(2){
	float: right;
}
.footerCode dl dt{
	height: 112px;
	overflow: hidden;
	border-radius: 4px;
}
.footerCode dl dt img{
	height: 100%;
}
.tel{
	width: 400px;
	margin: 34px auto 0 auto;
	overflow: hidden;
}
.tel dl{
	float: left;
	width: 214px;
}
.tel dl dt{
	float: left;
}
.tel dl dd{
	color: #888;
	font-size: 14px;
}
.tel dl dt img{
	width: 30px;
	margin: 6px 14px 0 0;
}
.tel p{
	color: #888;
	font-size: 26px;
	line-height: 44px;
}
.copyRight{
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #191919;
	color: #888;
	font-size: 14px;
}
.copyRight img{
	width: 20px;
	margin: 0 5px;
}
.swiper-container{
	display: none;
}
.old_tel{
	text-align: center;
	margin: 20px 0 0 0;
}
.old_tel img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
    margin: -4px 7px 0 0;
}
.old_tel span{
	color: #FFFFFF;
	font-size: 29px;
}
.old_tel time{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
.old_tel img.old_pc_img{
    width: 27px;
    margin: -13px 8px 0 0;
}
.old_tel_img{
	display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.3) and (max-width:760px),
only screen and (min--moz-device-pixel-ratio:1.3) and (max-width:760px),
only screen and (-o-min-device-pixel-ratio:1.3) and (max-width:760px),
only screen and (min-device-pixel-ratio:1.3) and (max-width:760px) {
	*{ -webkit-overflow-scrolling: touch;}
	html,body{width: 100%;height:100%;min-width: auto;}
	.downloadCode,.old_tel time{
		display: none;
	}
	.header{
		height: 12.6rem;
		background: url(/appdownload/img/headerbg01.png) no-repeat;
		background-size: 100% 100%;
		padding: 1.1rem 0;
	}
	.logo{
		width: 4rem;
	}
	.downloadCopy{
		width: 12.6rem;
	}
	.downloadCopy a{
		width: 5.6rem;
		height: 1.6rem;
		line-height: 1.6rem;
		border-radius: 1rem;
		-webkit-border-radius: 1rem;
		font-size: 16px;
		margin: 0;
	}
	.downloadCopy a:nth-of-type(2){
		float: right;
	}
	.bannerShow{
		display: none;
	}
	.footer{
		/* height: 9.4rem; */
		background: url(/appdownload/img/footer01.png) no-repeat;
		background-size: cover;
	}
	.footerCode{
		/*width: 8.5rem;*/
		width: 200px;
	}
	.footerCode dl{
		width: 3.3rem;
		/* width: 84px; */
	}
	.footerCode dl dt{
		height: 3.3rem;
	}
	.footerCode dl dt img{
		width: 100%;
	}
	.footerCode dl dd{
		font-size: 12px;
	}
	.tel{
		width: 13rem;
		margin: 0.6rem auto 0 auto;
	}
	.tel dl{
		width: 7.2rem;
	}
	.tel dl dt img{
		width: 0.8rem;
		margin: 7px 5px 0 0;
	}
	.tel dl dd{
		font-size: 12px;
	}
	.tel p{
		font-size:0.7rem;
	}
	.copyRight{
		font-size: 12px;
		height: auto;
		padding: 0.4rem 0;
		line-height: 1.2rem;
	}
	
	.swiper-container {
	  display: block;
      width: 100%;
      height: 15rem !important;
      padding: 2rem 0 0 0;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.swiper-slide h4{
	 position: absolute;
	  color: #333333;
      font-size: 0.7rem;
      top: -1.8rem;
	}
/*	.swiper-slide h4:after{
		position: absolute;
		content: '';
		width: 2rem;
		height: 4px;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: #fe5e5e;
		left: 50%;
	    margin-left: -1rem;
	    top: 1.1rem;
	}*/
	.swiper-slide p{
		position: absolute;
		color: #777;
		font-size: 0.55rem;
		top: -0.2rem;
	}
	.swiper-slide img{
		height: 9rem; position: relative; bottom: 35px;
	}
	.swiper-pagination-bullet-active{
		background: #FFCE3A;
	}
	
	
	
	/*教师端*/
	.swiper-container01{
		height: 16rem !important;
	}
	.swiper-slide-tea img{
		height: 11rem;
	}

	.old_pc_img{
		display: none !important;
	}
	.old_tel{
		margin-top: 0.6rem;
		padding-bottom: 0.5rem;
	}
	.old_tel span{
		font-size: 0.65rem;
		color: #333333;
	}
	.old_tel img.old_tel_img{
		display: inline-block !important;
		
	}
	.old_footer dl{
		width: 3.2rem;
	}
	.old_footer dl dt{
		height: 3.2rem;
	}
	.old_footer dl dd{
		line-height: 1rem;
		color: #111111;
		margin-top: 2px;
	}
	.old_footer{
		background: url(/appdownload/img/footer_old_bg.png) no-repeat;
		background-size: cover;
		padding-top: 2rem;
		padding-bottom: 0;
	}
}