* { margin: 0px; padding: 0px; }
body {background: #f2f9fc url("../images/banner.png") center top no-repeat; -webkit-text-size-adjust: none;}
html {min-width: 1224px; }
.wraper {width: 100%;margin: 0 auto;min-width: 1224px}
.wrap {width: 1224px; margin: 0px auto; }
.fl {float: left; }
.fr {float: right; }
dl, dt, ul { list-style: none; text-decoration: none; padding-inline-start: 0px; }
a {text-decoration: none; color: #333;}
.clearfix::before, .clearfix::after { content: ""; display: table; clear: both; }
.un {transition: all 0.3s ease-out 0s; }
.none {display: none; }
.ellipsis {text-overflow: ellipsis;white-space: nowrap; overflow: hidden}
.flex{display: flex;}
.column{flex-direction: column;}
/* animation */
.pulse{animation-name: pulse;
	-webkit-animation-name: pulse;	
	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;}
@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.8;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.8;	
	}			
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.8;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.8;	
	}			
}
.swing:hover{-webkit-animation:swing 1s .2s ease both;
-moz-animation:swing 1s .2s ease both;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin:top center
}
20% {
-webkit-transform:rotate(7deg)
}
40% {
-webkit-transform:rotate(-5deg)
}
60% {
-webkit-transform:rotate(2deg)
}
80% {
-webkit-transform:rotate(-2deg)
}
100% {
-webkit-transform:rotate(0deg)
}
}
@-moz-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-moz-transform-origin:top center
}
20% {
-moz-transform:rotate(7deg)
}
40% {
-moz-transform:rotate(-5deg)
}
60% {
-moz-transform:rotate(2deg)
}
80% {
-moz-transform:rotate(-2deg)
}
100% {
-moz-transform:rotate(0deg)
}
}

.top .logo{margin-top: 30px;}
.top .inr{background: url(../images/inr.png) center no-repeat; height: 206px; box-sizing: border-box; padding: 30px; line-height: 30px; font-size: 17px; text-indent: 2em; margin-top: 460px;}
.title{height: 80px;}
.tit1{background: url(../images/tit1.png) center no-repeat;}
.tit2{background: url(../images/tit2.png) center no-repeat;}
.tit3{background: url(../images/tit3.png) center no-repeat;}
.tit4{background: url(../images/tit4.png) center no-repeat;}
.tit5{background: url(../images/tit5.png) center no-repeat;}
.gofar .video{margin-top: 50px;}
.gofar .video li{background: url(../images/li.png) center  no-repeat; width: 602px; height: 515px; box-sizing: border-box; padding: 30px; position: relative;}
.gofar .video li .teacher{position: relative;}
.gofar .video li .img{position: relative; width: 285px; height: 210px;}
.gofar .video li .img img{position: absolute;top: -30px;left: -16px;}
.gofar .video li .subject{background: url(../images/subject.png) center no-repeat; position: absolute; bottom: 0; width: 167px; height: 41px; line-height: 41px; font-size: 20px; color: #6f3f17; font-weight: bold; padding-left: 10px; box-sizing: border-box; left: -16px;} 
.gofar .video li h2{font-size: 32px; font-weight: bold; color: #fff; margin-bottom: 14px; margin-top: 15px;}
.gofar .video li h2 span{font-size: 18px;}
.gofar .video li .school{font-size: 18px; color: #fff; margin-bottom: 20px;}
.gofar .video li .tip{color: #fff; line-height: 28px;font-size: 18px;}
.gofar .video li dt{font-size: 22px; font-weight: bold; margin-bottom: 20px; margin-top: 20px;}
.gofar .video li dt b{border-radius: 4px; width: 4px; height: 18px; background-color: #ff6e49; display: inline-block; position: relative; top: 2px; margin-right: 4px;}
.gofar .video li dd{min-width: 50%; float: left; line-height: 26px; font-size: 16px; margin-bottom: 10px;}
.gofar .video li .update{position: absolute; bottom: 20px; left: 160px;}

.promote{margin-top: 70px; background-color: #e2f0fa; height: 714px; box-sizing: border-box; padding-top: 50px;}
.promote .list{display: flex; justify-content: space-evenly; margin-top: 50px;}
.promote .list li:nth-child(1){background: url(../images/a1.png) center no-repeat;}
.promote .list li:nth-child(2){background: url(../images/a2.png) center no-repeat;}
.promote .list li:nth-child(3){background: url(../images/a3.png) center no-repeat;}
.promote .list li:nth-child(4){background: url(../images/a4.png) center no-repeat;}
.promote .list li{width: 308px;height: 458px;box-sizing: border-box;padding: 91px 40px 0;}
.promote .list li h1{font-size: 23px; margin-bottom: 1px;} 
.promote .list li .detail{border-bottom: 1px dashed #dedede; display: flex; font-size: 14px; color: #777; line-height: 24px; padding-bottom: 10px; padding-top: 10px;}
.promote .list li .detail b{position: relative; top: 8px; margin-right: 10px; width: 5px; min-width:5px; height: 5px; background-color: #ffd3c8; border-radius: 50%;}
.promote .list li .detail:last-child{border-bottom: none;}
.education{margin-top: 50px;}
.education ul{margin-top: 50px;}
.education ul li{width: 594px; height: 190px; box-sizing: border-box; padding: 30px 40px; float: left; margin-bottom: 20px;}
.education ul li:nth-child(1){background: url(../images/li1.png) center no-repeat; margin-right: 25px;}
.education ul li:nth-child(2){background: url(../images/li1.png) center no-repeat;}
.education ul li:nth-child(3){background: url(../images/li2.png) center no-repeat; margin-right: 25px;}
.education ul li:nth-child(4){background: url(../images/li2.png) center no-repeat;}
.education ul li h1{font-size: 23px; color: #6f3f17; font-weight: normal; margin-bottom: 24px;}
.education ul li h1 span{color: #fff; font-weight: bold; margin-left: 27px;}
.education ul li p{line-height: 28px; font-size: 16px;}

.more{background-color: #e2f0fa; height: 686px; margin-top: 50px; box-sizing: border-box; padding-top: 50px;}
.more .people{background: url(../images/people.png) center no-repeat; height: 660px; margin-top: 40px; position: relative;}
.more .people .box{background: url(../images/li3.png) center no-repeat; width: 245px; height: 275px; box-sizing: border-box; padding: 50px 30px 0; text-align: center; position: absolute;}
.more .people .a1{left: 120px; top: 50px;}
.more .people .a2{left: 820px; top: 50px;}
.more .people .a3{left: 44px; top: 320px;}
.more .people .a4{left: 918px; top: 320px;}

.bot{margin-top: 200px; background: url(../images/bot.png) center bottom no-repeat; height: 700px;}
.bot ul{display: flex; justify-content: space-evenly; margin-top: 60px; margin-bottom: 200px;}
.bot ul li{width: 312px; height: 237px; box-sizing: border-box; padding: 60px 20px 0;}
.bot ul li:nth-child(1){background: url(../images/li4.png) center no-repeat;} 
.bot ul li:nth-child(2){background: url(../images/li5.png) center no-repeat;} 
.bot ul li:nth-child(3){background: url(../images/li4.png) center no-repeat;} 
.bot ul li:nth-child(4){background: url(../images/li5.png) center no-repeat;} 
.bot ul li h2{color: #fff; margin-bottom: 25px; margin-left: 10px;}
.bot ul li div{display: flex;}
.bot ul li b{width: 5px; min-width: 5px; height: 5px; background: #ff6e49; border-radius: 50%; position: relative; top: 9px; margin-right: 6px;}
.bot ul li div p{line-height: 24px;}
.bot .tel{background: url(../images/tel.png) center no-repeat; height: 60px; line-height: 60px; text-align: center; font-size: 36px; color: #a25f1e; margin-bottom: 10px;}