﻿@charset "utf-8";
/* CSS Document */
.top01{
	height:415px;
	background:url(../images/head01.jpg) center top no-repeat
}
.top02{
	height:415px;
	background:url(../images/head02.jpg) center top no-repeat
}
.nav{
	margin-top:-15px;
	height:126px;
	line-height:126px;
	background:url(../images/navBg.png) top center no-repeat
}
.nav h3{
	width:50%;
	padding-left:60px;
	margin-right:50px;
	background:url(../images/icon01.png) left center no-repeat
}
.nav h3 b{
	font-weight:normal
}
.nav select{
	width:40%;
	border-radius:5px;
	height:50px;
	text-indent:10px;
	line-height:50px;
	border:2px solid #b5981f
}	
.box01 h3{
	height:80px;
	line-height:80px;
	border-bottom:1px solid #dedede;
	padding-left:60px;
	background:url(../images/icon02.png) center left no-repeat
}
.box01 ul li{
	float:left;
	width:255px;
	height:65px;
	line-height:65px;
	background-color:#dedede;
	font-weight:bold;
	text-align:center;
	margin:20px 10px;
	margin-bottom:0
}
.box01 ul li a{
	display:block
}
.box01 ul li a:hover{
	background-color:#da0322;
	color:white
}
.foot{
	margin-top:20px
}
.foot p{
	line-height:24px
}
.foot img{
	position:absolute;
	/*top:50%*/
}
.foot .f01{
	margin-top:-40px;
	left:15%
}
.foot .f02{
	margin-top:-28px;
	right:10%
}