@charset "utf-8";
body {
	font-family: "微軟正黑體";
	min-width: 1200px;
	margin: 0px;
	
	}
#Float {
	position: fixed;
	right: 0px;
	z-index: 200000;
	top: 50%;	
	 margin-top: -190px; 
}

p {
	display: block;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	
}
a{
	text-decoration: none;
		
}

ul {

list-style-type: none;
}

* {margin:0;
padding:0;border:0;}

.Middle1200 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	margin-bottom: 10px;
}

#header .site-topbar {
	  height: 36px;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  line-height: 36px;
  color: #8c8c8c;
  background: #fafafa;
}
#header .site-topbar .column {
	font-size: 13px;
	float: right;
	width: 600px;
}
#header .site-topbar .column ul li {
	float: right;
	padding: 0px 5px;
}

#header .site-topbar .column ul li a {
	color: #999;
}
#header .site-topbar .column ul li a:hover {
	color: #36C;
}

#header .site-topbar .column ul li a span{
	font-family: "微軟正黑體";
	margin-left: 5px;
} 
#header .site-header {
	position: relative;
	padding-top: 15px;
	height: 90px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#header .site-logo {
	float: left;
	height: 60px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header .header-info {
	float: right;
	width: 500px;
	margin-top: 30px;
}







/*搜尋*/
.sreach {
	width: 300px;
	float: right;
	position: absolute;
	right: 135px;
}
.sreach input{
	width: 230px;
	padding-left: 15px;
	height: 40px;
	border: 1px solid #e0e0e0;
	color: #b4b4b4;
	display: inline;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	
}
.sreach a{
	width: 40px;
	display: inline-block;
	text-align: center;
	color: #fff!important;
	font-weight: 700;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	border-left: 0px;
	background-image: url(images/sear_a.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
}
#Main_Menu {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	  position: relative;
  clear: both;
  min-height: 2px;
  background: #404144;
}
#Main_Menu .underline {
	min-height: 2px;
	background-color: #0099FF;
	min-width: 250px;
	float: left;
}
#Main_Menu .nav-category {
	background-color: #0F499C;
	float: left;
	width: 250px;
	height: 50px;
}
#Categories {
	background-color: #0F499C;
	float: left;
	width: 210px;
	height: 50px;
	color: #FFF;
	line-height: 50px;
	padding-right: 20px;
	padding-left: 20px;
	
	
}
#Categories  a{
	color: #ffffff;
	display: block;
	letter-spacing: 1pt;
	z-index: 122;
	float: left;
	width: 250px;
	background-image: url(images/Categories.png);
	background-repeat: no-repeat;
	background-position: 200px 15px;
	font-size: 13pt;
}

#Categories  a:hover{
	background-image: url(images/Categories2.png);
	background-repeat: no-repeat;
	background-position: 200px 15px;
	
}








/* 主导航模块 */
#mainProNav {
	border: 1px solid #ddd;
	position: relative;
	z-index: 100;
	cursor: default;
	transition: background 0.2s linear 0s;
	text-align: left;
	width: 250px;
	background: #fff;
	float: left;
	
}
.hide {
	visibility: hidden;	
	
}
#mainProNav dl,#mainProNav dt,#mainProNav dd {display:block;margin:0;padding:0;}
#mainProNav dt {
	height: 49px;
	font-size: 16px;
	transition: background-color 0.2s linear 0s, padding-left 0.2s linear 0s;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px 20px;
	color: #F60;
}
#mainProNav dt a{
	color: #06C;
	text-decoration: none;
}

#mainProNav dt span {
	float: left;
	height: 18px;
	width: 190px;
	overflow: hidden;
	font-size: 13px;
	margin-top: 10px;
}
#mainProNav dt span a {
	float: left;
	margin-right: 10px;
	color: #999;
	text-decoration: none;
}


#mainProNav .dlHover dt {
	position: relative;
	z-index: 9999;
*margin: -2px -3px -2px -1px;#top:-1px;
	height: 49px;
	margin-left: -3px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F30;
}

#mainProNav dd {
	display: none;
	position: absolute;
	left: 250px;
	top: -1px;
	_top: 0px;
	z-index: 9998;
	background: #fff;
	min-width: 250px;
	height: 419px;
	border: 1px solid #CCCCCC;
}
#mainProNav .dlHover dd {display:block;}
#mainProNav dd a {
	float: left;
	height: 45px;
	background-color: #FFF;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	width: 230px;
}
#mainProNav dd a:hover {
	background-color: #F3F3F3;
}
#mainProNav  dd a p {
	margin: 0px;
	padding: 0px;
}

#mainProNav dd a .map {
	background-color: #CCC;
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#mainProNav dd a .Writing {
	font-size: 11pt;
	color: #666;
	float: left;
	width: 140px;
	line-height: 40px;
	overflow: hidden;
}



/*下擺*/
#footer {
	background: #fafafa;
	float: left;
	width: 100%;
}
#site-footer {
	width: 1200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: #fafafa;
}
#site-footer .footer_service {
	float: left;
	width: 1200px;
	height: 150px;
}
#site-footer .footer_service ul li {
	float: left;
	width: 200px;
	display: block;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
#site-footer .footer_service ul li a {
	color: #999;
}
#site-footer .footer_service ul li a:hover {
	color: #39C;
}
#site-footer .footer_service ul li .map {
	font-size: 40pt;
	padding-bottom: 20px;
}
#site-footer .footer_service ul li .Title {
	font-size: 13pt;
	line-height: 22px;
	font-family: "微軟正黑體";
	margin-top: 10px;
}
#site-footer .footer_service ul li a .Title {
	font-weight: 700;
	color: #000;
}
#site-footer .footer_service ul li .narrative {
	font-size: 10pt;
	font-family: "微軟正黑體";
	margin-top: 5px;
}





#site-footer .footer-links {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	float: left;
	width: 1200px;
}
#site-footer .footer-links dl {
	float: left;
	display: block;
	padding-right: 25px;
	min-height: 150px;
}
#site-footer .footer-links .w280 {
	width: 280px;
}
#site-footer .footer-links .w140 {
	width: 140px;
	margin-left: 25px;
}
#site-footer .footer-links .w260 {
	width: 260px;
	margin-left: 25px;
}
#site-footer .footer-links .Sideline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#site-footer .footer-links .Sideline dt {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	font-size: 13pt;
}
#site-footer .footer-links .Sideline dd {
	display: block;
	float: left;
	width: 140px;
	font-size: 10pt;
	margin-bottom: 8px;
}
#site-footer .footer-links .Sideline dd a {
	color: #999;
}
#site-footer .footer-links .Sideline dd a:hover {
	color: #09C;
}





#site-footer .footer-declare {
	float: left;
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	color: #999;
}
#site-footer .footer-declare span {
	float: right;
}
#site-footer .footer-declare span select {
	padding: 10px;
	border: 1px solid #EBEBEB;
	width: 150px;
	color: #999999;
}
#site-footer .footer-declare span option {
	padding: 10px;
	float: left;
}


#Intermediate {
	float: left;
	width: 100%;
}
#Location {
	height: 25px;
	width: 1200px;
	font-size: 10pt;
	color: #666;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#Location samp {
	font-size: 10pt;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
#Location .Out {
	font-family: Verdana;
	font-weight: bold;
}
#Location samp a {
	color: #CCC;
}
