@charset "utf-8";
.2 {
}

CSS



/*CSS RESET*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button,textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}


img {border: 0;}
a img{border: 0;}

ol, ul, li {list-style: none;}

a{ text-decoration:none;
 outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
}/*去除連結虛線框*/

/*以上做網頁先複製



/*背景body*/
body{
	font-family: "微軟正黑體";
	width:100%;
	background-repeat: no-repeat;
	background-position: center top;/*背景置中置上*/
	background-size: cover;/*背景滿版*/
	padding:0;
	margin:0;
	background-color: #fff;
}


/*外圍wrapper*/
#wrapper{
	width: 100%;
	/*position:relative;*/
	/*margin: 0 auto;*/
	} 


#header_box{
	width:100%;
	min-width: 1000px;
	height: 107px;
	background-color: #0c2f73;	
	
}


#header{
	width: 1000px;
	height: 107px;
	position:relative;
	margin: 0 auto;
	background-color: #0c2f73;	
	
}



#logo{float:left;
	width: 298px;
	height: 107px;
	background-color: #0c2f73;	
	/*background-image: url(../images/logo_01.png);*/
}


/*-------nav-------------------------*/
#nav{
	float:right;
	width:550px;
	height:107px;
	margin: 0px 0px 0px 0px;
	background-color: #0c2f73;	
	}

ul.td_menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.td_nav > li {
	position: relative;
	float: left;
	
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}

ul.td_nav > li.nav_01 {
	width: 212px;
	height: 107px;
}

ul.td_nav > li.nav_02 {
	width: 131px;
	height: 107px;
	
	
}

ul.td_nav > li.nav_03 {
	width: 129px;
	height: 107px;
	
}

ul.td_nav > li.nav_04 {
	width: 110px;
	height: 107px;
	
}

ul.td_nav > li.nav_05 {
	width: 120px;
	height: 107px;
	
}
/*-------navend-------------------------*/



/*底部footer*/
#footer{
	width: 1024px;
	height: 143px;
	/*position:relative;*/
	margin: 0 auto;
	background-color: #000;
}	