.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.inline-block {
  display: inline-block;
}
body {
  font-family: Roboto;
  font-size: 13px;
  min-width: 320px;
}
body.desktop .container {
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.desktop .container .conteiner-resize {
  max-width: 990px;
  margin: auto;
  width: 100%;
  position: relative;
}
body.desktop header,
body.desktop #content,
body.desktop footer {
  width: 100%;
  float: left;
  position: relative;
}
body.desktop .mobile-header {
  display: none;
  width: 100%;
}
body.desktop .menu-mobile {
  display: none;
}
body.desktop header {
  display: block;
  max-width: 359px;
  height: 849px;
  background: url(img/header-bg.png) no-repeat;
  position: absolute;
  z-index: 150;
  left: -150px;
}
body.desktop header .logo {
  background: url(img/logo.png) no-repeat;
  min-width: 103px;
  min-height: 103px;
  position: absolute;
  top: 33px;
  right: 11%;
}
body.desktop header .menu {
  width: 220px;
  position: absolute;
  top: 170px;
  right: 0;
  text-align: center;
}
body.desktop header .menu > * {
  margin-top: 10px;
}
body.desktop header .menu .menu-map {
  display: inline-block;
  float: left;
  width: 100%;
}
body.desktop header .menu .menu-map .menu-title-en {
  width: 56%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
  margin-right: 2%;
}
body.desktop header .menu .menu-map .menu-title-zh {
  width: 40%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  text-align: left;
  margin-left: 2%;
}
body.desktop header .menu .menu-line {
  display: inline-block;
  background: #a9b3a1;
  width: 138px;
  height: 1px;
}
body.desktop #content {
  min-height: 500px;
}
body.desktop footer {
  width: 100%;
  height: 70px;
  z-index: 250;
  background: #e0e0e0;
}
body.desktop footer *,
body.desktop footer *:hover,
body.desktop footer *:link,
body.desktop footer *:visited {
  color: #5d5d5d;
}
body.desktop footer .footer-link a {
  margin-top: 30px;
  margin: 0 5px;
}
body.desktop footer .footer-copyright {
  margin-top: 30px;
  margin-left: 49%;
  font-weight: bold;
  z-index: 200;
  position: relative;
}
body.tablet .container {
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.tablet .container .conteiner-resize {
  max-width: 990px;
  margin: auto;
  width: 100%;
  position: relative;
}
body.tablet header,
body.tablet #content,
body.tablet footer {
  width: 100%;
  float: left;
  position: relative;
}
body.tablet .mobile-header,
body.tablet .menu-mobile {
  display: none;
}
body.tablet header {
  display: block;
  max-width: 359px;
  height: 849px;
  background: url(img/header-bg.png) no-repeat;
  position: absolute;
  z-index: 150;
  left: -150px;
}
body.tablet header .logo {
  background: url(img/logo.png) no-repeat;
  min-width: 103px;
  min-height: 103px;
  position: absolute;
  top: 33px;
  right: 11%;
}
body.tablet header .menu {
  width: 220px;
  position: absolute;
  top: 170px;
  right: 0;
  text-align: center;
}
body.tablet header .menu > * {
  margin-top: 10px;
}
body.tablet header .menu .menu-map {
  display: inline-block;
  float: left;
  width: 100%;
}
body.tablet header .menu .menu-map .menu-title-en {
  width: 56%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
  margin-right: 2%;
}
body.tablet header .menu .menu-map .menu-title-zh {
  width: 40%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  text-align: left;
  margin-left: 2%;
}
body.tablet header .menu .menu-line {
  display: inline-block;
  background: #a9b3a1;
  width: 138px;
  height: 1px;
}
body.tablet #content {
  min-height: 500px;
}
body.tablet footer {
  width: 100%;
  height: 70px;
  z-index: 250;
  background: #e0e0e0;
}
body.tablet footer *,
body.tablet footer *:hover,
body.tablet footer *:link,
body.tablet footer *:visited {
  color: #5d5d5d;
}
body.tablet footer .footer-link a {
  margin-top: 30px;
  margin: 0 5px;
}
body.tablet footer .footer-copyright {
  margin-top: 30px;
  margin-left: 49%;
  font-weight: bold;
  z-index: 200;
  position: relative;
}
body.mobile .container {
  max-width: 1300px;
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}
body.mobile .container .conteiner-resize {
  max-width: 990px;
  margin: auto;
  width: 100%;
  position: relative;
}
body.mobile header,
body.mobile #content,
body.mobile footer {
  width: 100%;
  float: left;
  position: relative;
}
body.mobile .mobile-header {
  display: block;
  width: 100%;
  height: 157px;
}
body.mobile .mobile-header .menu-btn {
  width: 68px;
  height: 68px;
  background: url(img/menu-button.png) no-repeat bottom;
  position: absolute;
  right: 5%;
  top: 25px;
  cursor: pointer;
}
body.mobile .mobile-header .logo {
  background: url(img/logo.png) no-repeat bottom;
  width: 103px;
  height: 103px;
  margin: auto auto auto auto;
  padding-top: 25px;
  display: block;
}
body.mobile .menu-mobile.in {
  display: none;
}
body.mobile .menu-mobile.out {
  display: block;
  width: 100%;
  height: 165px;
  text-align: center;
  margin-bottom: 28px;
}
body.mobile .menu-mobile.out > * {
  margin-top: 10px;
  text-align: center;
}
body.mobile .menu-mobile.out .menu-map {
  display: inline-block;
  width: 100%;
}
body.mobile .menu-mobile.out .menu-map .menu-title-en {
  width: 47%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
}
body.mobile .menu-mobile.out .menu-map .menu-title-zh {
  width: 47%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  text-align: left;
  margin-left: 5%;
}
body.mobile .menu-mobile.out .menu-line {
  background: #a9b3a1;
  width: 138px;
  height: 1px;
  display: inline-block;
}
body.mobile header {
  display: none;
  width: 100%;
  height: 157px;
  position: absolute;
  z-index: 1200;
  right: 784px;
}
body.mobile header .logo {
  background: url(img/logo.png) no-repeat;
  min-width: 103px;
  min-height: 103px;
  position: absolute;
  top: 33px;
  right: 11%;
}
body.mobile header .menu {
  width: 220px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
body.mobile header .menu > * {
  margin-top: 10px;
}
body.mobile header .menu .menu-map {
  display: inline-block;
  float: left;
  width: 100%;
}
body.mobile header .menu .menu-map .menu-title-en {
  width: 56%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-size: 14px;
  text-align: right;
  margin-right: 2%;
}
body.mobile header .menu .menu-map .menu-title-zh {
  width: 40%;
  float: left;
  color: #3a6220;
  line-height: 20px;
  font-family: "Microsoft JhengHei";
  font-size: 14px;
  text-align: left;
  margin-left: 2%;
}
body.mobile header .menu .menu-line {
  display: inline-block;
  background: #a9b3a1;
  width: 138px;
  height: 1px;
}
body.mobile #content {
  min-height: 500px;
}
body.mobile footer {
  width: 100%;
  height: 70px;
  z-index: 250;
  background: #e0e0e0;
  text-align: center;
}
body.mobile footer *,
body.mobile footer *:hover,
body.mobile footer *:link,
body.mobile footer *:visited {
  margin-top: 30px;
  color: #5d5d5d;
}
body.mobile footer .footer-link a {
  margin: auto;
}
body.mobile footer .footer-copyright {
  margin: auto;
  font-weight: bold;
}
body .bg {
  background: url(img/bg_bottom_gradient.png) repeat-x bottom;
  position: absolute;
  z-index: -20;
  height: 50%;
  width: 100%;
  bottom: 0;
}
body #content {
  padding-bottom: 40px;
}
body #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  right: 324px;
}
body #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body #content .page-title .en-text * {
  display: inline-block;
}
body #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body #content .page-title .zh-text .left {
  font-size: 30px;
}
body #content .page-title .zh-text .right {
  font-size: 22px;
}
body #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  text-align: right;
}
body #content .contact .space {
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body #content .contact-resize {
  width: 696px;
  display: inline-block;
  text-align: left;
}
body #content .contact #map {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
body #content .contact #mobile_map {
  width: 696px;
  height: 275px;
  display: none;
}
body #content .contact #mobile_map img {
  width: 100%;
  height: 100%;
}
body #content .contact .star {
  float: left;
  color: #1b3207;
}
body #content .contact-form {
  margin-top: 20px;
}
body #content .contact-form .row {
  width: 100%;
  margin-top: 13px;
}
body #content .contact-form .row .col {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
body #content .contact-form .row .col .label {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}
body #content .contact-form .row .col .row-mid {
  display: inline-block;
  vertical-align: top;
  width: 0.7%;
}
body #content .contact-form .row .col .input {
  display: inline-block;
  vertical-align: top;
  width: 68.3%;
  height: 34px;
  border: 1px solid #c5c5c5;
}
body #content .contact-form .row .col .input input {
  width: 96%;
  height: 100%;
  border: none;
  padding: 0 2%;
}
body #content .contact-form .row .col .input input.error {
  background: #b9c2af;
}
body #content .contact-form .row .col .input.buttom {
  border: none;
}
body #content .contact-form .row .col .input.error-message-container {
  margin-top: 10px;
  border: none;
}
body #content .contact-form .row .col .input.error-message-container .error-message,
body #content .contact-form .row .col .input.error-message-container .en-error-message {
  color: #1b3207;
}
body #content .contact-form .row .col .textarea {
  display: inline-block;
  vertical-align: top;
  width: 68.3%;
  height: 131px;
  border: 1px solid #c5c5c5;
}
body #content .contact-form .row .col .textarea textarea {
  width: 96%;
  height: 96%;
  border: none;
  padding: 2%;
  resize: none;
}
body #content .contact-form .row .col .textarea textarea.error {
  background: #b9c2af;
}
body #content .contact-form .row .col >.first {
  margin-top: 0;
}
body #content .contact-form .row.submit {
  float: left;
  min-width: auto;
}
body #content .contact-form .row.submit button {
  float: left;
  width: 47.5%;
  height: 36px;
  color: #f2f2f2;
  font-weight: bold;
}
body #content .contact-form .row.submit #submit {
  background-color: #5d8331;
}
body #content .contact-form .row.submit #reset {
  margin-left: 5%;
  background-color: #8c8c8c;
}
body .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
  z-index: -10;
}
body.tablet .bg {
  background: url(img/bg_bottom_gradient.png) repeat-x bottom;
  position: absolute;
  z-index: -20;
  height: 50%;
  width: 100%;
  bottom: 0;
}
body.tablet #content {
  padding-bottom: 40px;
}
body.tablet #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  left: -152px;
}
body.tablet #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body.tablet #content .page-title .en-text * {
  display: inline-block;
}
body.tablet #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body.tablet #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body.tablet #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body.tablet #content .page-title .zh-text .left {
  font-size: 30px;
}
body.tablet #content .page-title .zh-text .right {
  font-size: 22px;
}
body.tablet #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body.tablet #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body.tablet #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  text-align: right;
}
body.tablet #content .contact .space {
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body.tablet #content .contact-resize {
  float: left;
  margin-left: 30%;
  display: inline-block;
  text-align: left;
}
body.tablet #content .contact #map {
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
body.tablet #content .contact #mobile_map {
  width: 696px;
  height: 275px;
  display: none;
}
body.tablet #content .contact #mobile_map img {
  width: 100%;
  height: 100%;
}
body.tablet #content .contact .star {
  float: left;
  color: #1b3207;
}
body.tablet #content .contact-form .row {
  float: left;
  width: 100%;
  margin-top: 13px;
}
body.tablet #content .contact-form .row .col {
  width: 100%;
  margin-top: 13px;
}
body.tablet .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
  z-index: -10;
}
body.mobile #content {
  padding-bottom: 40px;
}
body.mobile #content .page-title {
  background: url(img/contact/left_top_bg.png) no-repeat;
  width: 820px;
  height: 822px;
  position: absolute;
  left: -358px;
}
body.mobile #content .page-title .en-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 70px;
  left: 400px;
  font-weight: bold;
  font-size: 13px;
}
body.mobile #content .page-title .en-text * {
  display: inline-block;
}
body.mobile #content .page-title .en-text .title-triangle {
  background: url(img/title_triangle.png) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
body.mobile #content .page-title .zh-text {
  position: absolute;
  z-index: 2000;
  color: #FFFFFF;
  top: 87px;
  left: 445px;
  font-weight: bold;
}
body.mobile #content .page-title .zh-text * {
  display: inline-block;
  font-family: "Microsoft JhengHei";
}
body.mobile #content .page-title .zh-text .left {
  font-size: 30px;
}
body.mobile #content .page-title .zh-text .right {
  font-size: 22px;
}
body.mobile #content .right-top {
  position: absolute;
  right: 169px;
  top: 44px;
  background: url(img/right_top.png) no-repeat;
  width: 79px;
  height: 79px;
}
body.mobile #content .right-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
body.mobile #content .contact {
  width: 100%;
  margin-top: 136px;
  position: relative;
  z-index: 1100;
  text-align: right;
}
body.mobile #content .contact .space {
  display: none;
  z-index: -20;
  position: absolute;
  left: 0;
  right: 696px;
}
body.mobile #content .contact-resize {
  width: 100%;
  display: inline-block;
  text-align: left;
}
body.mobile #content .contact-resize .editor {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
body.mobile #content .contact #map {
  display: none;
}
body.mobile #content .contact #mobile_map {
  width: 100%;
  height: auto;
  display: block;
}
body.mobile #content .contact #mobile_map img {
  width: 100%;
}
body.mobile #content .contact .star {
  float: left;
  color: #1b3207;
}
body.mobile #content .contact-form .row {
  float: left;
  width: 100%;
  margin-top: 13px;
}
body.mobile #content .contact-form .row .col {
  width: 100%;
  margin-top: 13px;
}
body.mobile .right-bot {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(img/Stick_footer_triangle.png) no-repeat;
  width: 485px;
  height: 485px;
}
