body {
  font-size: 12px;
  position: relative;
  color: #000;
}
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: 48px;
  height: 80px;
  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: 30px;
  background: url(prev-2.png) no-repeat;
}
.flexslider .flex-direction-nav .flex-next {
  right: 30px;
  background: url(next-2.png) no-repeat;
}
.flexslider .flex-control-nav {
  height: 16px;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.flexslider .flex-control-nav li {
  margin: 0 10px;
}
.flexslider .flex-control-nav li a {
  width: 16px;
  height: 16px;
  background: #cccccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.flexslider .flex-control-nav li a.flex-active {
  background: #e26219;
}
.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-top: 160px;
  }
  header.header {
    position: fixed;
    height: 160px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
  }
  header.header a.logo {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header nav#menu > ul {
    list-style: none;
    text-align: center;
    padding-top: 110px;
    z-index: 999;
  }
  header.header nav#menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 20px;
    padding-bottom: 25px;
  }
  header.header nav#menu > ul > li a {
    font-size: 19px;
    color: #00585f;
  }
  header.header nav#menu > ul > li a:hover {
    color: #df5f19;
  }
  header.header nav#menu > ul > li ul {
    list-style: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 180px;
    background: #fff;
    padding: 20px;
    -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);
    display: none;
  }
  header.header nav#menu > ul > li ul:before {
    content: '';
    display: block;
    height: 4px;
    width: 80%;
    background: #e06a27;
    position: absolute;
    left: 0;
    top: -4px;
  }
  header.header nav#menu > ul > li ul li {
    text-align: left;
  }
  header.header nav#menu > ul > li ul li a {
    font-size: 15px;
    color: #666666;
  }
  header.header nav#menu > ul > li ul li + li {
    margin-top: 15px;
  }
  header.header nav#menu > ul > li:hover ul {
    display: block;
  }
  header.header .right {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .right .language {
    text-align: right;
  }
  header.header .right .language a {
    font-size: 15px;
    color: #777;
  }
  header.header .right .language i {
    margin: 0 10px;
    font-style: normal;
  }
  header.header .right .search {
    margin-top: 50px;
  }
  header.header .right .search input {
    width: 140px;
    border: 1px #006439 solid;
    height: 40px;
    background: #fff;
    float: left;
    padding: 0 10px;
    font-size: 15px;
    color: #666666;
  }
  header.header .right .search button {
    width: 40px;
    height: 40px;
    border: 1px #006439 solid;
    border-left: 0;
    background: #006439;
    float: left;
    color: #fff;
  }
  header.header .right .search button i {
    font-size: 20px;
  }
  .page-title {
    border-bottom: 1px #a0c75f solid;
    padding-top: 60px;
    margin-bottom: 50px;
  }
  .page-title span {
    font-size: 32px;
    color: #004800;
    display: inline-block;
    letter-spacing: 4px;
  }
  .page-title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #a0c75f;
    margin-top: 5px;
  }
  .container {
    padding-bottom: 120px;
  }
  .index-about .left {
    width: 36%;
  }
  .index-about .left img {
    border: 4px #eee solid;
  }
  .index-about .right {
    width: 64%;
    padding-left: 25px;
    font-size: 18px;
  }
  .index-about .right p {
    line-height: 2;
  }
  .index-about .right .more {
    text-align: right;
    margin-top: 25px;
  }
  .index-about .right .more a {
    display: inline-block;
    color: #ffffff;
    background: #ff8000;
    padding: 9px 20px;
    font-size: 16px;
  }
  .index-product {
    margin: 0 -2.5%;
  }
  .index-product .col {
    width: 25%;
    text-align: center;
    padding: 0 2.5%;
  }
  .index-product .col .img {
    padding: 10px;
    border: 8px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .index-product .col .img .inner {
    border: 2px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .index-product .col p {
    font-size: 24px;
  }
  .index-product .col p span {
    border-bottom: 3px #ffbf00 solid;
    display: inline-block;
    padding: 20px 0 5px;
  }
  .index-product .col:nth-child(n+5) {
    margin-top: 45px;
  }
  .index-test {
    margin: 0 -2%;
  }
  .index-test .col {
    padding: 0 2%;
    width: 33.33333333%;
  }
  .index-test .col .inner {
    -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);
    padding: 10px;
  }
  .index-test .col .inner .video {
    height: 230px;
    position: relative;
  }
  .index-test .col .inner .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-test .col .inner p {
    padding: 20px 0 ;
    text-align: center;
    font-size: 15px;
  }
  footer.footer {
    background: #006439;
    padding: 50px 0 70px;
    position: relative;
  }
  footer.footer .wrap {
    max-width: 100%;
  }
  footer.footer .row {
    text-align: center;
  }
  footer.footer .row .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
  }
  footer.footer .row .title img,
  footer.footer .row .title span {
    vertical-align: middle;
    display: inline-block;
  }
  footer.footer .row .title img {
    margin-right: 10px;
  }
  footer.footer .row .col {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
  }
  footer.footer .row .col ul {
    list-style: none;
  }
  footer.footer .row .col ul li {
    width: 160px;
    margin-bottom: 15px;
    text-align: left;
  }
  footer.footer .row .col ul li a {
    color: #eeeeee;
    font-size: 18px;
  }
  footer.footer .row .col p {
    font-size: 18px;
    color: #eee;
    padding: 0;
    line-height: normal;
  }
  footer.footer .row .col p:last-child {
    margin-top: 15px;
  }
  footer.footer .row .col:last-child {
    width: 280px;
  }
  footer.footer .row .col + .col {
    margin-left: 3%;
  }
  footer.footer .design {
    position: absolute;
    color: #ffc926;
    font-size: 15px;
    right: 40px;
    bottom: 15px;
  }
  #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;
  }
  .container > .wrap {
    position: relative;
  }
  /* bread crumbs */
  .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;
  }
  .page-links {
    list-style: none;
    margin: 0 -5px 50px;
  }
  .page-links li {
    float: left;
    width: 14.28571429%;
    text-align: center;
    padding: 0 5px;
  }
  .page-links li a {
    display: block;
    font-size: 17px;
    color: #666666;
    padding: 10px 0;
    background: #fafafa;
    border: 1px #ddd solid;
  }
  .page-links li.current a {
    background: #83ad00;
    color: #fff;
    border: 1px #83ad00 solid;
  }
  .product-list .row {
    margin: 0 -20px;
  }
  .product-list .row .col {
    width: 25%;
    padding: 0 20px;
  }
  .product-list .row .col a {
    display: block;
  }
  .product-list .row .col a p {
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    padding: 15px 0 40px;
  }
  /* pager */
  .pager {
    padding: 80px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current {
    font-weight: bold;
  }
  .pager a.current span {
    text-decoration: underline;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 22px;
  }
  /* 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;
  }
  .product-view .product-img #show-box {
    text-align: center;
    margin-bottom: 10px;
  }
  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 0 -10px;
  }
  .product-view .product-img .thumbnail li {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  .product-view .product-img .thumbnail li .inner {
    border: 1px #eee solid;
  }
  .product-view .product-info {
    width: 50%;
    float: left;
    padding: 0 0 50px 4%;
    border-left: 1px #ddd solid;
    margin-bottom: 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 .tag {
    padding: 30px 0;
  }
  .product-view .product-info .tag a + a {
    margin-left: 8px;
  }
  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 45px 0;
    position: relative;
    border-top: 1px #cecece dashed;
  }
  .product-view .product-info a.btn {
    position: absolute;
    right: 0;
    bottom: 36px;
  }
  .cus-tabs.style3 .tabs {
    list-style: none;
    border-bottom: 3px #a0c75f solid;
  }
  .cus-tabs.style3 .tabs li {
    float: left;
  }
  .cus-tabs.style3 .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.style3 .tabs li + li {
    margin-left: 15px;
  }
  .cus-tabs.style3 .tabs-content-wrap {
    padding: 50px 30px 90px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .detail-info .editor {
    line-height: 2;
  }
  .detail-info + .cus-tabs.style3 {
    margin-bottom: 50px;
  }
  /* about */
  .about .editor {
    font-size: 15px;
    line-height: 2;
    padding: 0 50px;
  }
  .about .editor .tags {
    font-size: 17px;
    color: #155e00;
    display: inline-block;
    padding: 3px 35px;
    border: 1px #c0d377 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .about .editor .img1 {
    float: right;
    margin-left: 40px;
  }
  .about .editor .btn {
    padding: 80px 0;
    border-bottom: 1px #ccc dashed;
    text-align: center;
  }
  .about .editor .btn img + img {
    margin-left: 45px;
  }
  .about .editor .patent {
    margin: 0 -25px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent .col {
    width: 25%;
    padding: 0 25px;
    text-align: center;
  }
  .about .editor .patent .col img {
    width: 100%;
  }
  .about .editor .patent .col p {
    padding-top: 20px;
  }
  .about .editor .patent2 {
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent2 .col + .col {
    margin-left: 100px;
  }
  .about .editor .rd {
    text-align: center;
    margin: 0 -20px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .rd .col {
    width: 50%;
    padding: 0 20px;
  }
  .about .editor .rd .col img {
    width: 100%;
  }
  .about .editor .rd .col p {
    padding-top: 10px;
  }
  .about .editor .rd .col:nth-child(n+3) {
    width: 33.33333333%;
    margin-top: 35px;
  }
  .about .editor .model {
    margin: 0 -15px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .model .col {
    width: 25%;
    padding: 0 15px;
  }
  .about .editor .model .col:nth-child(n+5) {
    margin-top: 30px;
  }
  .about .editor .shoot-out {
    margin: 0 -25px;
  }
  .about .editor .shoot-out .col {
    width: 33.33333333%;
    padding: 0 25px;
  }
  .about .editor .shoot-out .col:nth-child(n+4) {
    margin-top: 25px;
  }
  /* contact */
  .contact .contact-logo {
    margin-bottom: 10px;
    display: block;
  }
  .contact .contact-logo img {
    height: 40px;
  }
  .contact .info ul {
    list-style: none;
  }
  .contact .info ul li {
    font-size: 16px;
    color: #535353;
    width: 100%;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
  }
  .contact .info ul li img,
  .contact .info ul li span {
    display: inline-block;
    vertical-align: middle;
  }
  .contact .info ul li img {
    width: 27px;
    margin: 0 5px 0 0;
  }
  /*.contact .info ul li:nth-child(2) {
    text-align: center;
  }
  .contact .info ul li:last-child {
    text-align: right;
  }*/
  .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: 17px;
    color: #5a8b3f;
    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%);
  }
  .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: #418800;
    color: #fff;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  /* faq */
  .faq-box {
    padding: 0px;
    width: 100%;
	margin: 0 auto;
  }
  .faq-box .title {
    font-size: 25px;
	text-align: center;
	font-weight: bold;
  }
  .faq-box .wrap .row {
	margin: 0;
    padding: 10px 0 0;
  }
  .faq-box .wrap .row .col {
	width: 100%;
  }
  .faq-box .wrap .row .col .text {
    position: relative;
	margin-bottom:5px;
  }
  .faq-box .wrap .row .col .text .questions{
    padding: 10px 20px;
	background: #418800;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
  }
  .faq-box .wrap .row .col .text .questions i{
    margin-right: 5px;
  }
  .faq-box .wrap .row .col .text .answer{
    padding: 20px;
	background: #ffffff;
	font-size: 15px;
	line-height: 2;
	display: none;
  }
  .faq-box .wrap .row .col .text .answer a{
	color: #ff7272;
  }
  .faq-box .wrap .row .col .text.current .answer{
	display: block;
  }
  /* download */
  .catalogues-download {
    padding-top: 35px;
  }
  .catalogues-download .row .col {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 17px;
  }
  .catalogues-download .row .col + .col {
    width: 20%;
  }
  .catalogues-download .title .col {
    background: #418800;
    color: #fff;
    padding: 10px 0;
  }
  .catalogues-download .title .col + .col {
    border-left: 1px #fff solid;
  }
  .catalogues-download .list {
    display: table;
    width: 100%;
  }
  .catalogues-download .list .row {
    display: table-row;
  }
  .catalogues-download .list .col {
    border-bottom: 1px #ddd solid;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .catalogues-download .list .col a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(download-2.png) no-repeat;
    vertical-align: middle;
  }
  .catalogues-download .list .col a:hover {
    background: url(download_hover-2.png) no-repeat;
  }
  .catalogues-download .list .col:first-child {
    text-align: left;
    background: url(catalog-2.png) 24px center no-repeat;
    padding-left: 80px;
    border-left: 1px #ddd solid;
  }
  .catalogues-download .list .col:last-child {
    line-height: normal;
    border-right: 1px #ddd solid;
  }
  /* news list */
  .news-list .row {
    margin: 0 -12px;
  }
  .news-list .row .col {
    width: 20%;
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .news-list .row .col a {
    display: block;
    background: #fdfdfd;
    -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);
  }
  .news-list .row .col a > img {
    width: 100%;
  }
  .news-list .row .col a .text {
    color: #666;
    padding: 20px 15px 30px;
  }
  .news-list .row .col a .text p:first-child {
    font-size: 13px;
  }
  .news-list .row .col a .text p:first-child + p {
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
    display: block;
    min-height: 116px;
  }
  .news-list .row .col a .text p:last-child {
    font-size: 14px;
    color: #d96d00;
    text-align: right;
  }
  /* news-detail */
  .news-detail {
    position: relative;
  }
  .news-detail .news-detail-content .title {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 25px;
  }
  .news-detail .news-detail-content .title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .news-detail .news-detail-content .title span {
    font-size: 15px;
    color: #ff7373;
    float: right;
  }
  .news-detail .news-detail-content span.red {
    color: #ff0000;
  }
  .content-text {
    padding: 70px 50px;
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    border: 1px #eee solid;
    background: rgba(255, 255, 255, 0.5);
  }
  /* community links */
  .comunity-links {
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .comunity-links:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .comunity-links a {
    float: left;
  }
  .comunity-links a + a {
    margin-left: 8px;
  }
  .back {
    text-align: center;
    margin-top: 30px;
  }
  .back a {
    display: inline-block;
    width: 130px;
    padding: 10px 0;
    font-size: 16px;
    color: #545454;
    background: #ddd;
    text-align: center;
    font-family: arial;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 1600px) {
  header.header a.logo {
    left: 30px;
  }
  header.header nav#menu > ul > li {
    margin: 0 45px;
  }
  header.header nav#menu > ul > li:hover ul {
    display: block;
  }
  header.header .right {
    right: 30px;
  }
  header.header .right .language {
    text-align: right;
  }
  header.header .right .language a {
    font-size: 15px;
    color: #777;
  }
  header.header .right .language i {
    margin: 0 10px;
    font-style: normal;
  }
  header.header .right .search input {
    width: 210px;
  }
  footer.footer {
    background: #006439;
    padding: 50px 0 70px;
    position: relative;
  }
  footer.footer .wrap {
    max-width: 100%;
  }
  footer.footer .row {
    text-align: center;
  }
  footer.footer .row .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
  }
  footer.footer .row .title img,
  footer.footer .row .title span {
    vertical-align: middle;
    display: inline-block;
  }
  footer.footer .row .title img {
    margin-right: 10px;
  }
  footer.footer .row .col {
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: left;
  }
  footer.footer .row .col ul {
    list-style: none;
  }
  footer.footer .row .col ul li {
    float: left;
    width: 160px;
    margin-bottom: 15px;
    text-align: left;
  }
  footer.footer .row .col ul li a {
    color: #eeeeee;
    font-size: 18px;
  }
  footer.footer .row .col p {
    font-size: 18px;
    color: #eee;
    padding: 0;
    line-height: normal;
  }
  footer.footer .row .col p:last-child {
    margin-top: 15px;
  }
  footer.footer .row .col:nth-child(2) {
    width: 320px;
  }
  footer.footer .row .col:last-child {
    width: 340px;
  }
  footer.footer .row .col + .col {
    margin-left: 6%;
  }
  footer.footer .design {
    position: absolute;
    color: #ffc926;
    font-size: 15px;
    right: 40px;
    bottom: 15px;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  body {
    padding: 52px 0 40px;
  }
  .wrap {
    width: 84%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
  }
  header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  header.header .top {
    height: 52px;
    background: #8ebc41;
    padding: 0 15px;
    position: relative;
    z-index: 9999;
  }
  header.header .top > div {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .top > div img {
    height: 26px;
  }
  header.header .top > div + div {
    margin-left: 12px;
  }
  header.header .top #menu-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header nav#menu {
    position: fixed;
    width: 80%;
    max-width: 220px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
    padding: 52px 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;
  }
  header.header nav#menu > ul {
    display: block;
    list-style: none;
  }
  header.header nav#menu > ul > li {
    background: url(menu_line2-2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  header.header nav#menu > ul > li > a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 8px 20px;
  }
  header.header nav#menu > ul ul {
    list-style: none;
    background: url(menu_line2-2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    padding: 8px 0;
  }
  header.header nav#menu > ul ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 8px 0 8px 40px;
  }
  header.header nav#menu > ul > li:last-child {
    text-align: center;
    background: 0;
    padding-top: 20px;
  }
  header.header nav#menu > ul > li:last-child a {
    display: inline-block;
    padding: 0;
  }
  header.header nav#menu > ul > li:last-child i {
    font-style: normal;
    margin: 0 10px;
  }
  #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;
  }
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 52px;
    z-index: 9988;
    padding: 15px 62px 15px 20px;
    background: #fff;
    -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;
  }
  #search-wrap input[type=search] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #ddd solid;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    display: inline-block;
    width: 62px;
    height: 40px;
    top: 15px;
    right: 20px;
    border: 0;
    font-size: 15px;
    background: #8ebc41;
    color: #fff;
    text-align: center;
  }
  #goTop {
    position: fixed;
    right: 2%;
    bottom: 70px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  #goTop img {
    width: 42px;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
  .flexslider .flex-control-nav {
    height: 12px;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    width: 12px;
    height: 12px;
    background: #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .flexslider .flex-control-nav li a.flex-active {
    background: #e26219;
  }
  .page-title {
    border-bottom: 1px #a0c75f solid;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .page-title span {
    font-size: 26px;
    color: #004800;
    display: inline-block;
  }
  .page-title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #a0c75f;
    margin-top: 5px;
  }
  a.logo.mobile {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
  a.logo.mobile img {
    height: 80px;
  }
  .container {
    padding-bottom: 120px;
  }
  .index-about .left img {
    border: 4px #eee solid;
    width: 100%;
  }
  .index-about .right {
    font-size: 15px;
    margin-top: 15px;
  }
  .index-about .right p {
    line-height: 2;
  }
  .index-about .right .more {
    text-align: right;
    margin-top: 25px;
  }
  .index-about .right .more a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #ff8000;
    padding: 9px 20px;
    font-size: 16px;
  }
  .index-product {
    margin: 0 -2.5%;
  }
  .index-product .col {
    width: 33.33333333%;
    padding: 0 2.5%;
    text-align: center;
  }
  .index-product .col .img {
    padding: 10px;
    border: 8px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 240px;
    display: inline-block;
  }
  .index-product .col .img .inner {
    border: 2px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .index-product .col p {
    font-size: 18px;
  }
  .index-product .col p span {
    border-bottom: 3px #ffbf00 solid;
    display: inline-block;
    padding: 20px 0 5px;
  }
  .index-product .col:nth-child(n+4) {
    margin-top: 30px;
  }
  .index-test {
    margin: 0 -2%;
  }
  .index-test .col {
    padding: 0 2%;
    width: 100%;
  }
  .index-test .col .inner {
    -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);
    padding: 10px;
  }
  .index-test .col .inner .video {
    height: 230px;
    position: relative;
  }
  .index-test .col .inner .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-test .col .inner p {
    padding: 20px 0 ;
    text-align: center;
    font-size: 15px;
  }
  .index-test .col + .col {
    margin-top: 30px;
  }
  footer.footer {
    background: #006439;
    padding: 30px 0 50px;
    position: relative;
  }
  footer.footer .row .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
  }
  footer.footer .row .title img,
  footer.footer .row .title span {
    vertical-align: middle;
    display: inline-block;
  }
  footer.footer .row .title img {
    margin-right: 10px;
  }
  footer.footer .row .col {
    text-align: left;
    width: 100%;
  }
  footer.footer .row .col ul {
    list-style: none;
  }
  footer.footer .row .col ul li {
    margin-bottom: 10px;
    float: left;
  }
  footer.footer .row .col ul li a {
    color: #eeeeee;
    font-size: 15px;
  }
  footer.footer .row .col ul li + li {
    margin-left: 20px;
  }
  footer.footer .row .col p {
    font-size: 15px;
    color: #eee;
    padding: 0;
    line-height: normal;
  }
  footer.footer .row .col p:last-child {
    margin-top: 10px;
  }
  footer.footer .row .col + .col {
    margin-top: 40px;
  }
  footer.footer .design {
    position: absolute;
    color: #ffc926;
    font-size: 13px;
    right: 8%;
    bottom: 15px;
  }
  .container > .wrap {
    position: relative;
  }
  /* bread crumbs */
  .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;
  }
  .page-links {
    list-style: none;
    margin: 0 -5px 50px;
  }
  .page-links li {
    float: left;
    width: 33.33333333%;
    text-align: center;
    padding: 0 5px;
  }
  .page-links li a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 10px 0;
    background: #fafafa;
    border: 1px #ddd solid;
  }
  .page-links li:nth-child(n+4) {
    margin-top: 10px;
  }
  .page-links li.current a {
    background: #83ad00;
    color: #fff;
    border: 1px #83ad00 solid;
  }
  .product-list .row {
    margin: 0 -15px;
  }
  .product-list .row .col {
    width: 50%;
    padding: 0 15px;
  }
  .product-list .row .col a {
    display: block;
  }
  .product-list .row .col a img {
    width: 100%;
  }
  .product-list .row .col a p {
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    padding: 15px 0 40px;
  }
  /* pager */
  .pager {
    padding: 60px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current {
    font-weight: bold;
  }
  .pager a.current span {
    text-decoration: underline;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 22px;
  }
  /* product detail */
  .product-view {
    padding-top: 30px;
    position: relative;
    margin-bottom: 50px;
  }
  .product-view .social-icon {
    position: absolute;
    left: 0;
    top: -10px;
  }
  .product-view .social-icon a + a {
    margin-left: 5px;
  }
  .product-view .product-img #show-box {
    text-align: center;
	margin-bottom: 10px;
  }
  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 0 -5px;
  }
  .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 ;
    margin-bottom: 50px;
  }
  .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 .tag {
    padding: 30px 0;
  }
  .product-view .product-info .tag a + a {
    margin-left: 8px;
  }
  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 45px 0;
    position: relative;
    border-top: 1px #cecece dashed;
  }
  .product-view .product-info a.btn {
    position: absolute;
    right: 0;
    bottom: 36px;
  }
  .cus-tabs.style3 .tabs {
    list-style: none;
    border-bottom: 3px #a0c75f solid;
  }
  .cus-tabs.style3 .tabs li {
    float: left;
  }
  .cus-tabs.style3 .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.style3 .tabs li + li {
    margin-left: 15px;
  }
  .cus-tabs.style3 .tabs-content-wrap {
    padding: 30px 20px 50px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .detail-info .editor {
    line-height: 1.6;
    font-size: 15px;
  }
  .detail-info + .cus-tabs.style3 {
    margin-bottom: 50px;
  }
  /* about */
  .about .editor {
    font-size: 15px;
    line-height: 1.6;
  }
  .about .editor .tags {
    font-size: 15px;
    color: #155e00;
    display: inline-block;
    padding: 7px 30px;
    border: 1px #c0d377 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .about .editor .img1 {
    margin-bottom: 30px;
    width: 100%;
  }
  .about .editor .btn {
    padding: 80px 0;
    border-bottom: 1px #ccc dashed;
    text-align: center;
  }
  .about .editor .btn img {
    margin: 5px;
  }
  .about .editor .patent {
    margin: 0 -20px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent .col {
    width: 50%;
    padding: 0 20px;
    text-align: center;
  }
  .about .editor .patent .col img {
    width: 100%;
  }
  .about .editor .patent .col p {
    padding-top: 20px;
  }
  .about .editor .patent .col:nth-child(n+3) {
    margin-top: 30px;
  }
  .about .editor .patent2 {
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent2 .col {
    text-align: center;
    width: 50%;
  }
  .about .editor .rd {
    text-align: center;
    margin: 0 -15px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .rd .col {
    width: 50%;
    padding: 0 15px;
  }
  .about .editor .rd .col img {
    width: 100%;
  }
  .about .editor .rd .col p {
    padding-top: 10px;
  }
  .about .editor .rd .col:nth-child(n+3) {
    width: 33.33333333%;
    margin-top: 15px;
  }
  .about .editor .model {
    margin: 0 -15px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .model .col {
    width: 25%;
    padding: 0 15px;
  }
  .about .editor .model .col:nth-child(n+5) {
    margin-top: 30px;
  }
  .about .editor .shoot-out {
    margin: 0 -15px;
  }
  .about .editor .shoot-out .col {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .about .editor .shoot-out .col:nth-child(n+4) {
    margin-top: 25px;
  }
  /* 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 img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact .info ul li + li {
    margin-top: 7px;
  }
  .contact .info ul li:first-child {
    font-size: 18px;
  }
  .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;
  }
  .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: #4a6d2f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 6px;
    border: 0;
  }
  /* faq */  
  .faq-box {
    padding: 0px;
    width: 96%;
	margin: 0 auto;
  }
  .faq-box .title {
    font-size: 27px;
	text-align: center;
	font-weight: bold;
  }
  .faq-box .wrap .row {
	margin: 0;
    padding: 10px 0 0;
  }
  .faq-box .wrap .row .col {
	width: 100%;
  }
  .faq-box .wrap .row .col .text {
    position: relative;
	margin-bottom:5px;
  }
  .faq-box .wrap .row .col .text .questions{
    padding: 10px 20px;
	background: #418800;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
  }
  .faq-box .wrap .row .col .text .questions i{
    margin-right: 5px;
  }
  .faq-box .wrap .row .col .text .answer{
    padding: 20px;
	background: #ffffff;
	font-size: 15px;
	line-height:2;
	display: none;
  }
  .faq-box .wrap .row .col .text .answer a{
	color: #ff7272;
  }
  .faq-box .wrap .row .col .text.current .answer{
	display: block;
  }
  /* download */
  .catalogues-download {
    padding-top: 15px;
  }
  .catalogues-download .row .col {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 13px;
  }
  .catalogues-download .row .col + .col {
    width: 20%;
  }
  .catalogues-download .title .col {
    background: #418800;
    color: #fff;
    padding: 10px 0;
  }
  .catalogues-download .title .col + .col {
    border-left: 1px #fff solid;
  }
  .catalogues-download .list {
    display: table;
    width: 100%;
  }
  .catalogues-download .list .row {
    display: table-row;
  }
  .catalogues-download .list .col {
    border-bottom: 1px #ddd solid;
    display: table-cell;
    height: 64px;
    vertical-align: middle;
    float: none;
  }
  .catalogues-download .list .col a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(download-2.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    vertical-align: middle;
  }
  .catalogues-download .list .col a:hover {
    background: url(download_hover-2.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .catalogues-download .list .col:first-child {
    text-align: left;
    background: url(catalog-2.png) 12px center no-repeat;
    -webkit-background-size: 16px 19px;
    -moz-background-size: 16px 19px;
    -o-background-size: 16px 19px;
    background-size: 16px 19px;
    padding-left: 40px;
    border-left: 1px #ddd solid;
  }
  .catalogues-download .list .col:last-child {
    line-height: normal;
    border-right: 1px #ddd solid;
  }
  /* news list */
  .news-list .row {
    margin: 0 -5px;
  }
  .news-list .row .col {
    width: 33.33333333%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-list .row .col a {
    display: block;
    background: #fdfdfd;
    -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);
  }
  .news-list .row .col a > img {
    width: 100%;
  }
  .news-list .row .col a .text {
    color: #666;
    padding: 15px 15px 20px;
  }
  .news-list .row .col a .text p:first-child {
    font-size: 12px;
  }
  .news-list .row .col a .text p:first-child + p {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
    display: block;
    min-height: 90px;
  }
  .news-list .row .col a .text p:last-child {
    font-size: 13px;
    color: #d96d00;
    text-align: right;
  }
  /* news-detail */
  .news-detail .page-links {
    margin-bottom: 0;
  }
  .news-detail .news-detail-content .title {
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 25px;
  }
  .news-detail .news-detail-content .title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .news-detail .news-detail-content .title span {
    font-size: 14px;
    color: #ff7373;
    display: block;
    margin-top: 5px;
  }
  .news-detail .news-detail-content span.red {
    color: #ff0000;
  }
  .content-text {
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
  }
  /* community links */
  .comunity-links {
    margin: 50px 0 10px;
  }
  .comunity-links:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .comunity-links a {
    float: left;
  }
  .comunity-links a + a {
    margin-left: 8px;
  }
  .back {
    text-align: center;
    margin-top: 30px;
  }
  .back a {
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 15px;
    color: #545454;
    background: #ddd;
    text-align: center;
    font-family: arial;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  body {
    padding: 52px 0 40px;
  }
  .wrap {
    width: 84%;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
  }
  header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  header.header .top {
    height: 52px;
    background: #8ebc41;
    padding: 0 15px;
    position: relative;
    z-index: 9999;
  }
  header.header .top > div {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header .top > div img {
    height: 26px;
  }
  header.header .top > div + div {
    margin-left: 12px;
  }
  header.header .top #menu-btn {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  header.header nav#menu {
    position: fixed;
    width: 80%;
    max-width: 220px;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 999;
    padding: 52px 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;
  }
  header.header nav#menu > ul {
    display: block;
    list-style: none;
  }
  header.header nav#menu > ul > li {
    background: url(menu_line2-2.png) bottom repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
  }
  header.header nav#menu > ul > li > a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 8px 20px;
  }
  header.header nav#menu > ul ul {
    list-style: none;
    background: url(menu_line2-2.png) top repeat-x;
    -webkit-background-size: 1px 1px;
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    background-size: 1px 1px;
    padding: 8px 0;
  }
  header.header nav#menu > ul ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 8px 0 8px 40px;
  }
  header.header nav#menu > ul > li:last-child {
    text-align: center;
    background: 0;
    padding-top: 20px;
  }
  header.header nav#menu > ul > li:last-child a {
    display: inline-block;
    padding: 0;
  }
  header.header nav#menu > ul > li:last-child i {
    font-style: normal;
    margin: 0 10px;
  }
  #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;
  }
  #search-wrap {
    position: fixed;
    width: 100%;
    top: 52px;
    z-index: 9988;
    padding: 15px 62px 15px 20px;
    background: #fff;
    -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;
  }
  #search-wrap input[type=search] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #ddd solid;
    padding: 0 10px;
    font-size: 15px;
  }
  #search-wrap input[type=submit] {
    position: absolute;
    display: inline-block;
    width: 62px;
    height: 40px;
    top: 15px;
    right: 20px;
    border: 0;
    font-size: 15px;
    background: #8ebc41;
    color: #fff;
    text-align: center;
  }
  #goTop {
    position: fixed;
    right: 2%;
    bottom: 70px;
    cursor: pointer;
    z-index: 998;
    display: none;
  }
  #goTop img {
    width: 42px;
  }
  .flexslider .flex-direction-nav {
    display: none;
  }
  .flexslider .flex-control-nav {
    height: 12px;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    width: 12px;
    height: 12px;
    background: #cccccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .flexslider .flex-control-nav li a.flex-active {
    background: #e26219;
  }
  .page-title {
    border-bottom: 1px #a0c75f solid;
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .page-title span {
    font-size: 26px;
    color: #004800;
    display: inline-block;
  }
  .page-title span:after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #a0c75f;
    margin-top: 5px;
  }
  a.logo.mobile {
    padding: 10px 0;
    display: block;
    text-align: center;
  }
  a.logo.mobile img {
    height: 80px;
  }
  .container {
    padding-bottom: 120px;
  }
  .index-about .left img {
    border: 4px #eee solid;
    width: 100%;
  }
  .index-about .right {
    font-size: 15px;
    margin-top: 15px;
  }
  .index-about .right p {
    line-height: 2;
  }
  .index-about .right .more {
    text-align: right;
    margin-top: 25px;
  }
  .index-about .right .more a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    background: #ff8000;
    padding: 9px 20px;
    font-size: 16px;
  }
  .index-product {
    margin: 0 -2.5%;
  }
  .index-product .col {
    width: 100%;
    padding: 0 2.5%;
    text-align: center;
  }
  .index-product .col .img {
    padding: 10px;
    border: 8px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-width: 240px;
    display: inline-block;
  }
  .index-product .col .img .inner {
    border: 2px #eff0ec solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .index-product .col p {
    font-size: 18px;
  }
  .index-product .col p span {
    border-bottom: 3px #ffbf00 solid;
    display: inline-block;
    padding: 20px 0 5px;
  }
  .index-product .col:nth-child(n+2) {
    margin-top: 30px;
  }
  .index-test {
    margin: 0 -2%;
  }
  .index-test .col {
    padding: 0 2%;
    width: 100%;
  }
  .index-test .col .inner {
    -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);
    padding: 10px;
  }
  .index-test .col .inner .video {
    height: 230px;
    position: relative;
  }
  .index-test .col .inner .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-test .col .inner p {
    padding: 20px 0 ;
    text-align: center;
    font-size: 15px;
  }
  .index-test .col + .col {
    margin-top: 30px;
  }
  footer.footer {
    background: #006439;
    padding: 30px 0 50px;
    position: relative;
  }
  footer.footer .row .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
  }
  footer.footer .row .title img,
  footer.footer .row .title span {
    vertical-align: middle;
    display: inline-block;
  }
  footer.footer .row .title img {
    margin-right: 10px;
  }
  footer.footer .row .col {
    text-align: left;
    width: 100%;
  }
  footer.footer .row .col ul {
    list-style: none;
  }
  footer.footer .row .col ul li {
    margin-bottom: 10px;
    float: left;
    width: 50%;
  }
  footer.footer .row .col ul li a {
    color: #eeeeee;
    font-size: 15px;
  }
  footer.footer .row .col p {
    font-size: 15px;
    color: #eee;
    padding: 0;
    line-height: normal;
  }
  footer.footer .row .col p:last-child {
    margin-top: 10px;
  }
  footer.footer .row .col + .col {
    margin-top: 40px;
  }
  footer.footer .design {
    position: absolute;
    color: #ffc926;
    font-size: 13px;
    right: 8%;
    bottom: 15px;
  }
  .container > .wrap {
    position: relative;
  }
  /* bread crumbs */
  .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;
  }
  .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: #fafafa;
    border: 1px #ddd solid;
  }
  .page-links li:nth-child(n+3) {
    margin-top: 10px;
  }
  .page-links li.current a {
    background: #83ad00;
    color: #fff;
    border: 1px #83ad00 solid;
  }
  .product-list .row {
    margin: 0 -10px;
  }
  .product-list .row .col {
    width: 100%;
    padding: 0 10px;
  }
  .product-list .row .col a {
    display: block;
  }
  .product-list .row .col a img {
    width: 100%;
  }
  .product-list .row .col a p {
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    padding: 15px 0 40px;
  }
  /* pager */
  .pager {
    padding: 60px 0 0;
    text-align: center;
  }
  .pager a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px #ccc solid;
    vertical-align: top;
    margin: 0 3px;
    background: #fff;
  }
  .pager a span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .pager a.current {
    font-weight: bold;
  }
  .pager a.current span {
    text-decoration: underline;
  }
  .pager a:first-child,
  .pager a:last-child {
    font-size: 22px;
  }
  /* product detail */
  .product-view {
    padding-top: 30px;
    position: relative;
    margin-bottom: 50px;
  }
  .product-view .social-icon {
    position: absolute;
    left: 0;
    top: -10px;
  }
  .product-view .social-icon a + a {
    margin-left: 5px;
  }
  .product-view .product-img #show-box {
    text-align: center;
	margin-bottom: 10px;
  }
  .product-view .product-img .thumbnail {
    list-style: none;
    margin: 0 -5px;
  }
  .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 ;
    margin-bottom: 50px;
  }
  .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 .tag {
    padding: 30px 0;
  }
  .product-view .product-info .tag a + a {
    margin-left: 8px;
  }
  .product-view .product-info .fb-btn {
    border-bottom: 1px #ccc dashed;
    padding: 45px 0;
    position: relative;
    border-top: 1px #cecece dashed;
  }
  .product-view .product-info a.btn {
    position: absolute;
    right: 0;
    bottom: 36px;
  }
  .cus-tabs.style3 .tabs {
    list-style: none;
    border-bottom: 3px #a0c75f solid;
  }
  .cus-tabs.style3 .tabs li {
    float: left;
  }
  .cus-tabs.style3 .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.style3 .tabs li + li {
    margin-left: 15px;
  }
  .cus-tabs.style3 .tabs-content-wrap {
    padding: 30px 20px 50px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content {
    color: #525252;
    font-size: 17px;
  }
  .cus-tabs.style3 .tabs-content-wrap .tabs-content:not(:first-child) {
    display: none;
  }
  .detail-info .editor {
    line-height: 1.6;
    font-size: 15px;
  }
  .detail-info + .cus-tabs.style3 {
    margin-bottom: 50px;
  }
  /* about */
  .about .editor {
    font-size: 15px;
    line-height: 1.6;
  }
  .about .editor .tags {
    font-size: 15px;
    color: #155e00;
    display: inline-block;
    padding: 7px 30px;
    border: 1px #c0d377 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .about .editor .img1 {
    margin-bottom: 30px;
    width: 100%;
  }
  .about .editor .btn {
    padding: 80px 0;
    border-bottom: 1px #ccc dashed;
    text-align: center;
  }
  .about .editor .btn img {
    margin: 5px;
  }
  .about .editor .patent {
    margin: 0 -10px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent .col {
    width: 50%;
    padding: 0 10px;
    text-align: center;
  }
  .about .editor .patent .col img {
    width: 100%;
  }
  .about .editor .patent .col p {
    padding-top: 20px;
  }
  .about .editor .patent .col:nth-child(n+3) {
    margin-top: 30px;
  }
  .about .editor .patent2 {
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .patent2 .col {
    text-align: center;
    width: 100%;
  }
  .about .editor .patent2 .col + .col {
    margin-top: 30px;
  }
  .about .editor .rd {
    text-align: center;
    margin: 0 -15px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .rd .col {
    width: 100%;
    padding: 0 15px;
  }
  .about .editor .rd .col img {
    width: 100%;
  }
  .about .editor .rd .col p {
    padding-top: 10px;
  }
  .about .editor .rd .col:nth-child(n+3) {
    width: 50%;
  }
  .about .editor .rd .col:nth-child(n+2) {
    margin-top: 15px;
  }
  .about .editor .model {
    margin: 0 -15px;
    padding-bottom: 50px;
    border-bottom: 1px #ccc dashed;
  }
  .about .editor .model .col {
    width: 50%;
    padding: 0 15px;
  }
  .about .editor .model .col:nth-child(n+3) {
    margin-top: 30px;
  }
  .about .editor .shoot-out {
    margin: 0 -15px;
  }
  .about .editor .shoot-out .col {
    width: 50%;
    padding: 0 15px;
  }
  .about .editor .shoot-out .col:nth-child(n+3) {
    margin-top: 25px;
  }
  /* 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 img {
    width: 27px;
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact .info ul li + li {
    margin-top: 7px;
  }
  .contact .info ul li:first-child {
    font-size: 18px;
  }
  .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;
  }
  .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: #4a6d2f;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 6px;
    border: 0;
  }
  /* faq */
  .faq-box {
    padding: 0px;
    width: 96%;
	margin: 0 auto;
  }
  .faq-box .title {
    font-size: 20px;
	text-align: center;
	font-weight: bold;
  }
  .faq-box .wrap .row {
	margin: 0;
    padding: 10px 0 0;
  }
  .faq-box .wrap .row .col {
	width: 100%;
  }
  .faq-box .wrap .row .col .text {
    position: relative;
	margin-bottom:5px;
  }
  .faq-box .wrap .row .col .text .questions{
    padding: 10px;
	background: #418800;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
  }
  .faq-box .wrap .row .col .text .questions i{
    margin-right: 5px;
  }
  .faq-box .wrap .row .col .text .answer{
    padding: 20px 10px;
	background: #ffffff;
	text-align:left;
	font-size: 13px;
	line-height:2;
	display: none;
  }
  .faq-box .wrap .row .col .text .answer a{
	color: #ff7272;
  }
  .faq-box .wrap .row .col .text.current .answer{
	display: block;
  }
  /* download */
  .catalogues-download {
    padding-top: 15px;
  }
  .catalogues-download .row .col {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 13px;
  }
  .catalogues-download .row .col + .col {
    width: 20%;
  }
  .catalogues-download .title .col {
    background: #418800;
    color: #fff;
    padding: 10px 0;
  }
  .catalogues-download .title .col + .col {
    border-left: 1px #fff solid;
  }
  .catalogues-download .list {
    display: table;
    width: 100%;
  }
  .catalogues-download .list .row {
    display: table-row;
  }
  .catalogues-download .list .col {
    border-bottom: 1px #ddd solid;
    display: table-cell;
    height: 64px;
    vertical-align: middle;
    float: none;
  }
  .catalogues-download .list .col a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(download-2.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    vertical-align: middle;
  }
  .catalogues-download .list .col a:hover {
    background: url(download_hover-2.png) no-repeat;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
  }
  .catalogues-download .list .col:first-child {
    text-align: left;
    background: url(catalog-2.png) 12px center no-repeat;
    -webkit-background-size: 16px 19px;
    -moz-background-size: 16px 19px;
    -o-background-size: 16px 19px;
    background-size: 16px 19px;
    padding-left: 40px;
    border-left: 1px #ddd solid;
  }
  .catalogues-download .list .col:last-child {
    line-height: normal;
    border-right: 1px #ddd solid;
  }
  /* news list */
  .news-list .row {
    margin: 0 -5px;
  }
  .news-list .row .col {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .news-list .row .col a {
    display: block;
    background: #fdfdfd;
    -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);
  }
  .news-list .row .col a > img {
    width: 100%;
  }
  .news-list .row .col a .text {
    color: #666;
    padding: 15px 15px 20px;
  }
  .news-list .row .col a .text p:first-child {
    font-size: 12px;
  }
  .news-list .row .col a .text p:first-child + p {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0;
    display: block;
    min-height: 110px;
  }
  .news-list .row .col a .text p:last-child {
    font-size: 13px;
    color: #d96d00;
    text-align: right;
  }
  /* news-detail */
  .news-detail .page-links {
    margin-bottom: 0;
  }
  .news-detail .news-detail-content .title {
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    padding-bottom: 25px;
  }
  .news-detail .news-detail-content .title:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .news-detail .news-detail-content .title span {
    font-size: 14px;
    color: #ff7373;
    display: block;
    margin-top: 5px;
  }
  .news-detail .news-detail-content span.red {
    color: #ff0000;
  }
  .content-text {
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
  }
  /* community links */
  .comunity-links {
    margin: 50px 0 10px;
  }
  .comunity-links:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .comunity-links a {
    float: left;
  }
  .comunity-links a + a {
    margin-left: 8px;
  }
  .back {
    text-align: center;
    margin-top: 30px;
  }
  .back a {
    display: inline-block;
    width: 120px;
    padding: 10px 0;
    font-size: 15px;
    color: #545454;
    background: #ddd;
    text-align: center;
    font-family: arial;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
  }
}
