body {
  font-size: 12px;
  position: relative;
  color: #666;
}
body * {
  font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
}
.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* slider set */
.flexslider .flex-direction-nav a {
  width: 40px;
  height: 60px;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav {
  height: 13px;
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.flexslider .flex-control-nav li {
  margin: 0 4px;
}
.flexslider .flex-control-nav li a {
  width: 11px;
  height: 11px;
  border: 1px #fff solid;
  background: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flexslider .flex-control-nav li a.flex-active {
  width: 15px;
  height: 15px;
  border: 3px #437C45 solid;
  background: #fff;
}
.flexslider.no-pager .flex-control-nav {
  display: none!important;
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile,
  .tablet {
    display: none!important;
  }
  .wrap {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto;
  }
  body {
    padding: 134px 0 0;
    background: url(../images/bg.png) bottom center no-repeat, url(../images/bg.jpg) center top;
  }
  .w1400 {
    max-width: 1400px;
  }
  header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header.header .header-top {
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    background: #437C45;
    text-align: right;
  }
  header.header .header-top ul {
    list-style: none;
  }
  header.header .header-top ul li {
    display: inline-block;
  }
  header.header .header-top ul li a {
    color: #fff;
    display: inline-block;
  }
  header.header .header-top ul li a i,
  header.header .header-top ul li a span {
    display: inline;
  }
  header.header .header-top ul li a i {
    margin-right: 7px;
    font-weight: bold;
  }
  header.header .header-top ul li a:hover span {
    text-decoration: underline;
  }
  header.header .header-top ul li + li {
    margin-left: 15px;
  }
  header.header .top {
    background: url(../images/header_bg.jpg) repeat-x;
  }
  header.header .top .wrap {
    height: 98px;
    position: relative;
  }
  header.header .top .wrap a.logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .wrap {
    position: relative;
  }
  header.header .wrap #menu {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  header.header .wrap #menu #menu-wrap ul {
    list-style: none;
  }
  header.header .wrap #menu #menu-wrap ul li {
    float: left;
  }
  header.header .wrap #menu #menu-wrap ul li a {
    display: block;
    font-size: 18px;
    color: #666;
    letter-spacing: 2px;
    padding: 37px 0;
    height: 98px;
    position: relative;
  }
  header.header .wrap #menu #menu-wrap ul li a:after {
    content: '';
    display: block;
    height: 27px;
    width: 1px;
    background: #B39B4A;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
  }
  header.header .wrap #menu #menu-wrap ul li:hover a,
  header.header .wrap #menu #menu-wrap ul li.current a {
    color: #B39B4A;
  }
  header.header .wrap #menu #menu-wrap ul li:hover a:after,
  header.header .wrap #menu #menu-wrap ul li.current a:after {
    display: block;
  }
  header.header .wrap #menu #menu-wrap ul li + li {
    margin-left: 30px;
  }
  .index-top {
    padding: 50px 0;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 50px;
  }
  .index-top .row .title {
    font-size: 21px;
    color: #B39B4A;
    font-weight: bold;
  }
  .index-top .row .index-news {
    width: 50%;
    padding-right: 40px;
    float: left;
  }
  .index-top .row .index-news .title {
    margin-bottom: 15px;
  }
  .index-top .row .index-news ul {
    list-style: none;
  }
  .index-top .row .index-news ul li a {
    font-size: 17px;
    color: #666;
  }
  .index-top .row .index-news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-news ul li a span + span {
    width: calc(100% - 95px);
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-top .row .index-news ul li + li {
    margin-top: 10px;
  }
  .index-top .row .index-links {
    width: 50%;
    float: left;
    padding-top: 10px;
    border-left: 1px #dbdbdb solid;
  }
  .index-top .row .index-links .row .col:first-child {
    padding: 0 40px 0 30px;
  }
  .index-top .row .index-links .row .col:first-child .title {
    padding: 0 0 15px;
  }
  .index-top .row .index-links .row .col:first-child ul {
    list-style-position: inside;
  }
  .index-top .row .index-links .row .col:first-child ul li a {
    font-size: 16px;
    color: #666;
  }
  .index-top .row .index-links .row .col:first-child ul li + li {
    margin-top: 10px;
  }
  .index-top .row .index-links .row .col + .col {
    width: calc(100% - 222px);
  }
  .index-top .row .index-links .row .col + .col a {
    display: inline-block;
    color: #666;
  }
  .index-top .row .index-links .row .col + .col a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-links .row .col + .col a span img {
    height: 48px;
  }
  .index-top .row .index-links .row .col + .col a span p {
    font-size: 16px;
  }
  .index-top .row .index-links .row .col + .col a span p:first-child {
    font-weight: bold;
    color: #B39B4A;
  }
  .index-top .row .index-links .row .col + .col a span p + p {
    margin-top: 3px;
  }
  .index-top .row .index-links .row .col + .col a span i {
    font-weight: bold;
    margin-left: 10px;
  }
  .index-top .row .index-links .row .col + .col a span + span {
    margin-left: 15px;
  }
  .index-top .row .index-links .row .col + .col a + a {
    margin-left: 20px;
  }
  .index-top .row .index-links .row .col + .col a.first i {
    color: #437C45;
  }
  .index-top .row .index-links .row .col + .col a.mid i {
    color: #C4B83D;
  }
  .index-top .row .index-links .row .col + .col a.last {
    font-size: 16px;
    margin: 15px 0 0;
    color: #666;
  }
  .index-top .row .slogan {
    border-top: 1px #dbdbdb solid;
    text-align: center;
    padding: 30px 0 10px;
    margin-top: 25px;
  }
  .index-top .row .slogan p:first-child {
    font-size: 21px;
    color: #437C45;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 4px;
  }
  .index-top .row .slogan p:first-child img {
    height: 15px;
  }
  .index-top .row .slogan p:first-child .left {
    margin: -15px 20px 0 0;
  }
  .index-top .row .slogan p:first-child .right {
    margin: -15px 0 0 20px;
  }
  .index-top .row .slogan p + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .more {
    margin-top: 20px;
  }
  .more a {
    display: inline-block;
    font-size: 16px;
    color: #B39B4A;
    padding: 3px 20px;
    border-left: 1px #B39B4A solid;
    border-right: 1px #B39B4A solid;
  }
  .index-block .row {
    margin: 0 -22px;
  }
  .index-block .row .col {
    width: 33.33333333%;
    padding: 0 22px;
  }
  .index-block .row .col img {
    width: 100%;
  }
  .index-block .row .col .title {
    font-size: 21px;
    color: #437C45;
    font-weight: bold;
    padding: 25px 0 15px;
  }
  .index-block .row .col p {
    font-size: 15px;
  }
  footer.footer {
    border: 1px #B39B4A solid;
    margin-top: 60px;
  }
  footer.footer > .row {
    position: relative;
    padding-right: 350px;
  }
  footer.footer > .row .col:first-child {
    position: absolute;
    width: 350px;
    height: 100%;
    right: 0;
    top: 0;
    background: #437C45;
  }
  footer.footer > .row .col:first-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  footer.footer > .row .col + .col {
    width: 100%;
    text-align: center;
    padding: 40px 60px 50px;
    background: #fff url(../images/footer_bg.png) right center no-repeat;
  }
  footer.footer > .row .col + .col .blocks {
    display: inline-block;
    text-align: left;
  }
  footer.footer > .row .col + .col .blocks .title {
    font-size: 18px;
    font-weight: bold;
    color: #B39B4A;
  }
  footer.footer > .row .col + .col .blocks .title:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #B39B4A;
    margin: 15px 0;
  }
  footer.footer > .row .col + .col .blocks p {
    line-height: 2.2;
    font-size: 12px;
  }
  footer.footer > .row .col + .col .blocks p a {
    color: #666;
  }
  footer.footer > .row .col + .col .blocks + .blocks {
    margin-left: 100px;
  }
  footer.footer > .row .col + .col .copyright {
    padding-top: 10px;
    border-top: 1px #dbdbdb solid;
    text-align: left;
    margin-top: 40px;
  }
  #goTop {
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
  }
  #goTop img {
    height: 47px;
  }
  #fixed {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: rgba(67, 124, 69, 0.95);
    z-index: 999;
  }
  #fixed a {
    padding: 20px 15px;
    display: block;
    position: relative;
  }
  #fixed a img {
    height: 40px;
  }
  #fixed a img.height-auto {
    height: 60px;
  }
  #fixed a.current {
    background: #C4B83D;
  }
  #fixed a + a:before {
    content: '';
    display: inline-block;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
  }
  #fixed .blcok-content {
    border: 5px #C4B83D solid;
    background: #fff;
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    padding: 10px;
    width: 450px;
    z-index: 99;
  }
  #fixed #block1 {
    text-align: center;
  }
  #fixed #block1 .row {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #fixed #block1 .row .col {
    display: inline-block;
    float: none;
  }
  #fixed #block1 .row .col a img {
    height: 135px;
  }
  #fixed #block1 .row .col a p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
  }
  #fixed #block1 .row .col + .col {
    margin-left: 40px;
  }
  #fixed #block2 table {
    width: 100%;
    border-collapse: collapse;
  }
  #fixed #block2 .table1 tr td {
    padding: 2px 5px;
  }
  #fixed #block2 .table1 tr:first-child td {
    width: 50%;
  }
  #fixed #block2 .table1 tr:first-child td:first-child {
    font-size: 15px;
    color: #437C45;
  }
  #fixed #block2 .table1 tr + tr td:nth-child(2n) {
    color: #437C45;
  }
  #fixed #block2 .table1 tr:nth-child(2n) {
    background: #F2F2F2;
  }
  #fixed #block2 .table2 {
    margin-top: 20px;
  }
  #fixed #block2 .table2 tr td {
    padding: 2px 5px;
    border: 1px #f4f4f4 solid;
  }
  #fixed #block2 .table2 tr .rate {
    color: #437C45;
  }
  #fixed #block2 .table2 tr:first-child td {
    padding: 5px;
  }
  #fixed #block2 .table2 tr:first-child td:first-child {
    color: #437C45;
    border-top: 0;
    border-left: 0;
  }
  #fixed #block2 .table2 tr td.type {
    vertical-align: bottom;
    color: #437C45;
    background: #000;
    background: #F2F2F2;
  }
  /* about */
  .breadcrumbs {
    font-size: 14px;
    padding: 20px 0;
  }
  .breadcrumbs a {
    color: #B39B4A;
  }
  .breadcrumbs i {
    margin: 0 3px 0 8px;
  }
  .col-2 .row .left {
    width: 220px;
    float: left;
  }
  .col-2 .row .left .left-menu {
    border: 1px #B39B4A solid;
    padding: 4px;
  }
  .col-2 .row .left .left-menu > ul {
    list-style: none;
  }
  .col-2 .row .left .left-menu > ul > li > a {
    font-size: 16px;
    display: block;
    background: #B39B4A;
    color: #fff;
    font-weight: bold;
    padding: 15px;
  }
  .col-2 .row .left .left-menu > ul > li > a i {
    margin-right: 10px;
  }
  .col-2 .row .left .left-menu > ul > li ul {
    list-style: none;
    padding: 10px 15px 15px 25px;
  }
  .col-2 .row .left .left-menu > ul > li ul li {
    display: block;
    padding: 5px 0 5px 12px;
    border-left: 1px #d2c899 solid;
    position: relative;
    font-size: 15px;
  }
  .col-2 .row .left .left-menu > ul > li ul li a {
    color: #939393;
    font-weight: bold;
  }
  .col-2 .row .left .left-menu > ul > li ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: bold;
    display: none;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current {
    border-left: 0;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current a {
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current i {
    display: block;
    font-weight: bold;
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li:last-child {
    padding-bottom: 0;
  }
  .col-2 .row .left .left-menu > ul > li.current > a {
    background: #c3b479;
  }
  .col-2 .row .left .left-menu > ul > li + li {
    margin-top: 2px;
  }
  .col-2 .row .right {
    width: calc(100% - 220px);
    padding-left: 60px;
    float: left;
  }
  .page-title {
    font-size: 21px;
    font-weight: bold;
    color: #B39B4A;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
    position: relative;
  }
  .page-title span {
    letter-spacing: 4px;
  }
  .article {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 40px;
    border-bottom: 1px #ddd solid;
  }
  /* attractions */
  .page-title .fb-api {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .attractions .img .row {
    margin: 0 -4px;
  }
  .attractions .img .row .col {
    width: 55.6%;
    padding: 0 4px;
  }
  .attractions .img .row .col + .col {
    width: 44.4%;
  }
  /* contact */
  .page-title .inquery {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 15px;
    background: #437c45;
    color: #fff;
    -webkit-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    -moz-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .page-title .inquery img {
    height: 16px;
    margin-right: 10px;
  }
  .contact {
    padding: 0 40px 20px;
    border-bottom: 1px #ddd solid;
  }
  .contact ul {
    list-style: none;
  }
  .contact ul li {
    padding: 12px 0;
  }
  .contact ul li a {
    font-size: 17px;
    color: #666;
  }
  .contact ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact ul li a span i:first-child {
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    padding: 2px 5px;
    background: #C4B83D;
    color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .contact ul li a span i + i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    max-width: 85%;
  }
  .contact ul li a span i.done {
    background: #6AA353;
  }
  .contact ul li a span:first-child {
    width: 130px;
  }
  .contact ul li a span + span {
    width: calc(100% - 130px);
  }
  .contact ul li:first-child {
    padding-top: 0;
  }
  .contact ul li + li {
    border-top: 1px #eee solid;
  }
  .pager {
    text-align: center;
    padding-top: 25px;
  }
  .pager .row {
    display: inline-block;
  }
  .pager a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    height: 26px;
  }
  .pager a.function {
    margin: 0 10px;
  }
  .pager a.function img {
    height: 10px;
    margin-top: 6.5px;
  }
  .pager a:not(.function) {
    color: #000;
    padding: 7px 15px;
    border-right: 1px #ddd solid;
  }
  .pager .function + .function + a {
    border-left: 1px #ddd solid;
  }
  .pager .function:nth-child(2) {
    margin-right: 20px;
  }
  .pager .function:nth-last-child(2) {
    margin-left: 20px;
  }
  .pager a.current {
    background: #C4B83D;
    color: #fff;
  }
  /* contact ask */
  .contact-ask {
    font-size: 16px;
  }
  .contact-ask .contact-form input[type=text],
  .contact-ask .contact-form input[type=email],
  .contact-ask .contact-form input[type=tel],
  .contact-ask .contact-form textarea {
    display: block;
    width: 100%;
    height: 52px;
    border: 0;
    border-bottom: 1px #d9d9d9 solid;
    outline: 0;
    position: relative;
    z-index: 2;
    background: 0;
    font-size: 16px;
  }
  .contact-ask .contact-form textarea {
    height: 150px;
  }
  .contact-ask .contact-form label {
    font-size: 16px;
    color: #515151;
    line-height: 52px;
  }
  .contact-ask .contact-form label span {
    color: #437C45;
    margin-left: 5px;
  }
  .contact-ask .contact-form .row {
    margin: 15px -30px 0;
  }
  .contact-ask .contact-form .row .col {
    width: 50%;
    padding: 0 30px;
  }
  .contact-ask .contact-form .row .col .inner {
    position: relative;
  }
  .contact-ask .contact-form .row .col .inner label {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-ask .contact-form .row .col .inner input:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .textarea {
    margin-top: 25px;
  }
  .contact-ask .contact-form .textarea .col {
    width: 100%;
  }
  .contact-ask .contact-form .textarea .col label {
    line-height: normal;
  }
  .contact-ask .contact-form .textarea .col textarea:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .code {
    text-align: left;
    padding-top: 10px;
  }
  .contact-ask .contact-form .code .col {
    width: 100%;
  }
  .contact-ask .contact-form .code .col .inner {
    display: block;
    width: 70%;
    float: left;
    position: relative;
  }
  .contact-ask .contact-form .code .col input {
    width: 250px;
  }
  .contact-ask .contact-form .code .col img {
    position: absolute;
    left: 270px;
    bottom: 0;
  }
  .contact-ask .contact-form .code .col .sent {
    float: right;
  }
  .contact-ask .contact-form .code .col .sent a {
    display: inline-block;
    width: 205px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #437C45;
    color: #fff;
    font-size: 18px;
    vertical-align: base;
    margin-top: 5px;
  }
  /* contact view */
  .contact-view {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 35px;
  }
  .contact-view .content {
    padding: 0 0 0 20px;
  }
  .contact-view .content .inner {
    min-height: 100px;
    font-size: 17px;
    -webkit-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    border: 1px #B39B4A solid;
    padding: 20px 40px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .contact-view .content .inner .title {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .contact-view .content .inner .text {
    line-height: 1.6;
  }
  .contact-view .content .inner .name {
    text-align: right;
    margin-top: 25px;
  }
  .contact-view .content .inner .name span {
    color: #B39B4A;
  }
  .contact-view .content .inner .arrow1 {
    position: absolute;
    top: 24px;
    left: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-left: 1px solid #B39B4A;
    border-bottom: 1px solid #B39B4A;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .contact-view .content .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #b39a4a transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .contact-view .ask .inner .title {
    color: #B39B4A;
    border-bottom: 1px #d2c89a solid;
  }
  .contact-view .content + .content {
    margin-top: 30px;
  }
  .contact-view .reply {
    padding: 0 20px 0 0;
  }
  .contact-view .reply .inner {
    -webkit-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    border: 1px #437C45 solid;
  }
  .contact-view .reply .inner .title {
    color: #437C45;
    border-bottom: 1px #9db698 solid;
  }
  .contact-view .reply .inner .arrow1 {
    -webkit-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    position: absolute;
    top: 24px;
    left: auto;
    right: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-right: 1px solid #437C45;
    border-bottom: 1px solid #437C45;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .contact-view .reply .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #437c45 transparent transparent transparent;
    left: 0;
    top: 0;
    right: auto;
  }
  .contact-view .reply .inner .name span {
    color: #437C45;
  }
  /* donwload */
  .download ul {
    list-style: none;
  }
  .download ul li {
    list-style: none;
    padding: 20px 0 20px 25px;
    border-bottom: 1px #ccc solid;
  }
  .download ul li > span {
    display: inline-block;
    vertical-align: middle;
  }
  .download ul li > span:first-child {
    font-size: 14px;
    padding: 2px 7px;
    background: #6AA353;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .download ul li > span + span {
    width: calc(100% - 220px);
    padding: 0 5px 0 20px;
  }
  .download ul li > span + span i {
    font-style: normal;
    font-size: 18px;
  }
  .download ul li > span + span i + i {
    margin-left: 20px;
  }
  .download ul li a {
    display: inline-block;
    vertical-align: middle;
  }
  .download ul li a img {
    height: 35px;
  }
  /* faq */
  .faq {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 24px;
  }
  .faq ul {
    list-style: none;
  }
  .faq ul li a {
    display: block;
    position: relative;
    padding: 12px 65px 12px 40px;
    font-size: 18px;
  }
  .faq ul li a img {
    position: absolute;
    height: 25px;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .faq ul li a span {
    color: #437C45;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
  }
  .faq ul li a span + span {
    color: #666;
    width: calc(100% - 70px);
  }
  /* faq view */
  .faq-view {
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .faq-view .title {
    font-size: 18px;
    font-weight: bold;
    color: #437C45;
    margin-bottom: 20px;
  }
  .faq-view .title span:first-child {
    margin-right: 15px;
  }
  .faq-view .text {
    line-height: 1.6;
  }
  .back {
    text-align: center;
  }
  .back a {
    display: inline-block;
    font-size: 16px;
    color: #B39B4A;
    padding: 6px 45px;
    border: 1px #d1c89b solid;
    margin-top: 25px;
  }
  /* fee */
  .fee {
    padding-bottom: 35px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .fee .title {
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    color: #437C45;
  }
  .fee .title span {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #666;
  }
  .fee .table {
    table-layout: fixed;
  }
  .fee .table .tr .td {
    padding: 10px 20px;
    border: 1px #dbdbdb solid;
    font-size: 18px;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    display: table;
  }
  .table .tr {
    display: table-row;
  }
  .table .tr .td {
    display: table-cell;
    vertical-align: middle;
  }
  /* financial auction */
  .page-title .tip {
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    right: 0;
    bottom: 15px;
    color: #666;
  }
  .financial-auction {
    padding: 0 40px;
  }
  .financial-auction .table {
    text-align: center;
  }
  .financial-auction .table .tr .td {
    padding: 20px 0;
    border-bottom: 1px #eee solid;
  }
  .financial-auction .table .title .td {
    font-size: 16px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-auction .table .tr + .tr .td {
    font-size: 17px;
    color: #666;
    padding: 15px 0;
  }
  /* financial-auction-view */
  .financial-auction-view {
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-auction-view .inner {
    background: #fff;
    border: 1px #9cb596 solid;
    padding: 25px 110px;
  }
  .financial-auction-view .inner .table .tr .td {
    padding: 15px 0 15px 40px;
  }
  .financial-auction-view .inner .table .tr .td:first-child {
    font-size: 16px;
    color: #437C45;
    font-weight: bold;
    width: 220px;
  }
  .financial-auction-view .inner .table .tr .td + .td {
    font-size: 17px;
  }
  .financial-auction-view .inner .table .tr + .tr .td {
    border-top: 1px #ececec solid;
  }
  .management {
    padding: 10px 0 0 30px;
  }
  .management li {
    list-style: none;
  }
  .management li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #437C45;
    margin-right: 10px;
  }
  .management li a {
    font-size: 18px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
  }
  .management li + li {
    margin-top: 20px;
  }
  /* rate */
  .financial-rate {
    padding: 0 40px;
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-rate table {
    width: 100%;
    border-collapse: collapse;
  }
  .financial-rate table .head1 td {
    font-size: 15px;
    padding: 10px 40px;
    background: #437C45;
    color: #fff;
  }
  .financial-rate table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .financial-rate table tr td:first-child {
    width: 40%;
    padding-left: 40px;
    font-weight: bold;
  }
  .financial-rate table tr td + td {
    width: 30%;
    text-align: center;
  }
  .financial-rate table .title td {
    font-size: 16px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-rate table tr + tr + tr td {
    font-size: 17px;
    border-top: 1px #eee solid;
  }
  .financial-rate table .head2 {
    text-align: center;
  }
  .financial-rate table .head2 td:first-child {
    background: #B39B4A;
    color: #fff;
    border-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* link */
  .link .row {
    padding: 0 25px 40px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .link .row .col {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .link .row .col a {
    display: block;
    text-align: center;
  }
  .link .row .col a img {
    width: 100%;
  }
  .link .row .col a p {
    font-size: 17px;
    color: #666;
    padding-top: 10px;
    min-height: 54px;
  }
  .link .row .col:nth-child(n+4) {
    margin-top: 40px;
  }
  /* map */
  .page-title.style2 {
    border-bottom: 1px #B39B4A solid;
    margin-bottom: 0;
  }
  .map .table {
    font-size: 16px;
    border-bottom: 1px #B39B4A solid;
  }
  .map .table .tr .td {
    padding: 20px 0;
    width: 20%;
    text-align: center;
  }
  .map .table .tr .td:nth-child(2) {
    width: 40%;
  }
  .map .table .tr .td:last-child {
    width: 40%;
    text-align: left;
  }
  .map .table .title .td {
    font-weight: bold;
  }
  .map .table .title .td:last-child {
    text-align: center;
  }
  .map .table .tr + .tr .td:first-child {
    font-weight: bold;
    color: #437C45;
  }
  .map .table .tr .td:nth-child(2) span {
    display: block;
  }
  .map .table .tr .td:nth-child(2) span i {
    font-style: normal;
    display: inline-block;
  }
  .map .table .tr .td:nth-child(2) span i:first-child {
    width: 45px;
  }
  .map .table .tr .td:last-child p {
    padding: 0 0 0 20px;
    position: relative;
  }
  .map .table .tr .td:last-child p img {
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .map .table .tr .td:last-child p span {
    display: block;
  }
  .map .table .tr .td:last-child p span + span {
    margin-top: 5px;
    font-size: 15px;
  }
  .map .table .tr + .tr .td {
    border-top: 1px #c6c6c6 solid;
  }
  /* news */
  .news {
    padding: 0 40px 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .news ul {
    list-style: none;
  }
  .news ul li a {
    font-size: 17px;
    color: #666;
    padding: 15px 0;
    display: block;
  }
  .news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .news ul li a span + span {
    width: calc(100% - 95px);
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news ul li + li {
    border-top: 1px #eee solid;
  }
  /* product-list */
  .product-list .title1 {
    padding: 9px 35px;
    background: #437C45;
  }
  .product-list .title1 span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .product-list .title1 span:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  .product-list .title1 span + span {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin-left: 20px;
    border-left: 1px #709569 solid;
  }
  .product-list .tables {
    display: table;
    width: 100%;
  }
  .product-list .tables .tr {
    display: table-row;
  }
  .product-list .tables .tr .td {
    display: table-cell;
    width: 15%;
    border-bottom: 1px #eee solid;
  }
  .product-list .tables .tr .td:last-child {
    width: 40%;
  }
  .product-list .tables .tr .td:first-child {
    padding-left: 35px;
  }
  .product-list .tables .tr .td + .td {
    text-align: center;
  }
  .product-list .tables .title .td {
    padding: 15px 5px;
    font-weight: bold;
    color: #437C45;
    font-size: 16px;
  }
  .product-list .tables .tr + .tr .td {
    padding: 10px 5px;
    font-size: 17px;
  }
  .product-list .tables .tr + .tr .td:last-child {
    font-size: 16px;
  }
  .product-list .tables .tr + .tr .td:first-child {
    font-weight: bold;
    text-decoration: underline;
    padding-left: 35px;
  }
  .product-list .tables .tr + .tr .td:nth-child(2) a img {
    height: 20px;
  }
  .proudct {
    text-align: center;
  }
  #tooltip {
    position: absolute;
    background: #DB2A64;
    color: #ffffff;
    padding: 10px;
    z-index: 999;
    font-size: 16px;
  }
  #tooltip.alt-tooltip {
    background: #490B22;
    font-size: 16px;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  .wrap {
    width: 80%;
    max-width: 860px;
    margin: 0 auto;
  }
  body {
    padding: 64px 0 0;
    background: url(../images/bg.jpg) center top;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    -o-background-size: 960px auto;
    background-size: 960px auto;
  }
  body.index {
    padding: 64px 0 55px;
  }
  header.header .header-top {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: #437C45;
    position: relative;
    width: 100%;
  }
  header.header .header-top .wrap {
    position: absolute;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    text-align: center;
  }
  header.header .header-top ul {
    position: relative;
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 20px;
  }
  header.header .header-top ul li {
    display: inline-block;
  }
  header.header .header-top ul li a {
    color: #fff;
    display: inline-block;
  }
  header.header .header-top ul li a i,
  header.header .header-top ul li a span {
    display: inline;
  }
  header.header .header-top ul li a i {
    margin-right: 5px;
    font-weight: bold;
  }
  header.header .header-top ul li a:hover span {
    text-decoration: underline;
  }
  header.header .header-top ul li + li {
    margin-left: 10px;
  }
  header.header .wrap {
    width: 100%;
    max-width: 100%;
  }
  header.header .top {
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 9999;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: url(../images/header_bg.jpg) repeat-x;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    -o-background-size: 960px auto;
    background-size: 960px auto;
  }
  header.header .top #menu-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
  }
  header.header .top #menu-btn i {
    font-size: 24px;
    color: #666;
  }
  header.header .top .function-top {
    display: none;
  }
  header.header .top a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }
  header.header .top a.logo img {
    height: 40px;
  }
  nav#menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    display: none;
  }
  nav#menu #cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  nav#menu #menu-wrap {
    width: 260px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
  }
  nav#menu #menu-wrap #close {
    position: absolute;
    left: 270px;
    top: 10px;
    width: 24px;
    cursor: pointer;
  }
  nav#menu #menu-wrap #close img {
    height: 24px;
  }
  nav#menu #menu-wrap > ul {
    display: block;
    list-style: none;
    background: url(../images/menu_line2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li {
    background: url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    position: relative;
  }
  nav#menu #menu-wrap > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 12px 0 12px 20px;
  }
  nav#menu #menu-wrap > ul > li > ul {
    list-style: none;
    display: none;
  }
  nav#menu #menu-wrap > ul > li > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 12px 0 12px 20px;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul {
    list-style: none;
    padding: 8px 0;
    background: url(../images/menu_line2.png) top repeat-x, url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    background-color: #fff;
    display: none;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul li {
    padding-left: 35px;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul li a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 8px 0;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu {
    position: relative;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu > a {
    width: 80%;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu i {
    display: block;
    width: 20%;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    margin-top: 5px;
    color: #999;
    cursor: pointer;
  }
  nav#menu #menu-wrap > ul > li.active {
    background: #c2a071;
  }
  nav#menu #menu-wrap > ul > li.active > i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  nav#menu #menu-wrap > ul > li.active > a {
    color: #c2a071;
    color: #fff;
  }
  nav#menu #menu-wrap > ul > li.active > ul {
    display: block;
    background: url(../images/menu_line2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li {
    background: #f5f5f5 url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li.active i {
    color: #666;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  nav#menu #menu-wrap > ul > li.active > ul > li.active ul {
    display: block;
  }
  nav#menu.menu-open {
    z-index: 998;
  }
  nav#menu.menu-open #menu-wrap {
    padding-top: 64px;
  }
  nav#menu.menu-open #menu-wrap #close {
    display: none;
  }
  nav#menu.menu-open #menu-wrap > ul > li > i {
    display: none;
  }
  nav#menu.menu-open #menu-wrap > ul li.has-sub-menu ul {
    display: block;
  }
  nav#menu.active {
    display: block;
  }
  /* slider set */
  .flexslider .flex-control-nav {
    height: 13px;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    width: 11px;
    height: 11px;
    border: 1px #fff solid;
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .flexslider .flex-control-nav li a.flex-active {
    width: 15px;
    height: 15px;
    border: 3px #437C45 solid;
    background: #fff;
  }
  .container {
    background: url(../images/bg.png) bottom center no-repeat;
    -webkit-background-size: 1200px auto;
    -moz-background-size: 1200px auto;
    -o-background-size: 1200px auto;
    background-size: 1200px auto;
  }
  .index-top {
    padding: 40px 0;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 40px;
  }
  .index-top .row .title {
    font-size: 20px;
    color: #B39B4A;
    font-weight: bold;
  }
  .index-top .row .index-news {
    padding-bottom: 30px;
  }
  .index-top .row .index-news .title {
    margin-bottom: 10px;
  }
  .index-top .row .index-news ul {
    list-style: none;
  }
  .index-top .row .index-news ul li a {
    font-size: 15px;
    color: #666;
  }
  .index-top .row .index-news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-news ul li a span:first-child {
    width: 100px;
  }
  .index-top .row .index-news ul li a span + span {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-top .row .index-news ul li + li {
    margin-top: 5px;
  }
  .index-top .row .index-links {
    border-top: 1px #dbdbdb solid;
    padding-top: 30px;
  }
  .index-top .row .index-links .row .col:first-child {
    width: 35%;
  }
  .index-top .row .index-links .row .col:first-child .title {
    padding: 0 0 15px;
  }
  .index-top .row .index-links .row .col:first-child ul {
    list-style-position: inside;
  }
  .index-top .row .index-links .row .col:first-child ul li a {
    font-size: 15px;
    color: #666;
  }
  .index-top .row .index-links .row .col:first-child ul li + li {
    margin-top: 5px;
  }
  .index-top .row .index-links .row .col + .col {
    width: 65%;
  }
  .index-top .row .index-links .row .col + .col a {
    display: inline-block;
    color: #666;
  }
  .index-top .row .index-links .row .col + .col a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-links .row .col + .col a span img {
    height: 52px;
  }
  .index-top .row .index-links .row .col + .col a span p {
    font-size: 16px;
  }
  .index-top .row .index-links .row .col + .col a span p:first-child {
    font-weight: bold;
    color: #B39B4A;
    font-size: 16px;
  }
  .index-top .row .index-links .row .col + .col a span i {
    font-weight: bold;
    margin-left: 10px;
  }
  .index-top .row .index-links .row .col + .col a span + span {
    margin-left: 10px;
  }
  .index-top .row .index-links .row .col + .col a.first i {
    color: #437C45;
  }
  .index-top .row .index-links .row .col + .col a.mid {
    margin: 0 0 0 15px;
  }
  .index-top .row .index-links .row .col + .col a.mid i {
    color: #C4B83D;
  }
  .index-top .row .index-links .row .col + .col a.last {
    font-size: 16px;
    color: #6AA353;
    margin-top: 15px;
  }
  .index-top .row .slogan {
    border-top: 1px #dbdbdb solid;
    padding: 30px 0 0;
    margin-top: 30px;
    text-align: center;
  }
  .index-top .row .slogan p:first-child {
    font-size: 20px;
    color: #437C45;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index-top .row .slogan p:first-child img {
    height: 15px;
  }
  .index-top .row .slogan p:first-child .left {
    margin: -15px 15px 0 0;
  }
  .index-top .row .slogan p:first-child .right {
    margin: -15px 0 0 15px;
  }
  .index-top .row .slogan p + p {
    font-size: 15px;
    line-height: 1.6;
  }
  .more {
    margin-top: 20px;
  }
  .more a {
    display: inline-block;
    font-size: 15px;
    color: #B39B4A;
    padding: 3px 15px;
    border-left: 1px #B39B4A solid;
    border-right: 1px #B39B4A solid;
  }
  .index-block .row {
    margin: 0 -10px;
  }
  .index-block .row .col {
    width: 33.33333333%;
    padding: 0 10px;
  }
  .index-block .row .col img {
    width: 100%;
  }
  .index-block .row .col .title {
    font-size: 20px;
    color: #437C45;
    font-weight: bold;
    padding: 15px 0 10px;
  }
  .index-block .row .col p {
    font-size: 15px;
  }
  .index-block .row .col:nth-child(n+4) {
    margin-top: 30px;
  }
  footer.footer {
    border: 1px #B39B4A solid;
    margin-top: 40px;
  }
  footer.footer > .row {
    position: relative;
  }
  footer.footer > .row .col:first-child {
    background: #437C45;
    text-align: center;
    width: 100%;
    padding: 25px 0;
  }
  footer.footer > .row .col:first-child img {
    height: 80px;
  }
  footer.footer > .row .col + .col {
    width: 100%;
    padding: 20px;
    background: #fff url(../images/footer_bg.png) right center no-repeat;
  }
  footer.footer > .row .col + .col .blocks {
    display: block;
    text-align: left;
  }
  footer.footer > .row .col + .col .blocks .title {
    font-size: 18px;
    font-weight: bold;
    color: #B39B4A;
  }
  footer.footer > .row .col + .col .blocks .title:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #B39B4A;
    margin: 5px 0 10px;
  }
  footer.footer > .row .col + .col .blocks p {
    line-height: 1.6;
    font-size: 15px;
  }
  footer.footer > .row .col + .col .blocks p a {
    color: #666;
  }
  footer.footer > .row .col + .col .blocks + .blocks {
    margin-top: 20px;
  }
  footer.footer > .row .col + .col .copyright {
    padding-top: 10px;
    border-top: 1px #dbdbdb solid;
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
  }
  #goTop {
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
  }
  #goTop img {
    height: 47px;
  }
  #fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(67, 124, 69, 0.95);
    z-index: 999;
  }
  #fixed a {
    padding: 10px 5px;
    display: block;
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
  #fixed a img {
    height: 35px;
  }
  #fixed a.current {
    background: #C4B83D;
  }
  #fixed .blcok-content {
    border: 4px #C4B83D solid;
    background: #fff;
    position: absolute;
    bottom: 100%;
    padding: 10px;
    width: 100%;
    z-index: 99;
  }
  #fixed #block1 .row {
    text-align: center;
    position: relative;
  }
  #fixed #block1 .row .col {
    width: 50%;
  }
  #fixed #block1 .row .col a {
    display: block;
    width: 100%;
  }
  #fixed #block1 .row .col a img {
    width: 80px;
    height: 80px;
  }
  #fixed #block1 .row .col a p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
  }
  #fixed #block2 table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }
  #fixed #block2 .table1 tr td {
    padding: 2px 5px;
  }
  #fixed #block2 .table1 tr:first-child td {
    width: 50%;
  }
  #fixed #block2 .table1 tr:first-child td:first-child {
    font-size: 15px;
    color: #437C45;
  }
  #fixed #block2 .table1 tr + tr td:nth-child(2n) {
    color: #437C45;
  }
  #fixed #block2 .table1 tr:nth-child(2n) {
    background: #F2F2F2;
  }
  #fixed #block2 .table2 {
    margin-top: 20px;
    font-size: 13px;
  }
  #fixed #block2 .table2 tr td {
    padding: 2px 5px;
    border: 1px #f4f4f4 solid;
  }
  #fixed #block2 .table2 tr .rate {
    color: #437C45;
  }
  #fixed #block2 .table2 tr:first-child td {
    padding: 5px;
  }
  #fixed #block2 .table2 tr:first-child td:first-child {
    color: #437C45;
    border-top: 0;
    border-left: 0;
  }
  #fixed #block2 .table2 tr td.type {
    vertical-align: bottom;
    color: #437C45;
    background: #000;
    background: #F2F2F2;
    text-align: center;
  }
  /* about */
  .breadcrumbs {
    font-size: 14px;
    padding: 15px 0 20px;
  }
  .breadcrumbs a {
    color: #B39B4A;
  }
  .breadcrumbs i {
    margin: 0 0 0 5px;
  }
  .col-2 .row .left .left-menu {
    border: 1px #B39B4A solid;
    padding: 4px;
  }
  .col-2 .row .left .left-menu > ul {
    list-style: none;
  }
  .col-2 .row .left .left-menu > ul > li > a {
    font-size: 16px;
    display: block;
    background: #B39B4A;
    color: #fff;
    font-weight: bold;
    padding: 15px;
  }
  .col-2 .row .left .left-menu > ul > li > a i {
    margin-right: 10px;
  }
  .col-2 .row .left .left-menu > ul > li ul {
    list-style: none;
    padding: 10px 15px 15px 25px;
  }
  .col-2 .row .left .left-menu > ul > li ul li {
    display: block;
    padding: 5px 0 5px 12px;
    border-left: 1px #d2c899 solid;
    position: relative;
    font-size: 15px;
  }
  .col-2 .row .left .left-menu > ul > li ul li a {
    color: #939393;
    font-weight: bold;
  }
  .col-2 .row .left .left-menu > ul > li ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: bold;
    display: none;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current {
    border-left: 0;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current a {
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current i {
    display: block;
    font-weight: bold;
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li:last-child {
    padding-bottom: 0;
  }
  .col-2 .row .left .left-menu > ul > li.current > a {
    background: #c3b479;
  }
  .col-2 .row .left .left-menu > ul > li + li {
    margin-top: 2px;
  }
  .col-2 .row .right {
    padding-top: 40px;
  }
  .page-title {
    font-size: 20px;
    font-weight: bold;
    color: #B39B4A;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 25px;
    position: relative;
  }
  .article {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 25px;
    border-bottom: 1px #ddd solid;
  }
  /* attractions */
  .page-title .fb-api {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .attractions .img .row {
    margin: 0 -4px;
  }
  .attractions .img .row .col {
    width: 55.6%;
    padding: 0 4px;
  }
  .attractions .img .row .col img {
    width: 100%;
  }
  .attractions .img .row .col + .col {
    width: 44.4%;
  }
  /* contact */
  .page-title .inquery {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 15px;
    background: #437c45;
    color: #fff;
    -webkit-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    -moz-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .page-title .inquery img {
    height: 16px;
    margin-right: 10px;
  }
  .contact {
    padding: 0 0 25px;
    border-bottom: 1px #ddd solid;
  }
  .contact ul {
    list-style: none;
  }
  .contact ul li {
    padding: 12px 0;
  }
  .contact ul li a {
    font-size: 15px;
    color: #666;
  }
  .contact ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact ul li a span i:first-child {
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    padding: 2px 5px;
    background: #C4B83D;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
  }
  .contact ul li a span i + i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    max-width: 86%;
  }
  .contact ul li a span i.done {
    background: #6AA353;
  }
  .contact ul li a span:first-child {
    width: 95px;
  }
  .contact ul li a span + span {
    width: calc(100% - 100px);
  }
  .contact ul li:first-child {
    padding-top: 0;
  }
  .contact ul li + li {
    border-top: 1px #eee solid;
  }
  .pager {
    text-align: center;
    padding-top: 25px;
  }
  .pager .row {
    display: inline-block;
  }
  .pager a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    height: 26px;
  }
  .pager a.function {
    margin: 0 10px;
  }
  .pager a.function img {
    height: 10px;
    margin-top: 6.5px;
  }
  .pager a:not(.function) {
    color: #000;
    padding: 6px 15px;
    border-right: 1px #ddd solid;
  }
  .pager .function + .function + a {
    border-left: 1px #ddd solid;
  }
  .pager .function:nth-child(2) {
    margin-right: 20px;
  }
  .pager .function:nth-last-child(2) {
    margin-left: 20px;
  }
  .pager a.current {
    background: #C4B83D;
    color: #fff;
  }
  /* contact ask */
  .contact-ask {
    font-size: 15px;
  }
  .contact-ask .contact-form input[type=text],
  .contact-ask .contact-form input[type=email],
  .contact-ask .contact-form input[type=tel],
  .contact-ask .contact-form textarea {
    display: block;
    width: 100%;
    height: 52px;
    border: 0;
    border-bottom: 1px #d9d9d9 solid;
    outline: 0;
    position: relative;
    z-index: 2;
    background: 0;
    font-size: 16px;
  }
  .contact-ask .contact-form textarea {
    height: 120px;
  }
  .contact-ask .contact-form label {
    font-size: 15px;
    color: #515151;
    line-height: 56px;
  }
  .contact-ask .contact-form label span {
    color: #437C45;
    margin-left: 5px;
  }
  .contact-ask .contact-form .row {
    margin: 0 -30px 0;
  }
  .contact-ask .contact-form .row .col {
    width: 100%;
    padding: 0 30px;
  }
  .contact-ask .contact-form .row .col .inner {
    position: relative;
  }
  .contact-ask .contact-form .row .col .inner label {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-ask .contact-form .row .col .inner input:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .textarea {
    margin-top: 17px;
  }
  .contact-ask .contact-form .textarea .col {
    width: 100%;
  }
  .contact-ask .contact-form .textarea .col label {
    line-height: normal;
  }
  .contact-ask .contact-form .textarea .col textarea:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .code {
    padding-top: 10px;
  }
  .contact-ask .contact-form .code .col {
    width: 100%;
  }
  .contact-ask .contact-form .code .col .inner {
    position: relative;
  }
  .contact-ask .contact-form .code .col input {
    width: 200px;
  }
  .contact-ask .contact-form .code .col img {
    position: absolute;
    left: 230px;
    bottom: 0;
  }
  .contact-ask .contact-form .code .col .sent {
    clear: both;
  }
  .contact-ask .contact-form .code .col a {
    display: inline-block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #437C45;
    color: #fff;
    font-size: 16px;
    vertical-align: base;
    margin-top: 5px;
    margin-top: 40px;
  }
  /* contact view */
  .contact-view {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 30px;
  }
  .contact-view .content {
    padding: 0 0 0 20px;
  }
  .contact-view .content .inner {
    min-height: 100px;
    font-size: 15px;
    -webkit-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    border: 1px #B39B4A solid;
    padding: 20px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .contact-view .content .inner .title {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .contact-view .content .inner .text {
    line-height: 1.6;
  }
  .contact-view .content .inner .name {
    text-align: right;
    margin-top: 25px;
  }
  .contact-view .content .inner .name span {
    color: #B39B4A;
  }
  .contact-view .content .inner .arrow1 {
    position: absolute;
    top: 24px;
    left: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-left: 1px solid #B39B4A;
    border-bottom: 1px solid #B39B4A;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .contact-view .content .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #b39a4a transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .contact-view .ask .inner .title {
    color: #B39B4A;
    border-bottom: 1px #d2c89a solid;
  }
  .contact-view .content + .content {
    margin-top: 30px;
  }
  .contact-view .reply {
    padding: 0 20px 0 0;
  }
  .contact-view .reply .inner {
    -webkit-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    border: 1px #437C45 solid;
  }
  .contact-view .reply .inner .title {
    color: #437C45;
    border-bottom: 1px #9db698 solid;
  }
  .contact-view .reply .inner .arrow1 {
    -webkit-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    position: absolute;
    top: 24px;
    left: auto;
    right: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-right: 1px solid #437C45;
    border-bottom: 1px solid #437C45;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .contact-view .reply .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #437c45 transparent transparent transparent;
    left: 0;
    top: 0;
    right: auto;
  }
  .contact-view .reply .inner .name span {
    color: #437C45;
  }
  /* donwload */
  .download ul {
    list-style: none;
  }
  .download ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
  }
  .download ul li > span {
    display: inline-block;
    vertical-align: middle;
  }
  .download ul li > span:first-child {
    font-size: 14px;
    padding: 2px 7px;
    background: #6AA353;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .download ul li > span + span {
    width: calc(100% - 220px);
    padding: 0 5px 0 15px;
  }
  .download ul li > span + span i {
    font-style: normal;
    font-size: 16px;
  }
  .download ul li > span + span i + i {
    margin-left: 15px;
  }
  .download ul li a {
    display: inline-block;
    vertical-align: middle;
  }
  .download ul li a img {
    height: 35px;
  }
  /* faq */
  .faq {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 24px;
  }
  .faq ul {
    list-style: none;
  }
  .faq ul li a {
    display: block;
    position: relative;
    padding: 12px 25px 12px 0;
    font-size: 16px;
  }
  .faq ul li a img {
    position: absolute;
    height: 25px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .faq ul li a span {
    color: #437C45;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
  }
  .faq ul li a span:first-child {
    font-size: 20px;
  }
  .faq ul li a span + span {
    color: #666;
    width: calc(100% - 60px);
  }
  /* faq view */
  .faq-view {
    font-size: 15px;
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .faq-view .title {
    font-size: 18px;
    font-weight: bold;
    color: #437C45;
    margin-bottom: 10px;
  }
  .faq-view .title span {
    display: inline-block;
    vertical-align: middle;
  }
  .faq-view .title span:first-child {
    width: 40px;
  }
  .faq-view .title span + span {
    width: calc(100% - 40px);
  }
  .faq-view .text {
    line-height: 1.6;
  }
  .back {
    text-align: center;
  }
  .back a {
    display: inline-block;
    font-size: 15px;
    color: #B39B4A;
    padding: 7px 40px;
    border: 1px #d1c89b solid;
    margin-top: 25px;
  }
  /* fee */
  .fee {
    padding-bottom: 35px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .fee .title {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    color: #437C45;
    padding-right: 50px;
  }
  .fee .title span {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #666;
  }
  .fee .table {
    table-layout: fixed;
  }
  .fee .table .tr .td {
    padding: 10px;
    border: 1px #dbdbdb solid;
    font-size: 15px;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    display: table;
  }
  .table .tr {
    display: table-row;
  }
  .table .tr .td {
    display: table-cell;
    vertical-align: middle;
  }
  /* financial auction */
  .page-title .tip {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
  }
  .financial-auction .table {
    text-align: center;
  }
  .financial-auction .table .tr .td {
    padding: 20px 5px;
    border-bottom: 1px #eee solid;
  }
  .financial-auction .table .title .td {
    font-size: 16px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-auction .table .tr + .tr .td {
    font-size: 15px;
    color: #666;
    padding: 15px 5px;
  }
  /* financial-auction-view */
  .financial-auction-view {
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-auction-view .inner {
    background: #fff;
    border: 1px #9cb596 solid;
    padding: 25px;
  }
  .financial-auction-view .inner .table .tr .td {
    padding: 15px;
  }
  .financial-auction-view .inner .table .tr .td:first-child {
    font-size: 15px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-auction-view .inner .table .tr .td + .td {
    font-size: 15px;
  }
  .financial-auction-view .inner .table .tr + .tr .td {
    border-top: 1px #ececec solid;
  }
  .management li {
    list-style: none;
  }
  .management li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #437C45;
    margin-right: 10px;
  }
  .management li a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
  }
  .management li + li {
    margin-top: 15px;
  }
  /* rate */
  .financial-rate {
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-rate table {
    width: 100%;
    border-collapse: collapse;
  }
  .financial-rate table .head1 td {
    font-size: 15px;
    padding: 10px;
    background: #437C45;
    color: #fff;
  }
  .financial-rate table tr td {
    padding: 10px;
  }
  .financial-rate table tr td:first-child {
    width: 40%;
    font-weight: bold;
  }
  .financial-rate table tr td + td {
    width: 30%;
    text-align: center;
  }
  .financial-rate table .title td {
    font-size: 15px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-rate table tr + tr + tr td {
    font-size: 15px;
    border-top: 1px #eee solid;
  }
  .financial-rate table .head2 {
    text-align: center;
  }
  .financial-rate table .head2 td:first-child {
    background: #B39B4A;
    color: #fff;
    border-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* link */
  .link .row {
    margin: 0 -15px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .link .row .col {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .link .row .col a {
    display: block;
    text-align: center;
  }
  .link .row .col a img {
    width: 100%;
  }
  .link .row .col a p {
    font-size: 15px;
    color: #666;
    padding-top: 10px;
    min-height: 70px;
  }
  .link .row .col:nth-child(n+4) {
    margin-top: 20px;
  }
  /* map */
  .page-title.style2 {
    border-bottom: 1px #B39B4A solid;
    margin-bottom: 0;
  }
  .map .table {
    font-size: 16px;
    border-bottom: 1px #B39B4A solid;
  }
  .map .table .tr .td {
    padding: 20px 0;
    width: 20%;
    text-align: center;
  }
  .map .table .tr .td:nth-child(2) {
    width: 40%;
  }
  .map .table .tr .td:last-child {
    width: 40%;
    text-align: left;
  }
  .map .table .title .td {
    font-weight: bold;
  }
  .map .table .title .td:last-child {
    text-align: center;
  }
  .map .table .tr + .tr .td:first-child {
    font-weight: bold;
    color: #437C45;
  }
  .map .table .tr .td:nth-child(2) span {
    display: block;
  }
  .map .table .tr .td:nth-child(2) span i {
    font-style: normal;
    display: inline-block;
  }
  .map .table .tr .td:nth-child(2) span i:first-child {
    width: 45px;
  }
  .map .table .tr .td:last-child p {
    padding: 0 0 0 20px;
    position: relative;
  }
  .map .table .tr .td:last-child p img {
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .map .table .tr .td:last-child p span {
    display: block;
  }
  .map .table .tr .td:last-child p span + span {
    margin-top: 5px;
    font-size: 15px;
  }
  .map .table .tr + .tr .td {
    border-top: 1px #c6c6c6 solid;
  }
  /* news */
  .news {
    padding: 0 0 15px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .news ul {
    list-style: none;
  }
  .news ul li a {
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    display: block;
  }
  .news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .news ul li a span + span {
    width: calc(100% - 95px);
    padding-left: 15px;
  }
  .news ul li + li {
    border-top: 1px #eee solid;
  }
  /* product-list */
  .product-list .title1 {
    padding: 9px 15px;
    background: #437C45;
  }
  .product-list .title1 span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .product-list .title1 span:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  .product-list .title1 span + span {
    font-size: 15px;
    padding: 0 0 0 10px;
    margin-left: 20px;
    border-left: 1px #709569 solid;
  }
  .product-list .tables {
    display: table;
    width: 100%;
  }
  .product-list .tables .tr {
    display: table-row;
  }
  .product-list .tables .tr .td {
    display: table-cell;
    width: 15%;
    border-bottom: 1px #eee solid;
  }
  .product-list .tables .tr .td:last-child {
    width: 40%;
  }
  .product-list .tables .tr .td:first-child {
    padding-left: 15px;
  }
  .product-list .tables .tr .td + .td {
    text-align: center;
  }
  .product-list .tables .title .td {
    padding: 15px 5px;
    font-weight: bold;
    color: #437C45;
    font-size: 15px;
  }
  .product-list .tables .tr + .tr .td {
    padding: 10px 5px;
    font-size: 15px;
  }
  .product-list .tables .tr + .tr .td:last-child {
    font-size: 15px;
  }
  .product-list .tables .tr + .tr .td:first-child {
    font-weight: bold;
    text-decoration: underline;
    padding-left: 15px;
  }
  .product-list .tables .tr + .tr .td:nth-child(2) a img {
    height: 20px;
  }
  .proudct {
    text-align: center;
  }
  #tooltip {
    position: absolute;
    background: #DB2A64;
    color: #ffffff;
    padding: 10px;
    z-index: 999;
    font-size: 13px;
  }
  #tooltip.alt-tooltip {
    background: #490B22;
    font-size: 13px;
  }
  .area {
    margin: 30px -5px 0;
  }
  .area a {
    font-size: 15px;
    color: #666;
    display: inline-block;
    padding: 3px 5px;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  .wrap {
    width: 84%;
    max-width: 360px;
    margin: 0 auto;
  }
  body {
    padding: 64px 0 0;
    background: url(../images/bg.jpg) center top;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    -o-background-size: 960px auto;
    background-size: 960px auto;
  }
  body.index {
    padding: 64px 0 55px;
  }
  header.header .header-top {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background: #437C45;
    position: relative;
    width: 100%;
  }
  header.header .header-top .wrap {
    position: absolute;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  header.header .header-top ul {
    position: relative;
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 20px;
  }
  header.header .header-top ul li {
    display: inline-block;
  }
  header.header .header-top ul li a {
    color: #fff;
    display: inline-block;
  }
  header.header .header-top ul li a i,
  header.header .header-top ul li a span {
    display: inline;
  }
  header.header .header-top ul li a i {
    margin-right: 5px;
    font-weight: bold;
  }
  header.header .header-top ul li a:hover span {
    text-decoration: underline;
  }
  header.header .header-top ul li + li {
    margin-left: 10px;
  }
  header.header .wrap {
    width: 100%;
    max-width: 100%;
  }
  header.header .top {
    position: fixed;
    width: 100%;
    height: 64px;
    z-index: 9999;
    top: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: url(../images/header_bg.jpg) repeat-x;
    -webkit-background-size: 960px auto;
    -moz-background-size: 960px auto;
    -o-background-size: 960px auto;
    background-size: 960px auto;
  }
  header.header .top #menu-btn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
  }
  header.header .top #menu-btn i {
    font-size: 24px;
    color: #666;
  }
  header.header .top .function-top {
    display: none;
  }
  header.header .top a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
  }
  header.header .top a.logo img {
    height: 40px;
  }
  nav#menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    display: none;
  }
  nav#menu #cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  nav#menu #menu-wrap {
    width: 260px;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
  }
  nav#menu #menu-wrap #close {
    position: absolute;
    left: 270px;
    top: 10px;
    width: 24px;
    cursor: pointer;
  }
  nav#menu #menu-wrap #close img {
    height: 24px;
  }
  nav#menu #menu-wrap > ul {
    display: block;
    list-style: none;
    background: url(../images/menu_line2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li {
    background: url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    position: relative;
  }
  nav#menu #menu-wrap > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 12px 0 12px 20px;
  }
  nav#menu #menu-wrap > ul > li > ul {
    list-style: none;
    display: none;
  }
  nav#menu #menu-wrap > ul > li > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 12px 0 12px 20px;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul {
    list-style: none;
    padding: 8px 0;
    background: url(../images/menu_line2.png) top repeat-x, url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    background-color: #fff;
    display: none;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul li {
    padding-left: 35px;
  }
  nav#menu #menu-wrap > ul > li > ul > li > ul li a {
    font-size: 15px;
    color: #666;
    display: block;
    padding: 8px 0;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu {
    position: relative;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu > a {
    width: 80%;
  }
  nav#menu #menu-wrap > ul li.has-sub-menu i {
    display: block;
    width: 20%;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    margin-top: 5px;
    color: #999;
    cursor: pointer;
  }
  nav#menu #menu-wrap > ul > li.active {
    background: #c2a071;
  }
  nav#menu #menu-wrap > ul > li.active > i {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  nav#menu #menu-wrap > ul > li.active > a {
    color: #c2a071;
    color: #fff;
  }
  nav#menu #menu-wrap > ul > li.active > ul {
    display: block;
    background: url(../images/menu_line2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li {
    background: #f5f5f5 url(../images/menu_line2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li > a {
    font-size: 15px;
    color: #666;
    display: block;
  }
  nav#menu #menu-wrap > ul > li.active > ul > li.active i {
    color: #666;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  nav#menu #menu-wrap > ul > li.active > ul > li.active ul {
    display: block;
  }
  nav#menu.menu-open {
    z-index: 998;
  }
  nav#menu.menu-open #menu-wrap {
    padding-top: 64px;
  }
  nav#menu.menu-open #menu-wrap #close {
    display: none;
  }
  nav#menu.menu-open #menu-wrap > ul > li > i {
    display: none;
  }
  nav#menu.menu-open #menu-wrap > ul li.has-sub-menu ul {
    display: block;
  }
  nav#menu.active {
    display: block;
  }
  /* slider set */
  .flexslider .flex-control-nav {
    height: 13px;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    width: 11px;
    height: 11px;
    border: 1px #fff solid;
    background: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .flexslider .flex-control-nav li a.flex-active {
    width: 15px;
    height: 15px;
    border: 3px #437C45 solid;
    background: #fff;
  }
  .container {
    background: url(../images/bg.png) bottom center no-repeat;
    -webkit-background-size: 640px auto;
    -moz-background-size: 640px auto;
    -o-background-size: 640px auto;
    background-size: 640px auto;
  }
  .index-top {
    padding: 40px 0;
    border-bottom: 1px #dbdbdb solid;
    margin-bottom: 40px;
  }
  .index-top .row .title {
    font-size: 20px;
    color: #B39B4A;
    font-weight: bold;
  }
  .index-top .row .index-news {
    padding-bottom: 30px;
  }
  .index-top .row .index-news .title {
    margin-bottom: 10px;
  }
  .index-top .row .index-news ul {
    list-style: none;
  }
  .index-top .row .index-news ul li a {
    font-size: 15px;
    color: #666;
  }
  .index-top .row .index-news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-news ul li a span:first-child {
    width: 100px;
  }
  .index-top .row .index-news ul li a span + span {
    width: calc(100% - 100px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index-top .row .index-news ul li + li {
    margin-top: 5px;
  }
  .index-top .row .index-links {
    border-top: 1px #dbdbdb solid;
    padding-top: 30px;
  }
  .index-top .row .index-links .row .col:first-child .title {
    padding: 0 0 15px;
  }
  .index-top .row .index-links .row .col:first-child ul {
    list-style-position: inside;
  }
  .index-top .row .index-links .row .col:first-child ul li a {
    font-size: 15px;
    color: #666;
  }
  .index-top .row .index-links .row .col:first-child ul li + li {
    margin-top: 5px;
  }
  .index-top .row .index-links .row .col {
    width: 100%;
  }
  .index-top .row .index-links .row .col + .col {
    margin-top: 30px;
  }
  .index-top .row .index-links .row .col + .col a {
    display: block;
    color: #666;
  }
  .index-top .row .index-links .row .col + .col a span {
    display: inline-block;
    vertical-align: middle;
  }
  .index-top .row .index-links .row .col + .col a span img {
    height: 52px;
  }
  .index-top .row .index-links .row .col + .col a span p {
    font-size: 16px;
  }
  .index-top .row .index-links .row .col + .col a span p:first-child {
    font-weight: bold;
    color: #B39B4A;
    font-size: 16px;
  }
  .index-top .row .index-links .row .col + .col a span i {
    font-weight: bold;
    margin-left: 10px;
  }
  .index-top .row .index-links .row .col + .col a span + span {
    margin-left: 10px;
  }
  .index-top .row .index-links .row .col + .col a + a {
    margin-top: 10px;
  }
  .index-top .row .index-links .row .col + .col a.first i {
    color: #437C45;
  }
  .index-top .row .index-links .row .col + .col a.mid i {
    color: #C4B83D;
  }
  .index-top .row .index-links .row .col + .col a.last {
    font-size: 16px;
    color: #6AA353;
  }
  .index-top .row .slogan {
    border-top: 1px #dbdbdb solid;
    padding: 30px 0 0;
    margin-top: 30px;
  }
  .index-top .row .slogan p:first-child {
    font-size: 20px;
    color: #437C45;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .index-top .row .slogan p:first-child img {
    height: 15px;
  }
  .index-top .row .slogan p:first-child .left {
    margin: -15px 15px 0 0;
  }
  .index-top .row .slogan p:first-child .right {
    margin: -15px 0 0 15px;
  }
  .index-top .row .slogan p + p {
    font-size: 15px;
    line-height: 1.6;
  }
  .more {
    margin-top: 20px;
  }
  .more a {
    display: inline-block;
    font-size: 15px;
    color: #B39B4A;
    padding: 3px 15px;
    border-left: 1px #B39B4A solid;
    border-right: 1px #B39B4A solid;
  }
  .index-block .row {
    margin: 0 -22px;
  }
  .index-block .row .col {
    width: 100%;
    padding: 0 22px;
  }
  .index-block .row .col img {
    width: 100%;
  }
  .index-block .row .col .title {
    font-size: 20px;
    color: #437C45;
    font-weight: bold;
    padding: 15px 0 10px;
  }
  .index-block .row .col p {
    font-size: 15px;
  }
  .index-block .row .col:nth-child(n+2) {
    margin-top: 30px;
  }
  footer.footer {
    border: 1px #B39B4A solid;
    margin-top: 40px;
  }
  footer.footer > .row {
    position: relative;
  }
  footer.footer > .row .col:first-child {
    background: #437C45;
    text-align: center;
    width: 100%;
    padding: 25px 0;
  }
  footer.footer > .row .col:first-child img {
    height: 80px;
  }
  footer.footer > .row .col + .col {
    width: 100%;
    padding: 20px;
    background: #fff url(../images/footer_bg.png) right center no-repeat;
  }
  footer.footer > .row .col + .col .blocks {
    display: block;
    text-align: left;
  }
  footer.footer > .row .col + .col .blocks .title {
    font-size: 18px;
    font-weight: bold;
    color: #B39B4A;
  }
  footer.footer > .row .col + .col .blocks .title:after {
    content: '';
    display: block;
    width: 22px;
    height: 1px;
    background: #B39B4A;
    margin: 5px 0 10px;
  }
  footer.footer > .row .col + .col .blocks p {
    line-height: 1.6;
    font-size: 15px;
  }
  footer.footer > .row .col + .col .blocks p a {
    color: #666;
  }
  footer.footer > .row .col + .col .blocks + .blocks {
    margin-top: 20px;
  }
  footer.footer > .row .col + .col .copyright {
    padding-top: 10px;
    border-top: 1px #dbdbdb solid;
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
  }
  #goTop {
    text-align: center;
    padding: 25px 0;
    cursor: pointer;
  }
  #goTop img {
    height: 47px;
  }
  #fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(67, 124, 69, 0.95);
    z-index: 999;
  }
  #fixed a {
    padding: 10px 5px;
    display: block;
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
  #fixed a img {
    height: 35px;
  }
  #fixed a.current {
    background: #C4B83D;
  }
  #fixed .blcok-content {
    border: 4px #C4B83D solid;
    background: #fff;
    position: absolute;
    bottom: 100%;
    padding: 10px;
    width: 100%;
    z-index: 9999;
  }
  #fixed #block1 .row {
    text-align: center;
    position: relative;
  }
  #fixed #block1 .row .col {
    width: 50%;
  }
  #fixed #block1 .row .col a {
    display: block;
    width: 100%;
  }
  #fixed #block1 .row .col a img {
    width: 80px;
    height: 80px;
  }
  #fixed #block1 .row .col a p {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
  }
  #fixed #block2 table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
  }
  #fixed #block2 .table1 tr td {
    padding: 2px 5px;
  }
  #fixed #block2 .table1 tr:first-child td {
    width: 50%;
  }
  #fixed #block2 .table1 tr:first-child td:first-child {
    font-size: 15px;
    color: #437C45;
  }
  #fixed #block2 .table1 tr + tr td:nth-child(2n) {
    color: #437C45;
  }
  #fixed #block2 .table1 tr:nth-child(2n) {
    background: #F2F2F2;
  }
  #fixed #block2 .table2 {
    margin-top: 20px;
    font-size: 13px;
  }
  #fixed #block2 .table2 tr td {
    padding: 2px 5px;
    border: 1px #f4f4f4 solid;
  }
  #fixed #block2 .table2 tr .rate {
    color: #437C45;
  }
  #fixed #block2 .table2 tr:first-child td {
    padding: 5px;
  }
  #fixed #block2 .table2 tr:first-child td:first-child {
    color: #437C45;
    border-top: 0;
    border-left: 0;
  }
  #fixed #block2 .table2 tr td.type {
    vertical-align: bottom;
    color: #437C45;
    background: #000;
    background: #F2F2F2;
  }
  /* about */
  .breadcrumbs {
    font-size: 14px;
    padding: 15px 0 20px;
  }
  .breadcrumbs a {
    color: #B39B4A;
  }
  .breadcrumbs i {
    margin: 0 0 0 5px;
  }
  .col-2 .row .left .left-menu {
    border: 1px #B39B4A solid;
    padding: 4px;
  }
  .col-2 .row .left .left-menu > ul {
    list-style: none;
  }
  .col-2 .row .left .left-menu > ul > li > a {
    font-size: 16px;
    display: block;
    background: #B39B4A;
    color: #fff;
    font-weight: bold;
    padding: 15px;
  }
  .col-2 .row .left .left-menu > ul > li > a i {
    margin-right: 10px;
  }
  .col-2 .row .left .left-menu > ul > li ul {
    list-style: none;
    padding: 10px 15px 15px 25px;
  }
  .col-2 .row .left .left-menu > ul > li ul li {
    display: block;
    padding: 5px 0 5px 12px;
    border-left: 1px #d2c899 solid;
    position: relative;
    font-size: 15px;
  }
  .col-2 .row .left .left-menu > ul > li ul li a {
    color: #939393;
    font-weight: bold;
  }
  .col-2 .row .left .left-menu > ul > li ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-weight: bold;
    display: none;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current {
    border-left: 0;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current a {
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li.current i {
    display: block;
    font-weight: bold;
    color: #B39B4A;
  }
  .col-2 .row .left .left-menu > ul > li ul li:last-child {
    padding-bottom: 0;
  }
  .col-2 .row .left .left-menu > ul > li.current > a {
    background: #c3b479;
  }
  .col-2 .row .left .left-menu > ul > li + li {
    margin-top: 2px;
  }
  .col-2 .row .right {
    padding-top: 40px;
  }
  .page-title {
    font-size: 20px;
    font-weight: bold;
    color: #B39B4A;
    padding-bottom: 15px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 25px;
    position: relative;
  }
  .article {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 25px;
    border-bottom: 1px #ddd solid;
  }
  /* attractions */
  .attractions .img .row {
    margin: 0 -4px;
  }
  .attractions .img .row .col {
    width: 100;
    padding: 0 4px;
  }
  .attractions .img .row .col img {
    width: 100%;
  }
  .attractions .img .row .col + .col {
    margin-top: 10px;
  }
  /* contact */
  .page-title .inquery {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    padding: 7px 15px;
    background: #437c45;
    color: #fff;
    -webkit-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    -moz-box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    box-shadow: 3px 3px 0 rgba(67, 124, 69, 0.2);
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  .page-title .inquery img {
    height: 16px;
    margin-right: 10px;
  }
  .contact {
    padding: 0 0 25px;
    border-bottom: 1px #ddd solid;
  }
  .contact ul {
    list-style: none;
  }
  .contact ul li {
    padding: 12px 0;
  }
  .contact ul li a {
    font-size: 15px;
    color: #666;
  }
  .contact ul li a span {
    display: block;
  }
  .contact ul li a span i:first-child {
    font-size: 13px;
    display: inline-block;
    font-style: normal;
    padding: 2px 5px;
    background: #C4B83D;
    color: #fff;
    margin: 10px 0;
    vertical-align: middle;
  }
  .contact ul li a span i + i {
    display: block;
    font-style: normal;
    vertical-align: middle;
  }
  .contact ul li a span i.done {
    background: #6AA353;
  }
  .contact ul li a span:first-child {
    width: 95px;
  }
  .contact ul li a span + span {
    display: block;
  }
  .contact ul li:first-child {
    padding-top: 0;
  }
  .contact ul li + li {
    border-top: 1px #eee solid;
  }
  .pager {
    text-align: center;
    padding-top: 25px;
  }
  .pager .row {
    display: inline-block;
  }
  .pager a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    height: 26px;
  }
  .pager a.function {
    margin: 0 10px;
  }
  .pager a.function img {
    height: 10px;
    margin-top: 6.5px;
  }
  .pager a:not(.function) {
    color: #000;
    padding: 5px 10px;
    border-right: 1px #ddd solid;
  }
  .pager .function + .function + a {
    border-left: 1px #ddd solid;
  }
  .pager .function:nth-child(2) {
    margin-right: 20px;
  }
  .pager .function:nth-last-child(2) {
    margin-left: 20px;
  }
  .pager a.current {
    background: #C4B83D;
    color: #fff;
  }
  /* contact ask */
  .contact-ask {
    font-size: 15px;
  }
  .contact-ask .contact-form input[type=text],
  .contact-ask .contact-form input[type=email],
  .contact-ask .contact-form input[type=tel],
  .contact-ask .contact-form textarea {
    display: block;
    width: 100%;
    height: 52px;
    border: 0;
    border-bottom: 1px #d9d9d9 solid;
    outline: 0;
    position: relative;
    z-index: 2;
    background: 0;
    font-size: 16px;
  }
  .contact-ask .contact-form textarea {
    height: 120px;
  }
  .contact-ask .contact-form label {
    font-size: 15px;
    color: #515151;
    line-height: 56px;
  }
  .contact-ask .contact-form label span {
    color: #437C45;
    margin-left: 5px;
  }
  .contact-ask .contact-form .row {
    margin: 0 -30px 0;
  }
  .contact-ask .contact-form .row .col {
    width: 100%;
    padding: 0 30px;
  }
  .contact-ask .contact-form .row .col .inner {
    position: relative;
  }
  .contact-ask .contact-form .row .col .inner label {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-ask .contact-form .row .col .inner input:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .textarea {
    margin-top: 17px;
  }
  .contact-ask .contact-form .textarea .col {
    width: 100%;
  }
  .contact-ask .contact-form .textarea .col label {
    line-height: normal;
  }
  .contact-ask .contact-form .textarea .col textarea:focus + label {
    display: none;
    z-index: 1;
  }
  .contact-ask .contact-form .code {
    padding-top: 10px;
  }
  .contact-ask .contact-form .code .col {
    width: 100%;
  }
  .contact-ask .contact-form .code .col .inner {
    position: relative;
  }
  .contact-ask .contact-form .code .col input {
    width: 130px;
  }
  .contact-ask .contact-form .code .col img {
    width: 130px;
    position: absolute;
    left: 150px;
    bottom: 0;
  }
  .contact-ask .contact-form .code .col a {
    display: inline-block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #437C45;
    color: #fff;
    font-size: 16px;
    vertical-align: base;
    margin-top: 5px;
    margin-top: 30px;
  }
  /* contact view */
  .contact-view {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 30px;
  }
  .contact-view .content {
    padding: 0 0 0 20px;
  }
  .contact-view .content .inner {
    min-height: 100px;
    font-size: 15px;
    -webkit-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    box-shadow: 4px 4px 0 rgba(179, 155, 74, 0.5);
    border: 1px #B39B4A solid;
    padding: 20px 30px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .contact-view .content .inner .title {
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 15px;
  }
  .contact-view .content .inner .text {
    line-height: 1.6;
  }
  .contact-view .content .inner .name {
    text-align: right;
    margin-top: 25px;
  }
  .contact-view .content .inner .name span {
    color: #B39B4A;
  }
  .contact-view .content .inner .arrow1 {
    position: absolute;
    top: 24px;
    left: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-left: 1px solid #B39B4A;
    border-bottom: 1px solid #B39B4A;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .contact-view .content .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #b39a4a transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .contact-view .ask .inner .title {
    color: #B39B4A;
    border-bottom: 1px #d2c89a solid;
  }
  .contact-view .content + .content {
    margin-top: 30px;
  }
  .contact-view .reply {
    padding: 0 20px 0 0;
  }
  .contact-view .reply .inner {
    -webkit-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 4px 4px 0 rgba(67, 124, 69, 0.5);
    border: 1px #437C45 solid;
  }
  .contact-view .reply .inner .title {
    color: #437C45;
    border-bottom: 1px #9db698 solid;
  }
  .contact-view .reply .inner .arrow1 {
    -webkit-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    -moz-box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    box-shadow: 0px 5px 0 rgba(67, 124, 69, 0.5);
    position: absolute;
    top: 24px;
    left: auto;
    right: -10.5px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-right: 1px solid #437C45;
    border-bottom: 1px solid #437C45;
    border-left: transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .contact-view .reply .inner .arrow2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #437c45 transparent transparent transparent;
    left: 0;
    top: 0;
    right: auto;
  }
  .contact-view .reply .inner .name span {
    color: #437C45;
  }
  /* donwload */
  .download ul {
    list-style: none;
  }
  .download ul li {
    list-style: none;
    padding: 20px 0;
    border-bottom: 1px #ccc solid;
  }
  .download ul li > span {
    display: inline-block;
    vertical-align: middle;
  }
  .download ul li > span:first-child {
    font-size: 13px;
    padding: 2px 7px;
    background: #6AA353;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .download ul li > span + span {
    width: calc(100% - 180px);
    padding: 0 5px 0 10px;
  }
  .download ul li > span + span i {
    font-style: normal;
    font-size: 16px;
  }
  .download ul li > span + span i + i {
    display: block;
    margin-top: 3px;
  }
  .download ul li a {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  .download ul li a img {
    height: 30px;
  }
  /* faq */
  .faq {
    border-bottom: 1px #d9d9d9 solid;
    padding-bottom: 24px;
  }
  .faq ul {
    list-style: none;
  }
  .faq ul li a {
    display: block;
    position: relative;
    padding: 12px 25px 12px 0;
    font-size: 16px;
  }
  .faq ul li a img {
    position: absolute;
    height: 25px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .faq ul li a span {
    color: #437C45;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
  }
  .faq ul li a span:first-child {
    font-size: 20px;
  }
  .faq ul li a span + span {
    color: #666;
    width: calc(100% - 60px);
  }
  /* faq view */
  .faq-view {
    font-size: 15px;
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .faq-view .title {
    font-size: 18px;
    font-weight: bold;
    color: #437C45;
    margin-bottom: 10px;
  }
  .faq-view .title span {
    display: inline-block;
    vertical-align: middle;
  }
  .faq-view .title span:first-child {
    width: 40px;
  }
  .faq-view .title span + span {
    width: calc(100% - 40px);
  }
  .faq-view .text {
    line-height: 1.6;
  }
  .back {
    text-align: center;
  }
  .back a {
    display: inline-block;
    font-size: 15px;
    color: #B39B4A;
    padding: 7px 40px;
    border: 1px #d1c89b solid;
    margin-top: 25px;
  }
  /* fee */
  .fee {
    padding-bottom: 35px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .fee .title {
    position: relative;
    padding-bottom: 10px;
    font-size: 16px;
    color: #437C45;
    padding-right: 50px;
  }
  .fee .title span {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #666;
  }
  .fee .table {
    table-layout: fixed;
  }
  .fee .table .tr .td {
    padding: 10px;
    border: 1px #dbdbdb solid;
    font-size: 15px;
  }
  .table {
    width: 100%;
    border-collapse: collapse;
    display: table;
  }
  .table .tr {
    display: table-row;
  }
  .table .tr .td {
    display: table-cell;
    vertical-align: middle;
  }
  /* financial auction */
  .page-title .tip {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    margin-top: 5px;
  }
  .financial-auction .table {
    text-align: center;
  }
  .financial-auction .table .tr .td {
    padding: 20px 5px;
    border-bottom: 1px #eee solid;
  }
  .financial-auction .table .title .td {
    font-size: 16px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-auction .table .tr + .tr .td {
    font-size: 15px;
    color: #666;
    padding: 15px 5px;
  }
  /* financial-auction-view */
  .financial-auction-view {
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-auction-view .inner {
    background: #fff;
    border: 1px #9cb596 solid;
    padding: 25px;
  }
  .financial-auction-view .inner .table .tr .td {
    padding: 15px;
  }
  .financial-auction-view .inner .table .tr .td:first-child {
    font-size: 15px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-auction-view .inner .table .tr .td + .td {
    font-size: 15px;
  }
  .financial-auction-view .inner .table .tr + .tr .td {
    border-top: 1px #ececec solid;
  }
  .management li {
    list-style: none;
  }
  .management li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #437C45;
    margin-right: 10px;
  }
  .management li a {
    font-size: 16px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
  }
  .management li + li {
    margin-top: 15px;
  }
  /* rate */
  .financial-rate {
    padding-bottom: 25px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .financial-rate table {
    width: 100%;
    border-collapse: collapse;
  }
  .financial-rate table .head1 td {
    font-size: 15px;
    padding: 10px;
    background: #437C45;
    color: #fff;
  }
  .financial-rate table tr td {
    padding: 10px;
  }
  .financial-rate table tr td:first-child {
    width: 40%;
    font-weight: bold;
  }
  .financial-rate table tr td + td {
    width: 30%;
    text-align: center;
  }
  .financial-rate table .title td {
    font-size: 15px;
    color: #437C45;
    font-weight: bold;
  }
  .financial-rate table tr + tr + tr td {
    font-size: 15px;
    border-top: 1px #eee solid;
  }
  .financial-rate table .head2 {
    text-align: center;
  }
  .financial-rate table .head2 td:first-child {
    background: #B39B4A;
    color: #fff;
    border-top: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* link */
  .link .row {
    margin: 0 -10px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .link .row .col {
    width: 50%;
    padding: 0 10px;
  }
  .link .row .col a {
    display: block;
    text-align: center;
  }
  .link .row .col a img {
    width: 100%;
  }
  .link .row .col a p {
    font-size: 15px;
    color: #666;
    padding-top: 10px;
    min-height: 70px;
  }
  .link .row .col:nth-child(n+3) {
    margin-top: 20px;
  }
  /* map */
  .page-title.style2 {
    border-bottom: 1px #B39B4A solid;
    margin-bottom: 0;
  }
  .map .table {
    font-size: 15px;
    display: unset;
  }
  .map .table .tr {
    display: unset;
    display: block;
    padding: 15px 0;
  }
  .map .table .tr .td {
    display: unset;
    display: block;
  }
  .map .table .tr .td:nth-child(2) {
    padding: 10px 0;
  }
  .map .table .title {
    display: none;
  }
  .map .table .title .td {
    font-weight: bold;
  }
  .map .table .title .td:last-child {
    text-align: center;
  }
  .map .table .tr + .tr .td:first-child {
    font-weight: bold;
    color: #437C45;
  }
  .map .table .tr .td:nth-child(2) span {
    display: block;
  }
  .map .table .tr .td:nth-child(2) span i {
    font-style: normal;
    display: inline-block;
  }
  .map .table .tr .td:nth-child(2) span i:first-child {
    width: 40px;
  }
  .map .table .tr .td:last-child p {
    padding: 0 0 0 20px;
    position: relative;
  }
  .map .table .tr .td:last-child p img {
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .map .table .tr .td:last-child p span {
    display: block;
  }
  .map .table .tr .td:last-child p span + span {
    margin-top: 5px;
    font-size: 15px;
  }
  .map .table .tr {
    border-bottom: 1px #c6c6c6 solid;
  }
  /* news */
  .news {
    padding: 0 0 15px;
    border-bottom: 1px #d9d9d9 solid;
  }
  .news ul {
    list-style: none;
  }
  .news ul li a {
    font-size: 15px;
    color: #666;
    padding: 10px 0;
    display: block;
  }
  .news ul li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .news ul li a span + span {
    width: calc(100% - 95px);
    padding-left: 15px;
  }
  .news ul li + li {
    border-top: 1px #eee solid;
  }
  /* product-list */
  .product-list {
    font-size: 15px;
  }
  .product-list .title1 {
    padding: 9px 20px;
    background: #437C45;
  }
  .product-list .title1 span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .product-list .title1 span:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  .product-list .title1 span + span {
    font-size: 15px;
    margin-top: 5px;
  }
  .product-list .tables .title {
    display: none;
  }
  .product-list .tables .tr + .tr {
    padding: 20px 0;
    border-bottom: 1px #eee solid;
  }
  .product-list .tables .tr + .tr .td:before {
    font-size: 15px;
    font-weight: bold;
    color: #437C45;
  }
  .product-list .tables .tr + .tr .td:nth-child(1):before {
    content: '農產品項：';
  }
  .product-list .tables .tr + .tr .td:nth-child(1) span {
    font-weight: bold;
    text-decoration: underline;
  }
  .product-list .tables .tr + .tr .td:nth-child(2) img {
    height: 20px;
  }
  .product-list .tables .tr + .tr .td:nth-child(2):before {
    content: '農產預購：';
  }
  .product-list .tables .tr + .tr .td:nth-child(3):before {
    content: '產量(公噸)：';
  }
  .product-list .tables .tr + .tr .td:nth-child(4):before {
    content: '栽種面積(公頃)：';
  }
  .product-list .tables .tr + .tr .td:nth-child(5):before {
    content: '栽種區：';
  }
  .product-list .tables .tr + .tr .td + .td {
    margin-top: 5px;
  }
  .proudct {
    text-align: center;
  }
  #tooltip {
    position: absolute;
    background: #DB2A64;
    color: #ffffff;
    padding: 10px;
    z-index: 999;
    font-size: 13px;
  }
  #tooltip.alt-tooltip {
    background: #490B22;
    font-size: 13px;
  }
  .area {
    margin: 30px -5px 0;
  }
  .area a {
    font-size: 15px;
    color: #666;
    display: inline-block;
    padding: 3px 5px;
  }
}
