@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2014 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 又綺 $
 * $Date: 2015-07-06 (一) $
*/

/* =====================================
   共用 - 表格
===================================== */
.wrap-1880{
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
.tb-box {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.list-tb {
  width: 100%;
  font-size: 13px;
  color: #555;
}
/*.list-tb td:first-child,
.list-tb th:first-child {
  width: 180px !important;
}*/
.list-tb thead {
  position: relative;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}
.list-tb tr {
  display: table-row;
}
.list-tb th,
.list-tb td {
  display: table-cell;
}
.list-tb tbody {
  display: table-row-group;
}
.list-tb tbody tr {
  display: table-row;
}
.list-tb > thead > tr > th,
.list-tb > thead > tr > td {
  padding: 8px 20px;
}
.list-tb > tbody > tr > th,
.list-tb > tbody > tr > td {
  padding: 6px 15px;
}

/* 樣式 */
.list-tb thead th,
.list-tb thead td {
  font-size: 15px;
  color: #f7d400;
  font-weight: normal;
}
.list-tb > thead > tr > th {
  border-top: #000 solid 2px;
  border-right: #fff solid 1px;
  border-bottom: #ddd solid 1px;
  background-color: #5a6474;
}
.list-tb > thead > tr > th:last-child {
  border-right: #5a6474 solid 1px;
}

.list-tb > tbody > tr > th,
.list-tb > tbody > tr > td {
  border-top: #ddd solid 1px;
  border: #ddd solid 1px;
}
.list-tb caption {
  font-size: 17px;
  color: #000;
}
/*.list-tb > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}*/
.list-tb > tbody > tr:hover {
  color: #000;
}

.list-tb.table > tbody > tr > th {
  font-weight: normal;
  vertical-align: middle;
}

.list-tb > thead > tr.header-ti th {
  border-top: none;
  background-image: -o-linear-gradient(bottom, #000000, #222222);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#222222));
  background-image: linear-gradient(to top, #000000, #222222);
}

.list-tb .pic,
.featured-wrap .item {
  position: relative;
}
.list-tb .pic .tooltips,
.featured-wrap .item .tooltips {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0; left: 0;
  text-indent: -9999px;
  background: url(../images/tooltip.png) no-repeat;
}

.list-tb .pic img {
  width: 100%;
  height: auto;
}
.list-tb tbody th a {
  color: #000;
  display: block;
}
.list-tb tbody th a.img {
	display: inline-block;
}
.list-tb tbody th a:hover {
  color: #ffcc00;
}
.list-tb > tbody > tr:hover a {
  text-decoration: underline;
}

.h50 {
  height: 50px;
}
.newicon {
  color: #f00;
  padding: 0 5px;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .list-tb.tb-style thead {
    position: absolute;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  .list-tb.tb-style tbody,
  .list-tb.tb-style tbody tr,
  .list-tb.tb-style tr,
  .list-tb.tb-style th,
  .list-tb.tb-style td {
    display: block;
  }
  .list-tb.tb-style tbody tr {
    margin-bottom: 30px;
  }
  .list-tb.tb-style > tbody > tr:nth-of-type(even) {
    background-color: #fff;
  }
  .list-tb.tb-style > tbody > tr td:nth-of-type(even) {
    background-color: #f9f9f9;
  }
  .list-tb.tb-style .pic {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 255px;
  }
  .list-tb.tb-style tbody th {
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
  }
  .list-tb.tb-style tbody td[data-title]:before {
    display: block;
    content: attr(data-title);
    float: left;
    width: 20%;
    font-weight: bold;
  }
  .list-tb.tb-style tbody td {
    text-align: left;
  }

  .list-tb.tb-style {
    border: none;
  }
  .list-tb.tb-style > thead > tr > th,
  .list-tb.tb-style > tbody > tr > th,
  .list-tb.tb-style > tbody > tr > td {
    border: none;
    border-bottom: #ddd solid 1px;
    width: 100% !important;
  }
  .list-tb.tb-style > tbody > tr > th.pic {
    border: none;
  }
}
@media screen and (max-width: 680px) {
  .list-tb.tb-style tbody td[data-title]:before {
    width: 30%;
  }
}
@media screen and (max-width: 630px) {
  .list-tb.tb-style tbody td[data-title]:before {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .list-tb > thead > tr.header-ti th:nth-child(1),
  .list-tb > tbody > tr > th.pic {
    width: 220px !important;
  }
  .list-tb .pic img {
    width: 180px;
  }
  .list-tb > thead > tr.header-ti th:nth-child(2),
  .list-tb > tbody > tr > th.name {
    width: 150px !important;
  }
  .list-tb .name a {
    display: inline-block;
    width: 170px;
  }
  .list-tb > thead > tr.header-ti th:nth-child(n+3) {
    padding: 8px 10px;
  }
  .list-tb > tbody > tr > td {
    padding: 6px 10px;
  }
  /*.list-tb.tb-style .r2 {
    width: 13%;
  }
  .list-tb.tb-style .r3 {
    width: 13%;
  }
  .list-tb.tb-style .r4 {
    width: 13%;
  }
  .list-tb.tb-style .r6 {
    width: 30%;
  }*/
  /*.list-tb.tb-style .pic {
    width: 221px;
  }
  .list-tb.tb-style .name {
    width: 150px;
  }*/
}

/* =====================================
   INDEX - 首頁
===================================== */
/* 共用 */
#i-content {
  padding-top: 30px;
  padding-bottom: 10px;
  overflow: hidden;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #i-content {
    /*margin-top: 50px;*/
  }
}
#i-content h2.item-ti {
  margin-bottom : 20px;
	padding-bottom: 5px;
	font-size: 28px;
	color: #2e2e2e;
	font-weight: bold;
	text-align: center;
  font-style: normal;
	/*font-style: italic;*/
	letter-spacing: -1px;
	/*background: url(../images/i_ti-line.gif) no-repeat 0 bottom;*/
}
#i-content .item-ti.ti-style {
/*  color: #fff;
  -webkit-text-shadow: 1px 2px 2px rgba(0,0,0,.4);
     -moz-text-shadow: 1px 2px 2px rgba(0,0,0,.4);
          text-shadow: 1px 2px 2px rgba(0,0,0,.4);*/
}

/* 大圖輪播 */
/* #i-ban {
  width: 100%;
	overflow: hidden;
}
#i-ban img {
	display: block;
	margin: 0 auto;
}
#i-ban .bx-wrapper {
  margin: 0;
}
#i-ban .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
}
#i-ban .bx-pager,
#i-ban .bx-controls-auto {
  bottom: 15px;
}
#i-ban .bx-default-pager a {
  margin: 0 1px;
  width: 18px;
  height: 18px;
  background: url(../images/icon_dot.png) no-repeat 0 0 ;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}
#i-ban .bx-default-pager a:hover,
#i-ban .bx-default-pager a.active {
  background-position: 0 bottom;
}
#i-ban .bx-controls-direction {
  display: none;
}
@media screen and (min-width: 768px) {
  #i-ban .sm {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  #i-ban .lg {
    display: none!important;
  }
	#i-ban .banner {
		position: relative;
    width: 100%;
	}
	#i-ban .bx-wrapper,
	#i-ban .bx-pager, #i-ban .bx-controls-auto {
    bottom: 5%;
  }
} */

#i-ban {
	width: 100%;
	overflow: hidden;
}
#i-ban img {
	display: block;
	margin: 0 auto;
}
#i-ban .bx-wrapper {
	margin: 0;
}
#i-ban .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#i-ban .bx-pager,#i-ban .bx-controls-auto {
	bottom: 15px;
}
#i-ban .bx-default-pager a {
	margin: 0 1px;
	width: 18px;
	height: 18px;
	background: url(../images/icon_dot.png) no-repeat 0 0 ;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#i-ban .bx-default-pager a:hover,#i-ban .bx-default-pager a.active {
	background-position: 0 bottom;
}
#i-ban .bx-controls-direction {
	display: none;
}
@media screen and (min-width: 768px) {
	#i-ban .sm {
		display: none!important;
	}
}
@media screen and (max-width: 767px) {
	#i-ban .lg {
		display: none!important;
	}
	#i-ban .banner {
		position: relative;
		width: 100%;
	}
	#i-ban .bx-wrapper,#i-ban .bx-pager,#i-ban .bx-controls-auto {
		bottom: 5%;
	}
}


.featured-wrap h2.item-ti,
.news-wrap h2.item-ti {
  margin-bottom: 20px;
  padding-bottom: 5px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 32px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -1px;
  background: url(../images/i_ti-line.gif) no-repeat 0 bottom;
}

/* products */
.goods-wrap {
  margin: 0 auto;
  /* max-width: 1480px; */
}
.goods-wrap .row {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.goods-wrap .row>div {
	margin-bottom: 50px;
}

.goods-wrap .row img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 10px;
}

.goods-wrap .row a {
	font-size: 1.5em;
	font-weight: bold;
	color: #444;
}

.goods-wrap .row a:hover {
	color: #000;
}

.goods-wrap .row ul.product {
	text-align: left;
	padding: 10px 0 5px 15px;
	margin: 0 auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.goods-wrap .row ul.product li {
	padding: 5px 0;
	list-style-image: url(../images/list-img.gif);
	list-style-position: inside;
}

.goods-wrap .row ul.product a {
	color: #6c6c6c;
	font-size: 1.0em;
	font-weight: normal;
}

.goods-wrap .row ul.product a:hover {
	color: #000;
}

.goods-wrap .row .item{
  background-color: #f6f6f6;
  padding: 30px;
  height: 100%;
  /*border-radius: 20px;*/
}

.goods-wrap .pic-over .pic:after {
	display: none;
}

.goods-wrap .pic-over .pic img {
	transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.goods-wrap .pic-over:hover .pic img {
	opacity: .5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .temp-col-3 .col-md-3{ width: 33.33%; }
}

@media (max-width: 991px) {
  .goods-wrap .row .item{
    padding: 20px;
  }
  .goods-wrap .row ul.product{
    padding: 10px 0 0 0;
  }
}

@media (max-width: 767px) {
	.goods-wrap .col-xs-12 {
		width: auto !important;
	}
}

/* news & events */
#i-content h2.item-ti{
  background: none;
}
.news-wrap {
  /*background: url(../images/i_news_bg.gif) repeat-x top #eee;*/
}
.news-wrap .content {
  margin: 5px auto;
  padding: 10px 0;
  max-width: 1880px;
  /*background: url(../images/i_news_aw.gif) no-repeat center top;*/
}
/*.news-wrap .box {
  text-align: center;
  margin-top: 12px;
  padding-bottom: 10px;
  background: url(../images/i_news_line.gif) repeat-x bottom;
}
.news-wrap .box:last-child {
  background: none;
}
.news-wrap .box a {
  display: block;
  color: #333;
}
.news-wrap .box:hover > div {
  color: #718e1c;
}
.news-wrap .box:hover > div a {
  color: #000;
}
.news-wrap .box .date {
  color: #000;
  font-weight: bold;
}*/
.news-wrap .row{
  padding-top: 15px;
}
.news-wrap .row a{
  display: block;
}
.news-wrap .row img {
  /*border: 1px solid #ccc;*/
  margin: auto;
  width: 100%;
  aspect-ratio: 1500/1000;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-wrap .row .box2,
.news-wrap .box2 {
  padding: 10px;
  margin-bottom: 30px;
 
}
.news-wrap .row .box2 a,
.news-wrap .box2 a {
  display: block;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-wrap .row .box2 .date,
.news-wrap .box2 .date {
  color: #f7d300;
  font-weight: bold;
  padding: 5px 0;
}
.news-wrap .row .box2:hover > div,
.news-wrap .box2:hover > div {
  color: #000;
}
.news-wrap .row .box2:hover > div a,
.news-wrap .box2:hover > div a {
  color: #000;
}
.news-wrap .item {
  padding: 0 0px;
}
@media (min-width: 992px) {
  #i-content .news-wrap .col-md-4{
    width: 31.26%;
  }
}
@media (max-width: 1799px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 28px;
  }
}
@media (max-width: 1699px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 23px;
  }
}
@media (max-width: 1549px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 19px;
  }
}
@media (max-width: 1399px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 15px;
  }
}
@media (max-width: 1249px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 10px;
  }
}
@media (max-width: 1099px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .news-wrap .row .box2,
  .news-wrap .box2{
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 481px) {
  .news-wrap .box > div {
    float: left;
  }
  .news-wrap .box .date {
    padding-right: 10px;
    width: 20%;
  }
  .news-wrap .box .ti {
    width: 80%;
  }
}
@media screen and (min-width: 580px) {
  .news-wrap .box .date {
    width: 25%;
  }
  .news-wrap .box .ti {
    width: 75%;
  }
}
@media screen and (min-width: 992px) {
  .news-wrap .box .date {
    width: 23%;
  }
  .news-wrap .box .ti {
    width: 77%;
  }
}
@media screen and (min-width: 1200px) {
  .news-wrap .box .date {
    width: 20%;
  }
  .news-wrap .box .ti {
    width: 80%;
  }
}

/* 廣告輪播 */
#i-ad {
  margin-top: 10px;
}
#i-ad .wrap {
  position: relative;
  zoom: 1;
}
#i-ad .bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#i-ad .bxslider li img {
  width: 100%;
  height: auto;
  border: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#i-ad .btn-aw {
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -13px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(../images/controls2.png) no-repeat 0 0;
  overflow: hidden;
}
#i-ad .bx-prev {
  left: 0;
  background-position: 0 0;
}
#i-ad .bx-next {
  right: 0;
  background-position: -25px 0;
}
#i-ad .bx-prev:hover {
  background-position: 0 -25px;
}
#i-ad .bx-next:hover {
  background-position: -25px -25px;
}
#i-ad .bx-prev a,
#i-ad .bx-next a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#i-ad .shadow img {
  width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 輪播效果 - industries + featured */
.owl-carousel {
  top: 20px;
}
@media screen and (max-width: 849px) {
  .owl-carousel {
    top: -5px;
  }
}
.owl-carousel .item {
   margin: 0 10px; 
}
.owl-carousel .item .box a img {
  -webkit-transition: all 0.8s ease-in-out;
       -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out;
}
.owl-carousel .item img {
    /*border-radius: 20px;*/
}

@media screen and (max-width: 849px) {
  .owl-controls .owl-buttons {
    display: none;
  }
  .custom-navigation {
    position: relative;
    top: -57px;
    margin-right: 10px;
    float: right;
  }
  .owl-btn {
    display: inline-block;
    padding: 2px 9px;
    font-size: 18px;
    color: #777;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
  }
  .owl-btn:hover {
    color: #000;
    background: #f7d300;
  }
}
@media screen and (min-width: 850px) {
	.owl-controls {
		display: block !important;
	}

	.custom-navigation {
		display: none;
	}

	.owl-buttons>div {
		position: absolute;
		top: 50%;
		width: 40px;
		height: 45px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.industr-wrap .owl-buttons>div {
		margin-top: -50px;
	}

	.featured-wrap .owl-buttons>div {
		margin-top: -30px;
	}

	.industr-wrap .owl-buttons .owl-prev,
	.featured-wrap .owl-buttons .owl-prev,
	.news-wrap .owl-buttons .owl-prev {
		left: -30px;
	}

	.industr-wrap .owl-buttons .owl-next,
	.featured-wrap .owl-buttons .owl-next,
	.news-wrap .owl-buttons .owl-next {
		right: -30px;
	}

	.industr-wrap .owl-buttons .owl-prev {
		background: url(../images/controls4.png) no-repeat 0 0;
	}

	.industr-wrap .owl-buttons .owl-next {
		background: url(../images/controls4.png) no-repeat -40px 0;
	}

	.featured-wrap .owl-buttons .owl-prev,
	.news-wrap .owl-buttons .owl-prev {
		background: url(../images/controls4.png) no-repeat 0 0;
	}

	.featured-wrap .owl-buttons .owl-next,
	.news-wrap .owl-buttons .owl-next {
		background: url(../images/controls4.png) no-repeat -40px 0;
	}

	.owl-buttons .owl-prev:hover {
		background-position: 0 -45px;
	}

	.owl-buttons .owl-next:hover {
		background-position: -40px -45px;
	}
}

@media screen and (max-width: 499px) {
	.custom-navigation {
		position: relative;
		margin: -12px auto 15px auto;
		float: none;
		top: auto;
		text-align: center;
	}
}

/* industries */
.industr-wrap {
	position: relative;
	/*overflow: hidden;*/
	padding: 10px 0;
	margin: 5px 0;
}

#industr-pic .owl-wrapper{
  font-size: 0;
}

#industr-pic .item-box{
  padding: 15px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}

.industr-wrap .industr-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.industr-wrap .content {
	position: relative;
	margin: 0 auto;
	padding: 15px 0 25px;
}

@media screen and (min-width: 850px) {
	.industr-wrap .content {
		padding: 5px 0 40px;
	}
}

.industr-wrap {
  position: relative;
}

.industr-wrap .slick-aw-box{
  position: absolute;
  top: 27px;
  right: 0;
  display: none;
}

.industr-wrap .slick-aw-box .aw{
  display: inline-block;
  padding: 2px 9px;
  font-size: 18px;
  color: #777;
  text-align: center;
  cursor: pointer;
  background: #f5f5f5;
  margin: 0 2px;
}

.industr-wrap .slick-aw-box .aw:hover{
  color: #000;
  background: #f7d300;
}

.industr-wrap .item {
	/* padding-bottom: 20px; */
  padding: 0 15px 20px;
}

.industr-wrap .item .box {
	position: relative;
	z-index : 3;
  overflow: hidden;
    /*border-radius: 20px;*/
}

.industr-wrap .item .box a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	/*background-color: #fff;*/
}

.industr-wrap .item:hover .box a {
	color: #fff;
}

.industr-wrap .item .box a img{
  width: 100%;
  aspect-ratio: 1240/1040;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.industr-wrap .item .info {
	position: absolute;
	background-color: #000;
	opacity: 0.7;
	bottom: 0;
	left: 0;
	/*width: 100%;
	height: 170px;
	background-color: #fff;
	overflow: hidden;*/
}

.industr-wrap .item .info h3 {
	margin-top: 25px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 0 15px;
	background-image: url(../images/markets_line.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 25px;
}

.industr-wrap .item .info p {
	padding: 0 25px;
	/* height: 55px; */
  margin-bottom: 22px;
	font-size: 15px;
	color: #FFF;
	line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.industr-wrap .item .shadow {
	position: relative;
	z-index : 0;
}

.industr-wrap .item .shadow img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.industr-wrap .item a.more {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 9px;
	left: 50%;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 105px;
	overflow: hidden;
	background-image: -o-linear-gradient(bottom, #000000, #999);
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#999));
	background-image: linear-gradient(to top, #000000, #999);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 70px;
}

.industr-wrap .item:hover a.more {
	bottom: 3px;
}

.industr-wrap .item:hover .info h3 {
	color: #718e1c;
}

.industr-wrap .item:hover .info p {
	color: #fff;
}

@media (min-width: 992px) {
  .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
    font-size: 0;
    border: none;
    padding: 0;
    width: 40px;
    height: 45px;
    z-index: 2;
  }
  .slick-arrow.slick-prev{
    left: -12px;
    background: url(../images/controls4.png) no-repeat 0 0;
  }
  .slick-arrow.slick-prev:hover{
    background-position: 0 -45px;
  }
  .slick-arrow.slick-next{
    right: -12px;
    background: url(../images/controls4.png) no-repeat -40px 0;
  }
  .slick-arrow.slick-next:hover{
    background-position: -40px -45px;
  }
}

@media (min-width: 992px) and (max-width: 1890px)  {
  .slick-arrow{
    z-index: 2;
  }
  .slick-arrow::after{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0,.3);
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
  }
  .slick-arrow.slick-prev{
    background: none;
    left: 18px;
  }
  .slick-arrow.slick-prev::before{ 
    content: '';
    display: block;
    width: 40px;
    height: 45px;
    left: 7px;
    background: url(../images/controls4.png) no-repeat 0 0;
    position: relative;
    z-index: 2;
  }
  .slick-arrow.slick-next{ 
    background: none;
    right: 28px;
  }
  .slick-arrow.slick-next::before{ 
    content: '';
    display: block;
    width: 40px;
    height: 45px;
    left: 3px;
    background: url(../images/controls4.png) no-repeat -40px 0;
    position: relative;
    z-index: 2;
  }
  .slick-arrow.slick-prev:hover::before{
    background-position: 0 -45px;
  }
  .slick-arrow.slick-next:hover::before{
    background-position: -40px -45px;
  }
}

@media (max-width: 991px) {
  .industr-wrap .slick-aw-box{
    display: block;
    top: 38px;
  }
}
@media (max-width: 599px) {
  .industr-wrap .slick-aw-box{
    top: 85px;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  #industr-pic{
    margin-top: 45px;
  }
  .industr-wrap .item .info h3{
    margin-left: 15px;
  }
  .industr-wrap .item .info p{
    margin-bottom: 15px;
    padding: 0 15px;
  }
}

/* featured */
.featured-wrap {
  position: relative;
  margin: 15px auto;
  padding: 30px 0;
  max-width: 1080px;
}
@media screen and (max-width: 480px) {
  .featured-wrap {
    padding: 20px 0 0 0;
  }
}
.featured-wrap .item {
  border: #ddd solid 1px;
  border-bottom: #f7d400 solid 2px;
  -webkit-box-shadow: 2px 2px 0 rgba(242, 242, 242, 1);
       -o-box-shadow: 2px 2px 0 rgba(242, 242, 242, 1);
          box-shadow: 2px 2px 0 rgba(242, 242, 242, 1);
}
.featured-wrap .item a {
  color: #444;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pic_bg.gif) no-repeat 0 0;
  background-size: cover;
}
.featured-wrap .item .info {
  padding: 0 20px 25px;
}
.featured-wrap .item .info h3 {
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.featured-wrap .item .info p {
  height: 80px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  overflow: hidden;
}
.featured-wrap .item:hover .info h3 {
  color: #000;
}
.featured-wrap .item:hover .info p {
  color: #000;
}

/* =====================================
   PRODUCTS - ÜBERBLICK
===================================== */
/* 共用 */
.category-caption {
  margin-bottom: 50px;	/* 1202調整間距 */
}
.category-caption.indus {
  margin-bottom: 0;	/* 1202新增industries樣式並調整間距 */
}
.category-caption h3.ti {
  margin-bottom: 15px;
  font-size: 24px;
  color: #000;
}
@media screen and (min-width: 992px) {
  .category-caption .visible-991 {
    display: none;
  }
  .category-caption h3.ti {
    margin: 0 0 15px;
  }
}
.category-caption .txt {
  font-size: 15px;
  color: #666;
  line-height: 24px;
}
a.btn-view {
  display: block;
  padding: 10px;
  width: 250px;
  font-size: 12px;
  color: #000;
  text-align: center;
  background-color: #f7d400;
  /*border-radius: 10px;*/
}
a.btn-view i {
  padding-left: 5px;
}
a.btn-view:hover {
  color: #f7d400;
  background-color: #000;
}

/* index */
#goods-index {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
#goods-index .box {
  padding: 30px 0;
  border-top: #e7e7e7 solid 1px;
}
#goods-index .box .pic {
  display: block;
  width: 255px;
  height: 175px;
  overflow: hidden;
}
#goods-index .box h4.name {
  margin: 10px 0 15px;
  font-size: 18px;
  color: #000;
}
#goods-index .box .txt {
  padding-bottom: 15px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
#goods-index .box:hover a.btn-view {
  color: #f7d400;
  background-color: #000;
}

@media screen and (max-width: 992px) {
  #goods-index .box {
    text-align: center;
  }
  #goods-index .box .pic {
    margin: 0 auto;
  }
  #goods-index .box h4.name {
    margin: 20px 0 10px;
  }
  #goods-index .box a.btn-view {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  #goods-index .box {
    padding: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 900px) {
  #goods-index .box h4.name {
    margin: 20px 0 15px;
  }
}

/* 列表 */
#goods-list {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
@media screen and (min-width: 992px) {
	#goods-list .txt {
		min-height: 165px;
	}
	#goods-list .prod-cap-pic {
		float: right;
		width: 240px;
		height: 165px;
		margin-left: 20px;
	}
}

/* 詳細頁 */
#goods-view .top-data {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
#goods-view .info,
#goods-view .btn-item {
  width: 100%;
  text-align: left;
}

#goods-view .info .tibox {
  margin-bottom: 10px;
  overflow: hidden;
}
/*#goods-view .info .tibox h2 {
  margin: 0;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  float: left;
}*/
#goods-view .info .tibox .txt {
  font-size: 24px;
  color: #edcb00;
  font-weight: bold;
  float: right;
}
#goods-view .info .narrative {
  font-size: 13px;
  line-height: 22px;
}
#goods-view .info .feature-ti {
  padding: 25px 0 5px;
  font-size: 17px;
  color: #e9c800;
  font-weight: bold;
}
#goods-view .info ul li {
  margin-top: 5px;
  padding-left: 18px;
  font-size: 12px;
  line-height: 20px;
  background: url(../images/ul_aw.gif) no-repeat 0 5px;
}
#goods-view .btn-item .btn-style {
  display: inline-block;
  margin-top: 10px;
  width: 300px;
  white-space: nowrap;
  /*border-radius: 10px;*/
  margin-right: 5px;
}
#goods-view .btn-item a.pdf i {
  margin-top: -1px;
  width: 22px;
  height: 24px;
  background: url(../images/icon_pdf.png) no-repeat 0 0;
}
#goods-view .btn-item a.pdf:hover i {
  background-position: 0 -24px;
}
#goods-view .btn-item a.pdf2 {
  width: 180px;
}
#goods-view .btn-item a.pdf2 i {
  margin-top: -1px;
  width: 22px;
  height: 24px;
  background: url(../images/icon_pdf2.png) no-repeat 0 0;
}
#goods-view .btn-item a.add i {
  margin-top: -3px;
  width: 12px;
  height: 11px;
  background: url(../images/icon_add.png) no-repeat 0 0;
}
#goods-view .btn-item a.add:hover i {
  background-position: 0 -11px;
}
@media screen and (max-width: 415px) {
  #goods-view .btn-item .btn-style {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #goods-view .info {
    padding-left: 40px;
    float: right;
    width: 350px;
    /* background: url(../images/p_goods_view-line.gif) no-repeat 0 center; */
  }
  #goods-view .info ul {
    margin-bottom: 10px;
  }
  #goods-view .btn-item {
    padding-left: 40px;
    float: right;
    width: 350px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #goods-view .btn-item .btn-style {
    padding: 0 10px;
    font-size: 12px;
  }
  /*#goods-view .btn-item .btn-style.add {
    width: 145px;
  }*/
  #goods-view .btn-item .btn-style.pdf {
    width: 160px;
  }
}
@media screen and (min-width: 1200px) {
  #goods-view .info,
  #goods-view .btn-item {
    width: 550px;
  }
}
/* 認證圖示 */
#goods-view .info .certi-imgs {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#goods-view .info .certi-imgs li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  background: none;
  margin: 0;
  padding: 0;
  line-height: unset;
}
#goods-view .info .certi-imgs li img {
  height: 65px;
}

/* 大小圖輪播 */
#pic-wrap .box {
  position: relative;
  zoom: 1;
}
#pic-wrap .bx-wrapper {
  margin-bottom: 10px;
}
#pic-wrap .bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#pic-wrap .bxslider li img {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pic-wrap #bx-pager {
  /* position: absolute;
  top: 17px;
  left: 0;
  width: 82px;
  height: 100%; */
  width: 570px;
  height: 65px;
  margin: 0 auto;
  border: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pic-wrap #bx-pager a {
  /* display: block; */
  display: inline-block;
  vertical-align: top;
  width: 92px;
  height: 70px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pic-wrap #bx-pager a img {
  display: inline-block;
  width: 90px;
  height: 64px;
  border: #ddd solid 1px;
  -webkit-box-sizing: border-box;
         box-sizing: border-box;
  /*border-radius: 10px;*/
  padding: 2px;
}
#pic-wrap #bx-pager a:hover img,
#pic-wrap #bx-pager a.active img {
  border: #e7d569 solid 1px;
}
#pic-wrap #bx-pager .cont {
  /* height: 315px; */
  width: 570px;
  overflow: auto;
}
#pic-wrap .mCSB_inside > .mCSB_container {
  margin-right: 0;
  white-space: nowrap;
}
#pic-wrap .mCSB_scrollTools .mCSB_draggerContainer {
  right: -20px;
}
/* 輪播初始化前 */
#pic-wrap > .box > .bxslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 600 / 400;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  #pic-wrap .box {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  #pic-wrap #bx-pager {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #pic-wrap .bx-wrapper .bx-prev {
    left: -5px;
  }
  #pic-wrap .bx-wrapper .bx-next {
    right: -5px;
  }
}
@media screen and (min-width: 992px) {
  #pic-wrap {
    float: left;
  }
  #pic-wrap .box {
    width: 585px;
  }
  #pic-wrap .bx-wrapper {
    /* margin: 0 0 0 92px;
    width: 495px; */
    width: 585px;
    overflow: hidden;
  }
  #pic-wrap .bx-wrapper .bx-prev,
  #pic-wrap .bx-wrapper .bx-next {
    /*display: none;*/
    z-index: 0;
  }
}

/* 選單錨點導航 */
#goods-tab .item {
	width: 100%;
  height: 70px;
  background: url(../images/p_tab_bg.png) repeat-x top #f4f4f4;
}
#goods-tab .item ul {
  margin: 0 auto;
  max-width: 1140px;
}
#goods-tab .item ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 70px;
}
#goods-tab .item ul li:first-child {
  background: url(../images/p_tab_line.png) no-repeat left 20px;
}
#goods-tab .item ul li:before {
  pointer-events: none;
  content: url(../images/p_tab_line.png);
  position: absolute;
  top: 15px;
  right: 0;
  width: 1px;
  height: 35px;
}
#goods-tab .item ul li a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 27px;
  width: 100%;
  font-size: 13px;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  line-height: 22px;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#goods-tab .item ul li a:hover {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#goods-tab .item ul li.current a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

/* 選單錨點導航 - 隨滾輪往上置頂後改變樣式 */
#goods-tab .nav-style ul {
  font-size: 0;
}
#goods-tab .nav-style ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
}
#goods-tab .nav-style ul li:first-child {
  background: url(../images/p_tab_line.png) no-repeat left 2px;
}
#goods-tab .nav-style ul li:before {
  top: 2px;
}
#goods-tab .nav-style ul li a {
  padding-top: 10px;
}
#goods-tab .item .cur {
  display: none !important;
}
@media screen and (min-width: 768px) {
  #goods-tab .item.scroll-to-fixed-fixed ul li a {
    padding-top: 0;
    line-height: 50px;
  }
  #goods-tab .item.scroll-to-fixed-fixed ul li:before{
    top: 0;
    height: 100%;
  }
  #goods-tab .item ul {
    display: block!important;
  }
  #goods-tab .item ul li:first-child {
    background-position: 2px 100%;
  }
}
@media screen and (min-width: 992px) {
  #goods-tab .item {
    margin-top: 70px;
  }
  #goods-tab .item.scroll-to-fixed-fixed {
    margin-top: 70px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #goods-tab .item {
    margin-top: 50px;
  }
  #goods-tab .item.scroll-to-fixed-fixed {
    margin-top: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #goods-tab {
    margin-top: 30px;
  }
  #goods-tab .item {
    height: auto;
    background: none;
    position: relative;
    z-index: 100;
  }
  #goods-tab .item .cur {
    position: relative;
    z-index: 10;
    cursor: pointer;
    padding: 0 20px;
    text-align: center;
    font-weight: 600;
    display: block !important;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    background:  #ecd76a;
  }
  #goods-tab .item .cur:hover {
    background: #f7d200;
  }
  #goods-tab .item .cur::after{
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #333;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  }
  #goods-tab .item ul {
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    display: none;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }
  #goods-tab .item ul li {
    display: block;
    width: 100%!important;
  }
  #goods-tab .item ul li a {
    line-height: 1.5;
    font-size: 14px;
    padding: 12px 15px;
    color: #000;
    text-align: center;
    background:  #f2f2f2;
    border-top: 1px solid rgba(0,0,0,0.2);
  }
  #goods-tab .item ul li a:hover {
    background: #eee;
    font-size: 14px;
    font-weight: 400
  }
  #goods-tab .item ul li.current a:hover {
    font-weight: 600;
  }
}

/* 選單錨點導航 - 內文 */
@media screen and (min-width: 768px) {
  #goods-tab .container {
    margin-top: 55px;
  }
  #edit-goods .pane {
    margin-bottom: 0px;
    padding-top: 30px;
  }
}
#edit-goods {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
#edit-goods img {
	max-width: 100%;
	height: auto !important;
    /*border-radius: 20px;*/
}
#edit-goods .pane:last-child {
  margin-bottom: 0;
}
#edit-goods .pane-ti {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  text-align: center;
}
#edit-goods .pane-ti span {
  display: none;
}
@media screen and (max-width: 767px) {
  #edit-goods {
    margin-top: 30px;
  }
  #edit-goods .pane-ti {
    font-size: 16px;
    line-height: 1.5px;
    text-align: left;
    margin: 15px auto 25px;
  }
  #edit-goods .pane-ti span {
    display: none;
  }
  #edit-goods .pane-open {
    padding: 5px 0 20px;
  }
}

/* =====================================
   INDUSTRIES - 產品應用
===================================== */
#industr-index {
  margin: 0 auto;
  /*max-width: 1000px;*/
}
#industr-index .box {
  padding: 30px 0;
  border-bottom: #e7e7e7 solid 1px;
}
#industr-index .box .pic {
  display: block;
  padding: 3px;
  width: 100%;
  max-width: 315px;
  border: #ddd solid 1px;
  overflow: hidden;
}
#industr-index .box h4.name {
  margin: 10px 0 15px;
  font-size: 18px;
  color: #004280;
}
#industr-index .box .txt {
  padding-bottom: 15px;
  font-size: 13px;
  color: #666;
  line-height: 20px;
}
#industr-index .box:hover a.btn-view {
  background-color: #004280;
}

@media screen and (max-width: 992px) {
  #industr-index .box .pic {
    margin: 0 auto;
  }
  #industr-index .box h4.name {
    margin: 20px 0 10px;
    text-align: center;
  }
  #industr-index .box a.btn-view {
    margin: 0 auto;
  }
}
/*@media screen and (max-width: 430px) {
  #industr-index .box .pic {
    width: 315px;
    height: 165px;
    overflow: hidden;
  }
}*/
@media screen and (min-width: 992px) {
  #industr-index .box {
    padding: 30px 0 30px 30px;
  }
  #industr-index .col-md-4 {
    width: 36%;
  }
  #industr-index .col-md-8 {
    width: 64%;
  }
  #industr-index .box h4.name {
    margin: 10px 0 15px;
  }
}

/* ==============================================
   downloads
============================================== */
/* 產品詳細頁 */
.download.list-tb > thead > tr > th {
  text-align: center;
}
.download.list-tb > thead > tr > th.name {
  width: 60%;
}
.download.list-tb > tbody > tr > td {
  text-align: center;
}
.download.list-tb > tbody > tr > td.name {
  text-align: left;
}
.download.list-tb > tbody > tr > td.btn-download a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/btn_download.png) no-repeat 0 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.download.list-tb > tbody > tr > td.btn-download a:hover {
  background-position: 0 -22px;
}

/* Download + 會員專區 */
#support-wrap .download-box {
  margin-bottom: 30px;
}
.download-box .box {
  margin-bottom: 20px;
}
.download-box .box .subject {
  padding: 6px 10px;
  border-bottom: #ccc solid 2px;
  background-color: #5a6474;
    border-radius: 6px 6px 0 0;
}
.download-box .box .name {
  color: #fff;
  line-height: 20px;
}
.download-box .box .date {
  font-size: 13px;
  color: #fff;
}
.download-box .box .btn-download {
  vertical-align: middle;
}
.download-box .box .btn-download a {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/btn_download2.png) no-repeat 0 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.download-box .box .txt {
  padding: 10px;
  color: #888;
  line-height: 20px;
  border-bottom: #ccc solid 1px;
  background-color: #f9f9f9;
    border-radius: 0 0 6px 6px;
}
.download-box .box:hover .btn-download a {
  background-position: 0 -22px;
}
.download-box .box:hover .txt {
  color: #000;
}
@media screen and (max-width: 991px) {
  .download-box .box .subject {
    padding-top: 10px;
  }
  .download-box .box .date {
    padding-top: 10px;
    color: #25c9ff;
  }
  .download-box .box .btn-download {
    margin: 10px 0 5px;
    padding-top: 10px;
    border-top: #778398 solid 1px;
  }
}
@media screen and (min-width: 992px) {
  .download-box .box .subject > div {
    display: inline-block;
  }
  .download-box .box .name {
    width: 65%;
  }
  .download-box .box .date {
    padding-right: 15px;
    width: 24%;
    text-align: right;
    border-right: #ddd solid 1px;
  }
  .download-box .box .btn-download {
    width: 10%;
  }
}

/* =====================================
   SUPPORTS - 支援服務
===================================== */
#support-wrap {
  margin: 0 auto;
  /*max-width: 1000px;*/
  overflow: hidden;
}

#support-wrap h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #000;
}
#support-wrap .download-box h4 {
  font-size: 17px;
  color: #00529f;
}

/* 篩選 */
.filter-ti {
  padding-bottom: 6px;
  color: #888;
}
.filter-ti span {
  display: inline-block;
  padding-right: 5px;
  color: #000;
}
.filter-ti span:before {
  display: inline-block;
  margin-right: 8px;
  content: '';
  width: 4px;
  height: 15px;
  vertical-align: middle;
  background-color: #e9c800;
  overflow:  hidden;
}
.filter {
  margin-bottom: 20px;
  padding: 10px 10px 8px;
  border-top: #000 solid 2px;
  background-image: -o-linear-gradient(bottom, #f0f0f0, #f9f9f9);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#f9f9f9));
  background-image: linear-gradient(to top, #f0f0f0, #f9f9f9);
}
.filter .select {
  position: relative;
  min-width: 180px;
}
.filter .select select {
  display: block;
  padding: 0 10px;
  width: 100%;
  height: 32px;
  color: #333;
  outline: none;
  font-weight: normal;
  border: #bbb solid 1px;
  background: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: normal;
}
/* 1126 移除IE選單預設樣式 */
.filter .select select::-ms-expand {
  display: none;
}
.filter .select select + i {
  -webkit-box-shadow: 0 0 0 11px #fff;
          box-shadow: 0 0 0 11px #fff;
}
.filter .select i {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 9px;
  height: 6px;
  pointer-events: none;
}
.filter .select i:before,
.filter .select i:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '';
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.filter .select i:before {
  top: -2px;
  border-bottom: 4px solid #404040;
}
.filter .select i:after {
  bottom: 0;
  border-top: 4px solid #404040;
}

.filter .keyword {
  height: 32px;
  color: #333;
  outline: none;
  font-weight: normal;
  border: #bbb solid 1px;
  background: #fff;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: normal;
}
.filter .keyword > div:last-child {
  padding-right: 0;
}
.filter .keyword .input {
  width: 100%;
}
.filter .keyword input {
  width: 100%;
  font-weight: normal;
  line-height: 28px;
  border: none;
  outline: none;
}
.filter .keyword button  {
  float: right;
}
.filter .btn-style {
  color: #f7d400;
}
.filter .btn-style:hover {
  color: #000;
}
.filter .search .btn-style {
  margin-top: 0;
  height: 32px;
  line-height: 32px;
}
.filter .keyword .btn-style {
  margin-top: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 0 3px 3px 0;
}
.filter .keyword .btn-style i {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .filter .category .select {
    width: 100%;
  }
  .filter .search {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .filter .keyword input {
    line-height: 23px;
  }
}
@media screen and (min-width: 992px) {
  .filter .category,
  .filter .search {
    float: left;
  }
  .filter .select {
    margin-right: 10px;
    float: left;
  }
}

/* 開闔 */
#support-wrap .panel-heading {
  padding: 0;
}
#support-wrap h4.panel-title {
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  background: #555;
  border-radius: 3px 0 0 0;
}
#support-wrap h4.panel-title:before {
  display: block;
  padding-top: 5px;
  content: 'Q.';
  float: left;
  width: 32px;
  font-size: 17px;
  text-align: center;
}
#support-wrap h4.panel-title a {
  display: block;
  padding: 5px 0 5px 37px;
  color: #fff;
  line-height: 20px;
}
#support-wrap h4.panel-title a:focus {
  text-decoration: none;
}
#support-wrap .panel-body > div {
  float: left;
}
#support-wrap .panel-body {
  padding: 10px 0;
}
#support-wrap .panel-body .ans {
  width: 5%;
  font-size: 17px;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 31px;
}
#support-wrap .panel-body .txt {
  padding: 0 10px 0 5px;
  width: 95%;
  color: #666;
  line-height: 22px;
}
@media screen and (max-width: 480px) {
  #support-wrap .panel-body .ans {
    width: 7%;
  }
  #support-wrap .panel-body .txt {
    width: 93%;
  }
  #goods-index .box { text-align: left; }
}
@media screen and (max-width: 320px) {
  #support-wrap .panel-body .ans {
    width: 11%;
  }
  #support-wrap .panel-body .txt {
    width: 89%;
  }
}
@media screen and (min-width: 768px) {
  #support-wrap .panel-body .ans {
    width: 5%;
  }
  #support-wrap .panel-body .txt {
    width: 95%;
  }
}
@media screen and (min-width: 992px) {
  #support-wrap .panel-body .ans {
    width: 3.5%;
  }
  #support-wrap .panel-body .txt {
    width: 96.5%;
  }
}

/* =====================================
   Partner Zone - 會員專區
===================================== */

/* bg */
.mem-bg {
  min-height: 600px;
  background: url(../images/mem_bg.gif) no-repeat center 40px;
  /*-webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;*/
}

/* 外架構 */
#member-wrap {
  margin: 0 auto;
  max-width: 1000px;
  background-color: rgb(255,255,255);
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.25);
          box-shadow: 0 0 4px rgba(0,0,0,.25);
}
#member-wrap.space {
  padding: 20px 30px 10px;
}
@media screen and (max-width: 550px) {
  #member-wrap.space {
    padding: 20px 15px 10px;
  }
}

/* 會員登入 */
#member-wrap .mem-form {
  margin: 15px;
}
#member-wrap .mem-form h3 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #000;
}
#member-wrap .mem-form .input-group {
  margin-bottom: 10px;
}
#member-wrap .mem-form .checkbox {
  font-size: 13px;
  color: #888;
}
#member-wrap .mem-form .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
#member-wrap .mem-form .btn-style {
  margin-top: 0;
}
#member-wrap .mem-form p a {
  color: #ecb700;
  font-weight: bold;
}
#member-wrap .mem-form p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #member-wrap .mem-form .btn-style {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #member-wrap .mem-form {
    margin: 35px 30px 35px 0;
    padding: 10px 0 10px 30px;
    border-left: #ddd solid 1px;
  }
  #member-wrap .mem-form h3 {
    margin-top: 10px;
  }
  #member-wrap .hidden-992 {
    display: none;
  }
}

#member-wrap .caption {
  margin: 20px 15px 15px;
}
#member-wrap .caption strong {
  display: block;
  font-size: 20px;
  color: #000;
}
#member-wrap .caption p {
  padding-top: 15px;
  color: #666;
  line-height: 24px;
}
#member-wrap .caption p span {
  padding-right: 3px;
  color: #e20000;
}
@media screen and (min-width: 992px) {
  #member-wrap .caption {
    margin: 60px 15px 15px 30px;
  }
}

/* 會員狀態 */
/* 1126 登出按鈕由button修改為a */
.mem-status {
  margin: 0 auto;
  max-width: 1000px;
  color: #666;
}
.mem-status p i {
  padding-right: 8px;
  color: #000;
}
.mem-status a,
.mem-status button {
  margin-top: 0;
  cursor: pointer;
}
.mem-status a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
@media screen and (max-width: 599px) {
  .mem-status {
    margin: 0 auto 10px;
  }
	.mem-status a,
  .mem-status button {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .mem-status p {
    float: left;
    line-height: 30px;
  }
	.mem-status a,
  .mem-status button {
    float: right;
  }
}

/* 會員中心 */
#member-wrap .center {
  margin: 55px 0 20px;
}
#member-wrap .item-box {
  position: relative;
  margin-bottom: 20px;
  padding: 0 7% 25px;
  width: 100%;
  height: 100%;
  cursor: default;
  background: #fff;
  border: #ddd solid 1px;
  border-bottom: #f7d400 solid 2px;
  border-radius: 3px;
  -webkit-transition: background .5s ease-in-out;
       -o-transition: background .5s ease-in-out;
          transition: background .5s ease-in-out;
}
@media screen and (max-width: 992px) {
  #member-wrap .item-box {
    margin-bottom: 60px;
  }
  #member-wrap .item-box.last {
    margin-bottom: 20px;
  }
}
#member-wrap .icon-wrap {
  position: relative;
  left: auto;
  top: auto;
  margin: -30px auto 35px;
  width: 65px;
  height: 65px;
  background: #555;
  border-radius: 50%;
}
#member-wrap .icon-info {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1);
          box-shadow: 0 0 0 5px rgba(0,0,0,.1);
}
#member-wrap .icon-info > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
          background-position: center center;
}
#member-wrap .icon-info > div i {
  position: relative;
  z-index: 5;
  left: 35%;
  float: left;
  font-size: 25px;
  color: #fff;
  line-height: 65px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
       -o-transition: all 0.4s ease-in-out 0.2s;
          transition: all 0.4s ease-in-out 0.2s;
}
#member-wrap .icon-info .front {
  -webkit-transition: all 0.6s ease-in-out;
       -o-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out;
}
#member-wrap .icon-info .behind {
  opacity: 0;
  background-color: #f7d400;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out 0.2s;
       -o-transition: all 0.4s ease-in-out 0.2s;
          transition: all 0.4s ease-in-out 0.2s;
}
#member-wrap .item-box:hover .behind {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#member-wrap .item-box:hover > div i {
  color: #000;
}

#member-wrap .content h3 {
  font-size: 15px;
  color: #000;
  text-align: center;
}
#member-wrap .content p {
  margin-bottom: 20px;
  font-size: 13px;
  color: #888;
  line-height: 20px;
}
#member-wrap .content a {
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
}
#member-wrap .content a i {
  padding-left: 3px;
}

/* 會員中心 - 選單 */
.list-toggle:after {
  display: inline-block;
  position: absolute;
  top: 7px;
  right: 10px;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.list-toggle.active:after {
  color: #fff;
  content: "\f107";
}

.sidebar-nav i {
  padding-right: 8px;
}
.sidebar-nav li {
  padding: 0;
}
.sidebar-nav > li {
  background-color: #000;
  /*background-image: -webkit-linear-gradient(bottom, #004280, #0460b7);
  background-image: -moz-linear-gradient(bottom, #004280, #0460b7);
  background-image: -o-linear-gradient(bottom, #004280, #0460b7);
  background-image: -ms-linear-gradient(bottom, #004280, #0460b7);
  background-image: linear-gradient(to top, #004280, #0460b7);*/
}
.sidebar-nav > li:hover {
  background-color: #222;
  /*background-image: -webkit-linear-gradient(bottom, #0460b7, #004280);
  background-image: -moz-linear-gradient(bottom, #0460b7, #004280);
  background-image: -o-linear-gradient(bottom, #0460b7, #004280);
  background-image: -ms-linear-gradient(bottom, #0460b7, #004280);
  background-image: linear-gradient(to top, #0460b7, #004280);*/
}
.sidebar-nav li a {
  display: block;
  padding: 6px 30px 6px 10px;
  color: #f7d400;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  text-decoration: none;
}
.sidebar-nav > li.active,
.sidebar-nav > li.active:hover {
  text-decoration: none;
}
.sidebar-nav > li.active,
.sidebar-nav > li.active:hover,
.sidebar-nav > li.active:focus {
  border-color: #ddd;
  background: #000;
  /*background-image: -webkit-linear-gradient(bottom, #0460b7, #004280);
  background-image: -moz-linear-gradient(bottom, #0460b7, #004280);
  background-image: -o-linear-gradient(bottom, #0460b7, #004280);
  background-image: -ms-linear-gradient(bottom, #0460b7, #004280);
  background-image: linear-gradient(to top, #0460b7, #004280);*/
}
.sidebar-nav > li.active > a {
  color: #f7d400;
  text-decoration: none;
}

.sidebar-nav li ul,
.sidebar-nav li.active ul a {
  background: #f8f8f8;
}
.sidebar-nav li ul a {
  padding: 6px 30px 6px 17px;
  font-size: 13px;
  color: #666;
  border-top: solid 1px #ddd;
}
.sidebar-nav ul li:hover a,
.sidebar-nav ul li.active a {
  color: #000;
}

/* 標題 */
#member-wrap h3.mem-ti {
 margin-bottom: 30px;
 padding: 0 0 8px 10px;
 font-size: 20px;
 color: #000;
 border-bottom: #ddd solid 1px;
}

/* 分類 */
#member-wrap .catalog {
  margin-top: 20px;
}
#member-wrap .catalog .box {
  margin-bottom: 30px;
  height: 120px;
}
#member-wrap .catalog .box a {
  display: block;
}
#member-wrap .catalog .box .icon span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/file-out.gif) no-repeat center;
  background-size: cover;
}
#member-wrap .catalog .box h4 {
  font-size: 13px;
  color: #666;
  text-align: center;
}
#member-wrap .catalog .box:hover .icon span {
  background: url(../images/file-over.gif) no-repeat center;
  background-size: cover;
}
#member-wrap .catalog .box:hover h4 {
  color: #e9c800;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #member-wrap .catalog .box .icon {
    margin: 0 auto;
    width: 125px;
    height: 90px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  #member-wrap .catalog .box .icon {
    margin: 0 auto;
    width: 100px;
    height: 70px;
    overflow: hidden;
  }
}
a.btn-back {
  height: 100px;
  color: #666;
  text-align: center;
  line-height: 100px;
  background-color: #eee;
  border-radius: 6px;
}
a.btn-back i {
  padding-right: 5px;
}
a.btn-back:hover {
  text-decoration: underline;
}

/* 列表 */
#member-wrap .download-box .back {
  margin-bottom: 15px;
}

/* =====================================
   Privacy Policy - 隱私權聲明
===================================== */
#privacy {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 15px;
}
#privacy .box {
  margin-top: 25px;
}
#privacy .header-ti {
  margin-bottom: 10px;
  width: 100%;
  background: url(../images/line.gif) repeat-x center;
}
#privacy .header-ti span {
  padding-right: 10px;
  font-size: 20px;
  color: #004280;
  background-color: #fff;
}
#privacy ol {
  padding: 0 0 0 20px;
}
#privacy ol li {
  margin-top: 10px;
  line-height: 20px;
}
#privacy a {
  color: #004280;
  text-decoration: underline;
}
#privacy img {
	max-width: 100%;
	height: auto !important;
}

/* =====================================
   SEARCH- SUCHERGEBNISSE
===================================== */
#search-wrap {
  margin: 0 auto;
  width: 1000px;
}

/* =====================================
   System- 系統資訊
===================================== */
#error-wrap {
  margin: 0 auto;
  padding: 15px;
  width: 1000px;
  line-height: 22px;
  border: #ddd solid 1px;
  border-radius: 4px;
}
/* 程式用 */
#pLoader {
  font-size: 12px;
  position: fixed;
  z-index: 10010;
  bottom: 0;
  left: 0;
  display: none;
  padding: 5px 15px;
  opacity: .65;
  color: #c00;
  border: 1px solid #c00;
  background-color: #ffc;

  filter: progid: DXImageTransform.Microsoft.BasicImage(opacity=.65);
}
* html #pLoader {
  position: absolute;
}
@media (min-width: 1540px) {
  .container {
    width: 1170px;
  }
  .industr-wrap .content {
    max-width: 1880px;
  }
  .news-wrap .content {
    max-width: 1880px;
  }
  .featured-wrap {
    max-width: 1470px;
  }
}

/*新增一個在spec頁面的特殊按鈕 by cincoze mervyn*/

.btn-item2 {
  width: 100%;
}
.btn-item2 .btn-style {
  display: inline-block;
  margin-top: 10px;
  width: 369px;
  height: 40px;
  line-height: 41px;
  /*border-radius: 10px;*/
}
.btn-item2 a.pdf i {
  margin-top: -1px;
  width: 22px;
  height: 24px;
  background: url(../images/icon_pdf.png) no-repeat 0 0;
}
.btn-item2 a.pdf:hover i {
  background-position: 0 -24px;
}
.btn-item2 a.add i {
  margin-top: -3px;
  width: 12px;
  height: 11px;
  background: url(../images/icon_add.png) no-repeat 0 0;
}
.btn-item2 a.add:hover i {
  background-position: 0 -11px;
}
@media screen and (max-width:415px) {
  .btn-item2 .btn-style {
    width: 100%;
  }
}
@media screen and (min-width:992px) {
  .btn-item2 {
    padding-left: 40px;
    float: right;
    width: 350px;
  }
}
@media screen and (min-width:992px) and (max-width:1199px) {
  .btn-item2 .btn-style {
    padding: 0 10px;
    font-size: 12px;
  }
  .btn-item2 .btn-style.add {
    width: 145px;
  }
  .btn-item2 .btn-style.pdf {
    width: 309px;
  }
}
@media screen and (min-width:1200px) {
  .btn-item2 {
    width: 550px;
  }
}
@media screen and (max-width:991px) {
  .btn-item2 {
    width: 100%;
	float: right;
	margin-right: 18px;
  }
}

/* 20210323追加相關文章 */
.related-news {
  padding-top: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
}
.related-news .subtitle{
  margin-bottom: 25px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 32px;
  color: #000;
  font-weight: bold;
  font-style: italic;
  letter-spacing: -1px;
  text-align: center;
  background: url(../images/p_ti_line.gif) no-repeat center bottom;
}
.related-news-list {
  margin: 30px -25px 0 -25px;
  width: calc(100% + 50px);
  font-size: 0;
  display: inline-block;
  top: 0;
}
.related-news-list .box {
  padding: 0 25px;
  margin: 0 auto;
  font-size: 14px;
}
.related-news-list .box a {
  display: block;
}
.related-news-list .box .photo {
  position: relative;
  width: 100%;
  /*max-width: 510px;*/
  margin-bottom: 15px;
}
.related-news-list .box .photo img {
  width: 100%;
}
.related-news-list .box .date {
  line-height: 22px;
  margin: 10px auto 0;
  color: #f7d300;
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}
.related-news-list .box .inner {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.related-news-list .box .title {
  z-index: 10;
  top: 0;
  left: 0;
  max-height: 66px;
  line-height: 22px;
  margin: 5px auto 5px;
  color: #333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.related-news-list .box .title.show {
  max-height: 124px;
  background: #fff;
}
.related-news-list .box .btn-view {
  margin-top: 10px;
}
.related-news-list .box a:hover .title {
  color: #000;
}
.related-news-list .box a:hover .date {
  color: #333;
}
@media (min-width: 850px) {
  .related-news-list {
    z-index: 5;
  }
  .related-news .aw-pos {
    z-index: 0;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%)
  }
  .related-news .aw-pos .owl-btn {
    position: absolute;
    font-size: 6rem;
    color: #ddd;
    cursor: pointer;
  }
  .related-news .aw-pos .owl-btn:hover {
    color: #000;
  }
  .related-news .aw-pos .owl-btn.btn-prev {
    left: -35px;
  }
  .related-news .aw-pos .owl-btn.btn-next {
    right: -35px;
  }

}
@media (max-width: 849px) {
  .related-news .aw-pos{
    display: block;
    position: relative;
    top: -52px;
    float: right;
    margin-bottom: -20px;
  }
  .related-news .aw-pos  .owl-btn {
    display: inline-block;
    padding: 2px 9px;
    font-size: 18px;
    color: #777;
    text-align: center;
    cursor: pointer;
    background: #f5f5f5;
  }
  .related-news .aw-pos .owl-btn:hover {
    color: #000;
    background: #f7d300;
  }
}
@media (max-width: 767px) {
  .related-news .subtitle{
    font-size: 25px;
  }
  .related-news-list {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .related-news-list .box{
    padding: 0 15px;
  }
  .related-news-list .box .photo {
    margin-bottom: 20px;
  }
  .related-news .aw-pos{
    top: -40px;
  }
}
@media (max-width: 499px) {
  .related-news-list{
    margin: 0 auto;
    width: 100%;
  }
  .related-news-list .box{
    margin: 0 auto 30px;
    width: 100%;
    display: block;
    padding: 0;
  }
}

.to-big {
	overflow: hidden;
    /*border-radius: 20px;*/
}

.to-big img {
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: -webkit-transform 0.2s linear;
	-o-transition: transform 0.2s linear;
	transition: transform 0.2s linear;
	transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.to-big img:hover {
	-webkit-transform: scale(1.05, 1.05);
	    -ms-transform: scale(1.05, 1.05);
	        transform: scale(1.05, 1.05);
}

#text-edit img {
    /*border-radius: 20px;*/
}
/*
.img-fluid{
    border-radius: 20px;
}*/

/*--------end--------*/