@charset "UTF-8";
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,
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;
  border-color:#AAA;
}
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border-color:#AAA;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  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, main, menu, nav, section, summary {
  display: block;
}

a {
  color: #8C4C83;
}

body {
  margin: 0px;
  padding: 0px;
  line-height: 160%;
  color: #525252;
  letter-spacing: .4px;
  background: url(../images/bg.jpg) repeat center 0;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#menu ul li a.menu01, #menu ul li a.menu02, #menu ul li a.menu03, #menu ul li a.menu04, #menu ul li a.menu05, #menu ul li a.menu06, #menu ul li a.menu07 {
  -webkit-transition: background 100ms linear, color 100ms linear;
  -moz-transition: background 100ms linear, color 100ms linear;
  -o-transition: background 100ms linear, color 100ms linear;
  transition: background 100ms linear, color 100ms linear;
}

body {
  font-family: "微軟正黑體",Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/*變數區*/
/*header*/
#header {
  width: 1000px;
  height: 150px;
  position: relative;
  margin: 0 auto 14px auto;
  padding: 0;
  z-index: 999;
}
#header #logo {
  position: absolute;
  top: 16px;
  left: 18px;
}
#header #logo a {
  width: 274px;
  height: 69px;
  background: url(../images/logo.png) no-repeat 0 0;
  display: block;
  text-indent: -999px;
  padding: 0;
}

#menu, #menu ul, #menu ul li {
  height: 54px;
}

/*menu*/
#menu {
  position: absolute;
  top: 96px;
  left: 19px;
}
#menu ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
#menu ul li > a {
  height: 100%;
  margin: 0;
  display: block;
  text-indent: -99999px;
}
#menu ul li ul {
  position: absolute;
  border: 1px solid #2E8DC6;
  height: auto;
  width: inherit;
  font-size: 16px;
  display: none;
}
#menu ul li ul li {
  float: none;
  height: auto;
  border-bottom: 1px solid #2E8DC6;
  position: relative;
}
#menu ul li ul li:last-child {
  border-bottom: 0;
}
#menu ul li ul li a {
  color: #333333;
  text-decoration: none;
  padding: 8px 18px 8px 20px;
  background: #E1EEF7;
  text-indent: 0px;
  width: 106px;
}
#menu ul li ul li a:hover {
  /*background: white url(../images/icon1.png) no-repeat 16px 13px;*/
  background:#fff;
}
#menu ul li ul li ul {
  position: absolute;
  border: 1px solid #2E8DC6;
  height: auto;
  width: auto;
  font-size: 16px;
  display: none;
  top: -1px;
  left: 144px;
  /*left: 182px;*/
  overflow: hidden;
  display: none;
}
#menu ul li ul li ul li {
  float: none;
  height: auto;
  border-bottom: 1px solid #2E8DC6;
  position: relative;
}
#menu ul li ul li ul li a {
  color: #333333;
  text-decoration: none;
  padding: 8px 38px 8px 38px;
  background: #fff;
  text-indent: 0px;
}
#menu ul li ul li ul li a:hover {
  background: #eeeeee url(../images/icon1.png) no-repeat 16px 13px;
}
#menu ul li ul li:hover ul {
  display: block;
}
#menu ul li:hover > ul {
  display: block;
}

#menu ul li a.menu01 {
  background: url("../images/menu01.png") no-repeat;
  width: 146px;
}

#menu ul li a.menu01:hover {
  background: url("../images/menu01_.png") no-repeat;
}

#menu ul li a.menu02 {
  background: url("../images/menu02.png") no-repeat;
  width: 135px;
}

#menu ul li a.menu02:hover {
  background: url("../images/menu02_.png") no-repeat;
}

#menu ul li a.menu03 {
  background: url("../images/menu03.png") no-repeat;
  width: 134px;
}

#menu ul li a.menu03:hover {
  background: url("../images/menu03_.png") no-repeat;
}

#menu ul li a.menu04 {
  background: url("../images/menu04.png") no-repeat;
  width: 134px;
}

#menu ul li a.menu04:hover {
  background: url("../images/menu04_.png") no-repeat;
}

#menu ul li a.menu05 {
  background: url("../images/menu05.png") no-repeat;
  width: 135px;
}

#menu ul li a.menu05:hover {
  background: url("../images/menu05_.png") no-repeat;
}

#menu ul li a.menu06 {
  background: url("../images/menu06.png") no-repeat;
  width: 134px;
}

#menu ul li a.menu06:hover {
  background: url("../images/menu06_.png") no-repeat;
}

#menu ul li a.menu07 {
  background: url("../images/menu07.png") no-repeat;
  width: 144px;
}

#menu ul li a.menu07:hover {
  background: url("../images/menu07_.png") no-repeat;
}

#nav {
  position: absolute;
  right: 19px;
  top: 40px;
  width: 586px;
}
#nav .language {
  position: absolute;
  top: -25px;
  right: 0;
}
#nav .language a {
  color: #8C8C8C;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  background: url(../images/arrow.png) no-repeat 0 center;
  padding-left: 11px;
}
#nav .language a:hover {
  color: #1982BF;
  background: url(../images/arrow_.png) no-repeat 0 center;
}
#nav .training {
  width: 100px;
  height: 38px;
  background: url(../images/training.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
}
#nav .training:hover {
  background: url(../images/training_.png) no-repeat 0 0;
}
#nav .job {
  width: 109px;
  height: 38px;
  background: url(../images/job.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
}
#nav .job:hover {
  background: url(../images/job_.png) no-repeat 0 0;
}
#nav .staff {
  width: 100px;
  height: 38px;
  background: url(../images/staff.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
  margin-right: 12px;
  position: relative;
}
#nav .staff:after {
  position: absolute;
  right: -9px;
  top: 7px;
  content: "aa";
  height: 22px;
  width: 1px;
  border-left: 1px dotted #A1A1A1;
}
#nav .staff:hover {
  background: url(../images/staff_.png) no-repeat 0 0;
}
#nav .fb {
  width: 138px;
  height: 32px;
  background: url(../images/fb.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
}
#nav .fb:hover {
  background: url(../images/fb_.png) no-repeat 0 0;
}

/*community*/
.community {
  position: absolute;
  right: 0px;
  top: 5px;
}
.community li {
  width: 24px;
  height: 23px;
  margin: 0 4px 0px 0;
  list-style: none;
  float: left;
}
.community li a {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  text-decoration: none;
  -webkit-transition: background 200ms linear, color 200ms linear;
  -moz-transition: background 200ms linear, color 200ms linear;
  -o-transition: background 200ms linear, color 200ms linear;
  transition: background 200ms linear, color 200ms linear;
}
.community li:last-child {
  margin: 0 0px 0 0;
}

.community li a.facebook {
  background: url("../images/facebook.png") no-repeat;
}

.community li:hover a.facebook {
  background: url("../images/facebook_.png") no-repeat;
}

.community li a.twitter {
  background: url("../images/twitter.png") no-repeat;
}

.community li:hover a.twitter {
  background: url("../images/twitter_.png") no-repeat;
}

.community li a.google {
  background: url("../images/google.png") no-repeat;
}

.community li:hover a.google {
  background: url("../images/google_.png") no-repeat;
}

.community li a.add {
  background: url("../images/add.png") no-repeat;
}

.community li:hover a.add {
  background: url("../images/add_.png") no-repeat;
}

/*footer_box*/
#footer_box {
  height: 250px;
  background: #dbeafb url(../images/footer_bg.png) repeat-x center bottom;
  padding-top: 25px;
}
#footer_box #footer {
  clear: both;
  width: 1000px;
  position: relative;
  margin: 0 auto 0 auto;
  font-size: 12px;
  background: url(../images/module/footer_bg.png) no-repeat 0 0;
}
#footer_box #footer .qrcode {
  margin-left: 20px;
}
#footer_box #footer .qrcode .web {
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  float: left;
}
#footer_box #footer .qrcode .web img {
  width: 96px;
  height: 96px;
  padding: 5px;
  background: #fff;
  margin-bottom: 3px;
}
#footer_box #footer .qrcode .web .title {
  width: 106px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 3px 0;
  background: #939393;
}
#footer_box #footer .footer_logo {
  position: absolute;
  left: 261px;
  top: 7px;
}
#footer_box #footer .footer_logo a {
  width: 288px;
  height: 24px;
  background: url(../images/footer_logo.jpg) no-repeat 0 0;
  display: block;
}
#footer_box #footer .footer_info {
  color: #777777;
  font-size: 13px;
  line-height: 200%;
  overflow: hidden;
  position: absolute;
  left: 261px;
  top: 40px;
  background: #fff;
  border-radius: 5px;
  padding: 8px 15px 15px 10px;
}
#footer_box #footer .footer_info a {
  color: #777777;
  text-decoration: none;
}
#footer_box #footer .footer_info a:hover {
  text-decoration: underline;
}
#footer_box #footer .footer_info span {
  color: #1391D2;
}
#footer_box #footer .footer_menu {
  font-size: 13px;
  position: absolute;
  left: 650px;
  top: 7px;
}
#footer_box #footer .footer_menu ul li {
  float: left;
  background: url(../images/icon.png) no-repeat 0 center;
  padding-left: 12px;
  line-height: 160%;
  width: 160px;
}
#footer_box #footer .footer_menu ul li a {
  color: #8F8F8F;
  text-decoration: none;
}
#footer_box #footer .footer_menu ul li a:hover {
  color: #2C59C5;
  text-decoration: underline;
}
#footer_box #footer .copyright {
  color: #DAEAFA;
  font-size: 13px;
  position: absolute;
  top: 220px;
  width: 100%;
  text-align: center;
}
#footer_box #footer .copyright a {
  color: #DAEAFA;
  text-decoration: none;
}
#footer_box #footer .copyright a.yellow {
  color: #FCE99E;
  text-decoration: underline;
  margin-left: 10px;
}

.main {
  width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
  overflow: hidden;
}

#leftside {
  padding-left: 19px;
  padding-right: 24px;
  background: url(../images/left_bg.png) no-repeat 6px 0;
  float: left;
  overflow: hidden;
  margin-bottom: 80px;
}
#leftside .left_menu {
  width: 204px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
  position: relative;
}
#leftside .left_menu:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 204px;
  height: 8px;
  background: url(../images/shadow.png) no-repeat 0px bottom;
}
#leftside .left_menu .left_title {
  width: 204px;
  height: 65px;
  line-height: 65px;
  background: url(../images/left_title.png) no-repeat 0px 0;
  color: #1D397B;
  font-size: 21px;
  font-weight: bold;
  /*padding-left: 68px;*/
  text-align: center;
}
#leftside .left_menu ul {
  font-size: 17px;
}
#leftside .left_menu ul > li a {
  /*background: url(../images/icon1.png) no-repeat 13px 17px;*/
  padding: 12px 12px 12px 17px;
  display: block;
  text-decoration: none;
  color: #212121;
  border-bottom: 1px solid #E1E1E1;
}
#leftside .left_menu ul > li > ul > li a:hover,
#leftside .left_menu ul > li > ul > li a.active {
    color: #FFFF00;
	background: url(../images/icon7.png) no-repeat 0px 14px;
/*  background: #e1e1e1 url(../images/icon1.png) no-repeat 13px 17px;*/
}


#leftside .left_menu ul > li a:hover,li a.active {
background: #e1e1e1 ;
}

#leftside .left_menu ul > li ul {
  background: #1496DC;
  font-size: 15px;
  padding-left: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}
#leftside .left_menu ul > li ul li a {
  background: none;
  border-bottom: 0;
  padding: 5px 7px 5px 16px;
  color: #fff;
}
#leftside .left_menu ul > li ul li a:hover {
  color: #FFFF00;
  background: url(../images/icon7.png) no-repeat 0px 14px;
}
#leftside .left_menu ul > li:hover ul {
  display: block;
}
#leftside .left_link {
  width: 204px;
  background: url(../images/link_title.png) no-repeat 0 0;
  padding-top: 66px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 30px;
}
#leftside .left_link ul {
  font-size: 17px;
}
#leftside .left_link ul > li a {
 /* background: url(../images/icon1.png) no-repeat 13px center;*/
  padding: 12px 12px 12px 17px;
  display: block;
  text-decoration: none;
  color: #212121;
  border-bottom: 1px solid #E1E1E1;
}
#leftside .left_link ul > li a:hover,
#leftside .left_link ul > li.active > a {
/* background: #e1e1e1 url(../images/icon1.png) no-repeat 13px center;*/
  color: #138BCB;
}
#leftside .left_link ul > li ul {
  background: #1496DC;
  font-size: 15px;
  padding-left: 23px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
}
#leftside .left_link ul > li ul li a {
  background: none;
  border-bottom: 0;
  padding: 5px 7px 5px 16px;
  color: #fff;
}
#leftside .left_link ul > li ul li a:hover,#leftside .left_link ul > li ul li a.active {
  color: #FFFF00;
  background: url(../images/icon7.png) no-repeat 0px center;
}/*
#leftside .left_link ul > li:hover ul {
  display: block;
}*/
#leftside .left_banner {
  background: url(../images/banner_bg.jpg) repeat-x 0 0;
  width: 195px;
  height: 324px;
  text-align: center;
  position: relative;
  padding-top: 42px;
  padding-left: 11px;
}
#leftside .left_banner .up {
  position: absolute;
  top: 12px;
  left: 88px;
}
#leftside .left_banner .up a {
  width: 31px;
  height: 23px;
  background: url(../images/up.png) no-repeat 0 0;
  display: block;
}
#leftside .left_banner .up a:hover {
  background: url(../images/up_.png) no-repeat 0 0;
}
#leftside .left_banner .down {
  position: absolute;
  bottom: 12px;
  left: 88px;
}
#leftside .left_banner .down a {
  width: 31px;
  height: 23px;
  background: url(../images/down.png) no-repeat 0 0;
  display: block;
}
#leftside .left_banner .down a:hover {
  background: url(../images/down_.png) no-repeat 0 0;
}
#carousel_menu{
    height: 282px;
}
#leftside .left_banner ul li {
  display: block;
  width: 180px;
  height: 85px;
  border: 2px solid #D1D1D1;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 7px;
  position: relative;
}
#leftside .left_banner ul li a img {
  position: absolute;
  width: 180px;
  height: 85px;
  z-index: 1;
  left: 0;
  top: 0;
}
#leftside .left_banner ul li a span {
  position: absolute;
  width: 180px;
  height: 85px;
  display: block;
  background: url(../images/overlay.png) no-repeat 0 0;
  z-index: 9;
  display: none;
}
#leftside .left_banner ul li a:hover span {
  display: block;
}

#rightside {
  overflow: hidden;
}
