@charset "utf-8";
/* CSS Document */

#index .container {
	background:url(../templates/images/bg_index.jpg) no-repeat center;
	height:620px;
}
#index .mainPage {
	min-height:465px;
	height:465px;
}
#index .mainContent {
	position:relative;
}
.indexTitle, .index_subTitle {
	font-family:'微软雅黑', 'Microsoft YaHei', "Arial Unicode MS";
	position:absolute;
}
.indexTitle {
	top:-3px;
	left:146px;
	font-size:32px;
	line-height:35px;
	border-left:2px solid #7e7e7f;
	color:#635636;
	padding:0 0 0 12px;
	width:350px;
}
.indexTitle span {
	font-size:40px;
	color:#473812;
}
.index_subTitle {
	font-size:14px;
	line-height:20px;
	color:#313131;
	left:146px;
	top:85px;
}
/*下方按鈕*/
.indexBtn {
	position:absolute;
	top:205px;
	left:142px;
}
.indexBtn a {
	display:block;
	width:121px;
	height:121px;
	float:left;
	margin-right:10px;
	transition:none;
}
.indexBtn a:hover {
	background-position:left bottom;
}
.btn01 {
	background:url(../templates/images/btn_index_01.png) no-repeat left top;
}
.btn02 {
	background:url(../templates/images/btn_index_02.png) no-repeat left top;
}
.btn03 {
	background:url(../templates/images/btn_index_03.png) no-repeat left top;
}
/*=================nav================*/
.nav {
	width: 415px;
	height:36px;
	position: absolute;
	right:30px;
	top:40px;
}
.nav li {
	float: left;
}
.nav a {
	background:url(../templates/images/img_nav_btn.png) no-repeat left top;
	display: block;
	height:36px;
	transition: none;
}
.nav .nav01 {
	width:83px;
	background-position:0px 0px;
}
.nav .nav02 {
	width:79px;
	background-position:-83px 0px;
}
.nav .nav03 {
	width:92px;
	background-position:-162px 0px;
}
.nav .nav04 {
	width:78px;
	background-position:-254px 0px;
}
.nav .nav05 {
	width:83px;
	background-position:-332px 0px;
}
.nav .nav01:hover, .nav .current .nav01 {
	width:83px;
	background-position:0px -36px;
}
.nav .nav02:hover, .nav .current .nav02 {
	width:79px;
	background-position:-83px -36px;
}
.nav .nav03:hover, .nav .current .nav03 {
	width:92px;
	background-position:-162px -36px;
}
.nav .nav04:hover, .nav .current .nav04 {
	width:78px;
	background-position:-254px -36px;
}
.nav .nav05:hover, .nav .current .nav05 {
	width:83px;
	background-position:-332px -36px;
}
/*=================nav======End================*/
