@charset "UTF-8";
/* line 1, ../sass/_extend.sass */
.wrap .top .navBox {
  zoom: 1;
  clear: both;
  float: none;
}
/* line 2, ../sass/_extend.sass */
.wrap .top .navBox:before {
  content: "";
  display: table;
}
/* line 5, ../sass/_extend.sass */
.wrap .top .navBox:after {
  content: "";
  display: table;
  clear: both;
}

/* line 73, ../sass/_style.scss */
html, body {
  font-family: Arial, "微軟正黑體", "新細明體";
}

/* line 76, ../sass/_style.scss */
.wrap {
  width: 100%;
}
/* line 78, ../sass/_style.scss */
.wrap .top {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
/* line 82, ../sass/_style.scss */
.wrap .top .lang {
  width: 63px;
  float: right;
  margin: 6px 0;
}
/* line 88, ../sass/_style.scss */
.wrap .top .lang li:nth-child(3) a {
  margin: 0;
  padding-top: 5px;
  height: 21px;
}
/* line 94, ../sass/_style.scss */
.wrap .top .lang li a {
  display: block;
  width: 26px;
  height: 24px;
  padding-top: 2px;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  background-color: #555;
  float: left;
  text-decoration: none;
}
/* line 106, ../sass/_style.scss */
.wrap .top .lang li a:hover {
  background-color: #009bdc;
  transition-duration: 0.2s;
}
/* line 113, ../sass/_style.scss */
.wrap .top .navBox {
  background-color: #ddd;
  width: 100%;
  height: 70px;
}
/* line 120, ../sass/_style.scss */
.wrap .top .navBox .logo {
  padding-top: 10px;
  margin-left: 17px;
  float: left;
}
/* line 125, ../sass/_style.scss */
.wrap .top .navBox .nav {
  float: right;
  width: 750px;
  font-size: 15px;
  letter-spacing: 2px;
}
/* line 132, ../sass/_style.scss */
.wrap .top .navBox .nav li:first-child a {
  border-left: 0;
}
/* line 137, ../sass/_style.scss */
.wrap .top .navBox .nav li:last-child a {
  border-right: 0;
}
/* line 141, ../sass/_style.scss */
.wrap .top .navBox .nav li a {
  width: 186px;
  height: 41px;
  padding-top: 26px;
  display: block;
  float: left;
  text-align: center;
  color: #000;
  border-bottom: 3px solid #009bdc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  text-decoration: none;
}
/* line 154, ../sass/_style.scss */
.wrap .top .navBox .nav li a:hover {
  height: 34px;
  border-bottom: 10px solid #009bdc;
  transition-duration: 0.1s;
}

/* line 166, ../sass/_style.scss */
.footer {
  width: 100%;
  height: 146px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 62px;
  background: url("../images/footer-bg.gif") repeat-x 0 0;
  text-align: center;
  color: #fff;
  margin: auto 0;
  font-size: 13px;
}
/* line 176, ../sass/_style.scss */
.footer a {
  color: #fff;
}
/* line 178, ../sass/_style.scss */
.footer a:hover {
  text-decoration: none;
}

/* line 184, ../sass/_style.scss */
p {
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 27px;
  text-align: justify;
}

/* line 4, ../sass/index.scss */
body {
  background: #000 url("../images/index-bg.jpg") no-repeat center 0;
}

/* line 10, ../sass/index.scss */
.wrap .top .slogan {
  width: 1200px;
  color: #fff;
  text-align: center;
  margin-top: 56px;
}
/* line 15, ../sass/index.scss */
.wrap .top .slogan h2 {
  font-family: 'Times New Roman','Aldhabi';
  font-weight: bold;
  font-size: 36px;
}
/* line 21, ../sass/index.scss */
.wrap .top .slogan h3 {
  margin-top: 6px;
  color: #eee;
  font-size: 16px;
}

/* line 31, ../sass/index.scss */
.footer {
  margin-top: 690px;
}

/*# sourceMappingURL=index.css.map */
