html {
	height: 100%;
	position: relative;
}

body {
	background: #b3efff url(images/bg.png) repeat-x;
	height: 100%;
	min-width: 1260px;
	min-height: 768px;
    font-family:"微软雅黑","宋体";
	padding:0;margin:0;
	font-size:9pt;
    min-height:768px;
}

a{text-decoration:none;color:#0589AD;cursor:pointer;}
a:hover{text-decoration:none;color:red}
a:visited{text-decoration:none;color:#0589AD}
a.white{color:white}

.wrap {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 12px;
	overflow: auto;	width: 1260px;
	margin:auto;
	vertical-align:bottom
}

.mainlogo {
	position: fixed;
	top: 45px;left:72px;
    z-index:99999
}
.mainlogo img{
    position:absolute;z-index:99999

}
.qrcode {
    top: 60px;
	left: 55px;
}

.act {
	transition-property: all;
	transition-timing-function: linear;
	transition-duration: 1s;
}

.land,.allLand {
	position: absolute;
	display: block;
	bottom: 0;
	height: 548px;
	width:100%;
}

.allLand {
	right: 0;
}

.land {
	right: 0;
	overflow: hidden;text-align:right
}

.grass {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 547px;
	min-width: 1260px;
	max-width:1366px;	
	background:url(images/land.png) no-repeat
}

.house,
.flowers,
.boat,
.stone,
.museumM,
#cloud01,
#cloud02,
#cloud03,
#cloud04,
#whate01,
#whate02,
#whate03,
#whate04
{
	position: absolute;
}

#cloud01,
#cloud02,
#cloud03,
#cloud04 {
	z-index: 10;
}
#whate01 {
	top:75px;
    left:70px;
	z-index:99
}
#whate02{
	top:100px;
    left:250px;
	z-index:99
}
#whate03 {
	bottom:100px;
    left:1200px;z-index:99
}
#whate04 {
	bottom:200px;
    left:1120px;z-index:99
}

#whate01,#whate03 {
  animation: UP 3.0s infinite ease;
  -webkit-animation:UP 3.0s infinite ease;
}
@keyframes UP {
  0% {transform: translate(0,0px);}
  25% {transform: translate(0,-3px);}
  50% {transform: translate(0,0px);}
  75% {transform: translate(0,3px);}
  100% {transform: translate(0,0px);}
 }
#whate02,#whate04{
  animation: DW 3.0s infinite ease;
  -webkit-animation:DW 3.0s infinite ease;
}
@keyframes DW {
  0% {transform: translate(0,0px);}
  25% {transform: translate(0,3px);}
  50% {transform: translate(0,0px);}
  75% {transform: translate(0,-3px);}
  100% {transform: translate(0,0px);}
}

.house {
    top: 55px;
    left: 670px;
}

#cloud01{
	top: 80px;
	left: 792px;
}

#cloud02{
	top: 158px;
	left: 395px;
}

#cloud03{
	top: 189px;
	left: 1145px;
}

#cloud04{
	top: 260px;
	left: 130px;
}

.boat {
    top: 74px;
    left: 465px;
  animation: UPDW 3.0s infinite ease;
  -webkit-animation:UPDW 3.0s infinite ease;
}
@keyframes UPDW {
  0% {transform: rotate(3deg);}
  50% {transform: rotate(0deg);}
  100% {transform: rotate(3deg);}
 }

#lantern {
	position: fixed;
	right: 45px;top:-4px;
    transform-origin:30px 0;
  animation: YAO 5.0s infinite ease;
  -webkit-animation:YAO 5.0s infinite ease;
}
@keyframes YAO {
  0% {transform: rotate(3deg);}
  25% {transform: rotate(0deg);}
  50% {transform: rotate(3deg);}
  74% {transform: rotate(0deg);}
  100% {transform: rotate(3deg);}
}

.flowers {
	top: 200px;
	left: 48px;
}
.stone {
	top: 80px;height:250px;
	left: 45px;
}
.museumM {
	top: 10px;
	left: 980px;
}
.content {
    position:absolute;bottom:50px;
    left:50%;
    margin-left:-630px;
    width:1260px;height:850px
}
.blackboard {
	display: block;
	position: absolute;
	bottom: 400px;
	left: 660px;
	width: 355px;
	height: 222px;z-index:99;
	background: url(images/blackboard.png) center top no-repeat;
}

.pupilLogin, .MiddleSSLogin {
	position: absolute;
	display: block;
	bottom: 120px;
}

.pupilLogin {
	left: 225px;
}
.MiddleSSLogin {
	left: 515px;
}

.pupilLogin> img, .MiddleSSLogin> img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -65px;
}
.pupilLogin> img, .MiddleSSLogin> img {
  animation: HEARTBEAT 0.6s 1 ease-in-out;
  -webkit-animation:HEARTBEAT 0.6s 1 ease-in-out;
  transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
}
@keyframes HEARTBEAT {
  0% {transform: scale(0);bottom:0}
  10% {transform: scale(0.1);bottom:0}
  20% {transform: scale(0.2);bottom:0;}
  30% {transform: scale(0.3);bottom:0;}
  40% {transform: scale(0.4);bottom:0;}
  50% {transform: scale(0.5);bottom:0;}
  60% {transform: scale(0.6);bottom:0;}
  70% {transform: scale(0.8);bottom:0;}
  80% {transform: scale(1.0);bottom:0;}
  90% {transform: scale(1.2);bottom:0;}
  100% {transform: scale(1);bottom:0;}
}
.MiddleSSLogin> img {
	margin-left: -70px;
}

.pupilLogin:hover> img {
	width: 140px;cursor:pointer
}

 .MiddleSSLogin:hover> img {
	width: 190px;cursor:pointer;
}

#pupilLogin {
	width: 193px;
}

#MiddleSSLogin {
	width: 191px;
}

#pupilLogin, #MiddleSSLogin {
	display: block;
	position: relative;
	height: 45px;
}
.lead-News {padding:0px;line-height:180%;
	position: absolute;
    top: 50px;
    left: 70px;text-align:left
}

.lead-News> li {
	display: block;
	width: 230px;
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/listSpot.png) left 5px no-repeat;
	line-height: 14px;text-align:left
}

.lead-News>li >a {
	color: #7f1902;
}

.lead-News>li >a:hover {
	text-decoration: underline;
}


.rightMenu {
    display:none;
}