@charset "utf-8";
/* content 內容樣式 */


#content {
	width: 98%;
	margin: 0 auto;
	padding: 0;
	clear: both;
	padding: 20px 0;
	text-align: center;
	clear: both;
}/*內容*/

.content_box {
	width: 93.5%;
	margin: 0 auto;
}/*內容裡box*/

/*---------------***/
/***** 產品特點 *****/
/*---------------***/
.features_ul{
	list-style-type:none;
	line-height: 32px;
}

.features_blue{
	font-size: 20px;
	font-weight: 600;
	color: #0c78cc;
}/*特點標題*/

.features_01{
	width: 160px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 20px 5px;
}

.features_01 img{
	width: 100%;
	padding-bottom: 10px;
}

/*----------------------------***/
/***** 材質(鍍銀、波音軟片、布面) *****/
/*----------------------------***/

.material_all{
	text-align: left;
}

.material_01{
	width: 120px;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
}

.material_01 img{
	width: 100px;
	border: 1px solid #676767;
	margin-bottom: 5px;
	padding: 5px;
	box-shadow: 0px 10px 14px -7px #C2C2C2;
    -moz-box-shadow: 0px 10px 14px -7px #C2C2C2;
    -webkit-box-shadow: 0px 10px 14px -7px #C2C2C2;
}

/*------------------------***/
/***** 屏風高度與身高之應用 *****/
/*------------------------***/

.highly_applied{
	padding: 5px 0;
	text-align: left;
}

.highly_01{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}/*25mm鋁合金屏風*/

.highly_01 img{
	float: left;
	width: 45%;
	border: 1px solid #676767;
	padding: 5px;
	margin: 10px 0;
}

.highly_01 P{
	width: 46%;
	padding-top: 12%;
	float: left;
	text-align: left;
	padding-left: 10px;
	line-height: 34px;
}

.highly_h5{
	font-size: 20px;
	color: #81511c;
	text-decoration: underline;
}/*共用標題*/

.highly_02{
	width: 32%;
	display: inline-block;
	vertical-align: top;
}/*60mm鋼製布面屏風*/

.highly_02 img{
	float: left;
	width: 45%;
	border: 1px solid #676767;
	padding: 5px;
	margin: 10px 0;
}

.highly_02 P{
	width: 46%;
	padding-top: 14%;
	float: left;
	text-align: left;
	padding-left: 10px;
	line-height: 34px;
}

/*---------------***/
/***** 配件系列 *****/
/*---------------***/

.jThumbnailScroller {
	position: relative;
	width: 100%;
	height: 230px;
	padding: 0;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.jThumbnailScroller .jTscrollerContainer {
	position: absolute;
}

.jThumbnailScroller .jTscroller {
	position: relative;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	display: inline-block;
*display:inline;
}

.jThumbnailScroller .jTscrollerNextButton, .jThumbnailScroller .jTscrollerPrevButton {
	position: absolute;
	display: block;
	width: 42px;
	height: 150px;
	opacity: 0.9;
}
.jThumbnailScroller .jTscrollerNextButton {
	background: url(../images/nextArrow.png) center center;
}
.jThumbnailScroller .jTscrollerPrevButton {
	background: url(../images/prevArrow.png) center center;
}
.jThumbnailScroller .jTscrollerNextButton:hover, .jThumbnailScroller .jTscrollerPrevButton:hover {
	opacity: 1;
}/*滑鼠滑入變色 上下張*/
.jThumbnailScroller .jTscroller div {
	display: block;
	float: left;
	margin: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}

.jThumbnailScroller .jTscroller a:hover {
	border-color: #fff;
}
.jThumbnailScroller .jTscroller a:first-child {
	margin-left: 10px;
}
.jThumbnailScroller .jTscroller div img {
	border: none;
	border: 1px solid #676767;
}

.jTscroller div p {
	text-align: center;
	padding-top: 10px;
}

.jThumbnailScroller#accessor_all {
	margin: 0 auto;
}

.jThumbnailScroller#accessor_all .jTscrollerNextButton {
	margin: 6px 0 0 -10px;
	right: 0;
	top: 0;
}
.jThumbnailScroller#accessor_all .jTscrollerPrevButton {
	margin: 6px 10px 0 0;
	left: 0;
	top: 0;
}

/*---------------***/
/***** OA案例 *****/
/*---------------***/

.case{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.example-image-link {
	display: inline-block;
	padding: 5px;
	margin: 10px;
	background-color: #fff;
	line-height: 0;
	-webkit-transition: background-color 0.1s ease-out;
	-moz-transition: background-color 0.1s ease-out;
	-o-transition: background-color 0.1s ease-out;
	transition: background-color 0.1s ease-out;
	box-shadow: 0px 10px 14px -7px #C2C2C2;
    -moz-box-shadow: 0px 10px 14px -7px #C2C2C2;
    -webkit-box-shadow: 0px 10px 14px -7px #C2C2C2;
	border: 1px solid #676767;
}
.example-image-link:hover {
	position: relative;
    top: 2px;
    left: 2px;
}
.example-image {
	width: 350px;
	position: relative;
}
	

/* Preload images */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 90%;
  float: left;
  text-align: left;
  line-height: 28px;
}

.lb-data .lb-caption {
  font-size: 18px;
  
}

.lb-data .lb-number {
  display: block;
  clear: left;
  font-size: 14px;
  color: #999999;
}/*圖片張數*/

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



