body {
  font-size: 12px;
  position: relative;
  color: #000;
}

body * {
  font-family: Arial, 'Microsoft JhengHei', 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: 56px;
  height: 50px;
  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: 25px;
  background: url(../images/_tw/prev.png) no-repeat;
}

.flexslider .flex-direction-nav .flex-next {
  right: 25px;
  background: url(../images/_tw/next.png) no-repeat;
}

.flexslider .flex-control-nav {
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -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 {
  background: rgba(255, 255, 255, 0.9);
}

.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: 1200px;
    margin: 0 auto;
  }

  body {
    padding: 130px 0 0;
  }

  header.header {
    position: relative;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: #fff;
    -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 .top {
    height: 40px;
    background: #d0b06f;
  }

  header.header .bottom {
    height: 90px;
    position: relative;
  }

  header.header .bottom a.logo {
    position: absolute;
    left: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header.header nav#menu {
    width: 56%;
    position: absolute;
    right: 80px;
    bottom: 0;
    z-index: 999;
  }

  header.header nav#menu>ul>li {
    float: left;
    display: block;
    width: 20%;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-top: 4px #fff solid;
    border-bottom: 4px #fff solid;
  }

  header.header nav#menu>ul>li>a {
    color: #000;
    display: block;
    height: 82px;
    line-height: 82px;
  }

  header.header nav#menu>ul>li>a span,
  header.header nav#menu>ul>li>a i {
    display: inline-block;
    vertical-align: middle;
  }

  header.header nav#menu>ul>li>a i {
    margin-left: 10px;
    font-size: 12px;
  }

  header.header nav#menu>ul>li ul {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    border-top: 4px #988344 solid;
    list-style: none;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    display: none;
  }

  header.header nav#menu>ul>li ul li {
    text-align: left;
  }

  header.header nav#menu>ul>li ul li a {
    font-size: 13px;
    color: #83713a;
    display: block;
    padding: 10px 15%;
  }

  header.header nav#menu>ul>li ul li:hover {
    background: #988344;
  }

  header.header nav#menu>ul>li ul li:hover a {
    color: #fff;
  }

  header.header nav#menu>ul>li ul li+li {
    border-top: 1px #e8d8b7 solid;
  }

  header.header nav#menu>ul>li:hover {
    border-bottom: 4px #988344 solid;
    background: url(../images/_tw/menu_bg.jpg) bottom repeat-x;
  }

  header.header nav#menu>ul>li:hover ul {
    display: block;
  }

  .index-product {
    background: url(../images/_tw/index_product_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 100px;
  }

  .index-product .row {
    margin: 0 -2.5%;
  }

  .index-product .row .col {
    width: 33.33333333%;
    padding: 0 2.5%;
  }

  .index-product .row .col .inner {
    text-align: center;
    padding: 48px 0;
    background: #fff;
    position: relative;
  }

  .index-product .row .col .inner .tag {
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .index-product .row .col .inner p {
    font-size: 16px;
    color: #272b28;
    padding: 10px;
    line-height: 1.5;
    min-height: 70px;
  }

  .index-product .row .col .inner a.more {
    font-size: 15px;
    display: inline-block;
    padding: 8px 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px #e7b976 solid;
    color: #6f3700;
  }

  .index-product .row .col:nth-child(n+4) {
    margin-top: 120px;
  }

  .index-product .row .col:nth-child(1) .inner,
  .index-product .row .col:nth-child(2) .inner,
  .index-product .row .col:nth-child(3) .inner,
  .index-product .row .col:nth-child(4) .inner,
  .index-product .row .col:nth-child(5) .inner,
  .index-product .row .col:nth-child(6) .inner {
    border-color: #fff;
  }

  .index-product.style2 {
    background: none;
    padding: 50px 0 0;
  }

  .index-product.style2 .title {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .index-product.style2 .row {
    margin: 0 -2.5%;
  }

  .index-product.style2 .row .col {
    padding: 0 2.5%;
  }

  .index-product.style2 .row .col .inner {
    border: 1px #ddd solid;
  }

  .index-news {
    padding: 80px 0;
  }

  .index-news .title {
    font-size: 34px;
    font-weight: bold;
  }

  .index-news .wrap>.row {
    margin: 0 -5%;
  }

  .index-news .wrap>.row>.col {
    width: 50%;
    padding: 0 5%;
    margin: 40px 0 0;
  }

  .index-news .wrap>.row>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .index-news .wrap>.row>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .index-news .wrap>.row>.col .row .col+.col {
    padding-top: 24px;
  }

  .index-news .wrap>.row>.col .row .col+.col h1 {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 10px;
    color: #000;
  }

  .index-news .wrap>.row>.col .row .col+.col h1+p {
    font-size: 14px;
    color: #868686;
  }

  .index-news .wrap .btn {
    text-align: center;
    margin-top: 100px;
  }

  .index-news .wrap .btn a {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 34px;
    border: 1px #d0b567 solid;
    background: #fff;
    color: #654f01;
    font-size: 16px;
  }

  .index-news .wrap .btn a:hover {
    background: #d0b567;
    color: #fff;
  }

  .index-about .title {
    height: 114px;
    background: url(../images/_tw/index_about1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 40px;
    color: #3c1e1e;
    text-align: center;
    line-height: 114px;
    font-weight: bold;
  }

  .index-about .text {
    background: url(../images/_tw/index_about2.jpg) center center no-repeat;
    background-attachment: fixed;
    line-height: 2;
    color: #fff;
    font-size: 16px;
    padding: 100px 0;
  }

  footer.footer {
    background: #5c554e;
    text-align: center;
  }

  footer.footer .top {
    padding: 50px 0;
    text-align: left;
    display: inline-block;
  }

  footer.footer .top .row .col:first-child p {
    font-size: 20px;
    color: #fff;
    padding: 30px 0 15px;
  }

  footer.footer .top .row .col:first-child ul {
    list-style: none;
  }

  footer.footer .top .row .col:first-child ul li img,
  footer.footer .top .row .col:first-child ul li a {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:first-child ul li img {
    margin-right: 10px;
  }

  footer.footer .top .row .col:first-child ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer.footer .top .row .col:first-child ul li+li {
    margin-top: 12px;
  }

  footer.footer .top .row .col:nth-child(2) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(2) ul li {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(2) ul li img,
  footer.footer .top .row .col:nth-child(2) ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:nth-child(2) ul li span {
    margin-left: 12px;
  }

  footer.footer .top .row .col:nth-child(2) ul li+li {
    margin-top: 10px;
  }

  footer.footer .top .row .col:nth-child(3) {
    position: relative;
  }

  footer.footer .top .row .col:nth-child(3) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(3) ul li a {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(3) ul li+li {
    margin-top: 15px;
  }

  footer.footer .top .row .col+.col {
    margin-left: 100px;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 80px;
  }

  footer.footer .footer-bottom {
    font-size: 14px;
    color: #400000;
    text-align: center;
    padding: 16px 0;
    background: #d0b06f;
  }

  #goTop {
    position: fixed;
    right: 2%;
    bottom: 120px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }

  #fixed-right {
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 10;
  }

  #fixed-right a {
    display: block;
  }

  #fixed-right a+a {
    margin-top: 12px;
  }

  .pager {
    padding: 80px 0 0;
    text-align: center;
    border-top: 1px #bbb dashed;
    margin-top: 80px;
  }

  .pager a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
  }

  .pager a.current {
    font-weight: bold;
    background: #eee;
  }

  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }

  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }

  /* product detail */
  .container {
    padding: 0 0 100px;
  }

  .container>.wrap {
    position: relative;
    padding: 80px 0 0;
  }

  .bread-crumbs {
    position: absolute;
    right: 0;
    top: 10px;
    color: #888;
  }

  .bread-crumbs ol {
    list-style: none;
  }

  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 3px 0 0;
  }

  .bread-crumbs ol li {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li a {
    font-size: 14px;
    color: #888;
  }

  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li i {
    margin: 0 2px;
  }

  /* product detail */
  .product-view {
    padding-top: 30px;
    position: relative;
    margin-bottom: 90px;
  }

  .product-view .social-icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .product-view .social-icon a+a {
    margin-left: 5px;
  }

  .product-view .product-img {
    width: 50%;
    float: left;
    padding: 30px 6% 0 0;
  }

  .product-view .product-img #show-box {
    text-align: center;
  }

  .product-view .product-img #show-box img {
    width: 100%;
  }

  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 40px -14px 0;
  }

  .product-view .product-img .thumbnail li {
    float: left;
    width: 25%;
    padding: 0 14px;
  }

  .product-view .product-img .thumbnail li .inner {
    border: 1px #eee solid;
  }

  .product-view .product-info {
    width: 50%;
    float: left;
    padding: 0 0 130px 6%;
    border-left: 1px #ddd solid;
    margin-bottom: 80px;
  }

  .product-view .product-info h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
    border-bottom: 1px #cecece dashed;
    padding: 30px 0 10px;
  }

  .product-view .product-info p {
    font-size: 15px;
    color: #525252;
  }

  .product-view .product-info p+p {
    margin-top: 15px;
  }

  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 45px 0;
    position: relative;
    border-top: 1px #cecece dashed;
    margin-top: 60px;
  }

  .product-view .product-info .btn {
    position: absolute;
    right: 0;
    bottom: 36px;
  }

  .product-view .product-info .btn a+a {
    margin-left: 18px;
  }

  .page-title {
    font-size: 34px;
    font-weight: bold;
  }

  .cus-tabs .tabs {
    list-style: none;
    border-bottom: 3px #dddddd solid;
  }

  .cus-tabs .tabs li {
    float: left;
  }

  .cus-tabs .tabs li a {
    background: #fff;
    display: block;
    font-size: 20px;
    color: #000;
    padding: 9px 50px;
    width: auto;
    border: 1px #a0c75f solid;
    border-bottom: 0;
  }

  .cus-tabs .tabs li+li {
    margin-left: 15px;
  }

  .cus-tabs .tabs-content-wrap {
    padding: 20px 30px 90px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }

  .cus-tabs .table-wrap {
    margin-top: 20px;
  }

  .cus-tabs .table-wrap .row .col {
    width: 50%;
    text-align: center;
  }

  .cus-tabs .table-wrap .row .col .table-title {
    font-size: 16px;
    color: #ffffff;
    background: #888;
    padding: 10px 0;
  }

  .cus-tabs .table-wrap .row .col .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .cus-tabs .table-wrap .row .col .table .tr {
    display: table-row;
  }

  .cus-tabs .table-wrap .row .col .table .tr .td {
    display: table-cell;
    font-size: 15px;
    padding: 10px 0;
    border: 1px #eee solid;
  }

  .cus-tabs .table-wrap .row .col .table .tr:first-child .td {
    background: #e6e6e6;
    font-weight: bold;
  }

  .cus-tabs .table-wrap .row .col+.col {
    margin-left: -1px;
  }

  .box {
    background: #fff;
    padding: 60px 10%;
    margin-top: 20px;
  }

  .page-links {
    list-style: none;
    margin: 0 -5px 50px;
  }

  .page-links li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 0 5px;
  }

  .page-links li a {
    display: block;
    font-size: 17px;
    color: #666666;
    padding: 10px 0;
    background: #fff;
    border: 1px #ddd solid;
  }

  .page-links li.current a {
    background: #988e85;
    color: #fff;
    border: 1px #988e85 solid;
  }

  .news-list>.col {
    width: 100%;
    padding: 30px 0;
    border-top: 1px #bbb dashed;
  }

  .news-list>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .news-list>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .news-list>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .news-list>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .news-list>.col .row .col+.col {
    padding: 24px 100px 0 0;
  }

  .news-list>.col .row .col+.col h1 {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 0 10px;
  }

  .news-list>.col .row .col+.col h1+p {
    font-size: 14px;
    color: #868686;
  }

  .news-list>.col .more {
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    background: #d0b06f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .news-list+.pager {
    margin-top: 0;
  }

  /* news detail */
  .news-detail .social-icon {
    text-align: right;
  }

  .news-detail .social-icon a+a {
    margin-left: 5px;
  }

  .news-detail .news-title {
    position: relative;
    margin-bottom: 15px;
  }

  .news-detail .news-title span {
    display: inline-block;
    vertical-align: middle;
  }

  .news-detail .news-title span:first-child {
    font-size: 14px;
    color: #804000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .news-detail .news-title span:first-child+span {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .news-detail .news-title span:last-child {
    font-size: 20px;
    color: #000;
    margin-left: 20px;
    width: 70%;
  }

  .news-detail .editor {
    padding: 50px 0 50px 100px;
    font-size: 14px;
    color: #858585;
    line-height: 2;
    border-top: 1px #bbb dashed;
    border-bottom: 1px #bbb dashed;
  }

  .article-function {
    text-align: center;
    padding: 60px 0 0;
  }

  .article-function a {
    display: inline-block;
  }

  .article-function a:nth-child(2) {
    margin: 0 30px;
  }

  .about .img {
    float: right;
    margin: 0 0 30px 30px;
  }

  .about .editor {
    line-height: 2;
    font-size: 15px;
    color: #666666;
  }

  .contact .info ul {
    list-style: none;
  }

  .contact .info ul li {
    font-size: 15px;
    color: #535353;
    width: 33.33333333%;
    display: block;
    float: left;
  }

  .contact .info ul li img,
  .contact .info ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .info ul li span {
    width: 90%;
    word-break: break-all;
  }

  .contact .info ul li img {
    width: 27px;
    margin: 0 5px 0 0;
  }

  .contact .info ul li:first-child {
    font-size: 20px;
  }

  .contact .info ul li:nth-child(4),
  .contact .info ul li:nth-child(5) {
    width: 50%;
    margin-top: 20px;
  }

  .contact .google-map {
    border: 1px #ddd solid;
    padding: 10px;
    background: #fdfdfd;
    margin: 30px 0 60px;
  }

  .contact .google-map .inner {
    position: relative;
    height: 290px;
  }

  .contact .google-map .inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .contact .tips {
    font-size: 16px;
    color: #666;
    padding-left: 105px;
    line-height: 2;
    position: relative;
  }

  .contact .tips img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .contact .contact-form .inner {
    border-top: 1px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    padding: 60px 10%;
    margin: 40px 0;
  }

  .contact .contact-form .inner .row {
    padding-left: 220px;
    position: relative;
  }

  .contact .contact-form .inner .row .col:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 100%;
    background: #f5f5f5;
  }

  .contact .contact-form .inner .row .col:first-child label {
    font-size: 16px;
    text-align: right;
    padding: 0 25px 0 0;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #333;
  }

  .contact .contact-form .inner .row .col:first-child label span {
    color: #ff7272;
    margin-right: 5px;
  }

  .contact .contact-form .inner .row .col+.col {
    width: 100%;
    padding: 15px 20px;
  }

  .contact .contact-form .inner .row input[type=text],
  .contact .contact-form .inner .row input[type=password],
  .contact .contact-form .inner .row input[type=email],
  .contact .contact-form .inner .row input[type=tel] {
    display: block;
    border: 1px #ddd solid;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
  }

  .contact .contact-form .inner .row textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
    height: 105px;
  }

  .contact .contact-form .inner .code .col+.col input {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .code .col+.col img,
  .contact .contact-form .inner .code .col+.col a {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .code .col+.col img {
    margin: 0 10px;
  }

  .contact .contact-form .inner .code .col+.col a {
    font-size: 16px;
    color: #d96d00;
    text-decoration: underline;
  }

  .contact .contact-form .inner .textarea .col:first-child label {
    top: 30px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  .contact .contact-form .inner .row+.row {
    margin: 5px 0 0;
  }

  .contact .contact-form .btn {
    text-align: center;
    padding-top: 30px;
  }

  .contact .contact-form .btn input {
    display: inline-block;
    margin: 0 6px;
    padding: 0 45px;
    height: 38px;
    line-height: 38px;
    background: #513409;
    color: #fff;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}

@media only screen and (min-width: 1600px) {
  footer.footer .top .row .col+.col {
    margin-left: 200px;
  }
}

/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {

  .pc,
  .hide-in-tablet {
    display: none !important;
  }

  body {
    padding: 59px 0 40px;
  }

  .wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }

  header.header .top {
    height: 3px;
    background: #d0b06f;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
  }

  header.header .bottom {
    position: fixed;
    width: 100%;
    height: 56px;
    background: #fff;
    z-index: 9999;
    top: 3px;
    -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);
  }

  header.header .bottom a {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header.header .bottom a img {
    height: 32px;
  }

  header.header .bottom #menu-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header.header .bottom #menu-btn img {
    height: 32px;
  }

  nav#menu {
    position: fixed;
    width: 80%;
    max-width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
    padding: 59px 0 40px;
    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);
    display: none;
  }

  nav#menu>ul {
    display: block;
    list-style: none;
  }

  nav#menu>ul>li {
    background: url(../images/_tw/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>ul>li>a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 12px 20px;
  }

  nav#menu>ul>li>a span,
  nav#menu>ul>li>a i {
    display: inline-block;
    vertical-align: middle;
  }

  nav#menu>ul>li>a i {
    margin-left: 10px;
    font-size: 12px;
  }

  nav#menu>ul>li ul {
    list-style: none;
  }

  nav#menu>ul>li ul li {
    display: block;
    padding: 10px 20px 10px 30px;
    background: url(../images/_tw/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>ul>li ul li a {
    font-size: 14px;
    color: #83713a;
    display: block;
  }

  .flexslider .flex-direction-nav {
    display: none;
  }

  .flexslider .flex-direction-nav a {
    width: 56px;
    height: 50px;
    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: 25px;
    background: url(../images/_tw/prev.png) no-repeat;
  }

  .flexslider .flex-direction-nav .flex-next {
    right: 25px;
    background: url(../images/_tw/next.png) no-repeat;
  }

  .index-product {
    background: url(../images/_tw/index_product_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0 60px;
  }

  .index-product .row {
    margin: 0 -2.5%;
  }

  .index-product .row .col {
    width: 50%;
    padding: 0 2.5%;
  }

  .index-product .row .col .inner {
    text-align: center;
    padding: 48px 25px 28px;
    background: #fff;
    border-top: 4px #fff solid;
    position: relative;
  }

  .index-product .row .col .inner .tag {
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .index-product .row .col .inner p {
    font-size: 15px;
    color: #272b28;
    padding: 10px;
    line-height: 1.5;
    min-height: 70px;
  }

  .index-product .row .col .inner a.more {
    font-size: 14px;
    display: inline-block;
    padding: 8px 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px #e7b976 solid;
    color: #6f3700;
  }

  .index-product .row .col:nth-child(n+3) {
    margin-top: 60px;
  }

  .index-product .row .col:nth-child(1) .inner {
    border-color: #d72643;
  }

  .index-product .row .col:nth-child(2) .inner {
    border-color: #cb9ec9;
  }

  .index-product .row .col:nth-child(3) .inner {
    border-color: #0080a6;
  }

  .index-product .row .col:nth-child(4) .inner {
    border-color: #feb300;
  }

  .index-product .row .col:nth-child(5) .inner {
    border-color: #70c187;
  }

  .index-product .row .col:nth-child(6) .inner {
    border-color: #0080a6;
  }

  .index-news {
    padding: 60px 0;
  }

  .index-news .title {
    font-size: 24px;
  }

  .index-news .wrap>.row {
    margin: 0 -5%;
  }

  .index-news .wrap>.row>.col {
    width: 100%;
    padding: 0 5%;
    margin: 30px 0 0;
  }

  .index-news .wrap>.row>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .index-news .wrap>.row>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .index-news .wrap>.row>.col .row .col+.col {
    padding-top: 24px;
  }

  .index-news .wrap>.row>.col .row .col+.col h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 5px;
    color: #000;
  }

  .index-news .wrap>.row>.col .row .col+.col h1+p {
    font-size: 15px;
    color: #868686;
    line-height: 1.6;
  }

  .index-news .wrap .btn {
    text-align: center;
    margin-top: 60px;
  }

  .index-news .wrap .btn a {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 34px;
    border: 1px #d0b567 solid;
    background: #fff;
    color: #654f01;
    font-size: 15px;
  }

  .index-news .wrap .btn a:hover {
    background: #d0b567;
    color: #fff;
  }

  .index-about .title {
    height: 80px;
    background: url(../images/_tw/index_about1.jpg) center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    font-size: 24px;
    color: #3c1e1e;
    text-align: center;
    line-height: 80px;
  }

  .index-about .text {
    background: url(../images/_tw/index_about2.jpg) center center no-repeat;
    background-position: fixed;
    line-height: 1.6;
    color: #fff;
    font-size: 15px;
    padding: 60px 0;
  }

  footer.footer {
    background: #5c554e;
  }

  footer.footer .top {
    padding: 60px 0;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }

  footer.footer .top .row .col {
    width: 100%;
  }

  footer.footer .top .row .col:first-child>img {
    height: 44px;
  }

  footer.footer .top .row .col:first-child p {
    font-size: 15px;
    color: #fff;
    padding: 20px 0 40px;
  }

  footer.footer .top .row .col:first-child ul {
    list-style: none;
  }

  footer.footer .top .row .col:first-child ul li img,
  footer.footer .top .row .col:first-child ul li a {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:first-child ul li img {
    margin-right: 16px;
  }

  footer.footer .top .row .col:first-child ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer.footer .top .row .col:first-child ul li+li {
    margin-top: 10px;
  }

  footer.footer .top .row .col:nth-child(2) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(2) ul li {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(2) ul li img,
  footer.footer .top .row .col:nth-child(2) ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:nth-child(2) ul li span {
    margin-left: 12px;
    width: 85%;
    word-break: break-all;
  }

  footer.footer .top .row .col:nth-child(2) ul li+li {
    margin-top: 10px;
  }

  footer.footer .top .row .col:nth-child(3) {
    position: relative;
  }

  footer.footer .top .row .col:nth-child(3) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(3) ul li {
    display: inline-block;
  }

  footer.footer .top .row .col:nth-child(3) ul li a {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(3) ul li+li {
    margin-left: 10px;
  }

  footer.footer .top .row .col+.col {
    position: relative;
    margin-top: 40px;
  }

  footer.footer .footer-bottom {
    font-size: 14px;
    color: #400000;
    text-align: center;
    padding: 12px 10%;
    background: #d0b06f;
  }

  #goTop {
    position: fixed;
    right: 2%;
    bottom: 70px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }

  #goTop img {
    width: 42px;
  }

  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }

  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }

  #fixed-bottom a span {
    vertical-align: middle;
  }

  #fixed-bottom a+a {
    background: #03c302;
  }

  .index-product.style2 {
    background: none;
    padding: 40px 0 60px;
  }

  .index-product.style2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .index-product.style2 .row {
    margin: 0 -2.5%;
  }

  .index-product.style2 .row .col {
    padding: 0 2.5%;
    width: 50%;
  }

  .index-product.style2 .row .col .inner {
    border: 1px #ddd solid;
    padding: 38px 25px 38px;
  }

  .index-product.style2 .row .col:nth-child(n+3) {
    margin-top: 40px;
  }

  .pager {
    padding: 60px 0 0;
    text-align: center;
    border-top: 1px #bbb dashed;
    margin-top: 60px;
  }

  .pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
  }

  .pager a.current {
    font-weight: bold;
    background: #eee;
  }

  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }

  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }

  /* bread crumbs */
  .container>.wrap {
    position: relative;
    padding: 60px 0 80px;
  }

  .bread-crumbs {
    position: absolute;
    right: 0;
    top: 10px;
    color: #888;
  }

  .bread-crumbs ol {
    list-style: none;
  }

  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 3px 0 0;
  }

  .bread-crumbs ol li {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li a {
    font-size: 14px;
    color: #888;
  }

  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li i {
    margin: 0 2px;
  }

  /* product detail */
  .page-title {
    font-size: 24px;
  }

  .product-view {
    position: relative;
  }

  .product-view .social-icon {
    margin-top: 20px;
  }

  .product-view .social-icon a+a {
    margin-left: 5px;
  }

  .product-view .product-img {
    margin-top: 20px;
  }

  .product-view .product-img #show-box {
    text-align: center;
  }

  .product-view .product-img #show-box img {
    width: 100%;
  }

  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 15px -5px 0;
  }

  .product-view .product-img .thumbnail li {
    float: left;
    width: 25%;
    padding: 0 5px;
  }

  .product-view .product-img .thumbnail li .inner {
    border: 1px #eee solid;
  }

  .product-view .product-info {
    padding: 50px 0 80px;
  }

  .product-view .product-info h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    border-bottom: 1px #cecece dashed;
    padding-bottom: 10px;
  }

  .product-view .product-info p {
    font-size: 15px;
    color: #525252;
  }

  .product-view .product-info p+p {
    margin-top: 15px;
  }

  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 25px 0;
    position: relative;
    border-top: 1px #cecece dashed;
    margin: 30px 0 0;
  }

  .product-view .product-info .btn {
    margin-top: 15px;
  }

  .cus-tabs .tabs {
    list-style: none;
    border-bottom: 3px #ddd solid;
  }

  .cus-tabs .tabs li {
    float: left;
  }

  .cus-tabs .tabs li a {
    background: #fff;
    display: block;
    font-size: 16px;
    color: #000;
    padding: 9px 20px;
    width: auto;
    border: 1px #a0c75f solid;
    border-bottom: 0;
  }

  .cus-tabs .tabs li+li {
    margin-left: 15px;
  }

  .cus-tabs .tabs-content-wrap {
    padding: 30px 0 50px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }

  .cus-tabs .table-wrap {
    margin-top: 30px;
  }

  .cus-tabs .table-wrap .row .col {
    width: 100%;
    text-align: center;
  }

  .cus-tabs .table-wrap .row .col .table-title {
    font-size: 16px;
    color: #ffffff;
    background: #888;
    padding: 10px 0;
  }

  .cus-tabs .table-wrap .row .col .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .cus-tabs .table-wrap .row .col .table .tr {
    display: table-row;
  }

  .cus-tabs .table-wrap .row .col .table .tr .td {
    display: table-cell;
    font-size: 15px;
    padding: 10px 0;
    border: 1px #eee solid;
  }

  .cus-tabs .table-wrap .row .col .table .tr:first-child .td {
    background: #e6e6e6;
    font-weight: bold;
  }

  .cus-tabs .table-wrap .row .col+.col {
    margin-top: 30px;
  }

  .cus-tabs+.index-product.style2 {
    padding-bottom: 0;
  }

  /* news */
  .box {
    background: #fff;
    padding: 60px 10%;
    margin-top: 20px;
  }

  .page-links {
    list-style: none;
    margin: 0 -5px 50px;
  }

  .page-links li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 5px;
  }

  .page-links li a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 10px 0;
    background: #fff;
    border: 1px #ddd solid;
  }

  .page-links li:nth-child(n+5) {
    margin-top: 10px;
  }

  .page-links li.current a {
    background: #988e85;
    color: #fff;
    border: 1px #988e85 solid;
  }

  .news-list>.col {
    width: 100%;
    padding: 20px 0;
    border-top: 1px #bbb dashed;
  }

  .news-list>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .news-list>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .news-list>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .news-list>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .news-list>.col .row .col+.col {
    padding: 24px 0 30px 0;
  }

  .news-list>.col .row .col+.col h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 10px;
  }

  .news-list>.col .row .col+.col h1+p {
    font-size: 14px;
    color: #868686;
    display: block;
  }

  .news-list>.col .more {
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    background: #d0b06f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .news-list+.pager {
    margin-top: 0;
  }

  /* news detail */
  .news-detail .social-icon {
    text-align: right;
    margin-bottom: 20px;
  }

  .news-detail .social-icon a+a {
    margin-left: 5px;
  }

  .news-detail .news-title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 95px;
    min-height: 82px;
  }

  .news-detail .news-title span {
    display: inline-block;
    vertical-align: middle;
  }

  .news-detail .news-title span:first-child {
    font-size: 14px;
    color: #804000;
    position: absolute;
    left: 0;
    top: 0;
  }

  .news-detail .news-title span:first-child+span {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
    position: absolute;
    top: 22px;
    left: 0;
  }

  .news-detail .news-title span:last-child {
    font-size: 18px;
    color: #000;
    margin: 22px 0 0 0;
  }

  .news-detail .editor {
    padding: 30px 0;
    font-size: 14px;
    color: #858585;
    line-height: 2;
    border-top: 1px #bbb dashed;
    border-bottom: 1px #bbb dashed;
  }

  .article-function {
    text-align: center;
    padding: 30px 0 0;
  }

  .article-function a {
    display: inline-block;
  }

  .article-function a:nth-child(2) {
    margin: 0 30px;
  }

  /* contact */
  .contact .contact-logo {
    margin-bottom: 15px;
    display: block;
  }

  .contact .contact-logo img {
    height: 40px;
  }

  .contact .info ul {
    list-style: none;
  }

  .contact .info ul li {
    font-size: 15px;
    color: #535353;
    display: block;
    padding-left: 32px;
    position: relative;
  }

  .contact .info ul li img,
  .contact .info ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .info ul li span {
    word-break: break-all;
  }

  .contact .info ul li img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .contact .info ul li+li {
    margin-top: 10px;
  }

  .contact .info ul li:first-child {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .contact .google-map {
    border: 1px #ddd solid;
    padding: 10px;
    background: #fdfdfd;
    margin: 30px 0 40px;
  }

  .contact .google-map .inner {
    position: relative;
    height: 220px;
  }

  .contact .google-map .inner iframe {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 100%;
  }

  .contact .tips {
    font-size: 15px;
    color: #5a8b3f;
    line-height: 1.6;
    position: relative;
    color: #666;
  }

  .contact .tips img {
    display: none;
  }

  .contact .contact-form .inner {
    border-top: 1px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    padding: 40px 0;
    margin: 40px 0;
  }

  .contact .contact-form .inner .row .col {
    width: 100%;
  }

  .contact .contact-form .inner .row .col:first-child label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
  }

  .contact .contact-form .inner .row .col:first-child label span {
    color: #ff7272;
    margin-right: 5px;
  }

  .contact .contact-form .inner .row input[type=text],
  .contact .contact-form .inner .row input[type=password],
  .contact .contact-form .inner .row input[type=email],
  .contact .contact-form .inner .row input[type=tel] {
    border: 1px #ddd solid;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 15px;
    background: #fff;
  }

  .contact .contact-form .inner .row textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
    height: 105px;
    font-size: 15px;
  }

  .contact .contact-form .inner .row+.row {
    margin-top: 20px;
  }

  .contact .contact-form .inner .row.code input {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .row.code img,
  .contact .contact-form .inner .row.code a {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .row.code img {
    margin: 0 10px;
  }

  .contact .contact-form .inner .row.code a {
    font-size: 15px;
    color: #d96d00;
    text-decoration: underline;
  }

  .contact .contact-form .btn {
    text-align: center;
    padding-top: 10px;
  }

  .contact .contact-form .btn input {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 8px 30px;
    background: #513409;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 6px;
    border: 0;
  }

  .about .img {
    float: right;
    margin: 0 0 20px 0;
    max-width: 360px;
  }

  .about .editor {
    line-height: 1.6;
    font-size: 14px;
    color: #666666;
  }
}

/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {

  .pc,
  .hide-in-mobile {
    display: none !important;
  }

  body {
    padding: 59px 0 40px;
  }

  .wrap {
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
  }

  header.header .top {
    height: 3px;
    background: #d0b06f;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
  }

  header.header .bottom {
    position: fixed;
    width: 100%;
    height: 56px;
    background: #fff;
    z-index: 9999;
    top: 3px;
    -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);
  }

  header.header .bottom a {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header.header .bottom a img {
    height: 32px;
  }

  header.header .bottom #menu-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  header.header .bottom #menu-btn img {
    height: 32px;
  }

  nav#menu {
    position: fixed;
    width: 80%;
    max-width: 240px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
    padding: 59px 0 40px;
    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);
    display: none;
  }

  nav#menu>ul {
    display: block;
    list-style: none;
  }

  nav#menu>ul>li {
    background: url(../images/_tw/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>ul>li>a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 12px 20px;
  }

  nav#menu>ul>li>a span,
  nav#menu>ul>li>a i {
    display: inline-block;
    vertical-align: middle;
  }

  nav#menu>ul>li>a i {
    margin-left: 10px;
    font-size: 12px;
  }

  nav#menu>ul>li ul {
    list-style: none;
  }

  nav#menu>ul>li ul li {
    display: block;
    padding: 10px 20px 10px 30px;
    background: url(../images/_tw/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>ul>li ul li a {
    font-size: 14px;
    color: #83713a;
    display: block;
  }

  .flexslider .flex-direction-nav {
    display: none;
  }

  .flexslider .flex-direction-nav a {
    width: 56px;
    height: 50px;
    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: 25px;
    background: url(../images/_tw/prev.png) no-repeat;
  }

  .flexslider .flex-direction-nav .flex-next {
    right: 25px;
    background: url(../images/_tw/next.png) no-repeat;
  }

  .index-product {
    background: url(../images/_tw/index_product_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 0 40px;
  }

  .index-product .row {
    margin: 0 -2.5%;
  }

  .index-product .row .col {
    width: 100%;
    padding: 0 5%;
  }

  .index-product .row .col .inner {
    text-align: center;
    padding: 48px 25px 28px;
    background: #fff;
    border-top: 4px #fff solid;
    position: relative;
  }

  .index-product .row .col .inner .tag {
    position: absolute;
    left: 50%;
    top: -35px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .index-product .row .col .inner p {
    font-size: 15px;
    color: #272b28;
    padding: 15px 0;
  }

  .index-product .row .col .inner a.more {
    font-size: 14px;
    display: inline-block;
    padding: 8px 45px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px #e7b976 solid;
    color: #6f3700;
  }

  .index-product .row .col+.col {
    margin-top: 60px;
  }

  .index-product .row .col:nth-child(1) .inner {
    border-color: #d72643;
  }

  .index-product .row .col:nth-child(2) .inner {
    border-color: #cb9ec9;
  }

  .index-product .row .col:nth-child(3) .inner {
    border-color: #0080a6;
  }

  .index-product .row .col:nth-child(4) .inner {
    border-color: #feb300;
  }

  .index-product .row .col:nth-child(5) .inner {
    border-color: #70c187;
  }

  .index-product .row .col:nth-child(6) .inner {
    border-color: #0080a6;
  }

  .index-news {
    padding: 40px 0;
  }

  .index-news .title {
    font-size: 24px;
  }

  .index-news .wrap>.row {
    margin: 0 -5%;
  }

  .index-news .wrap>.row>.col {
    width: 100%;
    padding: 0 5%;
    margin: 30px 0 0;
  }

  .index-news .wrap>.row>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .index-news .wrap>.row>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .index-news .wrap>.row>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .index-news .wrap>.row>.col .row .col+.col {
    padding-top: 24px;
  }

  .index-news .wrap>.row>.col .row .col+.col h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 5px;
    color: #000;
  }

  .index-news .wrap>.row>.col .row .col+.col h1+p {
    font-size: 15px;
    color: #868686;
    line-height: 1.6;
  }

  .index-news .wrap .btn {
    text-align: center;
    margin-top: 40px;
  }

  .index-news .wrap .btn a {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 34px;
    border: 1px #d0b567 solid;
    background: #fff;
    color: #654f01;
    font-size: 15px;
  }

  .index-news .wrap .btn a:hover {
    background: #d0b567;
    color: #fff;
  }

  .index-about .title {
    height: 60px;
    background: url(../images/_tw/index_about1.jpg) center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    font-size: 24px;
    color: #3c1e1e;
    text-align: center;
    line-height: 60px;
  }

  .index-about .text {
    background: url(../images/_tw/index_about2.jpg) center center no-repeat;
    background-position: fixed;
    line-height: 1.6;
    color: #fff;
    font-size: 15px;
    padding: 40px 0;
  }

  footer.footer {
    background: #5c554e;
  }

  footer.footer .top {
    padding: 40px 0;
    width: 80%;
    max-width: 360px;
    margin: 0 auto;
  }

  footer.footer .top .row .col {
    width: 100%;
  }

  footer.footer .top .row .col:first-child>img {
    height: 44px;
  }

  footer.footer .top .row .col:first-child p {
    font-size: 15px;
    color: #fff;
    padding: 20px 0 30px;
  }

  footer.footer .top .row .col:first-child ul {
    list-style: none;
  }

  footer.footer .top .row .col:first-child ul li img,
  footer.footer .top .row .col:first-child ul li a {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:first-child ul li img {
    margin-right: 16px;
  }

  footer.footer .top .row .col:first-child ul li a {
    color: #fff;
    font-size: 15px;
  }

  footer.footer .top .row .col:first-child ul li+li {
    margin-top: 10px;
  }

  footer.footer .top .row .col:nth-child(2) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(2) ul li {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(2) ul li img,
  footer.footer .top .row .col:nth-child(2) ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  footer.footer .top .row .col:nth-child(2) ul li span {
    margin-left: 12px;
    width: 85%;
    word-break: break-all;
  }

  footer.footer .top .row .col:nth-child(2) ul li+li {
    margin-top: 10px;
  }

  footer.footer .top .row .col:nth-child(3) {
    position: relative;
  }

  footer.footer .top .row .col:nth-child(3) ul {
    list-style: none;
  }

  footer.footer .top .row .col:nth-child(3) ul li {
    display: inline-block;
  }

  footer.footer .top .row .col:nth-child(3) ul li a {
    font-size: 15px;
    color: #fff;
  }

  footer.footer .top .row .col:nth-child(3) ul li+li {
    margin-left: 10px;
  }

  footer.footer .top .row .col+.col {
    position: relative;
    margin-top: 30px;
  }

  footer.footer .footer-bottom {
    font-size: 14px;
    color: #400000;
    text-align: center;
    padding: 12px 10%;
    background: #d0b06f;
  }

  #goTop {
    position: fixed;
    right: 2%;
    bottom: 70px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }

  #goTop img {
    width: 42px;
  }

  #fixed-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  #fixed-bottom a {
    display: block;
    width: 50%;
    float: left;
    background: #00bfff;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 2px 0;
    line-height: 36px;
  }

  #fixed-bottom a img {
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
  }

  #fixed-bottom a span {
    vertical-align: middle;
  }

  #fixed-bottom a+a {
    background: #03c302;
  }

  .index-product.style2 {
    background: none;
    padding: 40px 0 60px;
  }

  .index-product.style2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .index-product.style2 .row {
    margin: 0 -2.5%;
  }

  .index-product.style2 .row .col {
    padding: 0 2.5%;
    width: 100%;
  }

  .index-product.style2 .row .col .inner {
    border: 1px #ddd solid;
    padding: 38px 25px 38px;
  }

  .index-product.style2 .row .col+.col {
    margin-top: 40px;
  }

  .pager {
    padding: 60px 0 0;
    text-align: center;
    border-top: 1px #bbb dashed;
    margin-top: 60px;
  }

  .pager a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
  }

  .pager a.current {
    font-weight: bold;
    background: #eee;
  }

  .pager a:first-child,
  .pager a:last-child {
    font-size: 24px;
  }

  .pager a:first-child i,
  .pager a:last-child i {
    vertical-align: top;
    margin-top: 2px;
  }

  /* bread crumbs */
  .container>.wrap {
    position: relative;
    padding: 40px 0 60px;
  }

  .bread-crumbs {
    position: absolute;
    right: 0;
    top: 10px;
    color: #888;
  }

  .bread-crumbs ol {
    list-style: none;
  }

  .bread-crumbs ol img {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 3px 0 0;
  }

  .bread-crumbs ol li {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li a {
    font-size: 14px;
    color: #888;
  }

  .bread-crumbs ol li i,
  .bread-crumbs ol li span {
    display: inline-block;
    vertical-align: middle;
  }

  .bread-crumbs ol li i {
    margin: 0 2px;
  }

  /* product detail */
  .page-title {
    font-size: 24px;
  }

  .product-view {
    position: relative;
  }

  .product-view .social-icon {
    margin-top: 20px;
  }

  .product-view .social-icon a+a {
    margin-left: 5px;
  }

  .product-view .product-img {
    margin-top: 20px;
  }

  .product-view .product-img #show-box {
    text-align: center;
  }

  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 15px -5px 0;
  }

  .product-view .product-img .thumbnail li {
    float: left;
    width: 25%;
    padding: 0 5px;
  }

  .product-view .product-img .thumbnail li .inner {
    border: 1px #eee solid;
  }

  .product-view .product-info {
    padding: 50px 0 80px;
  }

  .product-view .product-info h1 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
    border-bottom: 1px #cecece dashed;
    padding-bottom: 10px;
  }

  .product-view .product-info p {
    font-size: 15px;
    color: #525252;
  }

  .product-view .product-info p+p {
    margin-top: 15px;
  }

  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 25px 0;
    position: relative;
    border-top: 1px #cecece dashed;
    margin: 30px 0 0;
  }

  .product-view .product-info .btn {
    margin-top: 15px;
  }

  .cus-tabs .tabs {
    list-style: none;
    border-bottom: 3px #ddd solid;
  }

  .cus-tabs .tabs li {
    float: left;
  }

  .cus-tabs .tabs li a {
    background: #fff;
    display: block;
    font-size: 16px;
    color: #000;
    padding: 9px 20px;
    width: auto;
    border: 1px #a0c75f solid;
    border-bottom: 0;
  }

  .cus-tabs .tabs li+li {
    margin-left: 15px;
  }

  .cus-tabs .tabs-content-wrap {
    padding: 30px 0 50px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }

  .cus-tabs .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }

  .cus-tabs .table-wrap {
    margin-top: 30px;
  }

  .cus-tabs .table-wrap .row .col {
    width: 100%;
    text-align: center;
  }

  .cus-tabs .table-wrap .row .col .table-title {
    font-size: 16px;
    color: #ffffff;
    background: #888;
    padding: 10px 0;
  }

  .cus-tabs .table-wrap .row .col .table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .cus-tabs .table-wrap .row .col .table .tr {
    display: table-row;
  }

  .cus-tabs .table-wrap .row .col .table .tr .td {
    display: table-cell;
    font-size: 15px;
    padding: 10px 0;
    border: 1px #eee solid;
  }

  .cus-tabs .table-wrap .row .col .table .tr:first-child .td {
    background: #e6e6e6;
    font-weight: bold;
  }

  .cus-tabs .table-wrap .row .col+.col {
    margin-top: 30px;
  }

  .cus-tabs+.index-product.style2 {
    padding-bottom: 0;
  }

  /* news */
  .box {
    background: #fff;
    padding: 40px 10%;
    margin-top: 20px;
  }

  .page-links {
    list-style: none;
    margin: 0 -5px 50px;
  }

  .page-links li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 5px;
  }

  .page-links li a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 10px 0;
    background: #fff;
    border: 1px #ddd solid;
  }

  .page-links li:nth-child(n+3) {
    margin-top: 10px;
  }

  .page-links li.current a {
    background: #988e85;
    color: #fff;
    border: 1px #988e85 solid;
  }

  .news-list>.col {
    width: 100%;
    padding: 20px 0;
    border-top: 1px #bbb dashed;
  }

  .news-list>.col .row {
    padding-left: 95px;
    position: relative;
  }

  .news-list>.col .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }

  .news-list>.col .row .col:first-child .date1 {
    font-size: 14px;
    color: #804000;
    line-height: 24px;
  }

  .news-list>.col .row .col:first-child .date2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
  }

  .news-list>.col .row .col+.col {
    padding: 24px 0 30px 0;
  }

  .news-list>.col .row .col+.col h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 10px;
  }

  .news-list>.col .row .col+.col h1+p {
    font-size: 14px;
    color: #868686;
    display: block;
  }

  .news-list>.col .more {
    display: inline-block;
    color: #fff;
    padding: 6px 12px;
    background: #d0b06f;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .news-list+.pager {
    margin-top: 0;
  }

  /* news detail */
  .news-detail .social-icon {
    text-align: right;
    margin-bottom: 20px;
  }

  .news-detail .social-icon a+a {
    margin-left: 5px;
  }

  .news-detail .news-title {
    position: relative;
    margin-bottom: 15px;
    padding-left: 95px;
    min-height: 82px;
  }

  .news-detail .news-title span {
    display: inline-block;
    vertical-align: middle;
  }

  .news-detail .news-title span:first-child {
    font-size: 14px;
    color: #804000;
    position: absolute;
    left: 0;
    top: 0;
  }

  .news-detail .news-title span:first-child+span {
    font-size: 42px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 60px;
    background: #aba49c;
    line-height: 60px;
    position: absolute;
    top: 22px;
    left: 0;
  }

  .news-detail .news-title span:last-child {
    font-size: 18px;
    color: #000;
    margin: 22px 0 0 0;
  }

  .news-detail .editor {
    padding: 30px 0;
    font-size: 14px;
    color: #858585;
    line-height: 2;
    border-top: 1px #bbb dashed;
    border-bottom: 1px #bbb dashed;
  }

  .article-function {
    text-align: center;
    padding: 30px 0 0;
  }

  .article-function a {
    display: inline-block;
  }

  .article-function a:nth-child(2) {
    margin: 0 30px;
  }

  .about .img {
    float: right;
    margin: 0 0 20px 0;
  }

  .about .editor {
    line-height: 1.6;
    font-size: 14px;
    color: #666666;
  }

  /* contact */
  .contact .contact-logo {
    margin-bottom: 15px;
    display: block;
  }

  .contact .contact-logo img {
    height: 40px;
  }

  .contact .info ul {
    list-style: none;
  }

  .contact .info ul li {
    font-size: 15px;
    color: #535353;
    display: block;
    padding-left: 32px;
    position: relative;
  }

  .contact .info ul li img,
  .contact .info ul li span {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .info ul li span {
    word-break: break-all;
  }

  .contact .info ul li img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .contact .info ul li+li {
    margin-top: 10px;
  }

  .contact .info ul li:first-child {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .contact .google-map {
    border: 1px #ddd solid;
    padding: 10px;
    background: #fdfdfd;
    margin: 30px 0 40px;
  }

  .contact .google-map .inner {
    position: relative;
    height: 220px;
  }

  .contact .google-map .inner iframe {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 100%;
  }

  .contact .tips {
    font-size: 15px;
    color: #5a8b3f;
    line-height: 1.6;
    position: relative;
    color: #666;
  }

  .contact .tips img {
    display: none;
  }

  .contact .contact-form .inner {
    border-top: 1px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    padding: 40px 0;
    margin: 40px 0;
  }

  .contact .contact-form .inner .row .col {
    width: 100%;
  }

  .contact .contact-form .inner .row .col:first-child label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
  }

  .contact .contact-form .inner .row .col:first-child label span {
    color: #ff7272;
    margin-right: 5px;
  }

  .contact .contact-form .inner .row input[type=text],
  .contact .contact-form .inner .row input[type=password],
  .contact .contact-form .inner .row input[type=email],
  .contact .contact-form .inner .row input[type=tel] {
    border: 1px #ddd solid;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    font-size: 15px;
    background: #fff;
  }

  .contact .contact-form .inner .row textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px #ddd solid;
    height: 105px;
    font-size: 15px;
  }

  .contact .contact-form .inner .row+.row {
    margin-top: 20px;
  }

  .contact .contact-form .inner .row.code input {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .row.code img,
  .contact .contact-form .inner .row.code a {
    display: inline-block;
    vertical-align: middle;
  }

  .contact .contact-form .inner .row.code img {
    margin: 0 10px;
  }

  .contact .contact-form .inner .row.code a {
    font-size: 15px;
    color: #d96d00;
    text-decoration: underline;
  }

  .contact .contact-form .btn {
    text-align: center;
    padding-top: 10px;
  }

  .contact .contact-form .btn input {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 8px 30px;
    background: #513409;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 6px;
    border: 0;
  }
}