html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
  font-family: 'Nobile', arial, serif,"Microsoft JhengHei","新細明體", "PMingLiU", Helvetica,Lucida Grande,san-serif, Arial;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

::-webkit-search-cancel-button {
  display: none;
}

.container, .clearfix {
  zoom: 1;
}
.container:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1238px) {
  .container {
    width: 100%;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 0;
  z-index: 8060;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A) center center no-repeat;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

#fancybox-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: #aaa;
  text-align: center;
  content: "Loading";
}

.fancybox-close {
  background-image: 25px, 25px, -100px, 0px, 0px, 0px, "before";
}
.fancybox-close {
  position: relative;
}
.fancybox-close:before {
  content: ".";
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(../../../../../../c/img/sth001/icon_white.png);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
}
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (max--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .fancybox-close:before {
    background-image: url(../../../../../../c/img/sth001/icon_white_retina.png);
    background-size: 400px 400px;
  }
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../../../../../c/img/frame/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../../../../../../../c/img/frame/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-inner .title {
  padding: 5px 15px;
  font-weight: bold;
  background: #14b3e5;
  color: white;
  line-height: 180%;
}
.fancybox-inner .block {
  position: relative;
  background: white;
  line-height: 180%;
  padding: 15px;
}
.fancybox-inner .block {
  zoom: 1;
}
.fancybox-inner .block:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fancybox-inner .block .line {
  font-size: 14px;
  padding: 0 10px;
}
.fancybox-inner .block .button {
  vertical-align: top;
}
.fancybox-inner .block .key {
  color: black;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 80px;
}
.fancybox-inner .block .value {
  display: inline-block;
}
.fancybox-inner .block .price {
  color: #dd0000;
  font-weight: bold;
}
.fancybox-inner .block hr {
  margin: 10px 0;
}
.fancybox-inner .block .product {
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}
.fancybox-inner .block .options {
  max-width: 400px;
  display: inline-block;
}
.fancybox-inner .block .options .option {
  margin: 10px 0;
}
.fancybox-inner .block .options .key {
  min-width: 40px;
  vertical-align: top;
  display: inline-block;
}
.fancybox-inner .block .options .value {
  display: inline-block;
  width: 80%;
  margin-bottom: -8px;
}
.fancybox-inner .block .options .value > li {
  padding: 10px 10px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  min-width: 36px;
  height: 36px;
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
}
.fancybox-inner .block .options .value > li.img {
  padding: 1px;
}
.fancybox-inner .block .options .value > li img {
  height: 100%;
}
.fancybox-inner .block .options .value .active {
  position: relative;
  border: 1px solid #14b3e5;
  color: #14b3e5;
}
.fancybox-inner .block .options .value .active:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #14b3e5 transparent;
}
.fancybox-inner .block .options .value .active .type {
  padding: 3px;
}
.fancybox-inner .block .options .value .active .fa {
  position: absolute;
  right: -1px;
  bottom: -2px;
  color: white;
  font-size: 12px;
  z-index: 5;
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Chrome, Safari, Opera */
  transform: scale(0.8, 0.8);
}
.fancybox-inner .block .options .value .disabled {
  position: relative;
  cursor: not-allowed;
  border: 1px dashed #cccccc;
  opacity: 0.5;
}
.fancybox-inner .block .options .value .disabled .fa {
  position: absolute;
  right: 2px;
  bottom: 0px;
  color: #cccccc;
  font-size: 16px;
  z-index: 5;
}
.fancybox-inner .block .options .value .item {
  font-size: 13px;
  margin-bottom: 8px;
}
.fancybox-inner .block .quantity {
  vertical-align: top;
}
.fancybox-inner .block hr + .line {
  text-align: center;
}
.fancybox-inner .block .final-price:after {
  content: "";
  display: block;
}
.fancybox-inner .name {
  font-weight: bold;
  margin-right: 5px;
}
.fancybox-inner .actions {
  border-top: 1px solid #cccccc;
  text-align: center;
  margin: 20px 0 0px;
  padding: 15px 0 0;
}

.cart-mark {
  background: black;
  color: #14b3e5;
  border: 10px solid rgba(255, 255, 255, 0.3);
  padding: 17px 34px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 20;
  margin-top: -35px;
  margin-left: -84px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

html, body {
  height: 100%;
}

body {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

img {
  max-width: 100%;
}

.page-bg {
  min-width: 1024px;
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}

a.active {
  color: #aaa;
}

.site-index {
  min-height: 100%;

  /*背景圖*/
  background-image:url(../img/bg.jpg?123);
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.site-index .index-logo {
  text-align: center;
  padding:10px;
  background-color:#2E7192;
  height:300px;
}
.site-index .index-country {
  width: 1080px;
  margin: 0 auto;
  margin-top:20px;
}
.site-index .index-country {
  zoom: 1;
}
.site-index .index-country:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-index .index-country a {
  display: block;
  float: left;
  width: 343px;
  height: 343px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
}
.site-index .index-country a span {
  color: #333;
  font-weight: 700;
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
  display: block;
  font-size:20px;
}
.site-index .index-country .eng {
  background-image: url("../img/01.png");
  background-position: 0 -1px;
}
/*
.site-index .index-country .eng:hover {
  background-image: url("../../img/slider/01.png");
  background-position: -322px 0;
}
*/
.site-index .index-country .tw {
  background-image: url("../img/02.png");
  background-position: 0 -1px;
}
/*
.site-index .index-country .tw:hover {
  background-image: url("../../img/slider/02.png");
  background-position: -323px 0;
}
*/
.site-index .index-country .ch {
  background-image: url("../img/03.png");
  background-position: 0 0;
}
/*
.site-index .index-country .ch:hover {
  background-image: url("../../img/slider/03.png");
  background-position: -323px 0;
}
*/

.slider {
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}
.slider .container {
  padding: 0;
  border: none;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.slider .swiper-container img {
  min-width: 1024px;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.slider .swiper-container .pagination {
  position: absolute;
  right: 25%;
  bottom: 10%;
  text-align: center;
  width: 100%;
  z-index: 5;
}
.slider .swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #fff;
  margin-right: 15px;
  cursor: pointer;
}
.slider .swiper-container .swiper-active-switch {
  background: #555;
}
.slider .swiper-container .swiper-slide {
  position: relative;
}
.slider .swiper-container .title {
  position: absolute;
  left: 18%;
  top: 60%;
  font-size: 1.8em;
  color: #fff;
  z-index: 80;
  line-height: 1.5;
  text-align: left;
  text-shadow: 2px 2px 1px #555;
}
.slider .swiper-container .title2, .slider .swiper-container .title3, .slider .swiper-container .title4, .slider .swiper-container .title5 {
  color: #fff;
  left: auto;
  right: 20%;
  top: auto;
  bottom: 8%;
  text-align: right;
  text-shadow: 2px 2px 1px #555;
}

.site-body {
  position: relative;
  z-index: 50;
}

.site-header, .site-footer {
  width: 100%;
  height: 130px;
  margin: 0 auto;
  position: relative;
  z-index: 60;
  background-color: rgba(44, 46, 105, 0.7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF2C2E69', endColorstr='#FF305B7E');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg0NCwgNDYsIDEwNSwgMC43KSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSg0OCwgOTEsIDEyNiwgMC43KSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(44, 46, 105, 0.7)), color-stop(100%, rgba(48, 91, 126, 0.7)));
  background-image: -webkit-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
  background-image: -moz-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
  background-image: -o-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
  background-image: linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
}

.site-header {
  top: 20px;
}
.site-header a {
  color: #fff;
  font-size: .9em;
}
.site-header a.active {
  color: #aaa;
}
.site-header h1 {
  width: 200px;
  height: auto;
  margin: 30px 0 20px 20px;
  display: block;
  float: left;
}
.site-header h1 .logo {
  display: block;
}
.site-header .site-lang {
  margin: 20px 20px 20px 0;
  float: right;
}
.site-header .site-lang {
  zoom: 1;
}
.site-header .site-lang:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-header .site-lang a {
  border-right: 1px solid #fff;
  padding: 0 5px;
  letter-spacing: 1px;
}
.site-header .site-lang a:last-child {
  border-right: none;
}
.site-header .menu {
  margin: 30px 20px 0;
  float: right;
  position: relative;
}
.site-header .menu {
  zoom: 1;
}
.site-header .menu:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-header .menu .menu-icon {
  color: #fff;
  float: left;
  margin: 0;
  font-size: 1.5em;
  display: none;
}
.site-header .menu ul {
  float: left;
}
.site-header .menu ul {
  zoom: 1;
}
.site-header .menu ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.site-header .menu li {
  float: left;
}
.site-header .menu a {
  display: inline-block;
  margin: 5px 0 5px 10px;
}
.site-header .menu a:hover {
  color: #bbb;
}

.site-footer {
  height: 26px;
  color: #fff;
}
.site-footer .container {
  height: 26px;
}
.site-footer .footer-info {
  position: absolute;
  width: 100%;
  padding: 7px 30px 3px;
  z-index: 55;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #aaa;
}
.site-footer .social {
  float: left;
}
.site-footer .social a {
  margin-right: 8px;
}
.site-footer .copyright {
  float: right;
  font-size: .8em;
}

.main-con {
  margin: 40px 0 20px;
  min-height: 300px;
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 60;
  word-wrap: break-word;
  background-color: rgba(249, 252, 247, 0.7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFF9FCF7', endColorstr='#FFF5F9F0');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgyNDksIDI1MiwgMjQ3LCAwLjcpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDI0NSwgMjQ5LCAyNDAsIDAuNykiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(249, 252, 247, 0.7)), color-stop(100%, rgba(245, 249, 240, 0.7)));
  background-image: -webkit-linear-gradient(left top, rgba(249, 252, 247, 0.7) 0%, rgba(245, 249, 240, 0.7) 100%);
  background-image: -moz-linear-gradient(left top, rgba(249, 252, 247, 0.7) 0%, rgba(245, 249, 240, 0.7) 100%);
  background-image: -o-linear-gradient(left top, rgba(249, 252, 247, 0.7) 0%, rgba(245, 249, 240, 0.7) 100%);
  background-image: linear-gradient(left top, rgba(249, 252, 247, 0.7) 0%, rgba(245, 249, 240, 0.7) 100%);
}
.main-con .container {
  width: 100%;
}
.main-con .device {
  width: 100%;
  margin: 5px auto;
  position: relative;
}
.main-con .device .arrow-left, .main-con .device .arrow-right {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  z-index: 100;
  background: #eee;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-con .device .arrow-left i, .main-con .device .arrow-right i {
  display: block;
  text-align: center;
  line-height: 30px;
}
.main-con .device .arrow-right {
  background-position: left bottom;
  left: auto;
  right: 10px;
}
.main-con .device .swiper-container {
  height: auto;
  width: 100%;
}
.main-con .device .content-slide {
  padding: 20px;
  color: #fff;
}
.main-con .device .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.main-con .device .pagination2 {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -15px;
  width: 100%;
  z-index: 100;
}
.main-con .device .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.main-con .device .swiper-active-switch {
  background: #fff;
}
.main-con .con {
  padding: 35px;
}
.main-con h1 {
  padding-bottom: 15px;
  color: #111;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #888;
}
.main-con h2 {
  padding: 5px;
  color: #1a4673;
  font-size: .9em;
  text-align: center;
}
.main-con .txt-col {
  padding: 20px 0;
  color: #222;
  font-size: .95em;
  letter-spacing: 1px;
  line-height: 1.4;
}
.main-con .txt-col .block-img {
  text-align: center;
}
.main-con .txt-col .block-img {
  zoom: 1;
}
.main-con .txt-col .block-img:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-con .txt-col .block-img img {
  max-width: 100%;
  display: inline-block;
  margin: 0 10px 10px 0;
  vertical-align: bottom;
}
.main-con .txt-col .block2-img {
  margin-bottom: 20px;
}
.main-con .txt-col .block2-img img {
  width: 100%;
}
.main-con .txt-col .mail a {
  color: #2c539e;
}
.main-con .txt-col .mail i {
  font-size: .8em;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background-color: #777;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-con .txt-col .contact-col {
  font-size: .9em;
}
.main-con .txt-col .contact-col {
  zoom: 1;
}
.main-con .txt-col .contact-col:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-con .txt-col .contact-col dl {
  width: 48%;
  min-height: 130px;
  margin-bottom: 10px;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}
.main-con .txt-col .contact-col dt {
  margin-bottom: 5px;
  padding: 8px 15px;
  display: inline-block;
  letter-spacing: 1px;
  background-color: #adadad;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFADADAD', endColorstr='#FFE8E8E8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #adadad), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
}
.main-con .txt-col .contact-col dd {
  margin: 5px 0;
}
.main-con .txt-col .contact-col dd i {
  font-size: 1em;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  background-color: #777;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-con .txt-col p {
  margin-bottom: 10px;
}
.main-con .txt-col .man {
  margin-top: 20px;
  display: block;
}
.main-con .txt-col .man li {
  margin: 10px 0;
}
.main-con .txt-col .man li span {
  padding-left: 20px;
  border-left: 10px solid #555;
}
.main-con .txt-col .man li i {
  cursor: pointer;
}
.main-con .txt-col .man li p {
  margin: 10px 0 10px 30px;
  padding-top: 10px;
  border-top: 1px solid #aaa;
}
.main-con .txt-col .man a {
  color: #555;
}
.main-con .txt-col .item {
  display: table;
  margin: 10px 0;
  min-height: 100px;
}
.main-con .txt-col .item {
  zoom: 1;
}
.main-con .txt-col .item:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-con .txt-col .item .tag {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  text-shadow: 2px 2px 1px #969696;
  background-color: #adadad;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFADADAD', endColorstr='#FFE8E8E8');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #adadad), color-stop(100%, #e8e8e8));
  background-image: -webkit-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: -moz-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
  background-image: linear-gradient(left top, #adadad 0%, #e8e8e8 100%);
}
.main-con .txt-col .item .desc {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.main-con .goal-tab strong {
  display: block;
  margin: 10px 0;
  color: #111;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 1px;
}
.main-con .goal-tab p {
  line-height: 1.5;
}
.main-con .goal-tab .goal-navi {
  display: block;
  width: 100%;
  margin: 15px 0 0;
  text-align: justify;
}
.main-con .goal-tab .goal-navi {
  zoom: 1;
}
.main-con .goal-tab .goal-navi:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.main-con .goal-tab .goal-navi a {
  margin: 5px 0;
  padding: 10px 20px;
  color: #fff;
  font-size: .8em;
  background: #777;
  text-align: left;
  display: inline-block;
}
.main-con .goal-tab .goal-navi .stretch {
  display: inline-block;
  width: 100%;
  *display: inline;
  zoom: 1;
}
.main-con .goal-tab .goal-navi li {
  display: inline;
}
.main-con .goal-tab .goal-item li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 10px 0;
}
.main-con .process-col {
  padding: 0 20px;
  font-size: .9em;
  line-height: 1.5;
  text-align: center;
  height: 400px;
  overflow: auto;
}
.main-con .process-col h3 {
  display: table;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 1px;
  background-color: #777;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.main-con .process-col h3 p {
  display: table-cell;
  vertical-align: middle;
  word-break: break-word;
  word-wrap: break-word;
  max-height: 150px;
  overflow: hidden;
  margin: 0;
  padding: 5px;
}
.main-con .process-col .move {
  display: inline-block;
  color: #777;
  font-size: 3em;
}
.main-con .process-col li {
  list-style-type: disc;
  list-style-position: inside;
}
.main-con .process-col p {
  margin-top: 10px;
}
.main-con .process-col .process-col1, .main-con .process-col .process-col2, .main-con .process-col .process-col3, .main-con .process-col .process-col4, .main-con .process-col .process-col5 {
  height: 650px;
}
.main-con .process-col .process-col1 {
  margin: 20px 0;
}

@media (max-width: 999px) {
  body {
    width: 100%;
  }

  .slider .swiper-container .title, .slider .swiper-container .title2, .slider .swiper-container .title3, .slider .swiper-container .title4, .slider .swiper-container .title5 {
    left: auto;
    right: 10%;
    top: 60%;
  }
  .slider .swiper-container .pagination {
    width: auto;
    left: 2.8%;
    right: auto;
  }

  .site-header {
    top: 0;
    height: auto;
  }
  .site-header .menu {
    width: 100%;
    padding: 0 30px 10px 0;
    margin: 0;
  }
  .site-header .menu .menu-icon {
    float: right;
    display: block;
    width: auto;
  }
  .site-header .menu ul {
    width: 100%;
    display: none;
    float: none;
    position: absolute;
    right: 0;
    top: 40px;
    background-color: rgba(44, 46, 105, 0.7);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF2C2E69', endColorstr='#FF305B7E');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSg0NCwgNDYsIDEwNSwgMC43KSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSg0OCwgOTEsIDEyNiwgMC43KSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, rgba(44, 46, 105, 0.7)), color-stop(100%, rgba(48, 91, 126, 0.7)));
    background-image: -webkit-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
    background-image: -moz-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
    background-image: -o-linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
    background-image: linear-gradient(left top, rgba(44, 46, 105, 0.7) 0%, rgba(48, 91, 126, 0.7) 100%);
  }
  .site-header .menu ul {
    zoom: 1;
  }
  .site-header .menu ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .site-header .menu ul:before {
    position: absolute;
    top: -10px;
    right: 30px;
    content: '';
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3d5179 transparent;
  }
  .site-header .menu li {
    float: none;
    padding: 5px;
    border-bottom: 1px solid #4e689b;
  }
  .site-header .menu a {
    display: block;
    width: 100%;
  }

  .main-con {
    width: 100%;
    margin: 20px 0;
  }

  .site-index .index-country {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-header {
    height: auto;
  }
  .site-header h1 {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    float: none;
  }
  .site-header h1 .logo {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  .site-header .site-lang {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
    float: none;
  }

  .site-index .index-country a {
    float: none;
    width: 343px;
    margin: 10px auto 50px;
    padding-bottom: 50px;
  }

  .main-con .con {
    padding: 20px 10px;
  }
  .main-con .txt-col .item {
    display: block;
  }
  .main-con .txt-col .item .tag {
    padding: 20px 0;
  }
  .main-con .txt-col .item .desc {
    padding: 10px;
  }
  .main-con .txt-col .item .tag, .main-con .txt-col .item .desc {
    display: block;
    width: 100%;
  }
  .main-con .txt-col .contact-col dl {
    width: 100%;
    margin-right: 0;
  }
  .main-con .process-col {
    height: auto;
  }
  .main-con .process-col .move {
    display: none;
  }
  .main-con .process-col .process-col1, .main-con .process-col .process-col2, .main-con .process-col .process-col3, .main-con .process-col .process-col4, .main-con .process-col .process-col5 {
    height: auto;
    margin-bottom: 20px;
  }
  .main-con .process-col .process-col1 p, .main-con .process-col .process-col2 p, .main-con .process-col .process-col3 p, .main-con .process-col .process-col4 p, .main-con .process-col .process-col5 p {
    text-align: left;
  }
  .main-con .process-col .process-col1 h3 p, .main-con .process-col .process-col2 h3 p, .main-con .process-col .process-col3 h3 p, .main-con .process-col .process-col4 h3 p, .main-con .process-col .process-col5 h3 p {
    text-align: center;
  }
  .main-con .process-col .process-col1 li, .main-con .process-col .process-col2 li, .main-con .process-col .process-col3 li, .main-con .process-col .process-col4 li, .main-con .process-col .process-col5 li {
    list-style-position: outside;
    text-align: left;
  }

  .site-footer {
    height: 60px;
  }
  .site-footer .footer-info {
    padding: 7px 5px 3px;
  }
  .site-footer .social, .site-footer .copyright {
    display: block;
    float: none;
    padding: 5px 0;
    text-align: center;
  }
}
