/* CSS Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, input, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
em, i {
	font-style: normal;
	font-weight: normal
}
ul, ol {
	list-style: none
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal
}
/* normal set */

body {
	font: 12px/1.8 'Microsoft YaHei', tahoma, '\5b8b\4f53', sans-serif;
	font-size: 14px;
}
.wrap {
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: center top;
	position: fixed;
	width: 100%;
	height: 100%;
	min-width: 1100px;
}
.header {
	height: 30px;
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.outer {
	width: 1100px;
	padding: 0 10px;
	height: 90%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	box-sizing: border-box;
}
.outer p {
	position: absolute;
	bottom: 10px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}
.header img {
	vertical-align: middle;
	margin-right: 20px;
}
.header h5 {
	vertical-align: middle;
	display: inline-block;
}
.inner {
	position: absolute;
	top: 29%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}
.con {
	height: 100%;
	text-align: center;
	position: relative;
	top: -61px;
}
h3 {
	font-size: 56px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}
h6 {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
	margin-top: -15px;
}
.btn1 {
	background-color: #f5a22c;
	color: #fff;
	width: 350px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-shadow: none;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, .2);
 transition: all .2s;
}
.btn1:hover, .btn1:active {
	background-color: #f18d35;
	color: #fff;
}
.btn2 {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}
 @media screen and (max-width: 767px) {
 .outer {
 width: 100%;
}
 .outer img:first-child {
 height: 100%;
}
 .outer img:last-child {
 margin-right: 0;
}
 .inner {
 margin-left: 0;
 left: 0;
 width: 100%;
 top: inherit;
 bottom: -5%;
}
 h3 {
 font-size: 46px;
 text-shadow: 0px 2px 12px rgba(0, 0, 0, .8);
 letter-spacing: 1px;
}
 h6 {
 font-size: 20px;
 margin-bottom: 20px;
 text-shadow: 0px 1px 6px rgba(0, 0, 0, .8);
}
 .btn1 {
 width: 280px;
 box-shadow: 0px 2px 12px rgba(0, 0, 0, .2);
}
 .btn2 {
 font-size: 16px;
}
 .wrap {
 min-width: inherit;
 background-position: 18% top;
}
}
@media screen and (max-width: 320px) {
 h6 {
 margin-bottom: 10px;
}
}
