html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.boxSizing, .about, .landscape, .gopic, .Interview, .Farm, .Farm ul li, .photo, .Order, .Maps, .photo .photo-gallary, .photo .product-gallary, .photo .Order-gallary, .photo .product-gallary2, .Order .photo-gallary, .Order .product-gallary, .Order .Order-gallary, .Order .product-gallary2, .Maps .photo-gallary, .Maps .product-gallary, .Maps .Order-gallary, .Maps .product-gallary2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pbutton {
  /* Structure */
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.pbutton::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*csslint outline-none:false*/
.pbutton {
  font-size: 100%;
  *font-size: 90%;
  /*IE 6/7 - To reduce IE's oversized button text*/
  *overflow: visible;
  /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
  padding: 0.5em 1em;
  color: #444;
  /* rgba not supported (IE 8) */
  color: rgba(0, 0, 0, 0.8);
  /* rgba supported */
  *color: #444;
  /* IE 6 & 7 */
  border: 1px solid #999;
  /*IE 6/7/8*/
  border: none rgba(0, 0, 0, 0);
  /*IE9 + everything else*/
  background-color: #E6E6E6;
  text-decoration: none;
  border-radius: 4px;
}

.pbutton-hover,
.pbutton:hover,
.pbutton:focus {
  background-color: #00c8c1;
}

.pbutton:focus {
  outline: 0;
}

.pbutton-active,
.pbutton:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.2) inset;
}

.pbutton[disabled],
.pbutton-disabled,
.pbutton-disabled:hover,
.pbutton-disabled:focus,
.pbutton-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.40;
  -moz-opacity: 0.40;
  opacity: 0.40;
  cursor: not-allowed;
  box-shadow: none;
}

.pbutton-hidden {
  display: none;
}

/* Firefox: Get rid of the inner focus border */
.pbutton::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.pbutton-primary,
.pbutton-selected,
a.pbutton-primary,
a.pbutton-selected {
  background-color: #0078e7;
  color: #fff;
}

/*顏色樣式*/
.HaveColor, .button-Red, .button-Green, .button-Green2, .button-Blue, .button-black {
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-Red {
  background: #ac0007;
}

.button-Green {
  background: #c8000a;
}

.button-Green2 {
  background: #3f51b5;
}

.button-Blue {
  background: #304ffe;
}

.button-black {
  background: #000;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #000;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?9fk3m3");
  src: url("../fonts/icomoon.eot?#iefix9fk3m3") format("embedded-opentype"), url("../fonts/icomoon.woff?9fk3m3") format("woff"), url("../fonts/icomoon.ttf?9fk3m3") format("truetype"), url("../fonts/icomoon.svg?9fk3m3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e600";
}

.icon-cart:before {
  content: "\e601";
}

.icon-print:before {
  content: "\e602";
}

.icon-screen:before {
  content: "\e603";
}

.icon-mobile:before {
  content: "\e604";
}

.icon-download:before {
  content: "\e605";
}

.icon-bubble:before {
  content: "\e606";
}

/*
   CSS-Tricks Example
   by Chris Coyier
   http://css-tricks.com
*/
#tech-slideshow {
  height: 300px;
  max-width: 100%;
  margin-top: 1.5em;
  position: relative;
  overflow: hidden;
}

.cycle-slideshow {
  max-width: 100%;
  max-height: 300px;
  background: url(../images/index/jq_img/bg.png);
}
.cycle-slideshow img {
  height: 300px;
  width: 533px;
  margin: -2px;
  padding: 0;
}

#tech-slideshow > div {
  height: 300px;
  width: 7995px;
  background: url(../images/index/jq_img_2/slideshow.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Slow */
  animation: moveSlideshow 60s linear infinite;
  -webkit-animation: moveSlideshow 60s linear infinite;
  -moz-animation: moveSlideshow 60s linear infinite;
  -ms-animation: moveSlideshow 60s linear infinite;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  /* Performance */
}

#tech-slideshow #tech-slideshow-1 {
  /* Sprite */
  background-position: 0 300px;
  /* Fast */
  animation: moveSlideshow 80s linear infinite;
  -webkit-animation: moveSlideshow 80s linear infinite;
  -moz-animation: moveSlideshow 80s linear infinite;
  -ms-animation: moveSlideshow 80s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-7000px);
    -moz-transform: translateX(-7000px);
    -ms-transform: translateX(-7000px);
    -o-transform: translateX(-7000px);
    transform: translateX(-7000px);
  }
}

@-moz-keyframes moveSlideshow {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-7000px);
    -moz-transform: translateX(-7000px);
    -ms-transform: translateX(-7000px);
    -o-transform: translateX(-7000px);
    transform: translateX(-7000px);
  }
}

.tickercontainer {
  height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.newsticker {
  position: relative;
  left: 0px;
  margin: 0;
  padding: 0;
}

ul.newsticker li {
  height: 530px;
  overflow: hidden;
}
ul.newsticker li img {
  width: 533px;
  height: 300px;
}

#ticker01 {
	height: 220px;
	width: 960px;
	background: url("../images/index_04.png");
	overflow: hidden;
}
#ticker01 li {
  height: 300px;
  float: left;
}
#ticker01 li img {
  width: 293px;
  height: 220px;
}

body {
	font-size: 16px;
	line-height: 1.5em;
}

.warp {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url("../images/BGG2.png") repeat-y center;
  font-family: "微軟正黑體", "Microsoft JhengHei", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}

.header {
  width: 960px;
  height: 314px;
  margin: 0 auto;
  background: url("../images/index_01.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.header h2 {
  text-indent: -9999px;
}

a.resToggle {
  display: none;
}

.menu {
  display: block;
  height: 3.5em;
  background: #ac0007 url("../images/index_02.png") repeat-x bottom;
  border-top: 1px solid #ffb23d;
}
.menu ul {
  list-style-type: none;
  text-align: center;
}
.menu li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.menu li a {
  padding: 0.3em 1.5em;
  line-height: 2.5em;
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.menu li a span {
  position: absolute;
  text-decoration: none;
  font-size: 0.8em;
  top: 1.2em;
  left: 0;
  right: 0;
}
.menu li a:hover {
  color: #ffb23d;
  border-top: 5px solid #ffb23d;
}

.marquee {
  height: 3em;
  padding: 0.5em 0;
  line-height: 1.5em;
  background: #ffb23d url("../images/index_04.png");
  font-weight: 700;
  margin-bottom: -6px;
}
.marquee .marquee_t1 {
  color: #304ffe;
}
.marquee .marquee_t2 {
  color: #d81b60;
}

.about, .landscape {
  width: 960px;
  margin: 0 auto;
  padding: 1.5em;
  background: white url("../images/index_06.png") right bottom no-repeat;
  background-size: cover;
  border: 1px solid #ffb23d;
  border-top: none;
}
.about h1, .landscape h1 {
  color: #535353;
  font-size: 2em;
  line-height: 3em;
  font-weight: 700;
  text-align: center;
}
.about h1 .h-icon, .landscape h1 .h-icon {
  width: 1.5em;
  height: 0.9em;
  display: inline-block;
  background: url("../images/con_title-icon.png") no-repeat center;
}
.about h2, .landscape h2 {
  color: #c8000a;
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
}
.about p, .landscape p {
  color: #313131;
  display: block;
}
.about .about-content, .about .landscape-content, .landscape .about-content, .landscape .landscape-content {
  padding: 1em;
  overflow: hidden;
  margin: 0 auto;
}
.about .about-content-text, .landscape .about-content-text {
  float: left;
  width: 50%;
}
.about .about-content-img, .landscape .about-content-img {
  float: right;
  width: 50%;
  text-align: right;
}

.gopic {
	width: 800px;
	padding: 1.5em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.gopic h1 {
  color: #535353;
  font-size: 2em;
  line-height: 3em;
  font-weight: 700;
  text-align: center;
}
.gopic h1 .h-icon {
  width: 1.5em;
  height: 0.9em;
  display: inline-block;
  background: url("../images/con_title-icon.png") no-repeat center;
}
.gopic h2 {
  color: #c8000a;
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
}
.gopic p {
  color: #313131;
  display: block;
}

.landscape {
  background: white url("../images/index_14.png") center top no-repeat;
}
.landscape .landscape-content {
  border-bottom: 1px solid #ffb23d;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.landscape .landscape-content-text {
  float: left;
  width: 54%;
}
.landscape .landscape-content-img {
  float: right;
  width: 44%;
  height: 250px;
  text-align: right;
}
.landscape .landscape-content-img img {
  max-width: 100%;
  height: auto;
}

.Interview, .Farm {
  width: 960px;
  margin: 0 auto;
  padding: 1.5em;
  background: white url("../images/index_08.png") center bottom no-repeat;
  background-size: cover;
  border: 1px solid #ffb23d;
  border-top: none;
}
.Interview h1, .Farm h1 {
  color: #535353;
  font-size: 2em;
  line-height: 3em;
  font-weight: 700;
  text-align: center;
}
.Interview h1 .h-icon, .Farm h1 .h-icon {
  width: 1.5em;
  height: 0.9em;
  display: inline-block;
  background: url("../images/con_title-icon.png") no-repeat center;
}
.Interview h2, .Farm h2 {
  color: #c8000a;
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
}
.Interview p, .Farm p {
  color: #313131;
  display: block;
}
.Interview h2, .Interview p, .Farm h2, .Farm p {
  text-align: center;
}
.Interview mark, .Farm mark {
  color: #ffb23d;
  font-size: 1.5em;
  font-weight: 700;
  padding: 0 0.5em;
  background: none;
}
.Interview .Interview-stext, .Farm .Interview-stext {
  color: #c9a968;
  font-size: 0.8em;
  line-height: 48px;
}

.Farm {
  padding: 0;
  background: white url("../images/index_09.png") top no-repeat;
  background-size: 100% auto;
}
.Farm ul {
  width: 100%;
  list-style-type: none;
}
.Farm ul li {
  display: inline-block;
  width: 50%;
  height: auto;
}
.Farm ul li img {
  width: 100%;
  height: auto;
  margin-bottom: -6px;
}

.photo, .Order, .Maps {
  width: 960px;
  margin: 0 auto;
  padding: 1.5em;
  background: #fff5de;
  text-align: center;
}
.photo h1, .Order h1, .Maps h1 {
  color: #535353;
  font-size: 2em;
  line-height: 3em;
  font-weight: 700;
  text-align: center;
}
.photo h1 .h-icon, .Order h1 .h-icon, .Maps h1 .h-icon {
  width: 1.5em;
  height: 0.9em;
  display: inline-block;
  background: url("../images/con_title-icon.png") no-repeat center;
}
.photo h2, .Order h2, .Maps h2 {
  color: #c8000a;
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
}
.photo p, .Order p, .Maps p {
  color: #313131;
  display: block;
}
.photo h3, .Order h3, .Maps h3 {
  color: #c8000a;
  font-size: 13px;
}
.photo .photo-gallary, .photo .product-gallary, .photo .Order-gallary, .photo .product-gallary2, .Order .photo-gallary, .Order .product-gallary, .Order .Order-gallary, .Order .product-gallary2, .Maps .photo-gallary, .Maps .product-gallary, .Maps .Order-gallary, .Maps .product-gallary2 {
  max-width: 22%;
  border: 2px solid white;
  background: #ffb23d;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em 1em;
}
.photo .photo-gallary img, .photo .product-gallary img, .photo .Order-gallary img, .photo .product-gallary2 img, .Order .photo-gallary img, .Order .product-gallary img, .Order .Order-gallary img, .Order .product-gallary2 img, .Maps .photo-gallary img, .Maps .product-gallary img, .Maps .Order-gallary img, .Maps .product-gallary2 img {
  max-width: 90%;
  height: auto;
  padding: 0.5em;
  background: #ffb23d;
}
.photo .photo-gallary p, .photo .product-gallary p, .photo .Order-gallary p, .photo .product-gallary2 p, .Order .photo-gallary p, .Order .product-gallary p, .Order .Order-gallary p, .Order .product-gallary2 p, .Maps .photo-gallary p, .Maps .product-gallary p, .Maps .Order-gallary p, .Maps .product-gallary2 p {
  height: auto;
  color: #313131;
  text-align: left;
  padding: 0 0.5em 1em 0.8em;
  overflow: hidden;
}
.photo .product-gallary, .photo .Order-gallary, .photo .Order-gallary, .photo .product-gallary2, .Order .product-gallary, .Order .Order-gallary, .Order .Order-gallary, .Order .product-gallary2, .Maps .product-gallary, .Maps .Order-gallary, .Maps .Order-gallary, .Maps .product-gallary2 {
  max-width: 45%;
  border: 0;
  background: none;
}
.photo .product-gallary h2, .photo .Order-gallary h2, .photo .Order-gallary h2, .photo .product-gallary2 h2, .Order .product-gallary h2, .Order .Order-gallary h2, .Order .Order-gallary h2, .Order .product-gallary2 h2, .Maps .product-gallary h2, .Maps .Order-gallary h2, .Maps .Order-gallary h2, .Maps .product-gallary2 h2 {
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.5em 0;
  color: #313131;
}
.photo .product-gallary h2 span, .photo .Order-gallary h2 span, .photo .Order-gallary h2 span, .photo .product-gallary2 h2 span, .Order .product-gallary h2 span, .Order .Order-gallary h2 span, .Order .Order-gallary h2 span, .Order .product-gallary2 h2 span, .Maps .product-gallary h2 span, .Maps .Order-gallary h2 span, .Maps .Order-gallary h2 span, .Maps .product-gallary2 h2 span {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.photo .product-gallary table, .photo .Order-gallary table, .photo .Order-gallary table, .photo .product-gallary2 table, .Order .product-gallary table, .Order .Order-gallary table, .Order .Order-gallary table, .Order .product-gallary2 table, .Maps .product-gallary table, .Maps .Order-gallary table, .Maps .Order-gallary table, .Maps .product-gallary2 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: hide;
  background: white;
  margin: 0.5em 0;
}
.photo .product-gallary th, .photo .Order-gallary th, .photo .product-gallary td, .photo .Order-gallary td, .photo .Order-gallary th, .photo .Order-gallary td, .photo .product-gallary2 th, .photo .product-gallary2 td, .Order .product-gallary th, .Order .Order-gallary th, .Order .product-gallary td, .Order .Order-gallary td, .Order .Order-gallary th, .Order .Order-gallary td, .Order .product-gallary2 th, .Order .product-gallary2 td, .Maps .product-gallary th, .Maps .Order-gallary th, .Maps .product-gallary td, .Maps .Order-gallary td, .Maps .Order-gallary th, .Maps .Order-gallary td, .Maps .product-gallary2 th, .Maps .product-gallary2 td {
  white-space: nowrap;
  border: 1px solid #e2e2e2;
  padding: 1em;
  vertical-align: top;
}
.photo .product-gallary .wsout, .photo .Order-gallary .wsout, .photo .Order-gallary .wsout, .photo .product-gallary2 .wsout, .Order .product-gallary .wsout, .Order .Order-gallary .wsout, .Order .Order-gallary .wsout, .Order .product-gallary2 .wsout, .Maps .product-gallary .wsout, .Maps .Order-gallary .wsout, .Maps .Order-gallary .wsout, .Maps .product-gallary2 .wsout {
  white-space: normal;
}
.photo .product-gallary .thRde, .photo .Order-gallary .thRde, .photo .Order-gallary .thRde, .photo .product-gallary2 .thRde, .Order .product-gallary .thRde, .Order .Order-gallary .thRde, .Order .Order-gallary .thRde, .Order .product-gallary2 .thRde, .Maps .product-gallary .thRde, .Maps .Order-gallary .thRde, .Maps .Order-gallary .thRde, .Maps .product-gallary2 .thRde {
  color: white;
  font-weight: 700;
  background: #c8000a;
}
.photo .product-gallary .tdRde, .photo .Order-gallary .tdRde, .photo .Order-gallary .tdRde, .photo .product-gallary2 .tdRde, .Order .product-gallary .tdRde, .Order .Order-gallary .tdRde, .Order .Order-gallary .tdRde, .Order .product-gallary2 .tdRde, .Maps .product-gallary .tdRde, .Maps .Order-gallary .tdRde, .Maps .Order-gallary .tdRde, .Maps .product-gallary2 .tdRde {
  color: #c8000a;
  font-weight: 700;
  text-align: center;
}
.photo .product-gallary th, .photo .Order-gallary th, .photo .Order-gallary th, .photo .product-gallary2 th, .Order .product-gallary th, .Order .Order-gallary th, .Order .Order-gallary th, .Order .product-gallary2 th, .Maps .product-gallary th, .Maps .Order-gallary th, .Maps .Order-gallary th, .Maps .product-gallary2 th {
  text-align: center;
  font-weight: 700;
  background: #ffb23d;
}
.photo .product-gallary td, .photo .Order-gallary td, .photo .Order-gallary td, .photo .product-gallary2 td, .Order .product-gallary td, .Order .Order-gallary td, .Order .Order-gallary td, .Order .product-gallary2 td, .Maps .product-gallary td, .Maps .Order-gallary td, .Maps .Order-gallary td, .Maps .product-gallary2 td {
  text-align: left;
  font-size: 14px;
}
.photo .product-gallary .td-gray, .photo .Order-gallary .td-gray, .photo .Order-gallary .td-gray, .photo .product-gallary2 .td-gray, .Order .product-gallary .td-gray, .Order .Order-gallary .td-gray, .Order .Order-gallary .td-gray, .Order .product-gallary2 .td-gray, .Maps .product-gallary .td-gray, .Maps .Order-gallary .td-gray, .Maps .Order-gallary .td-gray, .Maps .product-gallary2 .td-gray {
  background: #eeeeee;
}
.photo .product-gallary2, .Order .product-gallary2, .Maps .product-gallary2 {
  max-width: 92%;
}
.photo .product-gallary-2width, .Order .product-gallary-2width, .Maps .product-gallary-2width {
  width: 100%;
}
.photo .Order-gallary, .Order .Order-gallary, .Maps .Order-gallary {
  max-width: 100%;
}

.photoBG {
  background: #fff5de url("../images/title_bg.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 2.8em;
}
.photoBG h1 {
  margin-bottom: 1em;
}

.Order-Bottom {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #fff5de;
}

.Order-Bottom-BG {
  background: url("../images/topBg.png");
  background-size: cover;
}

.footer {
  width: 100%;
  padding-bottom: 1.5em;
  background: #ac0007;
  border-top: 1px solid #ffb23d;
}
.footer .footer-content {
  width: 960px;
  padding: 1em;
  padding-top: 0;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.footer .footer-logo {
  display: inline-block;
  vertical-align: top;
  padding: 1em 3em 0 0;
}
.footer .footer-logo .footer-logo-facebook {
  display: block;
  margin-top: 0.5em;
  padding: 0;
}
.footer .footer-text {
  display: inline-block;
  vertical-align: top;
  color: white;
  text-align: left;
}
.footer .footer-text h1 {
  font-size: 1.5em;
  line-height: 3em;
  font-weight: 700;
}
.footer .footer-text p {
  font-size: 16px;
}
.footer .footer-text a {
  color: white;
}

.footmenu {
  background: none;
  border-top: none;
}
.footmenu li a {
  font-size: 14px;
  text-decoration: underline;
}

#slider {
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  min-width: 533px;
  height: 260px;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  max-width: 70%;
  height: 260px;
  text-align: center;
}

/* RWD */
@media screen and (max-width: 768px) {
  /* 當螢幕尺寸 小於 768px 執行 */
  .header {
    width: 100%;
    height: 150px;
    background: url("../images/index_01.png") no-repeat left top;
    background-size: cover;
  }

  a.resToggle {
    width: 100%;
    display: block;
    padding: 1em 0;
    color: white;
    font-size: 1em;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    background: #ac0007;
    border-top: 1px solid #ffb23d;
  }

  .menu {
    display: none;
    height: auto;
    border-top: 1px solid #ffb23d;
  }
  .menu.active {
    display: block;
  }
  .menu li {
    width: 100%;
    display: block;
  }
  .menu li a {
    display: block;
    padding: 0.8em 0em;
    line-height: 2em;
    color: white;
    text-decoration: none;
    font-weight: 700;
  }
  .menu li a span {
    position: static;
    text-decoration: none;
    font-size: 1em;
  }
  .menu li a span::before {
    content: " / ";
  }
  .menu li a:hover {
    color: #ffb23d;
    border-top: none;
  }

  .about, .landscape {
    width: 100%;
    background: none;
    background: #fff5de;
    padding: 0.5em;
  }
  .about h1, .landscape h1 {
    font-size: 1.5em;
  }
  .about h2, .landscape h2 {
    font-size: 1.2em;
  }
  .about h1, .about h2, .landscape h1, .landscape h2 {
    line-height: 1.8em;
  }
  .about p, .landscape p {
    padding: 0 1em;
  }
  .about .about-content, .about .landscape-content, .landscape .about-content, .landscape .landscape-content {
    padding: 1em 0;
    text-align: center;
    width: 100%;
  }
  .about .about-content-text, .landscape .about-content-text {
    padding: 1em 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  .about .about-content-img, .landscape .about-content-img {
    padding: 1em 0;
    float: none;
    width: 100%;
  }
  .about .about-content-img img, .landscape .about-content-img img {
    width: 100%;
  }

  .landscape {
    background: white;
  }
  .landscape .landscape-content-text {
    padding: 1em 0;
    float: none;
    width: 100%;
  }
  .landscape .landscape-content-img {
    padding: 1em 0;
    float: none;
    width: 100%;
    height: 250px;
    text-align: center;
  }
  .landscape .landscape-content-img img {
    max-width: 100%;
    max-height: 100%;
  }

  .Interview, .Farm {
    width: 100%;
    background: #fff5de;
    padding: 1.5em 0.5em;
  }
  .Interview h1, .Farm h1 {
    font-size: 1.5em;
  }
  .Interview h2, .Farm h2 {
    font-size: 1.2em;
  }
  .Interview h1, .Interview h2, .Farm h1, .Farm h2 {
    line-height: 1.8em;
  }
  .Interview p, .Farm p {
    text-align: left;
    padding: 0 1em;
  }
  .Interview .Interview-stext, .Farm .Interview-stext {
    text-align: center;
  }

  .photo, .Order, .Maps {
    width: 100%;
  }
  .photo .photo-gallary, .photo .product-gallary, .photo .Order-gallary, .photo .product-gallary2, .Order .photo-gallary, .Order .product-gallary, .Order .Order-gallary, .Order .product-gallary2, .Maps .photo-gallary, .Maps .product-gallary, .Maps .Order-gallary, .Maps .product-gallary2 {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .photo .photo-gallary p, .photo .product-gallary p, .photo .Order-gallary p, .photo .product-gallary2 p, .Order .photo-gallary p, .Order .product-gallary p, .Order .Order-gallary p, .Order .product-gallary2 p, .Maps .photo-gallary p, .Maps .product-gallary p, .Maps .Order-gallary p, .Maps .product-gallary2 p {
    height: auto;
    font-size: 16px;
    text-align: left;
  }
  .photo .product-gallary, .photo .Order-gallary, .photo .Order-gallary, .Order .product-gallary, .Order .Order-gallary, .Order .Order-gallary, .Maps .product-gallary, .Maps .Order-gallary, .Maps .Order-gallary {
    max-width: 100%;
  }
  .photo .product-gallary td, .photo .Order-gallary td, .photo .Order-gallary td, .Order .product-gallary td, .Order .Order-gallary td, .Order .Order-gallary td, .Maps .product-gallary td, .Maps .Order-gallary td, .Maps .Order-gallary td {
    font-size: 16px;
  }
  .photo .Order-gallary, .Order .Order-gallary, .Maps .Order-gallary {
    max-width: 100%;
  }

  .photoBG {
    background: #fff5de;
  }

  .footer {
    padding-top: 2em;
    height: auto;
  }
  .footer .footer-content {
    width: 100%;
    padding: 0;
  }
  .footer .footer-logo {
    display: block;
    padding: 0;
  }
  .footer .footer-logo .footer-logo-facebook {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .footer .footer-text {
    padding: 0 2em;
    display: block;
    text-align: center;
  }
  .footer .footmenu {
    display: none;
  }

  #slider {
    min-width: 300px;
    height: 180px;
  }
}
.img-type {
  text-align: center;
  width: 90%;
}
