/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: #066196;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	-webkit-transition: all .5s;
	transition: all .5s;
}
/*base*/
body{
	font-family: Microsoft YaHei;
}
.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height: 100%;
	visibility: hidden;
}
.hide-text{
	text-indent: -9999em;
	font-size: 0;
}
/*layout*/
.header{
	height: 985px;
	background:#f1f1f1 url(../images/bg0.jpg) center bottom no-repeat;
}
.start{
	display: block;
	background: url(../images/start.png);
	width: 332px;
	height: 464px;
	margin: 0 auto;
	position: absolute;
	left:50%;
	margin-left: -166px;
	top:100%;
	z-index: 1;
}
.start:hover{
	background-image: url(../images/start-hover.png);
}
.main{
	background: #066196;
}
.section01{
	height: 1000px;
	padding-top: 150px;
	background: url(../images/bg1.jpg) 50% repeat-y;
}
.section02{
	height: 1026px;
	background: url(../images/bg2.jpg) no-repeat center;
}
/*转盘*/
.turntable{
	float: left;
}
.turntable:first-child{
}
.turntable:first-child .turntable-main{
	background: url(../images/roate1.png);
	width: 425px;
	height: 443px;
	position: relative;
	z-index: 1;
}
.turntable:nth-child(2) {
	margin-left: 148px;
}

.turntable:nth-child(2) .turntable-main{
	background: url(../images/roate2.png);
	width: 427px;
	height: 436px;
	position: relative;
	z-index: 1;
}
.turntable-main img{
	position: absolute;
	top:55%;
	left:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.turntable .btn{
	display: inline-block;
	width: 230px;
	height: 118px;
	background: url(../images/btn.png);
	text-align: center;
	line-height: 83px;
	color: #716b66;
	font-size: 21px;
	border: none;
}
.turntable-des{
	margin-top: -40px;
	height: 317px;
	width: 360px;
	text-align: center;
	padding-top: 78px;
	background: -webkit-linear-gradient(#085e90, #0d537b);
	background: -o-linear-gradient(#085e90, #0d537b);
	background: linear-gradient(#085e90, #0d537b);
	margin-left: 15px;
	line-height: 2em;
	color: #fff;
	font-size: 14px;
}
.turntable-des p{
	padding:10px;
	text-align:left;
}
.about{
	background: #deedf6;
	height: 800px;
	color: #066196;
	font-size: 14px;
}
.about h2{
	font-size: 36px;
	text-align: center;
	padding-top:100px;
	padding-bottom: 30px;
}
.about p{
	margin: 30px 0;
	line-height: 2em;
	color: #225572;
}
.link{
	background: #066196;
	overflow: hidden;
	padding-top:30px;
	    height: 100px;
	line-height: 1.5;
}
.link .item{
	/*float: left;*/
	/*width: 33%;*/
	text-align: center;
}
.link .item span{
	display: block;
	color: #fff;
}
.link a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.footer{
	background: #333333;
	color: #7e7e7e;
	font-size: 12px;
	padding:20px 0;
}
div[data-anchor="page3"]{
	background: #066196;
}

@media screen and (max-height:768px){
	.header{height: 820px;}
	.start{top:75%;transform:scale(.9);}

	.section01{padding-top: 10px;}
	.turntable{
		-webkit-transform: scale(0.8) translateY(-90px);
		-moz-transform: scale(0.8) translateY(-90px);
		transform: scale(0.8) translateY(-90px);
	}
	.section02{
		height: 700px;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.about h2{padding: 15px;}
	.about{height: 500px;}
	.link{height: 115px;}
}