@charset "utf-8";
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-webkit-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-moz-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-o-keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@keyframes fadeOut { from { opacity:1; } to { opacity:0; } }
@-webkit-keyframes show { from { width: 50px; } to { width: 520px; } }
@-moz-keyframes show { from { width: 50px; } to { width: 520px; } }
@-o-keyframes show { from { width: 50px; } to { width: 520px; } }
@keyframes show { from { width: 50px; } to { width: 520px; } }
html, body {
	height: 102%;
	min-height: 800px;
	min-width: 470px;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-image: url(../sec/bg-1200.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #777;
	outline: 0;
	background-color: #222;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-left: 0px;
	padding-right: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1, h2 {
	margin-bottom: 8px;
	font-size: 18px;
}
h3, h4 {
	margin-bottom: 0px;
	font-size: 16px;
}
h5, h6 {
	margin-bottom: 0px;
	font-size: 14px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
	list-style: none;
}
a img {
	border: none;
}
a:link, a:visited, a:active {
	font-weight: 400;
	color: #777;
  	outline: 0;
	text-decoration: none;
}
a:hover, a:focus {
  	outline: 0;
	text-decoration: none;
}
.red {
	color: #D90000;
}
.container {
	position: absolute;
	width: 520px;
	height: 800px;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
	overflow: hidden;
}
.page-auto {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 800px;
	z-index: 100;
	-webkit-animation:show ease-in 1;
	-moz-animation:show ease-in 1;
	-o-animation:show ease-in 1;
	animation:show ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;
}
.page-wrap {
	position: absolute;
	right: 50px;
	top: 0;
	width: 470px;
	height: 800px;
}
header {
	width: 520px;
	height: 100px;
	background-image: url(../img/bg-hf.png);
	background-repeat: no-repeat;
}
header ul {
	margin-left: 80px;
	margin-right: 20px;
}
header ul li {
	display: inline-block;
}
header ul li:first-child {
	padding-top: 14px;
	float: left;
	font-size: 44px;
}
header ul li:last-child {
	padding-top: 58px;
	padding-left: 4px;	
	float: left;
	font-size: 14px;
}
.intro {
	padding: 80px 74px 80px 86px;	
	width: 310px;
	height: 440px;
	color: #FFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat; 
	opacity: 1;
	-webkit-animation: fadeOut 1;
	-moz-animation: fadeOut 1;
	-o-animation: fadeOut 1;
	animation: fadeOut 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s;
	-o-animation-delay: 11s;
	animation-delay: 11s;
}
.intro ul {
}
.intro ul li {
	padding: 4px;
}
.content {
	margin-top: -600px;
	width: 410px;
	height: 540px;
	padding: 30px 24px 30px 36px;
	color: #FFF;
	line-height: 1.5;
	background-image: url(../img/bg.png);
	background-repeat: repeat; 
	opacity: 0;
	-webkit-animation: fadeIn 1;
	-moz-animation: fadeIn 1;
	-o-animation: fadeIn 1;
	animation: fadeIn 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	animation-delay: 12s;
}
footer {
	width: 520px;
	height: 100px;
	background-image: url(../img/bg-hf.png);
	background-repeat: no-repeat;
}
footer ul {
	margin-left: 76px;
}
footer ul li {
	width: 160px;
	text-align: right;
}
footer ul li:first-child {
	padding-top: 20px;
	font-size: 36px;
}
footer ul li:first-child .small{
	font-size: 26px;
}
footer ul li:last-child {
	width: 158px;
	font-size: 8px;
	padding-top: -2px;
}
.contact {
	position: absolute;
	height: 100px;
	width: 200px;
	left: 256px;
	bottom: 0px;
}
img.contact-button {
	height: 36px;
	width: 36px;
	padding: 10px;
	margin: 22px 18px;
	background-color: #888;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
img.contact-button:hover, img.contact-button:focus {
	background-color: #D90000;
}
header, section, footer, aside, article, figure {
	display: block;
}
@media only screen and (min-width: 470px) {
.container {
	left: 0%;
}
}
@media only screen and (min-width: 720px) {
.container {
	left: 10%;
}
}
@media only screen and (min-width: 900px) {
.container {
	left: 15%;
}
}
@media only screen and (min-width: 1080px) {
.container {
	left: 20%;
}
}
@media only screen and (min-width: 1260px) {
.container {
	left: 25%;
}
}
