@charset "utf-8";
/* CSS Document */
.navLogo{
	height:134px;
	line-height:134px;
	position:relative;
	z-index:2
}
.navLogo img{
	vertical-align:middle
}
.banner{
	height:680px;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-top:-134px
}
.banner .bd ul li{
	position:relative
}
.banner .bd ul li img{
	position:absolute;
	width:1600px;
	height:auto;
	left:calc(50% - 800px)
}
.banner .hd{
	position:absolute;
	z-index:2;
	bottom:30px;
	width:100%;
	text-align:center
}
.banner .hd ul li{
	display:inline-block;
	margin:0 5px;
	border-radius:10px;
	width:20px;
	height:20px;
	text-indent:-9999px;
	background-color:white;
	cursor:pointer
}
.banner .hd ul li.on{
	background-color:#72a8f7
}
.main{
	width:100%;
	height:1900px;
	background:url(../images/main.jpg) top center no-repeat
}