a {
	color: #fff;
	text-decoration: none
}
a:hover {
	text-decoration: none;
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	background: #000 url(../images/bg01.jpg) no-repeat center top;
	background-size: 100% auto;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top;}
/*---------------index--------------*/
body,#container {
	height: 100vh;
	overflow: hidden;
}
#container {
	position: relative;
}
#main {
	margin-left: -600px;
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 10.4vh;
}
#main .ttl {
	margin-bottom: 3.7vh;
	text-align: center;
}
#main p {
	margin-bottom: 4.4vh;
	text-align: center;
	background: url(../images/bg02.png) no-repeat center 14px;
}
#main p a {
	margin: 0 19px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
}
#main .linkUl {
	margin: 0 auto;
	width: 1044px;
}
#main .linkUl > li {
	margin: 0 9px 0 18px;
	width: 232px;
	float: left;
	position: relative;
}
#main .linkUl > li > a {
	padding: 0 0 2px 41px;
	display: block;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/bg03.png) no-repeat;
}
#main .linkUl > li:hover > a {
	color: #000;
	background: url(../images/bg04.png) no-repeat;
}
#main .linkUl > li > a span {
	margin: -4px 12px 0 0;
	display: inline-block;
	vertical-align: middle;
}
#main .linkUl > li:hover > a span {
	background: url(../images/img01_on.png) no-repeat;
}
#main .linkUl > li.li02:hover > a span {
	background: url(../images/img02_on.png) no-repeat;
}
#main .linkUl > li.li03:hover > a span {
	background: url(../images/img03_on.png) no-repeat;
}
#main .linkUl > li.li04:hover > a span {
	background: url(../images/img04_on.png) no-repeat;
}
#main .linkUl > li > a img {
	display: block;
}
#main .linkUl > li:hover > a span img {
	visibility: hidden;
}

@media all and (min-width: 0) and (max-width: 1500px) {
	#main {
		transform: scale(0.9);
	}
}
