/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: arial, "微軟正黑體", "Microsoft JhengHei", sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    font-size: 14px;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    /*top: -0.5em;*/
    top: 4px;
}

sub {
    bottom: 6px;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    border: 0;

}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
/*    border-collapse: collapse;
    border-spacing: 0;*/
}

/*device show/hide*/ 

.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media screen and (min-width: 768px) and (max-width: 879px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/*bootstrap img handling*/
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

 
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

// make circle border
 .circle_border {
     border: 1px solid #fff;
     border-radius: 50%;
     padding: 2px 3px !important;
     font-size: 0.8em;
 }

body {
    /*background-color: #fff;*/
    background-color: #f4f4f4;
}
.outer_container {
    position: relative;
    /*width: 1200px;*/
    background-color: transparent;
    margin: 0 auto;
}
@media screen and (max-width: 1279px) {  
.outer_container {
    position: relative;
    /*width: 990px;*/
}
}
.container.header {
    /*width: 100%;*/
    /*margin: 0 69px;*/
    
}
@media screen and (min-width: 1280px) {  
.container.header {
    /*width: 100%;*/
    /*margin: 0 69px;*/
}
}

.absolute_container {
    position: absolute;
    top: 0;
}
@media screen and (max-width: 767px) {  
.absolute_container {
    position: relative;
    top: 0;
}
}

.overflow_container {
    max-height: 500px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {  
.overflow_container {
    max-height: 100%;
}
}
/*bootstrap style spans*/

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2%;
  *margin-left: 2%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 4.3478260869565215%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.27536231884058%;
}
.row-fluid .span11 {
  width: 91.30434782608695%;
  *width: 90.57971014492753%;
}
.row-fluid .span10 {
  width: 82.6086956521739%;
  *width: 81.88405797101449%;
}
.row-fluid .span9 {
  width: 73.91304347826087%;
  *width: 73.18840579710145%;
}
.row-fluid .span8 {
  width: 65.21739130434781%;
  *width: 64.49275362318839%;
}
.row-fluid .span7 {
  width: 60.52173913043478%;
  *width: 55.79710144927536%;
}
.row-fluid .span6 {
  width: 49%
}
.row-fluid .span5 {
  width: 39.130434782608695%;
  *width: 38.405797101449274%;
}
.row-fluid .span4 {
  width: 30.43478260869565%;
  *width: 29.710144927536227%;
}
.row-fluid .span3 {
  width: 21.73913043478261%;
  *width: 21.014492753623188%;
}
.row-fluid .span2 {
  width: 13.043478260869565%;
  *width: 12.318840579710145%;
}
.row-fluid .span1 {
  width: 4.3478260869565215%;
  *width: 3.623188405797101%;
}
.row-fluid .offset12 {
  margin-left: 108.69565217391305%;
  *margin-left: 107.2463768115942%;
}
.row-fluid .offset12:first-child {
  margin-left: 104.34782608695652%;
  *margin-left: 102.89855072463767%;
}
.row-fluid .offset11 {
  margin-left: 100%;
  *margin-left: 98.55072463768116%;
}
.row-fluid .offset11:first-child {
  margin-left: 95.65217391304347%;
  *margin-left: 94.20289855072463%;
}
.row-fluid .offset10 {
  margin-left: 91.30434782608695%;
  *margin-left: 89.85507246376811%;
}
.row-fluid .offset10:first-child {
  margin-left: 86.95652173913042%;
  *margin-left: 85.50724637681158%;
}
.row-fluid .offset9 {
  margin-left: 82.60869565217392%;
  *margin-left: 81.15942028985508%;
}
.row-fluid .offset9:first-child {
  margin-left: 78.26086956521739%;
  *margin-left: 76.81159420289855%;
}
.row-fluid .offset8 {
  margin-left: 73.91304347826086%;
  *margin-left: 72.46376811594202%;
}
.row-fluid .offset8:first-child {
  margin-left: 69.56521739130433%;
  *margin-left: 68.11594202898549%;
}
.row-fluid .offset7 {
  margin-left: 65.21739130434783%;
  *margin-left: 63.768115942028984%;
}
.row-fluid .offset7:first-child {
  margin-left: 60.869565217391305%;
  *margin-left: 59.42028985507246%;
}
.row-fluid .offset6 {
  margin-left: 56.52173913043478%;
  *margin-left: 55.07246376811594%;
}
.row-fluid .offset6:first-child {
  margin-left: 52.17391304347826%;
  *margin-left: 50.724637681159415%;
}
.row-fluid .offset5 {
  margin-left: 47.826086956521735%;
  *margin-left: 46.37681159420289%;
}
.row-fluid .offset5:first-child {
  margin-left: 43.47826086956522%;
  *margin-left: 42.028985507246375%;
}
.row-fluid .offset4 {
  margin-left: 39.13043478260869%;
  *margin-left: 37.681159420289845%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.78260869565217%;
  *margin-left: 33.33333333333333%;
}
.row-fluid .offset3 {
  margin-left: 30.434782608695652%;
  *margin-left: 28.98550724637681%;
}
.row-fluid .offset3:first-child {
  margin-left: 26.086956521739133%;
  *margin-left: 24.63768115942029%;
}
.row-fluid .offset2 {
  margin-left: 21.73913043478261%;
  *margin-left: 20.289855072463766%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.391304347826086%;
  *margin-left: 15.942028985507244%;
}
.row-fluid .offset1 {
  margin-left: 13.043478260869565%;
  *margin-left: 11.594202898550725%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.695652173913043%;
  *margin-left: 7.246376811594203%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}


.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}



/*header*/
.body {
    font-size: 14px;
}
.head_menu.outer_container {
    background-size: 917px 70px;
    background: url('images/menu-bg.png') no-repeat;
    background-color: #fff;
    background-position: right;
}
@media screen and (min-width: 1024px) and (max-width: 1250px) {  
.head_menu.outer_container {
    background-size: 700px 70px;
}
}
@media screen and (min-width: 768px) and (max-width: 1020px) {  
.head_menu.outer_container {
    background-size: 500px 70px;
}
}
@media screen and (max-width: 767px) {  
.head_menu.outer_container {
    background: #fff;
}
}
.head_menu.container {
}
.lang_menu {
    float: right;
}
.logo {
    position: absolute;
    top: 15px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {  
.logo {
    top: 11px;
}
}
@media screen and (max-width: 767px) {  
.logo {
    position: relative;
    top: 0;
    
}
}
.logo img {
    width: 112px;
    height: 26px;
}
@media screen and (max-width: 767px) {  
    .logo img {
        display: block;
        margin: 0px auto;
        padding: 15px 0 ;
    }
}

/*footer*/
footer {
    color: #333;
}
.footer.outer_container {
    padding: 30px 0;
    background: #fff;
}
footer p.reserved {
    float: left;
}
@media screen and (max-width: 767px) {  
footer p.reserved {
    float: none;
}
}
footer p.ysd {
    float: right;
}
@media screen and (max-width: 767px) {  
footer p.ysd {
    float: none;
}
}
footer a {
    color: #333;
    text-decoration: none;
}
.content_container {
  background: transparent;
}

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0px 8px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}