/*reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0; vertical-align: baseline;}

a,input {outline: medium none; text-decoration:none;}

body{
	font-family: '微軟正黑體', "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, 'Lucida Grande', 'LiHei Pro', 'Microsoft JhengHei', 'Microsoft YaHei', '微軟雅黑體', sans-serif;
	background:url(../images/bg.gif) repeat-x;
}

.wrap {
	width: 980px;
	margin:0 auto;
	/*background:url(../images/bg_wrap.png) repeat-x;*/
}
/*clear float*/
.clear::before, .clear::after {
    content: "";
    display: table;
}
.clear::after {
    clear: both;
}
.clear {
    zoom:1; /*IE6, IE7*/
}


/*header set*/
.header{
	height: 98px;
	background:url(../images/bg_header.gif);
	margin-bottom: 2px;
}

/*menu set*/
.menu{
	width:960px; 
	height:60px; 
	background:url(../images/bg_menu.png);
	padding: 0 10px;
}
.menu ul{
	display:block; 
	width:960px; 
	height:48px; 
	background-image:url(../images/menu.jpg);
	list-style: none;
}
.menu li{
	display:block; 
	width:80px; 
	float:left; 
	position:relative;
}
.menu li a{
	display:block; 
	height:48px;
}
.menu li a:hover{ 
	background-image:url(../images/menu.jpg); 
}
.menu ul ul{ 
	position:absolute; 
	left:0; 
	top:48px; 
	width:150px;
	height:auto;
	display:none;
	background: #fff;
}
.menu li li a{ 
	display:block; 
	width:130px;
	height:30px; 
	color:white; 
	line-height:30px;
	font-size:13px; 
	text-decoration:none;
	text-align: center;
	margin-bottom: 1px;
	padding: 0 10px;
	background:#0063b9;
}
.menu li li a:hover{ 
	background:#004e96; 
}

/*banner set------------------------------------------------------------------------*/
.banner_wrap{
	width: 960px;
	height: 340px;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 18px;
}
/*infoarea set------------------------------------------------------------------------*/
.infoarea{
	width: 980px;
	margin-bottom:15px;
}

/*按鈕more*/
.infoarea .more{
	height:25px;
	padding-left: 470px;
	margin-top: 15px;
	text-indent: -9999px;
}
.infoarea .more a{
	display:block;
	width: 54px;
	height: 19px;
	background-image: url(../images/btn_more.png);
	background-position: left top;
}
.infoarea .more a:hover{background-position: left 38px;}
.infoarea .more a:active{background-position: left bottom;}


.infoarea .newsBox{
	float: left;
	width: 544px;
	height: 208px;
	background: url(../images/bg_index_news.png);
}
.infoarea .newsBox ul{ list-style: none;}
.infoarea .newsBox ul li{
	font-size: 13px;
	line-height: 2;
	/*隱藏過長文字*/
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
.infoarea .newsBox ul li span{
	color: #f37c12;
	margin: 0 10px;
	font-weight: bold;
}
.infoarea .newsBox ul li a{color: #333; border-bottom: dotted 1px #c4c4c4;}
.infoarea .newsBox ul li a:hover{color: #007ade; border-bottom: 0;}

.infoarea .actBox{
	float: left;
	width: 424px;
	height: 208px;
	background: url(../images/bg_index_act.png);
}
.infoarea .actBox .imgBox{
	float: left;
	width: 140px;
	height: 100px;
	padding:5px;
	background: #d3d6d7;
}
.infoarea .actBox .imgBox img{
	width: 140px;
	height: 100px;
	border: solid 1px #fff;
}
.infoarea .actBox .textBox{
	float: left;
	padding: 0 12px;
	width: 210px;
	height: 110px;
	overflow: hidden;
}
.infoarea .actBox .textBox h5{
	color: #f37c12;
	font-size: 13px;
	font-weight: bold;
	line-height: 2;
}
.infoarea .actBox .textBox h3{
	font-size: 15px;
	margin-bottom: 8px;
}
.infoarea .actBox .textBox h3 a{color: #363636;}
.infoarea .actBox .textBox h3 a:hover{color: #007ade;}
.infoarea .actBox .textBox p{ font-size: 13px;}



/*footer set------------------------------------------------------------------------*/
.footer{height: 70px;}
.footer .andfooteragain{
	width: 980px;
	margin: 0 auto;
	border-top: solid 4px #52b0fd;
	font-size: 13px;
	padding: 12px 0;
}
.footer .andfooteragain p{
	line-height: 1.6;
	padding: 0 15px;
}
.footer .andfooteragain p span{
	font-weight: bold;
	margin-right: 7px;
	color: #007ce1;
}

