@charset "UTF-8";
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
/**
 * @author      ZEUS Design - http://www.zeusdesign.com.tw
 * @copyright   Copyright (c) 2016 ZEUS Design
 */
@font-face {
  font-family: "Monaco";
  src: url('/font/monaco/monaco.ttf?1481174837') format('truetype'), url('/font/monaco/monaco.otf?1481174837') format('opentype');
}
@font-face {
  font-family: "icomoon";
  src: url('/font/icomoon/icomoon.eot?1481174837') format('embedded-opentype'), url('/font/icomoon/icomoon.woff?1481174837') format('woff'), url('/font/icomoon/icomoon.ttf?1481174837') format('truetype'), url('/font/icomoon/icomoon.svg?1481174837') format('svg');
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Open Sans', 'icomoon', "微軟正黑體", Monaco, "Microsoft JhengHei";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.icon-chevron-thin-down:before {
  content: "\e906";
}

.icon-chevron-thin-up:before {
  content: "\e905";
}

.icon-dehaze:before {
  content: "\e3c7";
}

.icon-language:before {
  content: "\e894";
}

.icon-forbid:before {
  content: "\e900";
}

.icon-twitter-with-circle:before {
  content: "\e904";
}

.icon-facebook-with-circle:before {
  content: "\e902";
}

.icon-google-with-circle:before {
  content: "\e901";
}

.icon-linkedin-with-circle:before {
  content: "\e903";
}

*, *:after, *:before {
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
*::-moz-selection, *:after::-moz-selection, *:before::-moz-selection {
  color: white;
  background-color: #96c8ff;
}
*::selection, *:after::selection, *:before::selection {
  color: white;
  background-color: #96c8ff;
}

html body {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 100%;
  font-family: "Open Sans", "微軟正黑體", Monaco, "Microsoft JhengHei";
  background-color: white;
  color: rgba(50, 50, 50, 0.8);
  overflow: hidden;
  overflow-y: scroll;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
html body #navbox {
  position: absolute;
  top: 0;
  right: -30%;
  width: 30%;
  height: 100%;
  background-color: rgba(251, 251, 251, 0.9);
  display: inline-block;
  z-index: 3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
html body #navbox.sn {
  right: 0;
}
html body #navbox .x {
  display: inline-block;
  width: 100%;
  padding: 92px 46px 32px;
  cursor: pointer;
  text-align: right;
  font-weight: bolder;
  *zoom: 1;
}
html body #navbox .x:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body #navbox .x * {
  display: inline-block;
  float: right;
}
html body #navbox .x img {
  margin-top: 13px;
  margin-right: 2px;
}
html body #navbox .x:hover {
  text-decoration: underline;
  color: #a3c014;
}
html body #navbox .ncg {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 10px 35px;
  background-color: #a3c014;
  text-align: left;
  color: #3a4346;
  font-weight: bolder;
  text-decoration: none;
}
html body #navbox .ncg.an {
  cursor: auto;
}
html body #navbox .ncw {
  display: inline-block;
  width: 100%;
  padding: 20px 35px;
  cursor: pointer;
  border-bottom: 1px solid #a3c014;
  text-align: left;
  text-decoration: none;
  color: #3a4346;
}
html body #navbox .ncw:hover {
  text-decoration: underline;
  color: #a3c014;
}
html body .outbox {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  overflow: hidden;
}
html body .outbox header {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 15px;
  border-bottom: 10px solid #adc62e;
  *zoom: 1;
}
html body .outbox header.ngbar {
  border-bottom: 0;
}
html body .outbox header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox header .hl, html body .outbox header .hr {
  float: left;
  position: relative;
  display: inline-block;
}
html body .outbox header .hr {
  float: right;
}
html body .outbox header .hl {
  width: 20%;
}
html body .outbox header .hr {
  width: calc(100% - 20%);
}
html body .outbox header .hl a {
  display: inline-block;
  width: 310px;
  height: 125px;
  border: 0;
  cursor: pointer;
}
html body .outbox header .hl a h1 {
  margin: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../img/biglogo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
html body .outbox header .hr {
  *zoom: 1;
}
html body .outbox header .hr:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox header .hr .click {
  display: inline-block;
  margin-top: 70px;
  padding: 0 15px;
  float: right;
  cursor: pointer;
  color: #828282;
  text-decoration: none;
  position: relative;
  *zoom: 1;
}
html body .outbox header .hr .click:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox header .hr .click:before {
  float: left;
  font-size: 2em;
  margin-top: 1px;
  padding-right: 10px;
  color: #a3c014;
}
html body .outbox header .hr .click:hover {
  color: #a3c014;
}
html body .outbox header .hr .click p {
  font-weight: bolder;
  padding-top: 3px;
  float: left;
  margin: 0;
  display: inline-block;
}
html body .outbox header .hr .click .list {
  display: none;
}
html body .outbox header .hr .click:hover p {
  color: #a3c014;
}
html body .outbox header .hr .click:hover p a {
  color: #394146;
}
html body .outbox header .hr .click:hover .list {
  display: inline-block;
  z-index: 22;
  position: absolute;
  left: 48px;
  top: 20px;
  width: 40px;
}
html body .outbox header .hr .click:hover .list > a {
  display: inline-block;
  padding: 10px 2px;
  color: #394146;
  text-decoration: none;
}
html body .outbox header .hr .click:hover .list > a:hover {
  color: #a3c014;
}
html body .outbox #cover {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -100%;
  background-color: rgba(39, 40, 34, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}
html body .outbox #cover.show {
  left: 0;
}
html body .outbox .middle {
  width: 100%;
}
html body .outbox .middle.cbg {
  display: block;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/background_big.jpg);
  background-color: #ccc;
}
html body .outbox .middle .blackbg {
  display: inline-block;
  width: 100%;
  padding-bottom: 75px;
  background-color: rgba(25, 33, 34, 0.9);
}
html body .outbox .middle .blackbg.hist {
  padding-bottom: 150px;
}
html body .outbox .middle .blackbg .middletitle {
  display: inline-block;
  width: 100%;
  padding: 75px 0;
  color: white;
  font-size: 11pt;
  font-weight: bolder;
  letter-spacing: 2px;
}
html body .outbox .middle .banners {
  position: relative;
  width: 100%;
  height: 485px;
  overflow: hidden;
}
html body .outbox .middle .banners .banner:nth-child(1) {
  left: 0%;
}
html body .outbox .middle .banners .banner:nth-child(2) {
  left: 100%;
}
html body .outbox .middle .banners .banner:nth-child(3) {
  left: 200%;
}
html body .outbox .middle .banners .banner:nth-child(4) {
  left: 300%;
}
html body .outbox .middle .banners .banner:nth-child(5) {
  left: 400%;
}
html body .outbox .middle .banners .banner:nth-child(6) {
  left: 500%;
}
html body .outbox .middle .banners .banner:nth-child(7) {
  left: 600%;
}
html body .outbox .middle .banners .banner:nth-child(8) {
  left: 700%;
}
html body .outbox .middle .banners .banner:nth-child(9) {
  left: 800%;
}
html body .outbox .middle .banners .banner:nth-child(10) {
  left: 900%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(1) {
  left: 0%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(2) {
  left: 100%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(3) {
  left: 200%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(4) {
  left: 300%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(5) {
  left: 400%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(6) {
  left: 500%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(7) {
  left: 600%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(8) {
  left: 700%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(9) {
  left: 800%;
}
html body .outbox .middle .banners.n1 .banner:nth-child(10) {
  left: 900%;
}
html body .outbox .middle .banners.n1 .points a:nth-child(1) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n2 .banner:nth-child(1) {
  left: -100%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(2) {
  left: 0%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(3) {
  left: 100%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(4) {
  left: 200%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(5) {
  left: 300%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(6) {
  left: 400%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(7) {
  left: 500%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(8) {
  left: 600%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(9) {
  left: 700%;
}
html body .outbox .middle .banners.n2 .banner:nth-child(10) {
  left: 800%;
}
html body .outbox .middle .banners.n2 .points a:nth-child(2) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n3 .banner:nth-child(1) {
  left: -200%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(2) {
  left: -100%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(3) {
  left: 0%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(4) {
  left: 100%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(5) {
  left: 200%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(6) {
  left: 300%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(7) {
  left: 400%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(8) {
  left: 500%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(9) {
  left: 600%;
}
html body .outbox .middle .banners.n3 .banner:nth-child(10) {
  left: 700%;
}
html body .outbox .middle .banners.n3 .points a:nth-child(3) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n4 .banner:nth-child(1) {
  left: -300%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(2) {
  left: -200%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(3) {
  left: -100%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(4) {
  left: 0%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(5) {
  left: 100%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(6) {
  left: 200%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(7) {
  left: 300%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(8) {
  left: 400%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(9) {
  left: 500%;
}
html body .outbox .middle .banners.n4 .banner:nth-child(10) {
  left: 600%;
}
html body .outbox .middle .banners.n4 .points a:nth-child(4) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n5 .banner:nth-child(1) {
  left: -400%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(2) {
  left: -300%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(3) {
  left: -200%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(4) {
  left: -100%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(5) {
  left: 0%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(6) {
  left: 100%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(7) {
  left: 200%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(8) {
  left: 300%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(9) {
  left: 400%;
}
html body .outbox .middle .banners.n5 .banner:nth-child(10) {
  left: 500%;
}
html body .outbox .middle .banners.n5 .points a:nth-child(5) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n6 .banner:nth-child(1) {
  left: -500%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(2) {
  left: -400%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(3) {
  left: -300%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(4) {
  left: -200%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(5) {
  left: -100%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(6) {
  left: 0%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(7) {
  left: 100%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(8) {
  left: 200%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(9) {
  left: 300%;
}
html body .outbox .middle .banners.n6 .banner:nth-child(10) {
  left: 400%;
}
html body .outbox .middle .banners.n6 .points a:nth-child(6) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n7 .banner:nth-child(1) {
  left: -600%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(2) {
  left: -500%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(3) {
  left: -400%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(4) {
  left: -300%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(5) {
  left: -200%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(6) {
  left: -100%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(7) {
  left: 0%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(8) {
  left: 100%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(9) {
  left: 200%;
}
html body .outbox .middle .banners.n7 .banner:nth-child(10) {
  left: 300%;
}
html body .outbox .middle .banners.n7 .points a:nth-child(7) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n8 .banner:nth-child(1) {
  left: -700%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(2) {
  left: -600%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(3) {
  left: -500%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(4) {
  left: -400%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(5) {
  left: -300%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(6) {
  left: -200%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(7) {
  left: -100%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(8) {
  left: 0%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(9) {
  left: 100%;
}
html body .outbox .middle .banners.n8 .banner:nth-child(10) {
  left: 200%;
}
html body .outbox .middle .banners.n8 .points a:nth-child(8) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n9 .banner:nth-child(1) {
  left: -800%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(2) {
  left: -700%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(3) {
  left: -600%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(4) {
  left: -500%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(5) {
  left: -400%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(6) {
  left: -300%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(7) {
  left: -200%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(8) {
  left: -100%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(9) {
  left: 0%;
}
html body .outbox .middle .banners.n9 .banner:nth-child(10) {
  left: 100%;
}
html body .outbox .middle .banners.n9 .points a:nth-child(9) {
  background-color: #adc62e;
}
html body .outbox .middle .banners.n10 .banner:nth-child(1) {
  left: -900%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(2) {
  left: -800%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(3) {
  left: -700%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(4) {
  left: -600%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(5) {
  left: -500%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(6) {
  left: -400%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(7) {
  left: -300%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(8) {
  left: -200%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(9) {
  left: -100%;
}
html body .outbox .middle .banners.n10 .banner:nth-child(10) {
  left: 0%;
}
html body .outbox .middle .banners.n10 .points a:nth-child(10) {
  background-color: #adc62e;
}
html body .outbox .middle .banners .points {
  position: absolute;
  bottom: 45px;
  left: 0;
  display: inline-block;
  width: 100%;
}
html body .outbox .middle .banners .points div {
  display: inline-block;
  *zoom: 1;
}
html body .outbox .middle .banners .points div:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox .middle .banners .points div a {
  float: left;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #999b9a;
  cursor: pointer;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
html body .outbox .middle .banners .points div a + a {
  margin-left: 20px;
}
html body .outbox .middle .banners .points div a:hover {
  background-color: #adc62e;
}
html body .outbox .middle .banners .banner {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
html body .outbox .middle .banners .banner > h2 {
  font-weight: bolder;
}
html body .outbox .middle .banners .banner > .img, html body .outbox .middle .banners .banner > a, html body .outbox .middle .banners .banner > h2, html body .outbox .middle .banners .banner > p {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: white;
}
html body .outbox .middle .banners .banner > .img img {
  width: 100%;
}
html body .outbox .middle .banners .banner > a {
  left: calc(50% - 200px / 2);
  width: 220px;
  height: 45px;
  line-height: 41px;
  margin: 0;
  font-size: 1em;
  font-weight: bolder;
  text-decoration: none;
  border: 3px solid white;
  top: 25%;
}
html body .outbox .middle .banners .banner > a + h2 {
  top: calc(20% + 45px + 10px);
}
html body .outbox .middle .banners .banner > a + h2 + p {
  font-size: 1.2em;
  line-height: 1.4em;
  top: calc(20% + 85px + 10px + 35px + 15px);
}
html body .outbox .middle .banners .banner > h2 {
  text-align: center;
  height: 35px;
  line-height: 33px;
  font-style: italic;
  font-size: 3.2em;
}
html body .outbox .middle .banners .banner > p {
  height: auto;
  color: #fafafa;
  line-height: 18px;
}
html body .outbox .middle .banners .banner > p a {
  display: inline-block;
  padding-top: 10px;
  color: white;
  font-style: italic !important;
}
html body .outbox .middle .banners .banner > p a:hover {
  color: #adc62e;
}
html body .outbox .middle .feature {
  width: 100%;
  height: 187px;
  margin: 10px 0;
  padding-top: 25px 15px;
  background-image: url(../img/green.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-color: #faf8f9;
}
html body .outbox .middle .feature p {
  margin: 0;
  padding-top: 13px;
  font-size: .9em;
  line-height: 1.2em;
  color: #313940;
}
html body .outbox .middle .feature p.f01 {
  padding-top: 45px;
  padding-bottom: 0;
  font-size: 1.9em;
  font-weight: bolder;
}
html body .outbox .middle .feature i {
  font-size: .9em;
}
html body .outbox .middle .feature i a {
  display: inline-block;
  padding-top: 20px;
  cursor: pointer;
  color: #313940;
  text-decoration: underline;
}
html body .outbox .middle .feature i a:hover {
  color: #fbfbfb;
}
html body .outbox .middle .services {
  width: 100%;
  *zoom: 1;
}
html body .outbox .middle .services:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox .middle .services > div {
  float: left;
  width: calc((100% - 10px * 2)/ 3);
  padding: 8px;
  border: 1px solid #929697;
}
html body .outbox .middle .services > div:nth-child(3n + 2) {
  margin: 0 10px;
}
html body .outbox .middle .services > div .spb {
  display: inline-block;
  width: 100%;
  height: 235px;
  border: 0;
  cursor: pointer;
}
html body .outbox .middle .services > div .spb img {
  max-width: 100%;
  height: 100%;
}
html body .outbox .middle .services > div .stitle, html body .outbox .middle .services > div .sread {
  text-align: left;
  display: inline-block;
  width: 100%;
}
html body .outbox .middle .services > div .stitle {
  padding-top: 15px;
  padding-bottom: 25px;
}
html body .outbox .middle .services > div .stitle a {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bolder;
  text-align: left;
  text-decoration: none;
  color: #323a3e;
}
html body .outbox .middle .services > div .stitle a:hover {
  color: #afc62c;
}
html body .outbox .middle .services > div .stitle a.cn-stitle {
  display: inline-block;
  width: 100%;
  font-size: 1.3em;
  padding-bottom: 0;
}
html body .outbox .middle .services > div .stitle a.cn-stitle_en {
  display: inline-block;
  width: 100%;
  font-size: .9em;
  padding-top: 0;
  font-weight: 400;
}
html body .outbox .middle .services > div .stitle.nost {
  padding-top: 15px;
  padding-bottom: 0;
}
html body .outbox .middle .services > div .stitle.nost2 {
  padding-top: 0;
}
html body .outbox .middle .services > div .sread {
  padding-bottom: 5px;
}
html body .outbox .middle .services > div .sread a {
  cursor: pointer;
  font-size: 14px;
  padding-bottom: 8px;
  text-align: left;
  color: #afc62c;
}
html body .outbox .middle .services > div .sread a:hover {
  color: #323a3e;
}
html body .outbox footer {
  width: 100%;
  position: relative;
}
html body .outbox footer #to_top {
  position: absolute;
  right: 0;
  top: -50px;
  display: inline-block;
  height: 50px;
  padding: 3px;
  background-color: #afc62c;
  font-size: 15px;
  cursor: pointer;
}
html body .outbox footer #to_top:before {
  content: '^';
  display: inline-block;
  width: 100%;
  font-size: 25px;
  height: 20px;
  margin-bottom: 5px;
  color: #fffffe;
}
html body .outbox footer .fgreen {
  width: 100%;
  padding: 32px 70px 7px 70px;
  background-color: #afc62c;
  *zoom: 1;
}
html body .outbox footer .fgreen:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox footer .fgreen .fgl, html body .outbox footer .fgreen .fgr {
  float: left;
  position: relative;
  display: inline-block;
}
html body .outbox footer .fgreen .fgr {
  float: right;
}
html body .outbox footer .fgreen .fgl {
  width: 51%;
}
html body .outbox footer .fgreen .fgr {
  width: calc(100% - 51%);
}
html body .outbox footer .fgreen .fgl > div {
  float: left;
  width: calc(100% / 2);
  height: 145px;
}
html body .outbox footer .fgreen .fgl > div:nth-child(n+3) {
  margin-top: 6px;
}
html body .outbox footer .fgreen .fgl > div .fblack {
  margin: 0;
  padding: 7px 0 10px 0;
  font-size: 10pt;
  font-weight: bolder;
  color: #333a3b;
}
html body .outbox footer .fgreen .fgl > div .footer_link {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-top: 0;
}
html body .outbox footer .fgreen .fgl > div .footer_link .fwhite {
  display: inline-block;
  padding: 5px 0;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 10pt;
  color: white;
}
html body .outbox footer .fgreen .fgl > div .footer_link .fwhite:hover {
  color: #333a3b;
  text-decoration: underline;
}
html body .outbox footer .fgreen .fgr {
  padding-left: 10px;
}
html body .outbox footer .fgreen .fgr .fl01 {
  display: inline-block;
  width: 100%;
  *zoom: 1;
}
html body .outbox footer .fgreen .fgr .fl01:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox footer .fgreen .fgr .fl01 img {
  float: left;
  max-width: 100%;
  height: 100%;
}
html body .outbox footer .fgreen .fgr .fl02 {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  font-size: 10pt;
  color: white;
  text-align: left;
}
html body .outbox footer .fgreen .fgr .fl03 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  *zoom: 1;
}
html body .outbox footer .fgreen .fgr .fl03:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox footer .fgreen .fgr .fl03 .con01, html body .outbox footer .fgreen .fgr .fl03 .con02 {
  float: left;
  position: relative;
  display: inline-block;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 {
  float: right;
}
html body .outbox footer .fgreen .fgr .fl03 .con01 {
  width: 40%;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 {
  width: calc(100% - 40%);
}
html body .outbox footer .fgreen .fgr .fl03 .con01 .conw {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  color: white;
  text-align: left;
}
html body .outbox footer .fgreen .fgr .fl03 .con01 .conw .conwlink {
  display: inline-block;
  cursor: pointer;
  color: white;
  text-align: left;
  text-decoration: none;
}
html body .outbox footer .fgreen .fgr .fl03 .con01 .conw .conwlink:hover {
  color: #32393e;
  text-decoration: underline;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 {
  padding-top: 65px;
  *zoom: 1;
}
html body .outbox footer .fgreen .fgr .fl03 .con02:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 .comm {
  display: inline-block;
  padding: 0 6px;
  cursor: pointer;
  float: right;
  text-decoration: none;
  font-size: 2em;
  color: white;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 .comm:hover {
  color: #32393e;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 .comm:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 38px;
}
html body .outbox footer .fgreen .fgr .fl03 .con02 img {
  float: right;
  max-width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-top: 2px;
}
html body .outbox footer .fgreen .fgr .fl04 {
  display: inline-block;
  width: 100%;
  border: 1px solid white;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 {
  display: inline-block;
  width: 100%;
  border: 5px solid #afc62c;
  background-color: white;
  height: 50px;
  *zoom: 1;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .i, html body .outbox footer .fgreen .fgr .fl04 .fl041 .b {
  float: left;
  position: relative;
  display: inline-block;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .b {
  float: right;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .i {
  width: 80%;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .b {
  width: calc(100% - 80%);
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .i {
  display: inline-block;
  float: left;
  height: 40px;
  border: 0;
  outline: 0;
  padding: 10px;
  font-size: 0.8em;
  font-weight: bolder;
  color: #32393c;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .b {
  display: inline-block;
  float: left;
  height: 32px;
  margin: 5px 0;
  padding: 0 10px;
  background-color: white;
  outline: 0;
  border: 0;
  border-left: 3px solid #afc62c;
  cursor: pointer;
  font-size: 1em;
  font-weight: bolder;
  color: #afc62c;
}
html body .outbox footer .fgreen .fgr .fl04 .fl041 .b:hover {
  text-decoration: underline;
  color: #32393c;
}
html body .outbox footer p {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 42px;
  font-size: 10pt;
  color: #949494;
  text-align: left;
}

@media screen and (min-width: 0) and (max-width: 1199px) {
  html {
    display: inline-block;
    min-width: 1200px;
    overflow: hidden;
    overflow-y: auto;
  }
  html body {
    width: 1200px;
  }
  html body .outbox {
    width: 1200px;
  }
}
.cnx {
  font-size: 1.2em !important;
}

.cna {
  height: 190px !important;
}

.navboxout {
  *zoom: 1;
}
.navboxout:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.navboxout > * {
  float: left;
  display: inline-block;
}
.navboxout img {
  margin-top: 3px;
  margin-right: 10px;
}

.icon-language {
  width: 105px;
}
.icon-language:before {
  margin-top: -2px;
}

.Raleway {
  font-family: 'Raleway', "微軟正黑體", Monaco, "Microsoft JhengHei" !important;
}
.Raleway[class^="icon-"], .Raleway[class*=" icon-"] {
  font-family: 'icomoon', 'Raleway', "Open Sans", "微軟正黑體", Monaco, "Microsoft JhengHei" !important;
}

#alert {
  position: fixed;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: none;
}
#alert.show {
  display: inline-block;
}
#alert .cover {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#alert .close {
  position: absolute;
  left: calc(50% + 300px / 2 - 30px / 2);
  top: calc(50% - 100px / 2 - 30px / 2);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #2d3435;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fafafa;
  font-size: 24px;
}
#alert .content {
  position: absolute;
  top: calc(50% - 100px / 2);
  left: calc(50% - 300px / 2);
  display: inline-block;
  width: 300px;
  height: 100px;
  line-height: 98px;
  background-color: #afc43c;
  color: white;
  font-size: 20px;
  border: 2px solid white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-family: 'Open Sans', "微軟正黑體", Monaco, "Microsoft JhengHei";
  -moz-box-shadow: 0 0 10px rgba(39, 40, 34, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(39, 40, 34, 0.5);
  box-shadow: 0 0 10px rgba(39, 40, 34, 0.5);
}
