﻿@charset "utf-8";
/*
 * CSS Document
 * ============================================================================
 * 版權所有  2015
 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ============================================================================
 * $Author: 佳芳 $
 * $Date: 2015-08-26 (WED) $
*/
html, body {
  position: relative;
  height: 100%;
}
body {
  min-width: 1200px;
  padding: 0;
  margin: 0;
  font-family: Arial, LiGothicMed, '微軟正黑體';
}
img {
  border: 0;
}
a {
  text-decoration: none;
}

/* ==========================================
   常用樣式設定
========================================== */
.displayNone { display: none;}
/* Clear */
.clearBoth {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
}
.clearGroup:before, .clearGroup:after {
   content: "";
   display: table;
}
.clearGroup:after {
   clear: both;
}
.clearGroup {
   zoom: 1; /* IE6&7 */
}

.space20,
.space40 {
  clear: both;
  font-size: 0;
  overflow: hidden;
}
.space20 {
  height: 20px;
}
.space40 {
  height: 40px;
}

/* 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;
}

.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;
}

/* Placeholder */
::-webkit-input-placeholder { color: #666;}
::-moz-placeholder { color: #666; opacity: 1;}
:-ms-input-placeholder { color: #666;}
:-moz-placeholder { color: #666;}

/* animate */
.animate {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ==========================================
  header
========================================== */
header {
  width: 100%;
  height: 51px;
  font-size: 13px;
  z-index: 9;
  top: 0;
  background: url(../images/tbg.png) repeat-x;
}
#header {
  position: fixed;
}
#header h1 {
  position: absolute;
  left: 0;
  margin: 11px 0 0 29px;
  padding: 0;
  height: 32px;
  overflow: hidden;
  z-index: 11;
}
#header h1 a {
  display: block;
  width: 181px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat;
  background-size: 181px 27px;
}
#nav {
  width: 100%;
  min-width: 1000px;
  height: 51px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
/* menu */
#menu {
  float: right;
  width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  width: 87px;
  text-align: center;
  position: relative;
  margin-right: 5px;
}
#menu li a {
  display: block;
  font-size: 16px;
  padding: 10px 0px;
  height: 31px;
  color: #000;
  line-height: 34px;
  background: url(../images/menu_aw.png)  center 60px no-repeat;
}
#menu li > a:hover {
  background: url(../images/menu_aw.png) bottom center no-repeat;
}
#menu li.last a {
  padding-right: 0;
}
#menu li a:hover {
  color: #888;
}
/* 第二層 */
#header .subBg {
  display: none;
  position: absolute;
  top: 51px;
  width: 100%;
  height: 48px;
  background-color: rgba(0,0,0,.6);
  z-index: 5;
}
#menu .secNav {
  display: none;
  position: absolute;
  top: 51px;
  left: -100px;
  width: 850px;
  height: 48px;
  z-index: 8;
  text-align: left;
}
#menu .secNav a {
  font-size: 14px;
  display: inline-block;
  margin: 0;
  padding: 0 15px;
  height: auto;
  line-height: 48px;
  color: #fff;
  background: url(../images/icon_gap.png) right center no-repeat;
}
#menu .secNav a:last-child {
  background: none;
}
#menu .secNav a:hover {
  text-decoration: none;
  color: #999;
}

/* footer */
footer#iFooter {
  width: 100%;
  height: 33px;
  font-size: 13px;
  position: absolute;
  padding-top: 17px;
  z-index: 9;
  bottom: 0;
  background: url(../images/fbg.png) repeat-x;
}
footer#pFooter {
  width: 100%;
  height: 33px;
  font-size: 13px;
  padding-top: 17px;
  background: url(../images/fbg.png) repeat-x;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #666;
}
.footer .leftBox {
  position: absolute;
  left: 0;
  min-width: 243px;
  padding-left: 25px;
}
.footer .centerBox {
  position: absolute;
  left: 50%;
  margin-left: -413px;
  min-width: 867px;
  text-align: center;
}
@media screen and (max-width: 1230px) {
  .footer .centerBox {
    margin-left: -363px;
  }
}
.footer .rightBox {
  position: absolute;
  right: 0;
  width: 155px;
}

/* ==========================================
  首頁
========================================== */
#index {
  overflow-y: hidden;
}
/* News */
#news-bar {
  background-color: rgba(0,0,0,.55);
  z-index: 1002;
  font-size: 14px;
  border-radius: 3px;
  position: fixed; width: 250px;
  transition: all 300ms ease;
  height: 100%;
  top: 0px;
  right: -250px;
}
#news-bar .cont {
  height: 295px;
  padding: 19px 5px 19px 25px;
}
#news-bar .date {
  color: #ccc;
  padding-top: 10px;
}
#news-bar .txt {
  line-height: 23px;
  margin-bottom: 15px;
}
#news-bar a {
  color: #fff;
}
#news-bar a:hover {
  color: #aaa;
}
#news-bar .handle {
  left: -52px;
  position: absolute;
  top: 30px;
  width: 52px;
  height: 141px;
  cursor: pointer;
  background: url(../images/btm_i_news.png) no-repeat;
}
#news-bar .handle:hover {}
.left-shadow-overlay {
  box-shadow: 1px 0 5px rgba(0,0,0,.2);
}

/* banner */
.swiper-container.iBan {
  width: 100%;
  height: 100%;
}
.swiper-container.pBan {
  width: 100%;
  height: 430px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-size: cover;
  background-position: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide.iBan img,
.swiper-slide.pBan img {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.swiper-slide.pBan img {
  height: 430px;
}
.swiper-container-vertical.iBan > .swiper-pagination {
  bottom: 60px;
  z-index: 99999;
}
.swiper-container-vertical.pBan > .swiper-pagination {
  bottom: -10px;
}

/* ad */
#iAd {
  position: absolute;
  bottom: -220px;
  left: 0;
  width: 100%;
  height: 335px;
  z-index: 5;
}
#iAd .btnClick {
  margin: 0 auto;
  width: 50px;
  height: 65px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../images/btn_down.png) 0 0 no-repeat;
}
#iAd .showMain {
  height: 230px;
  background: url(../images/i_ad_bg.png) repeat-x;
}
#iAd .bx-viewport {
  padding-top: 16px;
  height: 200px !important;
}
#iAd .bxslider a img {
  opacity: 1;
}
#iAd .bxslider a:hover img {
  opacity: .7;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
#iAd .bx-wrapper .bx-prev {
  left: -60px;
  background: url('../images/btn_i_left.png') no-repeat;
}
#iAd .bx-wrapper .bx-next {
  right: -60px;
  background: url('../images/btn_i_right.png') no-repeat;
}
#iAd .bx-wrapper .bx-prev:hover,
#iAd .bx-wrapper .bx-next:hover {
  opacity: .7;
}
#iAd .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 43px;
  height: 45px;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ==========================================
  內頁
========================================== */
.pCont {
  width: 1190px;
  overflow: hidden;
  margin: 40px auto;
}
#aside {
  float: left;
  width: 170px;
  overflow: hidden;
}
.pTi {
  width: 140px;
  overflow: hidden;
  font-size: 28px;
  font-weight: bold;
  background: url(../images/icon_ti.png) right no-repeat;
}
.firstNav {
  margin-top: 10px;
}
.firstNav li.current {
  color: #444;
}
.firstNav > li > a {
  color: #444;
  text-decoration: none;
}
.firstNav li span {
  position: relative;
  display: block;
  padding: 11px 0 9px;
  color: #444;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.firstNav li span.animate:before {
  pointer-events: none;
  content: url(../images/icon_nav2.png);
  position: absolute;
  top: 11px;
  right: 15px;
}
.firstNav li.current span.animate:before {
  content: url(../images/icon_nav.png);
}
.firstNav li span:hover,
.firstNav li.current span {
  color: #000;
}
.firstNav > li > a:hover span,
.firstNav > li.current > a span {
  color: #ec6941;
}
/* 第二層 */
.firstNav li ul {
  max-height: 0;
  overflow: hidden;
}
.firstNav li.current > ul {
  max-height: 1000em;
}
.firstNav li li a {
  font-size: 15px;
  display: block;
  padding: 5px 0 5px 30px;
  color: #666;
  border-bottom: 1px solid #ddd;
}
.firstNav li li.current a,
.firstNav li li a:hover {
  color: #ec6941;
}
.firstNav li li.current > ul {
  max-height: 1000em;
}
.firstNav li li.current span:before,
.firstNave li li span:before:hover {
  border-color: #be5c12;
}
.firstNav li li.current span,
.firstNav li li span:hover {
  color: #be5c12;
  text-decoration: underline;
}
.pRight {
  float: right;
  width: 970px;
  overflow: hidden;
}

/* 右邊大標 */
h2.largeTi {
  margin: 7px 0 0 0;
  float: left;
  font-size: 20px;
  color: #726e6e;
  font-weight: normal;
}
h2.largeTi small {
  padding-left: 8px;
  font-size: 20px;
  vertical-align: top;
}

/* 麵包屑 */
.pageCurrent {
  margin-top: 10px;
  float: right;
}
ol.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 0;
  background-color: transparent;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 13px;
  color: #5c5c5c;
}
.breadcrumb > li.home {
  font-size: 12px;
}
.breadcrumb > li + li:before {
  content: ">";
  padding: 0 4px 0 1px;
  color: #5c5c5c;
}
.breadcrumb > li a {
  color: #5c5c5c;
}
.breadcrumb > li a:hover {
  color: #ec6941;
  text-decoration: underline;
}

/* 無資訊 */
.noData {
  padding: 30px 0;
  font-size: 14px;
  color: #888;
  font-weight: bold;
  text-align: center;
}
.noData span {
  display: block;
  padding-bottom: 8px;
  font-weight: normal;
}

/* 頁碼 */
.pageTb {
  margin: 10px auto 0;
  font-size: 12px;
}
#pageWrap {
  height: 25px;
  line-height: 25px;
}
#pageWrap .numbers {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}
#pageWrap .numbers a {
  padding: 0 5px;
  color: #777;
  text-align: center;
}
#pageWrap .btnPrev, #pageWrap .btnNext {
  display: inline-block;
  padding: 0 10px;
}
#pageWrap .btnPrev a, #pageWrap .btnNext a {
  color: #444;
}
#pageWrap .btnPrev .noPrev, #pageWrap .btnNex .noNext {
  color: #bbb;
}
#pageWrap a:hover, #pageWrap span a {
  color: #000;
}
#pageWrap .numbers a:hover, #pageWrap .numbers span a {
  color: #000;
  text-decoration: underline;
}

/* ==========================================
  關於我們
========================================== */

/* 公司簡介 */
.aboutCont {
  line-height: 36px;
  padding: 50px 0 30px 385px;
  background: url(../images/ab_02.png) 0 35px no-repeat;
}

/* 歷年大事紀 */
.historyCont {
  width: 970px;
  overflow: hidden;
  padding: 15px 0 30px;
}
.tabWrap {
  width: 970px;
  margin: 10px auto;
  background: url(../images/history_tab_bg.png) center 10px no-repeat;
}
.historyTab {
  width: 970px;
  overflow: hidden;
  margin: 15px auto 30px;
  line-height: 25px;
}
.historyTab th {
  color: #ec6941;
  font-size: 17px;
  text-align: left;
  vertical-align: top;
  padding: 13px 0 10px 35px;
  background: url(../images/btn_list3.gif) 15px 19px no-repeat;
  border-bottom: 1px dashed #ccc;
  font-weight: normal;
}
.historyTab td {
  padding: 13px;
  color: #333;
  border-bottom: 1px dashed #ccc;
}
.toggle {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 970px;
  text-align: center
}
.toggle li {
  display: inline-block;
  margin-left: -4px;
}
.toggle li a {
  width: 150px;
  padding: 10px 0;
  text-align: center;
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #333;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.toggle li:first-child a {
}
.toggle li a:hover {
  background: #333;
  color: #ccc;
}
.toggle li a.active {
  background: #ec6941;
  color: #fff;
  cursor: default;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

/* 證書 */
.certiList {
  float: left;
  width: 200px;
  margin: 25px 55px 25px 0;
}
.certiList a {
  display: block;
  width: 100%;
  height: 100%;
}
.certiList.prSpace {
  margin-right: 0;
}
.certiList .pic {
  position: relative;
  width: 200px;
  height: 280px;
  overflow: hidden;
  border: 1px solid #ccc;
  transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -moz-box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
  box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
}
.certiList:hover .pic {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
  border: 1px solid #ec6941;
}
.certiList .txt {
  margin-top: 10px;
  color: #444;
  text-align: center;
  font-size: 14px;
  transition: all .6s ease;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}
.certiList:hover .txt {
  color: #ec6941;
}

/* ==========================================
  最新消息
========================================== */

/* 列表頁 */
#newsWrap .list {
  padding: 10px 5px 0;
}
#newsWrap .box {
  padding: 0 30px 0 15px;
  float: left;
  width: 250px;
  font-size: 13px;
}
#newsWrap .box .pic {
  position: relative;
  width: 250px;
  height: 190px;
}
#newsWrap .box .pic span {
  position: absolute;
  right: -10px;
  bottom: 12px;
  width: 85px;
  height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background-color: rgba(236,105,65,.8);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#newsWrap .box .pic a {
  display: block;
  width: 250px;
  height: 190px;
  overflow: hidden;
}
#newsWrap .box .ti {
  padding: 10px 5px 12px;
}
#newsWrap .box .ti a {
  display: block;
  width: 240px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#newsWrap .box .txt {
  padding: 0 5px 8px;
  height: 30px;
  color: #888;
  font-weight: bold;
  line-height: 18px;
  overflow: hidden;
}
#newsWrap .box a.btnRead {
  padding: 0 12px 0 5px;
  color: #ec6941;
  background: url(../images/icon_aw.gif) no-repeat right 6px;
}
#newsWrap .box:hover .pic span {
  right: 10px;
}
#newsWrap .box:hover .ti a {
  color: #000;
}
#newsWrap .box:hover .txt {
  color: #444;
}

/* 詳細頁 */
#newsView {
  margin: 40px auto 60px;
  width: 1000px;
}
#newsView .date {
  margin-bottom: 8px;
  width: 85px;
  height: 22px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background-color: #ec6941;
}
#newsView .ti {
  padding-bottom: 35px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

#newsView .back {
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-align: right;
  border-bottom: #ccc solid 1px;
}
#newsView .back a {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}
#newsView .back a span {
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 7px;
  background: url(../images/icon_aw2.gif) no-repeat 0 0;
  overflow: hidden;
}
#newsView .back a:hover {
  color: #ec6941;
}
#newsView .back a:hover span {
  background-position: 0 -7px;
}

/* ==========================================
  產品介紹
========================================== */
.goodsTxt {
  padding-bottom: 20px;
  color: #444;
  font-size: 14px;
  line-height: 25px;
}

/* 列表開合詳細內容 */
.prod-view {
  width: 970px;
}
.prod-view .col-product {
  display: inline-block;
  width: 150px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 110px;
}
.prod-view .col-gap {
  display: inline-block;
  width: 110px;
}
.prod-view .col-product.mr0  {
  margin-right: 0;
}
.prod-view .prod-list {
  padding: 20px 0;
}
.prod-view .col-product.open .prod-list {
  position: relative;
  z-index: 5;
  /* background-image: url(../images/prod-list-aw.png);
  background-repeat: no-repeat;
  background-position: center 220px; */
}
.prod-view .prod-list {
  font-family: Arial, Helvetica, sans-serif;
}
.prod-view .prod-list .pic {
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
}
.prod-view .prod-list .pic img {
  margin: auto;
  -webkit-transition: all .3s ease;
   -moz-transition: all .3s ease;
     -o-transition: all .3s ease;
        transition: all .3s ease;
}
/* 滑過添加class="ani"變化 */
.prod-view .prod-list .pic img.ani {
  transform:scale(1.05);
  opacity: 0.8;
}
.prod-view .prod-list .name {
  font-size: 18px;
  color: #726e6e;
  padding-bottom: 10px;
}
.prod-view .prod-cont {
  width: 100%;
  background: #fff;
  border: 1px solid #aaa;
  padding: 5px 20px;
}
.prod-view .prod-cont.gary {
  background-color: #eee;
}
.prod-view .prod-cont a.picTxt {
  display: block;
  color: #444;
  font-size: 14px;
  margin: 0 0 5px;
  padding-left: 28px;
  background: url(../images/download.png) 5px 0 no-repeat;
}
.prod-view .prod-cont a.picTxt:hover {
  color: #ec6941;
  background: url(../images/download2.png) 5px 0 no-repeat;
}
.prod-cont .picL {
  float: left;
  width: 515px;
  overflow: hidden;
}
.prod-cont .picL .centerTxt {
  text-align: center;
  padding: 5px;
  font-size: 13px;
  color: #444;
}
.prod-cont .txtR {
  float: left;
  width: 300px;
  padding: 20px 0 15px 100px;
}
.prod-cont .txtR span.ti {
  display: block;
  margin-bottom: 5px;
}
.prod-cont .txtR.fontStyle {
  line-height: 30px;
}
.prod-cont .cross-line {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 0 0 auto;
  top: -5px;
  right: -20px;
  background: url(../images/btn_close.png) no-repeat;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.prod-view .list-view {
  width: 100%;
  position: relative;
  top: -13px;
}
.prod-view .list-view .name {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.prod-view .txtCont {
  float: left;
  width: 230px;
  min-height: 150px;
  margin: 20px 0;
  padding: 15px 50px 15px 70px;
  border-right: 1px solid #ccc;
}
.prod-view .txtCont.noLine {
  border-right: none;
}
.prod-view .txtCont .ti {
  color: #000;
  font-size: 15px;
  padding-bottom: 3px;
}
.prod-view .txtCont .list {
  color: #555;
  padding: 3px 0;
}
.gList {
  float: left;
  padding: 5px 45px 5px 20px;
  background: url(../images/icon_aw.gif) 5px 15px no-repeat;
}
.gTxt {
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  padding: 5px 15px 10px;
  margin-bottom: 25px;
}
.gTxt table.gTab td {
  padding: 5px 10px 0;
}


/* ==========================================
  知識寶庫
========================================== */

/* 列表 */
#knowWrap .list {
  padding-left: 10px;
  width: 960px;
}
#knowWrap .small {
  float: right;
  width: 480px;
}
#knowWrap .box {
  position: relative;
  margin: 0 10px 10px 0;
  float: left;
  width: 230px;
  height: 165px;
  background-color: #000;
  overflow: hidden;
}
#knowWrap .box .info {
  position: absolute;
  left: 0;
  bottom: -21px;
  padding: 8px 10px;
  width: 210px;
  color: #fff;
  background: url(../images/know_ti-bg.png) repeat;
}
#knowWrap .box .info .ti {
  font-size: 14px;
  line-height: 22px;
}
#knowWrap .box .info .date {
  font-size: 13px;
  color: #ff7348;
}

#knowWrap .box.big {
  float: left;
  width: 470px;
  height: 340px;
}
#knowWrap .box.big .info {
  bottom: 0;
  width: 450px;
  line-height: 22px;
}
#knowWrap .box.big .info .ti {
  float: left;
  width: 355px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#knowWrap .box.big .info .date {
  padding-top: 0;
  float: right;
  width: 95px;
  text-align: right;
}

/* 詳細頁 */
#knowView .btn {
  margin-bottom: 20px;
  padding: 8px 13px;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
#knowView .btn > a {
  display: inline-block;
  vertical-align: middle;
}
#knowView a.back {
  margin: 0 20px;
  width: 12px;
  height: 12px;
  background: url(../images/btn_list.gif) no-repeat 0 0;
  overflow: hidden;
}
#knowView a.back:hover {
  background-position: 0 -12px;
}
#knowView a.prev,
#knowView a.next {
  font-size: 12px;
  color: #666;
}
#knowView a.prev:hover,
#knowView a.next:hover {
  color: #ec6941;
}
#knowView a.prev span,
#knowView a.next span {
  display: inline-block;
  width: 4px;
  height: 7px;
  vertical-align: middle;
  overflow: hidden;
}
#knowView a.prev span {
  margin-right: 5px;
  background: url(../images/icon_aw2.gif) no-repeat 0 0;
}
#knowView a.next span {
  margin-left: 5px;
  background: url(../images/icon_next.gif) no-repeat 0 0;
}
#knowView a.prev:hover span,
#knowView a.next:hover span {
  background-position: 0 -7px;
}

#knowView .date {
  margin-bottom: 5px;
  padding-left: 12px;
  font-size: 13px;
  color: #ec6941;
}
#knowView .ti {
  padding-left: 12px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  line-height: 20px;
}

/* ==========================================
  作品實照
   ==========================================
*/
#worksWrap {
  height: 980px;
  margin-top: 30px;
}
#worksWrap .cataTi {
  float: left;
  font-size: 20px;
  padding: 15px 25px;
  background: url(../images/btn_list2.gif) 3px 23px no-repeat;
}
#worksWrap .back a {
  float: right;
  padding: 25px 0 0;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
#worksWrap .back a span {
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 7px;
  background: url(../images/icon_aw2.gif) no-repeat 0 0;
  overflow: hidden;
}
#worksWrap .back a:hover {
  color: #ec6941;
}
#worksWrap .back a:hover span {
  background-position: 0 -7px;
}
#worksWrap .catalogCover {
  width: 1180px;
  position: absolute;
  top: 1190px;
  margin-bottom: 15px;
}
.cataList .slide img {
  width: 140px;
  height: 200px;
}
#worksWrap .catalogCover .bx-prev {
  left: -35px;
  background: url(../images/btn_left.png) no-repeat;
}
#worksWrap .catalogCover .bx-next {
  right: -38px;
  background: url(../images/btn_right.png) no-repeat;
}
.worksList {
  float: left;
  width: 175px;
  padding-right: 22px;
  margin-top: 15px;
}
.catalogList {
  float: left;
  width: 160px;
  padding: 20px 10px 5px;
  margin: 15px 15px 15px 0;
  text-align: center;
  border: 1px solid #ddd;
  -moz-box-shadow: 1px 0px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: 1px 0px 3px rgba(0,0,0,0.05);
  box-shadow: 1px 0px 3px rgba(0,0,0,0.05);
}
.worksList img {
  border: 1px solid #fff;
  -moz-box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
  box-shadow: 2px 0px 3px rgba(0,0,0,0.15);
}
.worksList:hover img {
  opacity: .7;
  border: 1px solid #fff;
  -moz-box-shadow: 2px 0px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 0px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 0px 3px rgba(0,0,0,0.3);
}
.catalogList img {
  width: 140px;
  margin: 0 auto;
}
.catalogList:hover img {
  opacity: .7;
}
.worksList.prSpace {
  padding-right: 0;
}
.catalogList.prSpace {
  margin-right: 0;
}
.worksList .txt,
.catalogList .txt {
  padding: 5px 0 10px;
  font-size: 14px;
  text-align: center;
}
.catalogList .txt .digital {
  display: block;
  margin-bottom: 5px;
}
.catalogList .txt .digital span {
  color: #ec6941;
}
.catalogMain {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.selectBox {
  text-align: center;
  margin-top: 50px;
}
#selectPage {
  margin: 15px auto 10px;
  padding: 5px 10px 5px 0;
  width: 100px;
  color: #333;
  background-color: #ccc;
  border: 1px solid #ccc;
}
.bookBg {
  margin: 0 auto;
  padding: 10px;
  width: 1200px;
  height: 600px;
}
#mybook { margin: 0 auto;}
#mybook a { behavior:expression(this.onFocus=this.blur());}
#mybook a:focus { outline: none;} /* Firefox, Google */

.catalogMain .back {
  margin: 20px 0;
  padding-bottom: 8px;
  text-align: center;
}
.catalogMain .back a {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.catalogMain .back a span {
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 7px;
  background: url(../images/icon_aw2.gif) no-repeat 0 0;
  overflow: hidden;
}
.catalogMain .back a:hover {
  color: #ec6941;
}
.catalogMain .back a:hover span {
  background-position: 0 -7px;
}

/* ==========================================
  經銷據點
========================================== */

/* 篩選 */
.filter {
  padding: 10px 15px;
  font-size: 13px;
  color: #333;
  border-bottom: #cacaca solid 1px;
  background-color: #f3f3f3;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.filter .selectParent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: #ccc solid 1px;
  background: #fff;
  overflow: hidden;
}
.filter .selectParent select {
  padding: 5px 80px 5px 5px;
  width: 100%;
  height: 28px;
  font-size: 12px;
  outline: none;
  line-height: 18px;
  border: none;
  background: transparent;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.filter .selectParent select::-ms-expand { /* For IE10 */
    display: none;
}
.filter .selectParent:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  line-height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ec6941 transparent transparent transparent;
}
.filter button.btnSearch {
  margin-left: 5px;
  width: 26px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 26px;
  border: none;
  background: url(../images/icon_search.png) no-repeat center #ec6941;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
}
.filter button.btnSearch:hover {
  background: url(../images/icon_search.png) no-repeat center #000;
}

/* 頁籤 */
.tabsWrap {
  margin-top: 35px;
  height: 35px;
  border-bottom: #000 solid 1px;
}
ul#itemTab {
  position: relative;
  top: 0;
  margin-bottom: 20px;
  width: 100%;
  height: 35px;
}
ul#itemTab li {
  float: left;
  height: 35px;
}
ul#itemTab li a {
  display: block;
  min-width: 135px;
  height: 34px;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-weight: bold;
  line-height: 34px;
  border: #fff solid 1px;
  border-bottom: none;
}
ul#itemTab li a:hover {
  color: #000;
}
ul#itemTab .current,
ul#itemTab .current:hover,
ul#itemTab li.current a {
  color: #000;
  border: #000 solid 1px;
  border-bottom: #fff solid 1px;
}

#locationWrap .list {
  margin: 40px auto 0;
  width: 1160px;
}
#locationWrap .list .box {
  padding: 10px 0;
  font-size: 14px;
  color: #666;
  border-bottom: #ccc solid 1px;
}
#locationWrap .box > div {
  float: left;
}
#locationWrap .box a.btnMap {
  display: block;
  padding: 0 10px 0 60px;
  float: right;
  font-size: 12px;
  color: #444;
  line-height: 20px;
  border-left: #ccc solid 1px;
  background: url(../images/icon_map.gif) no-repeat 30px 2px;
}
#locationWrap .box .name {
  padding: 0 20px 0 10px;
  width: 230px;
  color: #000;
}
#locationWrap .box .name span {
  display: inline-block;
  margin-right: 15px;
  padding: 1px 0 2px;
  width: 45px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #aaa;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}
#locationWrap .box .info ul li {
  display: inline-block;
  padding-right: 20px;
  min-width: 165px;
}
#locationWrap .box .info ul li span {
  padding-right: 5px;
}
#locationWrap .box:hover {
  background-color: #f6f6f6;
}
#locationWrap .box:hover .name span {
  background-color: #ec6941;
}
#locationWrap .box:hover .info ul li {
  color: #000;
}
#locationWrap .box:hover a.btnMap {
  color: #ec6941;
}
.clearfix {
  clear: both;
}
#quickView {
  padding: 40px 0;
}
#quickView.prod-view .prod-cont {
  border: 1px solid #fff;
}
#quickView.prod-view .txtCont {
  width: 150px;
  padding: 15px 50px 15px 40px;
}

/* 套程式時可刪除 */
.wordStyle {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  line-height: 22px;
}

/* 防木馬

