@charset "utf-8";
/* CSS Document */
.bgc1{background-color:#ffb8b8;}
.bgc2{background-color:#b8e0ff;}
.bgc3{background-color:#b8ffe7;}
.bgc4{background-color:#f2ffb8;}
.bgc5{background-color:#ffe0b8;}
.bgc6{background-color:#d6b2d9;}

body{
	background: url(../images/bg.jpg) repeat 0 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	color: #000;
}

a:hover{
	text-decoration: underline;
	color: #004196;
}
.top{
	width:960px;
	text-align:center;
	margin:0px auto 0px auto;
	overflow:hidden;
}
.nav{
	width:960px;
	text-align:center;
	margin:0px auto 0px auto;
}

.navBox{
	width: 100%;
	background: #b20000 url(../images/navBg.gif) repeat-x;
}
.main{
	width: 960px;
	text-align:center;
	margin:0px auto 0px auto;
	overflow:hidden;
	background-color: #fff;

}
.footerBox{
	width: 100%;
	background-color: #b20000;
}
.footer{
	width: 960px;
	text-align:center;
	margin:0px auto 0px auto;
	overflow:hidden;
}

/*top*************************************************************/
.logo{
	overflow: hidden;
	float:left;
}

.logo a{
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat 0 0;
	width:378px;
	height:55px;
	float:left;
	margin:20px 0 15px 0;
}

.topLinkBox{
	width: 566px;
	float: right;
	text-align: right;
}

.topLink1{
	background: url(../images/opacity.png) repeat;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
	width: 520px;
	float: right;

}

.topLink2{
	float: right;
	width: 380px;
}
.topLink1 li,
.topLink2 li{
	display: inline;
	color: #481414;

}

.topLink1 li a,
.topLink2 li a{
	line-height: 30px;
	color: #481414;
	border-right: 1px dotted #481414;
	padding: 0 5px;
}

.topLink1 li.last a,
.topLink2 li.last a{
	border: 0;
}

/*nav*************************************************************/

.nav{
	line-height: 45px;
	text-align: center;
}
.nav li{
	display: inline-block;
	position: relative;
	margin-left: -4px;
/*	float: left;
*/}

.nav li a{
	color: #fff;
	border-right: 1px #fff solid;
	padding:0 20px;
}

.nav li:hover{
	background: #000 url(../images/searchBg.gif) repeat-x 0 0;
}

.nav li.last a{
	border-right:0;
}

.nav li:hover .subNav{
	display: block;
}

/*第二層選單*/

.nav .subNav{
	display: none;
	font-family: '微軟正黑體';
	font-size: 15px;
	width: 250px;
	text-align: left;
	background-color: #000;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 9999;
	padding: 24px 34px 0px 34px;
	line-height: 18px ;
}
.nav .subNav.R-L{
	left: auto ;
	right: 0px;
}

.nav .subNav li{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}

.nav .subNav li:hover{
	background: 0;
}
.nav .subNav li a:first-child{
	display: block;
	padding: 0;
	border: 0;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 4px solid #c00;
}

.nav .subNav li:last-child{
	border: 0;
}

/*第三層選單*/

.nav .subNav .subSubNav{
	font-size: 13px;
	padding-left: 10px;
	padding-right:5px;
	text-align: justify;
}

.nav .subNav .subSubNav li{
	display: inline;
	border:0;
/*	border-right: 1px dotted #666;
	line-height: 10px;*/
}
.nav .subNav .subSubNav li:last-child{
	border:0;
}

.nav .subNav .subSubNav li a{
	color: #999;
	text-decoration: none;
	padding: 0;
	border: 0;
	padding: 0 12px 0 8px;
	display: inline;
	background: url("../images/subSubNavBg.gif") no-repeat 0 5px;
}

.nav .subNav .subSubNav li a:hover{
	color: #fff;
}

/*main*************************************************************/

.mainCon{
	overflow: hidden;
	/*background-color: #fff;*/
	padding-top: 22px;
}


/*footer*************************************************************/

.qrcode{
	float:right;
	width:100px;
	margin:5px 0px 5px 0px;
	text-align:right;
}

.copy{
	float: left;
	/*color: #79675d;*/
	color: #FFFFFF;
	width:410px;
	padding-top:10px;
	text-align:left;
}

.copyinfo{
	float:left;
	padding:20px 0 10px 0;
	color: #FFFFFF;
}

.linkBottom{
	width:350px;
	float: right;
	padding-top:10px;
}
.linkBottom li{
	float: left;
}

.linkBottom li a{
	/*color: #97877e;*/
	color: #FFFFFF;
	border-right: 1px #97877e dotted;
	padding:0 5px;
}

.linkBottom li.last a{
	border:0;
	padding-right: 0;

}