
.main{
	background: url('images/background.jpg') center top no-repeat;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position:relative;
	overflow:hidden;

}
}
.main .header_container{
	width:1024px;
	height: 724px;
	margin:0 auto;
}
	.logo{
		width: 179px;
		height: 65px;
		float: left;
		margin-top: 16px;
	}
#main_body{
	width: 1060px;
	height: 1750px;
	margin:0 auto;

}#header_bear2{
	width:850px;
	height:140px;
	margin:0 auto;
}
.header_bear{
  width: 820px;
  height: 429px;
  margin:-150px auto;
  margin-left:85px;
  /*background: url('images/header_bear.png') left center;*/

  background: url('images/header_bear.gif') left center;
 /* animation: play 1.2s steps(4) infinite;
  -webkit-animation-name: play;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: steps(4, end);
  -webkit-animation-delay: initial;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-direction: initial;
  -webkit-animation-fill-mode: initial;
  -webkit-animation-play-state: initial;*/
}

@keyframes play {
    100% { background-position: -3300px; }
}

@-webkit-keyframes play {
    100% { background-position: -3300px; 
}
}
.fish1{
	position:absolute;
	top:30%;
	left:0%;
	width: 212px;
	height: 180px;
	background: url('images/fish1.png')center top no-repeat;
}
.fish2{
	position:absolute;
	top:35%;
	right:0%;
	width: 212px;
	height: 180px;
	background: url('images/fish2.png')center top no-repeat;
}
.welcome_bear{
	position:absolute;
	top:20px;
	width:500px;
	height:500px;
	z-index:999;
	opacity: 1;
}

.content{
  width: 710px;
  height: 250px;
  margin: 50px auto;

}
.content .pic{
	float:left;
}
.content .pic2{
	float:right;
}
.content .content_word{
  float: left;
  font-size: 18px;
  color: grey;
  letter-spacing: 4px;
  line-height: 2.5em;
  padding-top: 45px;
}
.content .content_word2{
  float: right;
  font-size: 18px;
  color: grey;
  letter-spacing: 4px;
  line-height: 2.5em;
  padding-top: 45px;
 
}
.content .content_word  #special{
  
     float: left;
  font-size: 18px;
  color: grey;
  letter-spacing: 4px;
  line-height: 2.5em;
  padding-top: 45px; 
  margin-left: 80px;
}