@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2016 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 佳芳 $
 * $Date: 2016-03-07 (MON) $
*/

@import url(https://fonts.googleapis.com/css?family=Questrial);

/* 為了避免 Bootstrap 設置的全局盒模型所帶來的影響，可以重置單個頁面元素或覆蓋整個區域的盒模型。 */
.reset-box-sizing,
.reset-box-sizing *,
.reset-box-sizing *:before,
.reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
html, body {
  font-family: 'Questrial', sans-serif, '微軟正黑體', Microsoft JhengHei;
}

/* ==========================================
   常用樣式設定
========================================== */
.font-size-13 { font-size: 13px;}
.font-size-15 { font-size: 15px;}
.font-size-16 { font-size: 16px;}
.font-size-17 { font-size: 17px;}
.font-size-20 { font-size: 20px;}
.font-size-22 { font-size: 22px;}
.font-size-32 { font-size: 32px;}
.font-size-40 { font-size: 40px;}

/* a Link Styles */
a,
a:visited,
a:hover,
a:active,
a:focus { text-decoration: none;}

.displayNone { display: none;}
.displayBlock { display: block;}

/* Table */
.tabSet,
.tabSet th,
.tabSet td {
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.tabSet input,
.tabSet label,
.tabSet select {
  vertical-align: middle;
}

/* Ul */
.ulset {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Placeholder */
::-webkit-input-placeholder { color: #666;}
::-moz-placeholder { color: #666; opacity: 1;}
:-ms-input-placeholder { color: #666;}
:-moz-placeholder { color: #666;}

/* animate */
.turn {
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

/* display:none */
.disNone {
  display: none !important;
}

.noData {
  line-height: 300px;
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}

/* ==========================================
  共用架構
========================================== */
.scrollTop {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 12px;
  right: 10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
}
.scrollTop img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .links {
  background: url(../images/shadow_footer.png) #4b8420 top center no-repeat;
}
#footer .links a {
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
  font-size: 15px;
  background: url(../images/gap_footer.png) right no-repeat;
}
#footer .links a:hover {
  color: #a6dc7e;
}
#footer .links a:first-child {
  padding: 0 18px 0 0;
}
#footer .links a:last-child {
  background: none;
}
#footer .pull-right {
  color: #fff;
  padding-top: 6px;
  padding-left: 22px;
  background: url(../images/footer_tel.png) 0 10px no-repeat;

}
#footer .pull-right .mr10 {
  margin-right: 8px;
}
#footer .copyright {
  color: #000;
  font-size: 14px;
  padding: 15px 0;
  line-height: 25px;
}
#footer .copyright .ml10 {
  display: inline-block;
  margin-left: 8px;
}
#footer .copyright a {
  color: #000;
}
@media (max-width: 992px) {
  #footer {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 768px) {
  #footer .copyright .spanBlock {
    white-space: nowrap;
  }
  #footer .copyright .ml10 {
    margin: 0;
  }
}
@media (max-width: 480px) {
  #footer .links a {
    padding: 10px 10px;
  }
}

/* ==========================================
  首頁
========================================== */
#iBan {
  position: relative;
  top: 0;
}
.scrollDown {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 30px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  overflow: hidden;
}
.banWrap .fotorama__wrap {
  position: relative;
}
.banWrap .fotorama__arr {
  background: url(../images/iban_btn.png) no-repeat;
  width: 46px;
  height: 86px;
  margin-top: -22px
}
.banWrap .fotorama__arr--prev {
  left: 30px;
}
.banWrap .fotorama__arr--next {
  right: 30px;
  background-position: -46px 0;
}
@media (min-width: 992px) {
  #iBan {
    top: 0px;
  }
  #iBan.banWrap .fotorama__nav {
    bottom: 70px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .banWrap .fotorama__wrap {
    position: fixed;
    top: 0;
  }
}
#iCont {
  position: relative;
  z-index: 22;
  background: url(../images/info_bg.png) #fff no-repeat;
}
.iInfo .slogan {
  font-size: 20px;
}
.iInfo .slogan span {
  white-space: pre;
}
.iInfo {
  padding-top: 80px;
  font-size: 15px;
  color: #222;
  line-height: 35px;
}
.iInfo a {
  color: #222;
}
.iInfo a:hover {
  color: #5aa721;
}
.iInfo .mb25 {
  margin-bottom: 25px;
}
.iInfo .title {
  color: #000;
  padding-bottom: 8px;
}
.iInfo .title div {
  display: inline-block;
  padding-right: 5px;
}
.iInfo .title span {
  color: #f17d00;
}
.iInfo .tel,
.iInfo .fb,
.iInfo .skype,
.iInfo .Line,
.iInfo .chinjui,
.iInfo .yt  {
  display: inline-block;
  padding: 15px 0 15px 90px;
  line-height: 23px;
  margin: 38px 30px 0 0;
  vertical-align: top;
}
@media screen and (max-width:1200px) {
  .iInfo .tel,
  .iInfo .fb,
  .iInfo .skype,
  .iInfo .Line,
  .iInfo .chinjui,
  .iInfo .yt  {
    margin: 38px 35px 0 0;
  }
}
@media screen and (max-width:991px) {
  .iInfo .skype {
    min-width: 260px;
  }
}
@media screen and (max-width:640px) {
  .iInfo .tel,
  .iInfo .fb,
  .iInfo .skype,
  .iInfo .Line,
  .iInfo .chinjui,
  .iInfo .yt {
    display:block;
    width: auto;
  }
}
.iInfo .fb a,
.iInfo .Line a,
.iInfo .chinjui a,
.iInfo .yt a {
  color: #222;
  display: block;
}
.iInfo .Line a:hover,
.iInfo .fb a:hover,
.iInfo .chinjui a:hover,
.iInfo .yt a:hover {
  color: #5aa721;
}
.iInfo .tel {
  background: url(../images/info_tel.png) no-repeat;
}
.iInfo .fb {
  background: url(../images/info_fb.png) no-repeat;
}
.iInfo .skype {
  background: url(../images/info_skype.png) no-repeat;
}
.iInfo .Line {
  background: url(../images/info_line.png) no-repeat;
}
.iInfo .chinjui {
  background: url(../images/info_chinjui.png) no-repeat;
}
.iInfo .yt {
  background: url(../images/info_yt.png) no-repeat;
}
.iInfo .address {
  float: left;
  font-size: 14px;
  padding-right: 25px;
  margin: 40px 0 0;
}
.iInfo .line {
  float: left;
  height: 175px;
  margin: 45px 25px 0 0;
  border-right: 1px solid #bbb;
}
.iInfo .address li {
  padding-left: 18px;
}
.iInfo .address .tel2 {
  background: url(../images/info_tel2.png) 0 12px no-repeat;
}
.iInfo .address .fax {
  background: url(../images/info_fax.png) 0 12px no-repeat;
}
.iInfo .address .mail {
  background: url(../images/info_mail.png) 0 12px no-repeat;
}
.iInfo .address .map {
  background: url(../images/info_map.png) 0 10px no-repeat;
}
.iWorks {
  margin: 70px 0 42px;
  position: relative;
}
.iWorks .ti {
  width: 27.5%;
  display: inline-block;
  padding: 30px 0 0 0;
  line-height: 28px;
}
.iWorks .ti .box {
  float: right;
}
.owl-carousel {
  float: right;
  width: 68%;
}
.owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.owl-controls {
  position: absolute;
  max-width: 580px;
  top: 47%;
}
.owl-controls .owl-prev {
  position: relative;
  width: 52px;
  height: 52px;
  left: -4%;
  display: inline-block;
  background: url(../images/btn_bx_prev.png);
}
.owl-controls .owl-next {
  position: relative;
  width: 52px;
  height: 52px;
  right: -88%;
  display: inline-block;
  background: url(../images/btn_bx_next.png);
}
.iWorks .ti span.cn,
.iPord .ti span.cn {
  color: #398600;
  font-size: 16px;
  line-height: 33px;
}
.iPord {
  padding: 35px 0;
  background: #fff;
}
.iPord .ti {
  float: left;
  width: 20%;
  line-height: 25px;
  color: #000;
}
.iPord .container {
  padding: 0 0 0 15px;
}
.iPord .list {
  float: right;
  width: 80%;
}
.iPord .list .itemBox {
  float: left;
  width: 33.333%;
  padding: 0 15px;
  position: relative;
}
.goodsCont .list .itemBox {
  display:inline-block;
  width: 33.333%;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
}
.iPord .itemBox .pic,
.goodsCont .itemBox .pic {
  border: 1px solid #ccc;
  opacity: 1;
}
.iPord .itemBox:hover .pic,
.goodsCont .itemBox:hover .pic {
  border: 1px solid #58962b;
}
.iPord .itemBox:hover .pic .img,
.goodsCont .itemBox:hover .pic .img {
  opacity: .5;
}
.iPord .itemBox .txt,
.goodsCont .itemBox .txt {
  color: #000;
  font-size: 15px;
  padding: 12px 0 25px 25px;
  background: url(../images/icon_prod.png) 0 15px no-repeat;
  text-align: left;
}
.iPord .itemBox .txt span,
.goodsCont .itemBox .txt span {
  padding-right: 8px;
  color: #275207;
}
.iPord .itemBox .mask,
.goodsCont .itemBox .mask {
  position: absolute;
  width: 117px;
  height: 44px;
  left: 50%;
  margin-left: -58px;
  top: 45%;
  opacity: 0;
  z-index: 1;
}
.iPord .itemBox:hover .mask,
.goodsCont .itemBox:hover .mask {
  top: 34%;
  opacity: 1;
  background: url(../images/btn_view.png) no-repeat;
}
@media (min-width: 992px) {
  #iCont {
    margin-top: 0;
  }
  .owl-controls {
    position: absolute;
    width: 100%;
    max-width: auto;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  #iCont {
    margin-top: 50%;
  }
  .iWorks .container {
    width: 100%;
  }
}
@media (max-width: 1680px) {
  .iWorks .ti .box {
    padding-right: 50px;
  }
  .owl-controls {
    max-width: 505px;
  }
  .owl-controls .owl-next {
    right: -85%;
  }
}
@media (max-width: 1440px) {
  .iWorks .ti .box {
    padding-right: 100px;
  }
  .owl-controls {
    max-width: 423px;
  }
  .owl-controls .owl-next {
    right: -82%;
  }
}
@media (max-width: 1366px) {
  .iWorks .ti .box {
    padding-right: 115px;
  }
  .owl-controls {
    max-width: 398px;
  }
  .owl-controls .owl-next {
    right: -80%;
  }
}
@media (max-width: 1280px) {
  .owl-controls {
    max-width: 369px;
  }
  .owl-controls .owl-next {
    right: -79%;
  }
}
@media (max-width: 1200px) {
  .iInfo .line {
    display: none;
  }
  .iWorks .ti .box {
    padding-right: 150px;
  }
  .owl-controls {
    max-width: 347px;
  }
  .owl-controls .owl-next {
    right: -78%;
  }
}
@media (max-width: 1024px) {
  .iWorks .ti .box {
    padding-right: 90px;
  }
  .iInfo .address {
    margin: 20px 0 0;
  }
  .owl-controls {
    max-width: 287px;
  }
  .owl-controls .owl-prev {
    left: -8%;
  }
  .owl-controls .owl-next {
    right: -73%;
  }
}
@media (width: 1024px) {
  .floatR {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .iWorks {
    margin: 0;
    background: #fff;
  }
  .iPord .ti,
  .iPord .list {
    float: none;
    width: 100%;
  }
  .iWorks .ti,
  .owl-carousel {
    padding: 0 15px;
    float: none;
    width: 100%;
  }
  .iWorks .ti {
    padding-left: 30px;
  }
  .owl-controls {
    height: 52px;
    top: auto;
    bottom: 0;
  }
  .owl-controls .owl-prev {
    left: 0;
  }
  .owl-controls .owl-next {
    right: 0;
  }
  .iWorks .ti,
  .iPord .ti {
    margin: 15px 0;
  }
  .iWorks .ti .box {
    float: none;
  }
  .iPord .container {
    padding: 0 15px;
  }
  .iWorks .ti span.font-size-40,
  .iPord .ti span.font-size-32 {
    font-size: 25px;
  }
  .iInfo .tel,
  .iInfo .fb,
  .iInfo .skype {
    margin: 38px 18px 0 0;
  }
  .content {
    height: auto;
  }
}
@media (max-width: 768px) {
  .iInfo {
    padding-top: 30px;
  }
  .iPord .list .itemBox {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .iPord .list .itemBox,
  .goodsCont .list .itemBox {
    float: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ==========================================
  內頁架構
========================================== */
#pCont {
  position: relative;
  top: 0;
}
h1.pMainTi {
  font-size: 30px;
  line-height: 30px;
  padding: 30px 15px 20px;
  color: #000;
  margin: 0 0 30px;
  background: url(../images/main_ti_bg.png) bottom repeat-x;
}
h1.pMainTi span.cn {
  font-size: 16px;
  color: #398600;
  padding-left: 10px;
}
h1.pMainTi span.line {
  padding-left: 17px;
  background: url(../images/icon_feature2.png) 0 5px no-repeat;
}
.goodsCont .mainTi,
#workCont .mainTi {
  font-size: 22px;
  padding: 10px 0;
  color: #000;
  margin: 0 15px;
  background: url(../images/main_ti_bg.png) bottom repeat-x;
}
.goodsCont .editTxt {
  padding: 30px 15px 0;
}
.fontStyle {
  color: #000;
}
.lh25 {
  line-height: 25px;
}
.goodsCont .editTxt span.style1 {
  color: #0073af;
}
.goodsCont .editTxt span.style2 {
  color: #ff7200;
}
.goodsCont .list {
  margin-top: 35px;
  font-size:0;
}

@media screen and (max-width:480px) {
  .goodsCont .list {
    text-align: center;
  }
}

/* ==========================================
  公司介紹
========================================== */
#aboutCont {}
#aboutCont h2.title {
  font-size: 36px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}
#aboutCont h2.title::after {
  content: '';
  display: block;
  width: 49px;
  height: 1px;
  background: rgb(57, 134, 0);
}
#aboutCont .font16 {
  font-size: 16px;
  color: rgb(83, 83, 83);
  line-height: 1.6;
  padding: 15px 0;
}
#aboutCont .sec1 {
  padding: 40px 15px 0;
}
#aboutCont .sec1 .pic img {
  margin: 25px 10px 0;
}
@media (min-width: 992px) {
  #aboutCont .sec1 .pic img {
    float: left;
    width: calc(50% - 20px);
  }
}
#aboutCont .fourIcon {
  background: url(../images/about_sec2_bg.png) center no-repeat;
  background-size: cover;
  font-size: 14px;
  color: rgb(255, 255, 255);
  color: #000;
  padding: 20px 0;
  margin-bottom: 20px;
}
#aboutCont .fourIcon > div {
  padding: 25px;
}
#aboutCont .fourIcon i {
  display: block;
  text-align: center;
}
#aboutCont .fourIcon strong {
  display: block;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}
@media (min-width: 992px) {
  #aboutCont .fourIcon > div {
    padding: 15px;
    font-size: 15px;
  }
}
#aboutCont .sec2 h3.ti {
  font-size: 23px;
  color: rgb(0, 0, 0);
}
#aboutCont .sec2 h3.ti::after {
  content: '';
  display: block;
  width: 51px;
  height: 1px;
  background: rgb(57, 134, 0);
}
@media (min-width: 992px) {
  #aboutCont .sec2 article {
    width: calc(50% - 40px);
    float: left;
    margin: 0 20px;
  }
}
#aboutCont .sec3 {
  padding: 30px 0;
}
#aboutCont .sec3 article {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#aboutCont .sec4 {
  margin: 30px 0 50px;
  padding: 0 50px;
}
#aboutCont .sec4 article {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
#aboutCont .sec4 article img {
  margin: 0 auto 20px;
  border: 1px solid #ccc;
}
#aboutCont .sec4 article:focus {
  outline: none;
}
#aboutCont .sec3 article img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #aboutCont .sec3 article {
    width: 25%;
  }
}
#aboutCont .information {
  background: #eeeeee;
  padding: 50px 0;
}
#aboutCont .information h3.ti {
  font-size: 26px;
  color: rgb(51, 51, 51);
}
#aboutCont .information h3.ti::after {
  content: '';
  display: block;
  border: rgb(51, 51, 51) 1px solid;
  width: 52px;
  height: 3px;
}
#aboutCont .information article {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.375;
  margin-bottom: 30px;
}
#aboutCont .information .tab1 a {
  color: #5aa721;
}
#aboutCont .information table {
  font-size: 16px;
  color: rgb(51, 51, 51);
  word-break: break-all;
}
#aboutCont .information table th {
  font-weight: bold;
  text-align: right;
  width: 100px;
  border-right: #333333 1px solid;
  vertical-align: top;
  padding: 5px 10px 25px;
}
#aboutCont .information table td {
  padding: 5px 15px 25px;
}
@media (min-width: 992px) {
  #aboutCont .information section {
    width: 30%;
    margin: 0 3%;
    float: left;
  }
  #aboutCont .information .tab1,
  #aboutCont .information .tab2 {
    width: 32%;
    float: left;
    margin-top: 15px;
  }
}

/* ==========================================
  最新消息
========================================== */
.newBox {
  margin-top: 30px;
}
.newBox .pic {
  float: left;
  width: 30%;
  padding: 0;
}
.newBox .pic img {
  border: 1px solid #ddd;
  margin: 0 auto;
}
.newBox .pic img:hover {
  border: 1px solid #398600;
}
.newBox .text {
  float: left;
  width: 70%;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 20px;
}
.newsCont .viewCont {
  margin-top: 25px;
}
.newBox .text .title a,
.viewCont .title {
  display: block;
  font-size: 19px;
  color: #254c09;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
  margin: 5px 0 8px;
}
.viewCont .title {
  padding: 0 15px 10px;
}
.viewCont .editTxt {
  padding: 15px;
}
.newBox .text .title a:hover {
  color: #3a8700;
}
.newsTi {
  width: 100%;
  height: 45px;
  margin: 30px 0 0;
  font-size: 18px;
  position: relative;
  background: #eee;
  color: #398600;
  border-top: 1px solid #398600;
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa805', endColorstr='#3a8700',GradientType=0 );
}
.newsTi .title {
  float: left;
  width: 80%;
  padding: 10px 0 10px 25px;
  margin-left: 15px;
}
.newBox .text .title .date,
.viewCont .title .date {
  color: #ff7200;
}
.viewCont .title .date {
  font-size: 15px;
  line-height: 28px;
}
.newsTi .title span,
.newsTi .date span {
  color: #000;
  font-size: 16px;
}
.newsTi .date {
  float: left;
  width: 16.5%;
  text-align: center;
  padding: 10px 0 10px 25px;
  margin-left: 10px;
}
.newsTi .line {
  height: 45px;
  border-bottom: 1px solid #398600;
}
.newsCont .item {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.newsCont .main .item:nth-last-of-type(1) {
  margin-right: 0;
}
.newsCont .item .title {
  display: block;
  float: left;
  position: relative;
  width: 85%;
  padding: 10px 30px;
  font-size: 15px;
  color: #254c09;
}
.newsCont .item:hover .title,
.newsCont .item:hover .date {
  color: #fff;
}
.newsCont .item .date {
  display: block;
  float: left;
  padding: 10px;
  width: 15%;
  text-align: center;
  color: #ff7200;
  font-size: 16px;
}
.newsCont .item:hover,
.newsCont .item.bg:hover {
  background-color: #398600;
}
.newsCont .item.bg {
  background-color: #f5f5f5;
}
.pNum {
  margin: 50px auto 20px;
  text-align: center;
}
.pNum .wrap {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background-color: #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.pNum .box {
  display: inline-block;
  font-family: 'Arial';
  font-size: 15px;
}
.pNum .box a {
  float: left;
  margin-left: 1px;
  display: inline-block;
  padding: 0 15px;
  color: #222;
  vertical-align: top;
  text-decoration: none;
}
.pNum .box a:nth-child(1) {
  margin-left: 0;
}
.pNum .box a:hover {
  color: #fff;
  background-color: #3a8700;
}
.pNum .box a.current {
  color: #fff;
  background-color: #3a8700;
}
.pNum a.btn {
  display: block;
  padding: 0 13px;
  height: 34px;
  font-size: 16px;
  color: #555;
  line-height: 35px;
  text-decoration: none;
  background-color: #e6e6e6;
}
.pNum a.btn strong {
  display: none;
}
.pNum a.prev {
  float: left;
  border-right: 2px solid #fff;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.pNum a.next {
  float: right;
  border-left: 2px solid #fff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.pNum a.btn:hover {
  color: #3a8700;
}
.pNum a.back {
  color: #fff;
  padding: 10px 15px;
  background-color: #3a8700;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.pNum a.back:hover {
  background-color: #666;
}
.pNum a.back .fa {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .newBox .pic,
  .newBox .text {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .newsTi .title {
    padding: 10px 5px;
  }
  .newsTi .date {
    padding: 10px 0;
  }
  .newsCont .item .title {
    padding: 10px 9px;
  }
}
@media (max-width: 768px) {
  .newsLine {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 750px) {
  .newsCont .item .title {
    width: 80%;
  }
  .newsCont .item .date {
    width: 20%;
  }
}

/* ==========================================
  產品特色
========================================== */
.featureCont .box {
  font-size: 0;
}
.featureCont .box .left {
  width:50%;
  display:inline-block;
  vertical-align: middle;
  padding:0 25px 0 0;
  margin:0 0 25px;
}
.featureCont .box .left img {
  margin:0 auto;
}
.featureCont .box .right {
  width:50%;
  display:inline-block;
  font-size: 16px;
  vertical-align: middle;
  padding:0 0 0 25px;
}
.featureCont .box .title {
  font-size: 22px;
  color: #3a8700;
}
.featureCont .contOne {
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin:0 0 30px;
}
.featureCont .contOne .title {
  font-size: 22px;
}
.featureCont .contTwo .title,
.featureCont .contThree .title {
  font-size: 20px;
  color: #3a8700;
  padding-left: 25px;
  background: url(../images/icon_feature.png) 0 4px no-repeat;
}
.featureCont .contTwo .txt {
  line-height: 30px;
  font-size: 16px;
  text-align: justify;
}
.featureCont .contOne .img {
  width: 100%;
  height: 279px;
  background: url(../images/feature_pic01.png) center no-repeat;
}
.featureCont .contTwo {
  margin:0 0 30px;
}
.featureCont .contThree .picL {
  float: left;
  width: 47%;
  padding-left: 25px;
}
.featureCont .contThree .txtR {
  float: right;
  width: 53%;
  padding-left: 20px;
}
.featureCont .contTwo .txt .img-float-left {
  float: left;
  padding: 10px 10px 0 0;
}
.featureCont .three {
  margin:0 0 30px;
}
.featureCont .three .right {
  width:40%;
  float:right;
}
.featureCont .three .right img {
  margin:0 auto;
}
.featureCont .three .left {
  width:60%;
  float:left;
  padding: 45px 25px 0 0;
  font-size: 16px;
  line-height: 26px;
}
.featureCont .three .title {
  font-size: 22px;
  color:#3a8700;
}
table.app-box { width: 100%; }
table.app-box td { padding: 10px; border: 1px solid #fff; }
table.app-box td.w40 { width: 40% }


@media (max-width: 992px) {
  .featureCont .box {
    margin:0 0 30px;
  }
  .featureCont .box .left {
    float:none;
    width:100%;
    padding:0;
  }
  .featureCont .box .right {
    float:none;
    width:100%;
    padding:0;
  }
  .featureCont .contThree .txtR {
    float: none;
    width: 100%;
  }
  .featureCont .contOne .img {
    height: auto;
    background: none;
  }
  .featureCont .contOne .img img {
    margin: 0 auto;
  }
  table.app-box,
  ul.app-ul {
    font-size: 18px;
  }
  .featureCont .three .right {
    float:none;
    width:100%;
    margin:0 0 30px;
  }
  .featureCont .three .left {
    float:none;
    width:100%;
    padding:0;
  }
}
@media (max-width: 768px) {
  .featureCont .contThree .picL {
    float: none;
    width: 100%;
    padding-left: 30px;
  }
  .featureCont .contThree .txtR {
    padding-left: 0;
  }
}

/* ==========================================
  產品專區
========================================== */
#goodsCont {
  background: #fff;
  /*position: relative;
  z-index: 22;*/
}
@media (min-width: 1200px) {
  #goodsCont {
    /*margin-top: 20%; */
    min-height: 800px;
  }
}
#goodsCont .view {
  padding: 0 15px;
}
#goodsCont .view h2.ti {
  font-size: 23px;
  color: rgb(0, 0, 0);
  margin: 0;
}
#goodsCont .view h2.ti::after {
  content: '';
  display: block;
  width: 51px;
  height: 1px;
  background: rgb(57, 134, 0);
}
#goodsCont .view h2.ti + small {
  color: #82c557;
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  display: inline-block;
  padding: 10px 0;
}
#goodsCont .view .pic {
  border: #c0eba4 1px solid;
  margin: 15px auto 25px;
  max-width: 445px;
  display:block;
  outline: none;
}
@media (min-width: 992px) {
  #goodsCont .view .pic {
    margin: 0;
  }
}
#goodsCont .view p.feature {
  font-size: 16px;
  line-height: 2em;
  color: #666;
  border-top: #ededed 3px solid;
  padding-top: 15px;
  margin-bottom: 20px;
}
#goodsCont .view .infoTiLine {
  border-bottom: #ccc 1px solid;
  margin-top: 50px;
}
#goodsCont .view .infoTiLine h3.ti {
  font-size: 16px;
  color: rgb(1, 1, 1);
  width: 205px;
  border-top: #398600 2px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  text-align: center;
  padding: 12px 0 10px;
  margin: 0;
  border-top: 1px solid #398600;
  background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(221,221,221,1)));
  background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa805', endColorstr='#3a8700',GradientType=0 );
}
#goodsCont .view .editor {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.8em;
  padding: 15px;
}
#goodsCont .work {
  background: #f8f8f8;
  margin-top: 15px;
}
#goodsCont .work h2.workTi {
  font-size: 23px;
  color: #333;
  margin: 0;
  padding: 50px 0 10px;
  text-align: center;
}
#goodsCont .work h2.workTi i {
  font-size: 16px;
  color: #999;
}


/* ==========================================
  聯絡我們
========================================== */
.contactCont .iInfo {
  padding-top: 0;
}
.contactCont .iInfo .tel,
.contactCont .iInfo .fb,
.contactCont .iInfo .skype,
.contactCont .iInfo .Line,
.contactCont .iInfo .chinjui,
.contactCont .iInfo .yt {
  margin: 0px 30px 30px 0;
}
.contacTi {
  color: #000;
  font-size: 17px;
  line-height: 25px;
  margin: 55px 0 30px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.contacTi span {
  font-size: 20px;
  color: #ff7200;
}
@media screen and (max-width:1199px) {
  .contactCont .iInfo .tel,
  .contactCont .iInfo .fb,
  .contactCont .iInfo .skype,
  .contactCont .iInfo .Line,
  .contactCont .iInfo .chinjui,
  .contactCont .iInfo .yt {
    margin: 0px 25px 30px 0;
  }
}
@media (max-width: 992px) {
  .contacTi {
    text-align: left;
  }
  .bgColor {
    padding: 0 20px 30px;
    background-color: #eee;
  }
  .contactCont .iInfo .skype {
    min-width: 260px;
  }
}
@media screen and (max-width:665px) {
  .contactCont .iInfo .tel,
  .contactCont .iInfo .fb,
  .contactCont .iInfo .skype,
  .contactCont .iInfo .Line,
  .contactCont .iInfo .chinjui,
  .contactCont .iInfo .yt {
    display:block;
  }
}

/* ==========================================
  網站地圖
========================================== */
.sitemapCont .col-md-4 {
  margin: 0 0 50px;
}
.sitemapCont .col-md-4 .ti {
  font-size: 22px;
  line-height: 18px;
  color: #222;
  padding: 10px 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.sitemapCont .col-md-4:hover .ti {
  border-bottom: 1px solid #398600;
}
.sitemapCont .col-md-4 .ti span {
  display: block;
  font-size: 16px;
  line-height: 33px;
  color: #398600;
}
.sitemapCont .col-md-4 .list a {
  font-size: 16px;
  display: block;
  color: #000;
  padding: 8px 25px;
  border-bottom: 3px solid #fff;
  background: url(../images/page_sidemenu_sub.png) #eee 12px 17px no-repeat;
}
.sitemapCont .col-md-4 .list a:hover {
  color: #fff;
  background: #398600 url(../images/page_sidemenu_sub2.png) 12px 17px no-repeat;
}

/* 實績案例，列表樣式與產品詳細頁-相關案例共用 */
#workCont {
  background: #fff;
  position: relative;
  z-index: 22;
}
@media (min-width: 1200px) {
  #workCont {
    min-height: 650px;
  }
}
#workCont section {
  padding: 0 15px;
  font-size: 0;
}
#workCont .list,
#goodsCont .list {
  max-width: 480px;
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  #workCont .list {
    width:50%;
    display:inline-block;
    padding: 10px 3.5px;
    vertical-align: top;
  }
  #goodsCont .list {
    width: 50%;
    float: left;
    padding: 10px 2px;
  }
}
@media (min-width: 992px) {
  #workCont .list,
  #goodsCont .list {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #workCont .list {
    width: 33%;
  }
  #goodsCont .list {
    width: 25%;
  }
}
#workCont .list h3.ti,
#goodsCont .list h3.ti {
  font-size: 16px;
  color: rgb(0, 0, 0);
  padding: 15px 0 5px;
  margin: 0;
  font-weight: bold;
  text-align: center;
  max-height: 48px;
  overflow: hidden;
}
#workCont .list p,
#goodsCont .list p {
  font-size: 15px;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 0;
  margin: 0 10px;
  color: #444;
}
#workCont .list .pic,
#goodsCont .list .pic {
  position: relative;
  overflow: hidden;
}
#workCont .list .pic .mask,
#goodsCont .list .pic .mask {
  position: absolute;
  width: 117px;
  height: 44px;
  left: 50%;
  margin-left: -58px;
  top: 50%;
  opacity: 0;
  background: url(../images/btn_view.png) no-repeat;
}
#workCont .list .pic:hover img {
  opacity: .5;
}
#workCont .list .pic:hover .mask,
#goodsCont .list .pic:hover .mask {
  top: 40%;
  opacity: 1;
  background: url(../images/btn_view.png) no-repeat;
  pointer-events: none;
}
/* 詳細頁面 */
#workCont .view h3.ti {
  font-size: 23px;
  color: rgb(0, 0, 0);
}
#workCont .view h3.ti::after {
  content: '';
  display: block;
  width: 51px;
  height: 1px;
  background: rgb(57, 134, 0);
}
#workCont .view .editor {
  font-size: 16px;
  line-height: 1.8em;
  padding: 30px 0;
}
#workCont .side {
  background: #f8f8f8;
  padding: 15px;
  margin-top: 15px;
}
#workCont .side h4.ti {
  font-size: 18px;
  margin: 20px 0;
  color: #378d00;
  display: inline-block;
  vertical-align: middle;
}
#workCont .side h4.ti i {
  font-size: 16px;
  color: #82c557;
}
#workCont .side .slide > div {
  background: url(../images/work_shadow.png) center bottom no-repeat;
  padding-bottom: 35px;
  background-size: 98% 37px;
}
#workCont .side .slide > div img,
#workCont .side .video .embed-container {
  border: #c0eba4 5px solid;
}
.slick-prev,
.slick-next {
  width: 52px;
  height: 52px;
  z-index: 100;
}
.slick-prev {
  left: 0;
  background: url(../images/btn_bx_prev.png);
}
.slick-prev:hover {
  opacity: 0.8;
  background: url(../images/btn_bx_prev.png);
}
.slick-next {
  right: 0;
  background: url(../images/btn_bx_next.png);
}
.slick-next:hover {
  opacity: 0.8;
  background: url(../images/btn_bx_next.png);
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.goodsCont .slick-prev,
.goodsCont .slick-next {
  display: none;
}
#goodsCont .slick-prev,
#goodsCont .slick-next {
  width: 52px;
  height: 52px;
  z-index: 100;
  border: none;
  position: absolute;
  top: 30%;
  text-indent: -9999px;
}
#aboutCont .slick-prev,
#aboutCont .slick-next {
  width: 52px;
  height: 52px;
  z-index: 100;
  border: none;
  position: absolute;
  top: 40%;
  text-indent: -9999px;
}
#goodsCont .slick-prev,
#goodsCont .slick-next {
  top: 32%;
}
#goodsCont .slick-prev {
  left: 0;
  background: url(../images/btn_bx_prev.png);
}
#goodsCont .slick-prev:hover {
  opacity: 1;
  background: url(../images/btn_bx_prev.png);
}
#goodsCont .slick-next {
  right: -0;
  background: url(../images/btn_bx_next.png);
}
#goodsCont .slick-next:hover {
  opacity: 1;
  background: url(../images/btn_bx_next.png);
}
#goodsCont .slick-prev:before,
#goodsCont .slick-next:before,
.goodsCont .slick-prev:before,
.goodsCont .slick-next:before {
  display: none;
}
@media (min-width: 992px) {
  #workCont .side .photo {
    padding-right: 10%;
  }
}

/* 共用 */
h1.commTitle {
  font-size: 36px;
  color: rgb(0, 0, 0);
  border-bottom: rgb(51, 51, 51) 1px solid;
  padding: 15px 0;
  margin: 50px 0;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 表單 */
form input {
  width: 100%;
  height: 27px;
  font-size: 13px;
  border: none;
  padding: 0 5px;
  outline: 0;
}
form textarea {
  width: 100%;
  font-size: 13px;
  border: none;
  padding: 5px 8px;
  outline: 0;
  resize: none;
}
form select {
  -webkit-appearance: listbox;
  width: 100%;
  font-size: 13px;
  border: none;
  padding: 0 5px;
  outline: 0;
}
form.epaper input {
  border: 1px solid #ddd;
}
form.epaper input:focus {
  border-color: #92b056;
  box-shadow: 2px 2px 3px #eee inset;
  -moz-box-shadow: 2px 2px 3px #eee inset;
  -webkit-box-shadow: 2px 2px 3px #eee inset;
}
form.def-style {
  margin-bottom: 35px;
}
form.def-style input {
  height: 32px;
  background: #eee;
  border-radius: 0;
  padding: 0 8px;
  border: none;
}
form.def-style textarea {
  height: 100px;
  background: #eee;
  border-radius: 0;
  border: none;
}
form.def-style select {
  height: 32px;
  border: none;
  background: #eee url('../images/form_selectdown.png') right 12px no-repeat;
  border-radius: 0;
}
form.def-style input:focus,
form.def-style textarea:focus,
form.def-style select:focus {
  border-color: #92b056;
  box-shadow: 2px 2px 3px #eee inset;
  -moz-box-shadow: 2px 2px 3px #eee inset;
  -webkit-box-shadow: 2px 2px 3px #eee inset;
}
form .form-btn-submit {
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: #398600;
  color: #fff;
  box-shadow: 2px 2px 3px #ddd;
  -moz-box-shadow: 2px 2px 3px #ddd;
  -webkit-box-shadow: 2px 2px 3px #ddd;
}
form .form-btn-submit:hover {
  opacity: .8;
  color: #fff;
}
form .form-btn-cancel {
  width: 100px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: #676767;
  color: #fff;
  box-shadow: 2px 2px 3px #ddd;
  -moz-box-shadow: 2px 2px 3px #ddd;
  -webkit-box-shadow: 2px 2px 3px #ddd;
}
form .form-btn-cancel:hover {
  opacity: .8;
  color: #fff;
}
form .form-btn-submit i,
form .form-btn-cancel i,
form .form-btn-y i {
  margin-right: 15px;
}
form .form-btn-submit.epaper {
  width: 50px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: rgba(158,186,183,1);
  color: #3e6a65;
}
form .form-btn-cancel.epaper {
  width: 50px;
  height: 27px;
  line-height: 27px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: rgba(217,217,217,1);
  color: #828282;
  margin-right: 5px;
}
form .btn:hover {
  opacity: .8;
}
form .form-box {
  margin-bottom: 20px;
}
form .form-box .name {
  display: block;
  width: 100%;
  height: 30px;
}
form .name i.mark {
  display: inline-block;
  width: 20px;
  color: #ff7200;
  font-size: 20px;
  background: transparent;
}
form .form-box .blank {
  width: 100%;
  padding-left: 20px;
}
form .form-box .code-pic {
  float: right;
  width: 100px;
  text-align: right;
}
form .form-box .code-blank {
  overflow: hidden;
  padding-left: 20px;
}
form .btn-box {
  text-align: center;
}
form .btn-box button {
  margin-right: 10px;
  outline: 0;
}
form .btn-box button:focus {
  outline: 0;
}
form .btn-box button:last-child {
  margin-right: 0;
}
@media screen and (min-width: 480px) {
  form .form-box .name {
    display: block;
    float: left;
    width: 130px;
    height: 32px;
    line-height: 28px;
  }
  form .form-box .name strong {
    color: red;
    margin-right: 5px;
  }
  form .form-box .blank {
    width: auto;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  form .btn-box {
    float: right;
    padding-right: 15px;
  }
}

/*
