@charset "utf-8";
/* ---------------------------------------------------------
台達電子工業自動化 IABG CSS Style  
Copyright © 2017 Delta Electronics, Inc. All Rights Reserved.
Writed by Amelie Chen | Amelie.is.chen@deltaww.com
------------------------------------------------------------ */

body {
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
.all {
	width: 1000px;
	height: auto;
	text-align: left;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
}
/*語言版本*/
.language {
	font-size: 13px;
	color: #666;
	position: absolute;
	top: 10px;
	width: 1000px;
	text-align: right;
}
.language a {
	color: #666;
	text-decoration: none;
	padding: 2px 7px;
	margin: 0px 5px;
}
.language a:hover {
	color: #0087dc;
	background: #eee;
}
/*logo*/
.logo {
	position: absolute;
	margin-left: 20px;
	top: 25px;
}
a img {
	border: none;
}

/*下拉選單*/
.nav {
	padding-top: 23px;
}
ul {
	margin: 23px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: right;
}
ul.drop-down-menu {
	display: inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
ul.drop-down-menu li {
	position: relative;
	white-space: nowrap;
	border-right: #ddd 1px solid;
}
ul.drop-down-menu > li:last-child {
	border-right: none;
}
ul.drop-down-menu > li {
	float: left; /* 只有第一層是靠左對齊*/
}
ul.drop-down-menu a {
	background-color: #fff;
	color: #333;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	border-bottom: 8px solid #fff;
}
ul.drop-down-menu a:hover { /* 滑鼠滑入按鈕變色*/
	background-color: #fff;
	color: #0087dc;
}
ul.drop-down-menu li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
	background-color: #fff;
	color: #0087dc;
	border-bottom: 8px solid #0087dc;
}
ul.drop-down-menu ul {
	border: #ccc 0px solid;
	position: absolute;
	z-index: 99;
	left: 0px;
	top: 43%;
	min-width: 180px;
}
ul.drop-down-menu ul li {
	border-bottom: #ddd 1px solid;
}
ul.drop-down-menu ul li:last-child {
	border-bottom: none;
}
ul.drop-down-menu ul a { 
	border-bottom: 0px;
}
ul.drop-down-menu ul a:hover { /* 滑鼠滑入按鈕變色*/
	background-color: #0087dc;
	color: #fff;
	border-bottom: 0px;
}
ul.drop-down-menu ul li:hover > a { /* 滑鼠移入次選單上層按鈕保持變色*/
	background-color: #0087dc;
	color: #fff;
	border-bottom: 0px;
}

ul.drop-down-menu ul ul { /*第三層以後的選單出現位置與第二層不同*/
	z-index: 999;
	top: -15px;
	left: 97%;
}
ul.drop-down-menu ul { 
	display: none;
}
ul.drop-down-menu li:hover > ul { 
	display: block;
	border: 1px #fff solid;
}


/*廣告大圖*/
.bigAD a {
	border: 0px;
}

/*內容*/
.content {
	padding: 0px 20px 40px 20px;
	max-width: 1000px;
	min-height: 250px;
}

table.indexLayout {
	width: 100%;
	margin: 15px 0px 0px 0px;
}
table.indexLayout td {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border: 5px solid #fff;
}
table.indexLayout th {
	border: 5px solid #fff;
}
/*list1-首頁橫式*/
.content ul.list1 {
	padding: 0px;
	list-style: none;
}
.content ul.list1 li {
	display: inline-block;
	vertical-align: middle;
}
.content ul.list1 li a {
	color: #0087dc;
	display: block;
	padding: 10px;
	margin: 3px auto;
	text-decoration: none;
	width: 210px;
	min-height: 35px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0087dc;
}
.content ul.list1 li a:hover {
	background-color: #0087dc;
	color: #fff;
}

/*list2-內頁直式*/
.content ul.list2 {
	text-align: left;
	margin: 0px;
}

.content ul.list2 li {
	vertical-align: middle;
	margin: 0px;
}
.content ul.list2 li a {
	color: #0087dc;
	display: block;
	padding: 7px;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	width: 180px;
	min-height: 35px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0087dc;
}
.content ul.list2 li a:hover {
	background-color: #bbb;
	color: #fff;
	border: 1px solid #999;
}
.content ul.list2 li a.current {
	background-color: #0087dc;
	color: #fff;
}


/*list3-首頁直式*/
.content ul.list3 {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: none;
	text-align: center;
}
.content ul.list3 label {
	color: #0087dc;
	margin: 10px 0px;
	display: block;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.content ul.list3 li {
}
.content ul.list3 li img {
	height: 50px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
.content ul.list3 li a {
	color: #555;
	display: block;
	padding: 5px 10px 5px 0px;
	margin: 3px auto;
	text-decoration: none;
	width: 200px;
	min-height: 50px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #bbb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content ul.list3 li a:hover {
	background-color: #bbb;
	border: 1px solid #999;
	color: #fff;
}
/*list4-首頁*/
.content ul.list4 {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: none;
	text-align: center;
}
.content ul.list4 li {
	padding: 0px;
	margin: 0px;
}
.content ul.list4 li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #0087dc;
	display: block;
	padding: 10px;
	margin: 0px auto 3px auto;
	text-decoration: none;
	width: 200px;
	min-height: 50px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0087dc;
}
.content ul.list4 li a:hover {
	background-color: #bbb;
	border: 1px solid #999;
	color: #fff;
}


/*分隔表格*/
.content table.layout {
}
.content table.layout td {
	vertical-align: top;
	padding-top: 20px;
}
.content td.rightcolumn {
	padding-left: 20px;
	width: 100%;
}

.content table.layout td h1 {
	vertical-align: top;
	font-size: 22px;
	margin-top: 0px;
	padding-bottom: 5px;
	color: #0087dc;
	border-bottom: 1px dashed #0087dc;
}
.content table.layout td h2 {
	font-size: 16px;
	margin: 10px 5px 5px 5px;
	padding-left: 10px;
	color: #555;
	border-left: 5px solid #0087dc;
}

.content table.layout td h3 {
	font-size: 18px;
	padding: 10px;
	color: #555;
	background: #ddd;
}

.content table.indexLayout td h4 {
	font-size: 18px;
	padding: 10px;
	color: #fff;
	background: #0087dc;
	text-wrap: none;
	text-align: center;
	margin: 0px auto;
	width: 200px;
}
.content table.indexLayout th.h4 {
	font-size: 18px;
	padding: 10px;
	color: #fff;
	background: #0087dc;
	text-wrap: none;
	text-align: center;
	margin: 0px auto;
}

.content table.layout td p {
	font-size: 14px;
	margin: 7px 5px;
	padding-left: 15px;
	color: #555;
}
.content table.layout td.rightcolumn a {
	text-decoration: none;
	display: block;
	padding: 5px;
}
.content table.layout td.rightcolumn a:hover {
	background: #eee;
}

/*頁底資訊*/
.copyRight {
	padding: 20px 25px;
	background: #eaeaea;
	font-size: 12px;
	color: #777;
}
.copyRight img.bottomLogo {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
}
.copyRight .missionTitle {
	font-weight: bold;
	padding: 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
}
.copyRight a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #555;
}
.copyRight a:hover {
	color: #0087dc;
	border-bottom: 1px solid #0087dc;
}
