@charset "UTF-8";
/*
  Welcome to Compass.
  In this file you should write your main styles. (or centralize your imports)
  Import this file using the following HTML or equivalent:
  <link href="/css/index.css" media="screen, projection" rel="stylesheet" type="text/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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* -----------------------------------------------------------------
 * Tools */
/* ----------------------------------------------------------------
 * colors */
/* ----------------------------------------------------------------
 * Fonts */
/* ----------------------------------------------------------------
 * mixin */
/* -----------------------------------------------------------------
 * Global setting */
body {
  font-size: 12px;
  font-family: "微軟正黑體", Arial, sens-serif;
  color: #2c2c2c;
  background: url('../images/bg.jpg?1393142536');
}

a {
  color: #2c2c2c;
  text-decoration: none;
}

strong {
  font-weight: bold;
}

/* -----------------------------------------------------------------
 * Style */
header {
  height: 169px;
  width: 100%;
  background: url('../images/bg_header.jpg?1393909291') repeat-x;
}
header .decoration {
  width: 1000px;
  text-align: center;
  position: absolute;
}
header .main {
  margin: auto;
  height: 169px;
  width: 1002px;
  background: url('../images/bg_header_in.jpg?1393909108') repeat-x;
}
header .main #logo {
  width: auto;
  display: inline-block;
  padding: 25px 0 0 13px;
}
header nav {
  margin-top: 21px;
  height: 33px;
  width: 999px;
  padding-left: 1px;
}
header nav li {
  display: inline-block;
  float: left;
  width: 165px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  margin-right: 1px;
  background-image: url('../images/nav_btn.jpg?1393142412');
  background-position: 0 0;
}
header nav li:hover {
  background-position: 0 33px;
}
header nav li:first-child {
  width: 167px;
}
header nav li:last-child {
  width: 166px;
}
header nav li a {
  height: 33px;
  display: block;
  color: #2c2c2c;
  font-size: 16px;
}

/* -----------------------------------------------------------------
 * Container */
#container {
  overflow: hidden;
  padding: 0 5px;
  width: 990px;
  margin: auto;
  line-height: 18px;
  background: white;
  border-left: 1px #d2d2d2 solid;
  border-right: 1px #d2d2d2 solid;
}
#container p {
  /*line-height: 18px;*/
  margin-bottom: 20px;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 18px;
  font-family: "微軟正黑體", Arial, sens-serif;
}
#container #topic {
  height: 147px;
  border-bottom: 3px #97c800 solid;
}
#container #breadcrumb {
  clear: both;
  float: right;
  height: 50px;
  line-height: 50px;
  text-align: right;
}
#container #breadcrumb ul li {
  background: url('../images/icon_breadcrumb.png?1393142474') left no-repeat;
  display: inline-block;
  padding-left: 12px;
  margin-left: 3px;
  color: #2c2c2c;
}
#container #breadcrumb ul li:first-child {
  background: none;
}
#container #breadcrumb ul li a {
  text-decoration: none;
  color: #3a3a3a;
}
#container #breadcrumb ul li a:hover {
  text-decoration: underline;
}
#container #content {
  overflow: hidden;
  margin: 28px 0 50px;
  clear: both;
  color: #666;
  font-size: 13px;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}
#container #content .title {
  display: block;
  height: 28px;
  padding: 12px 0 0 28px;
  margin-bottom: 20px;
  float: left;
  background: url('../images/icon_title.png?1393142442') left no-repeat;
  color: #2c2c2c;
  font-size: 18px;
}
#container #content aside.menu {
  width: 250px;
  float: right;
  margin: 0 0 30px 25px;
  display: block;
}
#container #content aside.menu nav {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px #dfdfdf solid;
  background: url('../images/index_filter.jpg?1393142428') top repeat-x;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  position: relative;
  padding: 3px;
  font-size: 14px;
  font-weight: bold;
}
#container #content aside.menu nav .nav_title {
  background: #97c800;
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, "微軟正黑體", sens-serif;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
#container #content aside.menu nav li {
  border-top: 1px white solid;
  border-bottom: 1px #e2e2e2 solid;
}
#container #content aside.menu nav li:last-child {
  border-bottom: 0;
}
#container #content aside.menu nav li a {
  padding: 10px 45px 10px 15px;
  display: block;
  color: #2c2c2c;
  background: url('../images/icon_menu.png?1393142470') no-repeat right;
}
#container #content aside.menu nav li a:hover {
  color: #97c800;
  background: url('../images/icon_menu_a.png?1393142468') no-repeat right;
}
#container #content aside.menu nav li a.active {
  color: #97c800;
  background: url('../images/icon_menu_a.png?1393142468') no-repeat right;
}
#container #content aside.menu nav .shadow {
  position: absolute;
  width: 100%;
  bottom: -21px;
  height: 20px;
  text-indent: -9999px;
  background: url('../images/box-shadow_menu.jpg?1393142524') no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
#container #content aside.menu #photos {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px #dfdfdf solid;
  background: url('../images/index_filter.jpg?1393142428') top repeat-x;
  background-color: #f1f1f1;
  padding: 3px;
  position: relative;
}
#container #content aside.menu #photos a {
  position: absolute;
  right: 3px;
  bottom: 3px;
}

/* -----------------------------------------------------------------
 * Company Profile */
.company > div {
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px #dfdfdf solid;
  background: url('../images/index_filter.jpg?1393142428') top repeat-x;
  background-color: #f1f1f1;
  margin-bottom: 20px;
  position: relative;
  color: #2c2c2c;
}
.company > div img {
  margin: 5px 3px 0;
}
.company > div figcaption {
  padding: 20px;
  border-bottom: 3px #97c800 solid;
}
.company > div figcaption a {
  color: #97c800;
  font-size: 16px;
  padding-right: 9px;
  border-bottom: 2px #97c800 solid;
  background: url('../images/icon_more.png?1393142466') right no-repeat;
}
.company > div figcaption p {
  margin-top: 14px;
  line-height: 14px;
}
.company > div .shadow {
  position: absolute;
  width: inherit;
  margin-bottom: -20px;
  height: 10px;
  text-indent: -9999px;
  background: url('../images/box-shadow.jpg?1393142526') no-repeat;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.company .type1 {
  width: 478px;
  display: inline-block;
}
.company .type1:first-child {
  margin-right: 25px;
}
.company .type2 {
  width: 307px;
  display: inline-block;
  margin-right: 27px;
}
.company .type2:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------------
 * Company - About Us */
.about_us p {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 18px;
}
.about_us .wedge {
  color: black;
  line-height: 24px;
  font-size: 18px;
  font-family: "微軟正黑體", Arial, sens-serif;
}
.about_us .wedge span {
  color: black;
}
.about_us > ul {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.about_us strong {
  font-size: 15px;
  font-weight: bold;
  color: #2c2c2c;
}
.about_us table {
  width: 100%;
  line-height: 32px;
  margin-top: 20px;
  border-bottom: 2px #97c800 solid;
  color: #2c2c2c;
  font-size: 13px;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}
.about_us table tr:nth-child(odd) {
  background: #eee;
}
.about_us table th {
  background: #b6d84c;
  color: black;
  padding-left: 13px;
  font-size: 14px;
  font-weight: bold;
}
.about_us table td:nth-child(odd) {
  color: #010101;
  font-weight: bold;
  padding-left: 13px;
}
.about_us table a {
  text-decoration: none;
  color: inherit;
}
.about_us table a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------------
 * Company - History */
.history .list > li {
  width: 700px;
}
.history .list > li a {
  border-bottom: 1px #eee solid;
  display: block;
  height: 60px;
  line-height: 60px;
  background: url('../images/icon_slidedown.png?1393142448') no-repeat right;
  cursor: pointer;
}
.history .list > li a.active {
  background: url('../images/icon_slideup.png?1393142446') no-repeat right;
}
.history .list > li a span {
  display: block;
  width: 110px;
  height: 60px;
  border-bottom: 1px #97c800 solid;
  color: #97c800;
  padding-left: 7px;
  font-size: 16px;
  font-family: "Times New Roman", "Trebuchet MS", Arial, "微軟正黑體", sens-serif;
  font-weight: bold;
}
.history .list > li .detail {
  width: 690px;
  margin-top: 26px;
  display: none;
}
.history .list > li .detail > div {
  display: block;
  overflow: hidden;
}
.history .list > li .detail span {
  width: 100px;
  float: left;
  padding-left: 7px;
  color: #2b2b2b;
  font-size: 14px;
  font-family: "Times New Roman", "Trebuchet MS", Arial, "微軟正黑體", sens-serif;
  font-weight: bold;
  margin-top: 8px;
}
.history .list > li .detail ul {
  width: 580px;
  float: right;
  font-size: 13px;
  color: #2c2c2c;
  line-height: 18px;
}
.history .list > li .detail ul li {
  padding: 12px 0 12px 30px;
  border-bottom: 1px #eee solid;
  background: url('../images/icon_history_list.png?1393142472') left 5px no-repeat;
}

/* -----------------------------------------------------------------
 * Company - Strategy */
.strategy .crown {
  overflow: hidden;
}
.strategy .crown img {
  float: left;
  margin: 0 20px;
}
.strategy .crown div {
  width: 45%;
  float: right;
}
.strategy .crown div ul {
  margin-bottom: 20px;
}
.strategy .crown div li {
  font-size: 14px;
  color: #2c2c2c;
  list-style-type: circle;
}
.strategy .crown div li span {
  margin-left: -25px;
}
.strategy span {
  display: block;
  color: black;
  list-style-type: none;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}

/* -----------------------------------------------------------------
 * Company - Global */
.global #country {
  width: 100%;
  overflow: hidden;
}
.global #country span {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.global #country > ul > li {
  display: none;
  height: 85px;
}
.global #country > ul li li {
  position: relative;
  height: 34px;
  line-height: 34px;
  width: 15.8%;
  display: inline;
  float: left;
  padding-left: 40px;
}
.global #country > ul li li img {
  position: absolute;
  bottom: 3px;
  left: 0;
}

/* -----------------------------------------------------------------
 * Company - Quality */
.quality {
  /* abgne tab */
}
.quality .tab_content ul {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
}
.quality .tab_content li {
  display: inline-block;
  width: 133px;
  float: left;
  margin-right: 30px;
}
.quality .tab_content li:last-child {
  margin-right: 0;
}
.quality .tab_content li figure img {
  border: 1px #eee solid;
  padding: 3px;
  background: #F3F4F9;
}
.quality ul, .quality li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.quality .abgne_tab {
  clear: left;
  width: 100%;
  margin: 10px 0;
}
.quality ul.tabs {
  width: 100%;
  height: 38px;
}
.quality ul.tabs li {
  float: left;
  height: 38px;
  line-height: 38px;
  width: 175px;
  position: relative;
  margin-bottom: -1px;
  /* 讓 li 往下移來遮住 ul 的部份 border-bottom */
  border-right: 1px solid #999;
  background: #efefef;
}
.quality ul.tabs li a {
  display: block;
  padding: 0 20px;
  color: #3a3a3a;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  background: url('../images/icon_tab_shadow.jpg') no-repeat;
}
.quality ul.tabs li a:hover {
  background: #ccc;
}
.quality ul.tabs li.active {
  background: #fff;
  border-bottom: 1px solid white;
}
.quality ul.tabs li.active a {
  color: black;
}
.quality ul.tabs li div {
  display: none;
}
.quality ul.tabs li.active div {
  display: block;
  z-index: 1;
  position: absolute;
  right: -4px;
  top: -6px;
}
.quality ul.tabs li.active a:hover {
  background: #fff;
}
.quality div.tab_container {
  clear: left;
  width: 100%;
  border-top: none;
  background: #fff;
}
.quality div.tab_container .tab_content {
  padding: 20px;
}
.quality div.tab_container .tab_content h2 {
  margin: 0 0 20px;
}

/* -----------------------------------------------------------------
 * Products */
#container #content.products aside.menu {
  width: 220px;
  float: left;
  font-family: '微軟正黑體';
  margin-left: 10px;
  padding: 0;
}
#container #content.products aside.menu nav {
  margin-bottom: 0;
}
#container #content.products aside.menu a {
  background: url('../images/icon_products.png?1393142464') 195px 10px no-repeat;
  color: white;
  min-height: 22px;
  padding: 7px 20px 0 12px;
  font-size: 14px;
  font-weight: normal;
}
#container #content.products aside.menu a:hover {
  color: white;
  background: url('../images/icon_products.png?1393142464') 195px 10px no-repeat;
}
#container #content.products aside.menu a.active {
  color: white;
  background: url('../images/icon_products_active.png?1393142462') 195px 13px no-repeat;
}
#container #content.products aside.menu .type1 {
  background: url('../images/products_nav_01.jpg?1393482858') repeat-x;
  background-color: #0e4c76;
  margin-top: -2px;
}
#container #content.products aside.menu .type1 > a {
  border-bottom: 5px #073c60 solid;
}
#container #content.products aside.menu .type2 {
  background: url('../images/products_nav_02.jpg?1393482935') repeat-x;
  background-color: #8bc100;
  margin-top: -2px;
}
#container #content.products aside.menu .type2 > a {
  color: black;
  border-bottom: 5px #78a303 solid;
}
#container #content.products aside.menu .type3 {
  background: url('../images/products_nav_03.jpg?1393482923') repeat-x;
  background-color: #ffab00;
  margin-top: -2px;
}
#container #content.products aside.menu .type3 > a {
  color: black;
  border-bottom: 5px #d79000 solid;
}
#container #content.products aside.menu .type4 {
  background: url('../images/products_nav_04.jpg?1393482867') repeat-x;
  background-color: #006315;
  margin-top: -2px;
}
#container #content.products aside.menu .type4 > a {
  border-bottom: 5px #01420f solid;
}
#container #content.products aside.menu li li {
  /*background: url('../images/products_i_nav.jpg?1393484452') repeat-x;--------------->中分類底色*/
  /*background-color: #f4f4f4; */
  background-color: #d8dcdc; 
}
#container #content.products aside.menu li li a {
  min-height: 25px;
  line-height: 17px;
  padding: 7px 30px 0px 14px;
  border-bottom: 1px #e2e2e2 solid;
  color: #666;
  background: url('../images/icon_products_i.png?1393142456') 195px 10px no-repeat;
}
#container #content.products aside.menu li li a:hover {
  color: #666;
  background: url('../images/icon_products_i.png?1393142456') 195px 10px no-repeat;
}
#container #content.products aside.menu li li a.active {
  color: inherit;
  background: url('../images/icon_products_i_active.png?1393142454') 195px 12px no-repeat;
}
#container #content.products aside.menu li li li {
  background: white;
  border-bottom: 1px #e2e2e2 solid;
}
#container #content.products aside.menu li li li a {
  min-height: 23px;
  line-height: 16px;
  padding: 7px 0 0px 24px;
  color: #666;
  border-bottom: 0;
  background: url('../images/icon_products_orange.jpg?1393142452') 9px 12px no-repeat;
}
#container #content.products aside.menu li li li a:hover {
  color: #666;
  background: url('../images/icon_products_orange.jpg?1393142452') 9px 12px no-repeat;
}

.products .main {
  float: right;
  text-align: left;
  width: 700px;
  padding-right: 30px;
}
.products .main span.notice {
  display: block;
  padding: 10px;
  color: white;
  line-height: 24px;
  font-size: 15px;
  background: #006315;
}
.products .main table {
  width: 100%;
  font-size: 14px;
  color: #434241;
}
.products .main table th {
  font-size: 15px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #e8f2e0;
  border-left: 1px white solid;
  border-bottom: 2px #97c800 solid;
}
.products .main table th:first-child {
  width: 220px;
  border-left: 0;
}
.products .main table th:nth-child(2) {
  width: 205px;
}
.products .main table td {
  vertical-align: top;
}
.products .main table td li {
  height: 26px;
  line-height: 24px;
  padding-left: 24px;
  border-left: 1px white solid;
  background: url('../images/icon_products_grey.jpg?1393142458') 10px 9px no-repeat;
}
.products .main table td li a {
  color: inherit;
}
.products .main table td:first-child {
  padding-top: 4px;
}
.products .main table td:nth-child(2) {
  color: #006315;
}
.products .main table td:nth-child(2) li {
  background: url('../images/icon_products_green.jpg?1393142460') 10px 9px no-repeat;
}
.products .main table .type1 td:nth-child(2), .products .main table .type2 td, .products .main table .type2 td:first-child {
  background: url('../images/products_bg_01.jpg?1393142408');
}
.products .main table .type2 td:nth-child(2) {
  background: url('../images/products_bg_02.jpg?1393142406');
}
.products .main table span {
  padding-left: 24px;
  background: url('../images/icon_products_orange.jpg?1393142452') 10px 6px no-repeat;
}
.products .back {
  text-indent: -9999px;
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  padding: 20px 0;
}

/* -----------------------------------------------------------------
 * Products_i */
.products_i li {
  position: relative;
  display: inline-table;
  margin: 0 23px 23px 0;
}
.products_i li:nth-child(3n) {
  margin-right: 0;
}
.products_i li a:hover {
  color: #97c800;
}
.products_i li .hoverbox {
  position: absolute;
  width: 215px;
  height: 140px;
  text-indent: -9999px;
  background: url('../images/products_hover.png?1393142404');
  display: none;
}
.products_i li figcaption {
  height: 45px;
  line-height: 22px;
  background: #eee;
  margin-top: -5px;
  border-top: 5px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  text-align: center;
  font-size: 16px;
  padding-top: 7px;
}
.products_i li a:hover {
  color: #97c800;
}
.products_i li a:hover figcaption {
  border-top: 5px #97c800 solid;
  border-bottom: 1px #97c800 solid;
}
.products_i li a:hover .hoverbox {
  display: block;
}

/* -----------------------------------------------------------------
 * Products_i_detail */
.products_i_detail {
  position: relative;
  font-family: '微軟正黑體';
}
.products_i_detail .p_title {
  display: block;
  font-size: 24px;
  color: black;
  margin-top: 10px;
  margin-bottom: 26px;
}
.products_i_detail .detail {
  width: 500px;
  float: left;
  line-height: 22px;
  color: #2c2c2c;
}
.products_i_detail .detail img {
  margin-bottom: 12px;
}
.products_i_detail .detail p {
  margin-bottom: 12px;
}
.products_i_detail .detail ul {
  margin-bottom: 12px;
}
.products_i_detail .detail .p_d_title {
  display: block;
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}
.products_i_detail .detail .feature li {
  background: url('../images/icon_product_i_detail_li.png?1393142450') 10px 9px no-repeat;
  padding-left: 24px;
}
.products_i_detail .pic {
  float: right;
  width: 178px;
}
.products_i_detail .pic img {
  width: 178px;
  display: block;
  margin-bottom: 7px;
}

/* -----------------------------------------------------------------
 * Application */
.application .app_list li {
  float: left;
  margin: 0 28px;
  width: 273px;
  margin-bottom: 30px;
}
.application .app_list li:hover span {
  color: #97c800;
  border-top: 5px #97c800 solid;
}
.application .app_list li span {
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #434241;
  font-size: 16px;
  background: url('../images/application_title_bg.jpg?1393404597') repeat-x;
  border-top: 5px #e0e0e0 solid;
  margin-top: -5px;
}
.application .app_list li div {
  border-top: 1px #e0e0e0 solid;
  margin-top: -1px;
  padding: 5px 7px;
  background: url('../images/application_text_bg.jpg?1393379874') repeat-x;
  background-color: #F8F8F8;
  -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.application .app_list li div .more {
  display: block;
  float: right;
  color: #97c800;
  text-decoration: underline;
  margin: 0 2px 2px 0;
}

/* -----------------------------------------------------------------
 * Application sub */
.application_sub .a_title {
  display: block;
  color: black;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.application_sub .a_d_title {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
}
.application_sub img {
  margin: 0 18px 18px 0;
  border: 1px #e0e0e0 solid;
}
.application_sub .machine_list {
  display: block;
  width: 730px;
}
.application_sub .machine_list li {
  position: relative;
  display: inline-block;
  margin: 0 6px 40px 0;
  height: 130px;
}
.application_sub .machine_list li .hoverbox {
  position: absolute;
  width: 130px;
  height: 98px;
  text-indent: -9999px;
  background: url('../images/products_hover_s.png?1393991523');
  display: none;
}
.application_sub .machine_list li .hoverbox img {
  width: 130px;
  border: 0;
}
.application_sub .machine_list li figure {
  display: table;
  vertical-align: middle;
}
.application_sub .machine_list li figcaption {
  position: absolute;
  height: 54px;
  width: 111px;
  line-height: 17px;
  background: #eee;
  margin-top: -5px;
  border-top: 5px #e0e0e0 solid;
  border-bottom: 1px #e0e0e0 solid;
  text-align: center;
  font-size: 12px;
  padding: 6px 10px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.application_sub .machine_list li img {
  margin: 0;
  clear: both;
}
.application_sub .machine_list li a:hover {
  color: #97c800;
}
.application_sub .machine_list li a:hover figcaption {
  border-top: 5px #97c800 solid;
  border-bottom: 1px #97c800 solid;
}
.application_sub .machine_list li a:hover .hoverbox {
  display: block;
}

/* -----------------------------------------------------------------
 * News */
.news table {
  width: 100%;
  line-height: 32px;
  margin-top: 20px;
  border-bottom: 2px #97c800 solid;
  font-size: 13px;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}
.news table th {
  background: #b6d84c;
  color: white;
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
}
.news table tr {
  border-bottom: 1px #dcdcdc solid;
}
.news table td {
  padding-left: 13px;
  color: black;
  font-size: 15px;
  font-weight: bold;
}
.news table td a {
  color: inherit;
}
.news table td.date {
  color: #2c2c2c;
  font-size: 12px;
  font-weight: normal;
  font-family: "微軟正黑體", Arial, sens-serif;
}
.news .pager {
  display: block;
  float: right;
  margin-top: 20px;
  height: 20px;
}
.news .pager a {
  margin-left: 10px;
  color: #969696;
}
.news .pager a:first-child {
  margin-right: 10px;
}
.news .pager a:last-child {
  margin-left: 15px;
}
.news .pager a:hover {
  color: #97c800;
  border-bottom: 3px #97c800 solid;
}

/* -----------------------------------------------------------------
 * News i */
.news_i {
  padding: 0 11px;
}
.news_i .date {
  margin-bottom: 15px;
  display: block;
  color: #2c2c2c;
  font-family: "Times New Roman", "Trebuchet MS", Arial, "微軟正黑體", sens-serif;
  font-size: 12px;
}
.news_i .n_title {
  display: block;
  color: black;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.news_i img {
  margin-bottom: 15px;
}
.news_i .back {
  margin-top: 15px;
  float: right;
}
.news_i p {
  font-size: 15px;
}

/* -----------------------------------------------------------------
 * Careers - Join Crown */
.j_title {
  display: block;
  color: black;
  margin-bottom: 20px;
  font-family: "Times New Roman", "Trebuchet MS", Arial, "微軟正黑體", sens-serif;
  font-size: 16px;
  font-weight: bold;
}
.j_title .photos_ps {
  margin-left: 20px;
  color: #a71d1d;
  font-weight: normal;
  font-size: 13px;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}

.join_crown .info {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 30px;
}
.join_crown .info strong {
  color: #97c800;
}
.join_crown .info a {
  text-decoration: underline;
}
.join_crown table {
  border-bottom: 2px #ffb400 solid;
  width: 710px;
}
.join_crown table tr:nth-child(odd) {
  background-color: #eee;
}
.join_crown table th {
  background: #ffb400;
  color: white;
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
  font-size: 14px;
  font-weight: bold;
}
.join_crown table th:first-child {
  color: black;
}
.join_crown table td {
  vertical-align: top;
  padding: 7px 0 7px 13px;
  color: #2c2c2c;
  border-bottom: 1px #dcdcdc solid;
}
.join_crown table td ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.join_crown table td:first-child {
  color: black;
  font-weight: bold;
}
.join_crown table td:last-child {
  width: 310px;
}

/* -----------------------------------------------------------------
 * Careers - Compensation & Benefits + Training & Development + Employee Activities */
.compensation p, .training p, .employee p {
  line-height: 24px;
  font-size: 15px;
  color: #2c2c2c;
}
.compensation .photos, .training .photos, .employee .photos {
  margin-top: 20px;
  clear: both;
}
.compensation .photos img, .training .photos img, .employee .photos img {
  margin-right: 12px;
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------
 * Contact Us */
.contact .c_title {
  display: block;
  clear: both;
  color: black;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  font-family: Tahoma, Arial, "微軟正黑體", sens-serif;
}
.contact .maps {
  display: block;
  width: 490px;
  float: right;
  font-size: 13px;
  line-height: 24px;
}
.contact .maps .m_title {
  color: black;
  font-size: 18px;
  font-weight: bold;
  font-family: "Times New Roman", "Trebuchet MS", Arial, "微軟正黑體", sens-serif;
}
.contact .maps #g_maps {
  border: 1px #dfdfdf solid;
  padding: 4px;
  padding-bottom: 0;
}
.contact .maps a {
  float: right;
  height: 30px;
  margin-top: 4px;
  padding: 2px 10px 0 25px;
  font-size: 12px;
  text-decoration: underline;
  color: #97c800;
  background: url('../images/icon_contact_map.png?1393492860') 0 4px no-repeat;
}
.contact p {
  line-height: 24px;
}
.contact form li {
  padding: 4px 0;
  overflow: hidden;
}
.contact form label {
  display: block;
  float: left;
  width: 175px;
}
.contact form label span {
  color: red;
}
.contact form label.error {
  display: block;
  clear: both;
  width: 130px;
}
.contact form input {
  width: 30%;
}
.contact form textarea {
  width: 805px;
  margin: 4px 0\9;
}
.contact form select {
  margin-left: -1px;
}
.contact form input, .contact form textarea, .contact form select {
  border: 1px #707070 solid;
  padding: 3px;
}
.contact form .type1 {
  width: 110px;
}
.contact form .type2 {
  width: 60px;
}
.contact form .type3 {
  width: 95px;
}
.contact form .ckb {
  display: block;
}
.contact form .ckb input {
  width: 14px;
  float: left;
  border: none;
}
.contact form .ckb label {
  width: auto;
  margin-right: 20px;
}
.contact form .code {
  color: red;
  font-weight: bold;
}
.contact form .btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 62px;
  height: 28px;
}

/* -----------------------------------------------------------------
 * Sitemap */
.sitemap table {
  width: 100%;
  font-size: 13px;
}
.sitemap table a {
  display: block;
}
.sitemap table th, .sitemap table .s_title {
  height: 40px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  font-weight: bold;
}
.sitemap table td {
  vertical-align: top;
  padding-right: 60px;
  /* IE7 & 8 */
}
.sitemap table td:first-child {
  width: 135px;
}
.sitemap table td:nth-child(3) {
  width: 275px;
  padding-right: 50px;
}
.sitemap table td:last-child {
  padding-right: 0;
  width: 275px;
}
.sitemap table td:first-child + td + td {
  width: 275px;
  padding-right: 50px;
}
.sitemap table td:first-child + td + td a {
  width: inherit;
}
.sitemap table td:first-child + td + td + td {
  padding-right: 0;
  width: 275px;
}
.sitemap table td:first-child + td + td + td a {
  width: inherit;
}
.sitemap table li {
  cursor: pointer;
}
.sitemap table li > a {
  display: block;
  color: #80a411;
  border-bottom: 1px #97c800 solid;
  font-weight: bold;
  padding: 4px 0;
  padding-right: 15px;
  background: url('../images/icon_sitemap_down.png?1393814253') 265px center no-repeat;
}
.sitemap table li > a.active {
  background: url('../images/icon_sitemap_up.png?1393814283') 265px center no-repeat;
}
.sitemap table li ul {
  display: none;
}
.sitemap table li li {
  cursor: normal;
  border-bottom: 0;
  padding-left: 18px;
  background: url('../images/icon_sitemap_list.png?1393815271') 7px 13px no-repeat;
}
.sitemap table li li:last-child {
  margin-bottom: 10px;
}
.sitemap table li li > a {
  color: #979797;
  border-bottom: 0;
  font-weight: normal;
  padding: 3px 0;
}
.sitemap table ul.nom li > a {
  border-bottom: 0;
  font-weight: normal;
  text-decoration: none;
}
.sitemap table ul.nom li > a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------------
 * Footer */
footer {
  width: 100%;
  height: 91px;
  background: url('../images/bg_footer.jpg?1393142534') repeat-x;
}
footer .main {
  width: 980px;
  padding: 0 10px;
  height: 91px;
  margin: auto;
  background: url('../images/bg_footer_in.jpg?1393142532') repeat-x;
  color: #2c2c2c;
  font-size: 12px;
  font-family: '微軟正黑體';
  font-weight: bold;
}
footer .main a {
  color: inherit;
  text-decoration: none;
}
footer .main a:hover {
  text-decoration: underline;
}
footer #info {
  height: 50px;
  line-height: 50px;
}
footer #info li {
  position: relative;
  float: left;
  margin-right: 20px;
  width: 200px;
}
footer #info li:first-child {
  width: 210px;
}
footer #info li:last-child {
  width: 250px;
  margin-right: 0;
}
footer #info li img {
  /*  position:relative; */
  position: absolute;
  margin-top: 22px;
  top: -11px;
  right: 0;
}
footer #info .skype {
  right: -40px \9;
}
footer #copyright {
  padding-top: 14px;
  width: 100%;
}
footer #copyright nav {
  float: right;
  padding-right:30px;
}
footer #copyright nav li {
  display: inline-block;
  float: left;
  padding: 0 12px;
  border-left: 1px #e5e5e5 solid;
  border-right: 1px #aeaeae solid;
}
footer #copyright nav li:first-child {
  border-left: 0;
}
footer #copyright nav li:last-child {
  border-right: 0;
}

/* -----------------------------------------------------------------
 * jQuery Stylesheet */
/* language & nav 共用 start*/
.mega-menu ul {
  position: relative;
  padding: 0;
  margin: 0;
}

.mega-menu ul li ul {
  display: none;
}

.mega-menu .sub {
  display: none;
  margin-top: 0px;
}

.mega-menu .sub ul {
  display: block;
}

/* language & nav 共用 end*/
/* language start*/
.language {
  float: right;
  width: 100px;
  line-height: 25px;
  padding: 0;
  margin: 45px 20px 0 0;
  font-size: 12px;
  text-align: center;
  z-index: 999;
  border: 1px #ccc solid;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.language ul.mega-menu {
  width: 100px;
  position: relative;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.language ul.mega-menu li {
  background: #f1f1f1;
}

.language ul.mega-menu li:first-child {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.language ul.mega-menu li li:first-child {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.language ul.mega-menu li a {
  display: block;
  color: #858585;
}

.language ul.mega-menu li a.dc-mega {
  position: relative;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.language ul.mega-menu li a.dc-mega img {
  margin: 11px 0 0 3px;
  position: absolute;
}

.language ul.mega-menu li.mega-hover a, .language ul.mega-menu li a:hover {
  text-shadow: none;
  background: #fff;
  height: 25px;
}

.language ul.mega-menu li .sub-container {
  position: absolute;
}

.language ul.mega-menu li .sub .row {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.language ul.mega-menu li .sub li {
  float: none;
  width: 100px;
  margin-left: 3px;
}

.language ul.mega-menu li .sub a {
  background: none;
  color: #858585;
  display: block;
  float: none;
  border-top: 1px solid #fff;
}

.language ul.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
  margin-bottom: 5px;
  color: #fff;
}

.language ul.mega-menu li .sub-container.non-mega li {
  width: 95px;
}

.language ul.mega-menu li .sub-container.non-mega li a:hover {
  color: #000;
}

/*language end*/
