@keyframes moveTo{
	0%{transform: translateX(0)scaleY(1.2)}
	50%{transform: translateX(-25%)scaleY(.55)}
	100%{transform: translateX(-50%)scaleY(1.2)}
}
@-moz-keyframes moveTo{
	0%{transform: translateX(0)scaleY(1.2)}
	50%{transform: translateX(-25%)scaleY(.55)}
	100%{transform: translateX(-50%)scaleY(1.2)}
}
@-webkit-keyframes moveTo{
	0%{transform: translateX(0)scaleY(1.2)}
	50%{transform: translateX(-25%)scaleY(.55)}
	100%{transform: translateX(-50%)scaleY(1.2)}
}
@-ms-keyframes moveTo{
	0%{transform: translateX(0)scaleY(1.2)}
	50%{transform: translateX(-25%)scaleY(.55)}
	100%{transform: translateX(-50%)scaleY(1.2)}
}
@keyframes moveLo{
	0%{transform: translateX(0)scaleY(1)}
	50%{transform: translateX(-25%)scaleY(.15)}
	100%{transform: translateX(-50%)scaleY(1)}
}
@-moz-keyframes moveLo{
	0%{transform: translateX(0)scaleY(1)}
	50%{transform: translateX(-25%)scaleY(.15)}
	100%{transform: translateX(-50%)scaleY(1)}
}
@-webkit-keyframes moveLo{
	0%{transform: translateX(0)scaleY(1)}
	50%{transform: translateX(-25%)scaleY(.15)}
	100%{transform: translateX(-50%)scaleY(1)}
}
@-ms-keyframes moveLo{
	0%{transform: translateX(0)scaleY(1)}
	50%{transform: translateX(-25%)scaleY(.15)}
	100%{transform: translateX(-50%)scaleY(1)}
}
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	background:#fafdff;
	transition: all .5s ease;
}
ul{
	list-style: none;
}
.nav{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	line-height: 80px;
}
.nav-ul{
	width:100%;
	height: 100%;
	list-style: none;
}
.nav-ul li{
	float: right;
	color:#339eff;
	cursor: pointer;
}
.nav-ul li:not(:first-child){
	margin-right: 120px;
}
.main{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 1919px) {
	.main{
		zoom: .8;
	}
}
.main-left{
	width: 673px;
	float: left;
}
.main-left-logo{
	margin-top:82px;
}
.main-left-logo img{
	border-radius:22px;
	width: 250px;
}
.main-left-tip{
    color: #525a7c;
    font-size: 26px;
    font-family: arial;
    width: 600px;
    line-height: 40px;
    margin-top: 0px;
}
.main-left-tip p{
	font-size: 26px;
    font-family: arial;
    line-height: 40px;
}
.main-left-tip p:last-child{
	margin-top:15px;
	font-size:18px;
}
.main-left-down{
	margin-top:60px;
}
.main-left-down-btn{
	float: left;
	width:210px;
	height:56px;
	line-height: 56px;
	text-align: center;
	background: #339eff;
	border-radius: 30px;
	font-size:22px;
	color:white;
	font-family: "微软雅黑";
	cursor: pointer;
	letter-spacing: 5px;
}
.main-left-down-img{
	float: left;
	margin-left: 54px;
}
.main-left-down-img p{
	margin-top:20px;
	letter-spacing: 5px;
	font-size: 18px;
	padding-left: 20px;
}
.main-right{
	width: 480px;
	float: right;
	margin-top:122px;
}
.main-right img{
	width:100%;
}
.bottom{
	background:#339eff;
	overflow: hidden;
}
.animate{
	width: 100%;
	height: 150px;
	background: #FAFDFF;
	position: relative;
	overflow: hidden;
}
@media only screen and (min-width: 1921px) and (max-width: 19200px) {
	.animate{
		height: 300px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
	.animate{
		height: 200px;
	}
}
.animate .bg1,.animate .bg2{
	position: absolute;
	width: 200%;
	height: 100%;
	transform-origin: center bottom;
	background-repeat: repeat no-repeat;
	background-position: bottom;
	background-size: 100% ;
}
.animate .bg1{
	background-image: url(../img/bottom.png);
	z-index: 50;
	animation: moveTo 9.8s linear infinite;
}
.animate .bg2{
	background-image: url(../img/front.png);
	z-index: 51;
	animation: moveLo 10s linear infinite;
}
.content{
	width:1200px;
	margin: 0 auto;
}
.content-empty{
	height:150px;
	width: 100px;
}
.section1-title p:first-child,.section2-title p:first-child{
	color:#fffcfc;
	font-size:22px;
}
.section1-title p:nth-child(2),.section2-title p:nth-child(2){
	font-family: arial;
	color:#FFFFFF;
	font-size: 24px;
	margin-top: 12px;
}
.section1-title p:nth-child(3),.section2-title p:nth-child(3){
	width:50px;
	height:3px;
	background: #68ceff;
	margin-top:24px;
}
.section1-intro{
	margin-top: 160px;
	width: 1200px;
}
.section1-intro ul{
	width: 100%;
	overflow: hidden;
}
.section1-intro ul li{
	float: left;
	width:232px;
	height:322px;
	background: rgba(255,255,255,.1);
	border-radius: 2px;
	transition: all .5 ease;
}
.section1-intro ul li:not(:first-child){
	margin-left:90.5px;
}
.section1-part{
    margin-left: 68px;
    margin-top: 50px;
}
.spot{
	font-size:18px;
    margin-left: 68px;
    color: #fff;
    margin-top: 30px;
}
.spot-intro{
    margin-left: 68px;
    margin-top: 20px;
}
.spot-intro p{
	color:#99ddf9;
	line-height:30px;
}
.section1-bottom{
	width: 1200px;
}
.section2{
	overflow: hidden;
	padding-bottom: 100px;
}
.section2-title{
	margin-top:120px;
	width:400px;
	float: left;
}

.section2-content{
    float: left;
    margin-top: 120px;
}
.section2-content ul{
	float:left;
}
.section2-content ul:not(:first-child){
	margin-left:246px;
}
.section2-content ul li:not(:first-child){
	margin-top:80px;
}
.section2-content ul li p{
	color:#fff;
	font-size:18px;
}
.section2-content ul li b{
	font-size: 16px;
	display: block;
	color:#99DDF9;
	font-weight: normal;
	line-height: 25px;
}
.section2-content ul li b:nth-child(2){
	margin-top:20px;
}
.footer{
	overflow: hidden;
	height: 46px;
	background: url(../img/bg.png);
	background-repeat:repeat-x;
	background-position: center top;
	position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 1920px) {
	.footer{
		zoom: .8;
	}
}
.footer-content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.down-tip{
	font-size: 22px;
	color:#fff;
	margin-bottom: 50px;
}
.teacher{
	float: left;
	margin-top:200px;
}
.parent{
	float: right;
	margin-top:200px;
}
.teacher-left,.teacher-right{
	display: inline-block;
}
.teacher-left a:first-child{
	display: block;
	margin-bottom: 40px;
}
.teacher-right{
	margin-left: 66px;
    width: 150px;
}
.teacher-right img{
	width: 100%;
}
.btn{
	width:210px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #fff;
	color:#339eff;
	border-radius: 30px;
	position: relative;
}
.btn:not(:first-child){
	margin-top:40px
}
.btn b{
	position: absolute;
	font-family: arial;
}
.icon-apple{
	position: absolute;
	display: inline-block;
	width:34px;
	height: 40px;
	background: url(../img/apple.png);
	top:0;
	bottom: 0;
	margin:auto;
	left: 41px;
}
.icon-android{
	position: absolute;
	display: inline-block;
	width: 38px;
	height: 46px;
	background: url(../img/android.png);
	top:0;
	bottom: 0;
	margin:auto;
	left: 41px;
}
.copyright{
	text-align: center;
	font-size: 16px;	
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.copyright span{
	color:#bcdfff;
}
.copyright span:last-child{
	margin-left: 28px;
}
