﻿/*************************
*******pagestyle CSS******
**************************/
.breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	margin: 0;
	text-align: left;
	padding: 10px 5px;
	background-color: transparent;
	border-bottom: 1px solid #d6d6d6;
}
.breadcrumb>li{display:inline-block;color:#888;}
.breadcrumb>li+li:before{padding:0 5px;color:#d0d0d0;content:"/\00a0";}
.breadcrumb>.active{color:#888}
.breadcrumb>li a{color:#333;}
.breadcrumb>li a:hover{color:#4d9c2d;text-decoration:underline;}
#pcontent {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	/*background-color: #efefef;*/
	background-color: #fff;
}
.pbox1 {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 1.1em;
	line-height: 1.8em;
	min-height: 300px;
}
.pbox1 img {
	display:block;
	height:auto;
	max-width:100%;
}
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	min-height: 450px;
}
.page-header {
	padding: 0 0 12px;
	border-style: none;
	width: 100%;
	margin: 0;
	font-size: 2.2em;
	line-height: 1.3em;
	color: #000;
	display: inline-block;
	background-image: url(../line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.itemarea {
	width: 100%;
	float: left;
}
.itemarea2 {
	width: 50%;
	float: left;
}
.pageleft {
	float: left;
	width: 210px;
	margin: 35px 0 0;
}
.pageleft1 {
	float: left;
	width: 100%;
}
.pageright {
	float: left;
	width: calc(100% - 210px);
	padding: 30px 0 0 40px;
}
.navexb {
	float: left;
	width: 100%;
	margin: 0;
}
.navex {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.navex {
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	list-style: none;
	border-top: 1px solid #e1e1e1;
}
ul.navex li {
	border-bottom: 1px solid #e1e1e1;
	cursor:pointer;
}
ul.navex li a {
	line-height: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	text-decoration: none;
	padding: 11px 10px 11px 15px;
}
ul.navex li a:hover {
	color:#fff;
	background-color: #4d9c2d;
}
ul.navex li a.current{
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #4d9c2d;
}
ul.navex li a:hover.current{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
ul.navex li.de-search a {
	line-height: 20px;
	font-size: 15px;
	color: #0072bc;
	display: block;
	text-decoration: none;
	padding: 11px 10px 11px 15px;
	background-color: #f9f9df;
}
ul.navex li.de-search a:hover {
	color:#fff;
	background-color: #0072bc;
}
ul.navex li.de-search a.current{
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #0072bc;
}
ul.navex li.de-search a:hover.current{
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
ul.navex ul {
	display: none;
	display: none !important\9;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.navex ul li {
	margin: 0;
	padding: 0;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	border-bottom-style: none;
	background-image: none;
	background-color:#dadada;
}
ul.navex ul li a {
	padding-left: 28px;
	font-size: 15px;
	font-weight: normal;
	outline:0;
	background-image: url(../icon5.png);
	background-repeat: no-repeat;
	background-position: 17px 14px;
	color: #666;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.navex ul li a:hover {
	color:#41921f;
	background-image: url(../icon6.png);
	background-repeat: no-repeat;
	background-position: 17px 14px;
	text-decoration: none;
	background-color:#dadada;
}
ul.navex ul li a.current {
	background-image: url(../icon6.png);
	background-repeat: no-repeat;
	background-position: 17px 14px;
	color: #41921f;
	font-weight: bold;
	text-decoration: none;
	background-color:#dadada;
}
ul.navex ul li a:hover.current {
	background-image: url(../icon6.png);
	background-repeat: no-repeat;
	background-position: 17px 14px;
	color: #41921f;
	text-decoration: underline;
}
ul.navex ul ul {
	display: none;
	display: none !important\9;
	margin: 0;
	padding: 3px 0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	background-color: #efefef;
}
ul.navex ul ul li {
	margin: 0;
	padding: 0;
	clear: both;
	border-top-style: none;
	border-bottom-style: none;
	background-image: none;
	background-color: #efefef;
}
ul.navex ul ul li a {
	padding-left: 38px;
	font-size: 14px;
	font-weight: normal;
	outline:0;
	background-image: url(../icon11.gif);
	background-repeat: no-repeat;
	background-position: 27px 10px;
	color: #999;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.navex ul ul li a:hover {
	color:#41921f;
	background-image: url(../icon11.gif);
	background-repeat: no-repeat;
	background-position: 27px 10px;
	text-decoration: none;
	background-color: #efefef;
}
ul.navex ul ul li a.current {
	background-image: url(../icon12.gif);
	background-repeat: no-repeat;
	background-position: 27px 10px;
	color: #41921f;
	font-weight: bold;
	text-decoration: none;
	background-color: #efefef;
}
ul.navex ul ul li a:hover.current {
	background-image: url(../icon12.gif);
	background-repeat: no-repeat;
	background-position: 27px 10px;
	color: #41921f;
	text-decoration: underline;
}
ul.navex span{
	float:right;
}
@media (min-width: 768px) and (max-width: 991px) {
.itemarea2 {
	width:100%;
	float: left;
}
.pageleft {
	display: none;
	display: none !important\9;
}
.pageright {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
}
@media (max-width: 767px) {
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
	min-height: 300px;
}
.itemarea2 {
	width:100%;
	float: left;
}
.pageleft {
	display: none;
	display: none !important\9;
}
.pageright {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
}
/*************************
******* pagesearch CSS ***
**************************/
.pagesearch {
	width: 100%;
	float: left;
	padding: 0;
	margin: 25px 0 0;
}
.pagesearch .tit {
	width: 100%;
	float: left;
	font-size: 18px;
	padding: 28px 10px 6px 65px;
	background-image: url(../search-bg.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.pagesearch .sbox {
	width: 100%;
	float: left;
	padding: 2px 10px 7px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #fff;
}
.pagesearch .sbox1 {
	width: 100%;
	float: left;
	margin: 0 0 8px;
}
.pagesearch .sbox1 .form-control {
    display: table-cell;
    float: left;
    width: 100%;
    height: 32px;
	padding: 3px 5px 5px;
	font-size: 14px;
	line-height: 20px;
	background: #f5f5f5;
}
.pagesearch .sbox button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 32px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	background: #7f7f7f;
	font-weight: bold;
	transition: background 0.3s;
}
.pagesearch .sbox button:hover{
	background:#010094;
}
/*************************
******* profile CSS ******
**************************/
.about1 {
	width: 100%;
	padding: 0;
	margin: 5px 0 10px;
	float: left;
}
.about1 h3 {
	width: 85px;
	height: 85px;
	padding: 17px 10px;
	margin: 0 20px 0 0;
	float: left;
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: -0.5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.about1 h3.c1 {
	background: #005abb;
}
.about1 h3.c2 {
	background: #197b30;
}
.about1 h3.c3 {
	background: #ea6627;
}
.about1 h3.c4 {
	background: #ffc000;
	line-height: 24px;
}
.about1 .txt1 {
	width: calc(100% - 110px);
	padding: 0;
	margin: 10px 0 0;
	float: left;
	font-size: 16px;
}
.about1 .txt2 {
	padding: 0;
	margin: 10px 0 0;
	float: left;
	font-size: 16px;
}
.about1 .pic1 {
	padding: 0;
	margin: 5px 0 10px;
	float: right;
}
.about2 {
	width: 100%;
	padding: 30px 0 0;
	margin: 25px 0 10px;
	float: left;
	font-size: 24px;
	color: #4d9c2d;
	border-top: 1px dashed #ccc;
}
#profile-iso {
	width: 100%;
	float: left;
}
#profile-iso .certif1 {
	display: block;
	width: 100%;
	float: left;
	text-decoration: none;
}
#profile-iso .certif1 ul {
	display: block;
	list-style: none;
	margin: 0;
	overflow: hidden;
	width: 50%;
	float: left;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
#profile-iso .certif1 ul li {
	display: block;
	list-style: none;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
}
#profile-iso .certif1 ul li.certif-name {
	color: #333;
	margin-top: 7px;
	margin-bottom: 5px;
	text-align: center;
}
#profile-iso .certif1 ul li.gallery-overlay {
	display: block;
	height: 450px;
	position: relative;
	overflow: hidden;
	border: 1px solid #EEEEEE;
}
#profile-iso .certif1 ul li.gallery-overlay:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:450px;
    margin:auto;
}
.profile-w1 {
	font-size: 2em;
	color: #00a1e9;
	line-height: 1.4em;
}

@media (min-width: 768px) and (max-width: 991px) {

#profile-iso .certif1 ul li.gallery-overlay {
	height: 280px;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	max-height:280px;
}
}
@media (max-width: 767px) {

#profile-iso .certif1 ul li.gallery-overlay {
	height: 280px;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	max-height:280px;
}
}
@media (max-width: 480px) {
#profile-iso .certif1 ul {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#profile-iso .certif1 ul li.gallery-overlay {
	height: 280px;
}
#profile-iso .certif1 ul li.gallery-overlay img { 
	max-height:280px;
}
}
/*************************
******* contact CSS ******
**************************/
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	width: 60%;
	padding: 0;
	margin: 0;
	float: left;
}
.contact1 .contact-text {
	float: left;
	width: 100%;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #666;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.contact1 .control-label {
	text-align: left;
}
.contact1 label {
	padding-left: 10px;
	float: left;
	width: 100%;
	color: #666;
}
.contact1 .required {
	color: #E85500;
	border: 0;
	margin-left:5px;
}
.contact2 {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact2 .cleft {
	width: 30%;
	float: left;
}
.contact2 .cright {
	width: 25%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact3 {
	padding-top: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	text-align: center;
}
.contact3 button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.contact3 .send {
	background: #555;
}
.contact3 .send:hover{
	background:#4d9c2d;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact5 {
	float: right;
	width: 35%;
	padding: 10px;
	margin: 0;
	background-color: #EEE;
}
.contact5 .google-maps {
	position: relative;
    padding-bottom: 170%;
    height: 0;
    overflow: hidden;
}
.contact5 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.contact6 {
	float: left;
	width: 33%;
	padding: 0 0 0 2%;
}
.contact6:first-child {
	float: left;
	width: 34%;
	padding: 0;
}
#contact_form .pull-left{padding-right:10px}

@media (min-width: 768px) and (max-width: 991px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@media (max-width: 767px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
	float: left;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact4 .google-maps {
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@media (max-width: 480px) {
.contact3 button {
	width: 100%;
	margin-left: 0px;
}
.contact5 .google-maps {
    padding-bottom: 100%;
}
.contact6 {
	width: 100%;
	padding: 1px 0;
}
.contact6:first-child {
	width: 100%;
	padding: 1px 0;
}
}

/*************************
*******news CSS******
**************************/
.newslist{
	float: left;
	width: 100%;
	visibility: visible;
	padding: 0;
	margin: 0;
}
.newslist ul{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #ccc;
}
.newslist ul li{
	width: 100%;
	float: left;
	padding: 10px 8px;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
}
.newslist ul li:hover{
	background-color: #efefef;
}
.newslist ul li .date{
	float: left;
	padding: 1px 10px;
	color: #FFF;
	background: #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: background 0.3s;
	font-size: 13px;
}
.newslist ul li:hover .date{
	background:#dce109;
}
.newslist ul li a{
	width: calc(100% - 110px);
	display: block;
	float: right;
	color: #333;
}
.newslist ul li a:hover{
	color: #338c0f;
}
.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist2 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 0px;
}
.newslist2 dt {
	float: left;
	background-color: #dbe007;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.newslist2 dd {
	float: left;
	margin: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: bold;
	color: #333333;
	width: 100%;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
}
.newslist4 {
	font-size: 1em;
	line-height: 1.6em;
	color: #333333;
	background-color: #e8e8e8;
	float: left;
	width: 100%;
	padding: 10px 8px;
}
.newslist4 A:link {color:#009bd8;text-decoration:none}
.newslist4 A:visited {color:#009bd8;text-decoration:none}
.newslist4 A:hover {color:#eb6100;text-decoration:underline}

@media (max-width: 480px) {
.newslist ul li a{
	width: 100% ;
	float: left;
}
}

/*************************
*******download CSS******
**************************/
#download-ov {
	width:100%;
	float: left;
}
#download-ov ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#download-ov li { 
	display:block;
	list-style:none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#download-ov li { 
	display:block;
	width:47%;
	float: left;
	text-decoration: none;
	margin: 15px 1.5%;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	-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;
}
#download-ov li:hover {
	border: 1px solid #4d9c2d;
}
#download-ov li .pro-img { 
	width:100%;
	float: left;
	padding: 7px;
	overflow: hidden;
}
#download-ov ul li .pro-name {
	font-size: 1em;
	line-height: 1.2em;
	color: #000000;
	padding: 10px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #EAEAEA;
}
#download-ov ul li .pro-download {
	font-size: 0.85em;
	line-height: 1.2em;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 0px 0px 5px 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	border-top: 1px solid #F6F6F6;
}
#download-ov ul li .pro-download a {
	color: #fb8c1d;
	background-color: #dddddd;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 2%;
	border-radius: 0px 0px 5px 5px;
}
#download-ov ul li .pro-download a:hover { color:#fff; background-color: #4d9c2d;}
#download-ov ul li .productimg {
	width: 100%;
	height: 180px;
	outline: none;
	display: inline-block;
	float: left;
}
#download-ov ul li a:hover .productimg {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
#download-ov ul {
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#download-ov ul {
	width: 100%;
}
#download-ov ul li .productimg {
	height: 150px;
}
}
@media (max-width: 767px) {
#download-ov ul {
	width: 100%;
}
}
@media (max-width: 480px) {
#download-ov ul li {
	width: 100%;
	margin: 15px 0;
}
#download-ov ul li .productimg {
	height: 160px;
}
}


/* =====================================
   會員系統
===================================== */
#member .login-wrap {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
#member .login {
	float: left;
	width: 100%;
	padding: 12px 25px 10px;
	border: 5px solid #d4d4d4;
	background-color: #fafafa;
}
#member .login .font2 {
	font-size: 16px;
	color: #c50000;
	margin: 0 0 15px;
	padding: 0 15px 10px; 
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}
#member .login .form-group .ti-label {
	line-height: 34px;
	color: #333;
}
#member .gtable {
	float:left;
    width:100%;
	margin: 20px 0 0;
}
#member .gtable button {
  float:left;
  width:100%;
  color: #453b39;
  display: block;
  padding: 35px 5px 35px 95px;
  margin: 0 0 15px;
  border-radius: 5px;
  border: none;
	text-align: left;
}
#member .gtable button.btn-primary{
	color: #3c9418;
	background-color: #d6eccd;
	-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;
	font-size: 26px;
	line-height: 30px;
}
#member .gtable .btn-primary.tr-join{
	background-image: url(../memberlogin_icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#member .gtable .btn-primary.tr-forget{
	background-image: url(../memberlogin_icon.png);
	background-repeat: no-repeat;
	background-position: 10px -100px;
}
#member .gtable .btn-primary:hover{color:#fff;background-color:#4d9c2d;}
#member .gtable .btn-primary:hover.tr-join{
	background-image: url(../memberlogin_icon1.png);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#member .gtable .btn-primary:hover.tr-forget{
	background-image: url(../memberlogin_icon1.png);
	background-repeat: no-repeat;
	background-position: 10px -100px;
}
#member .gtable .icon {
  width:55px;
  height:55px;
}
#member .gtable .icon.join {
  background-position:left top; 
}
#member .gtable .icon.forgot {
	background-position: left -54px;
}
#member .gtable .topic {
  color:#000;
  font-size: 22px;
  text-align: left;
  height:32px;
  line-height: 1.3;
}
#member .gtable .topic a {
	text-decoration: none;
    color: #4f00ad;
}
#member .gtable .topic a:hover {
  text-decoration: none;
  color: #33006a;
}
#member .gtable .text {
  color:#666;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
#member .other .info {
  color: #666;
  display: block;
  padding: 20px 15px;
  border-radius: 7px;
  border: #ccc 1px solid;
  font-size: 15px;
  text-align: center;
  line-height: 1.6;
  width: 100%;
	float: left;
}
#member .login .btn-wrap {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	border-top: 1px solid #e6e6e6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 10px 0 0;
	padding: 15px 0 0;
	display: inline-block;
}
#member .login .btn-wrap .btn-primary{
	color: #fff;
	background-color: #4d9c2d;
	border-color: #deefd7;
	padding: 10px 55px;
	-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;
	font-size: 16px;
	line-height: 22px;
}
#member .login .btn-wrap .btn-primary.focus,#member .login .btn-wrap .btn-primary:focus{color:#fff;background-color:#85ba44;border-color:#85ba44}
#member .login .btn-wrap .btn-primary:hover{color:#fff;background-color:#85ba44;border-color:#85ba44}

@media only screen and (min-width: 768px) {
  #member .gtable {
    width: 100%;
    float: left;
	margin: 20px 0 0;
  }
  #member .login .btn-wrap {
	width: 100%;
  }
  #member .other {
    width: 100%;
	float: left;
	margin-top: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #member .login {
    width: 600px;
  }
  #member .gtable {
    width: calc(100% - 630px);
    float: right;
	margin: 0;
  }
  #member .other {
    width: calc(100% - 630px);
	float: right;
	margin-top: 0;
  }
  #member .other .info {
  padding: 30px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #member .login {
    width: 750px;
  }
  #member .gtable {
    width: calc(100% - 790px);
    float: right;
	margin: 0;
  }
  #member .other {
    width: calc(100% - 790px);
	float: right;
	margin-top: 0;
  }
  #member .other .info {
  padding: 30px 15px;
  }
}

/*加入會員、修改會員資料共用*/
#member .join-form {
  margin: 0;
  padding: 30px 15px 20px;
  border: #e6e6e6 solid 5px;
  background-color: #fafafa;
  line-height: 1.8;
}
#member .join-form h4.ti {
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
  color: #4d9c2d;
}
#member .join-form .form-group span {
  color: #c50000;
}
/*#member .join-form .selectBox {
  margin-bottom: 10px;
}*/
#member .join-form #btn-group {
  margin-top: 10px;
}

#member .join-form .birth .selectBox:nth-of-type(1) {
    width:calc(40% - 20px);
	float:left;
  }
#member .join-form .birth .selectBox:nth-of-type(2),
#member .join-form .birth .selectBox:nth-of-type(3) {
    width:30%;
	margin: 0 0 0 10px;
	float:left;
  }
@media only screen and (min-width: 641px) {

}
@media only screen and (min-width: 768px) {
  #member .join-form {
    padding: 30px 30px 20px;
  }
  #member .join-form #btn-group {
    margin-top: 20px;
    /*float: right;*/
  }
}


/*************************
*******Product CSS******
**************************/
#product-ov, #product-ov1 {
	width: 100%;
	float: left;
}
#product-ov ul, #product-ov1 ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov li, #product-ov1 li { 
	display:block;
	list-style:none;
	margin: 0;
	padding: 0;
}
#product-ov li a { 
	display:block;
	width:50%;
	float: left;
	text-decoration: none;
	padding: 15px 1.5%;
	margin: 0;
}
#product-ov1 li a { 
	display:block;
	width:47%;
	float: left;
	text-decoration: none;
	padding: 0;
	margin:  15px 1.5%;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	-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;
}
#product-ov1 li a:hover {
	border: 1px solid #4d9c2d;
}
#product-ov li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 6px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	-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;
}
#product-ov1 li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 6px;
}
#product-ov li a:hover .pro-img {
	border: 1px solid #4d9c2d;
}
#product-ov ul li .pro-name {
	font-size: 16px;
	line-height: 1.4em;
	color: #000000;
	margin-top: 7px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov li a:hover .pro-name {
	color: #4d9c2d;
}
#product-ov1 ul li a .pro-name1 {
	font-size: 16px;
	line-height: 1.4em;
	color: #000000;
	background-color: #deefd7;
	margin-top: 5px;
	padding: 9px 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov1 ul li a:hover .pro-name1 {
	color: #fff;
	background-color: #4d9c2d;
}
#product-ov ul li .pro-name .pro-id {
	font-size: 13px;
	line-height: 1.4em;
	color: #f7941d;
	display: inline-block;
	width: 100%;
	padding: 2px 0;
	text-align: center;
}
#product-ov ul li .productimg, #product-ov1 ul li .productimg {
	width: 100%;
	height: 180px;
	outline: none;
	display: inline-block;
	float: left;
}
#product-ov ul li a:hover .productimg, #product-ov1 ul li a:hover .productimg {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.product-info { 
	width:36%;
	float:right;
}
.product-info .pro-id {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #f26522;
	display: inline-block;
	width: 100%;
	padding: 5px 0 2px;
}
.product-info h2 {
	font-size: 1.8em;
	color: #01008d;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px;
	border-bottom: #ddd solid 3px;
}
.product-info h3 {
	font-size: 1.8em;
	color: #333;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 5px 0 15px;
	border-bottom: #ddd solid 3px;
}
.product-info .info {
  margin: 0;
  padding: 0 0 30px;
  border-top: #ddd solid 1px;
  width:100%;
  float:left;
}
.product-info .info ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.product-info .info ul li {
	width: 100%;
	float: left;
	line-height: 24px;
	padding: 12px 0;
	margin: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d0d0;
}
.product-info .info ul.infoin {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.product-info .info ul.infoin li {
	width: 100%;
	float: left;
	line-height: 24px;
	padding: 8px 0 8px 18px;
	margin: 0;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d1d0d0;
	background-image: url(../icon7.png);
	background-repeat: no-repeat;
	background-position: 5px 18px;
}
.product-info .info .ti {
  float: left;
  width: 60px;
  color: #888;
}
.product-info .info .txt {
	color: #111;
	display: block;
	width: calc(100% - 70px);
	float:right;
}
.product-info .info .txt a {
	color: #c30000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.product-info .info .txt a:hover {
	color: #c30000;
	text-decoration: underline;
}
.product-info .info .submit-btn {
	float: left;
	width: 100%;
	margin: 15px 0 0;
}
.product-info .info .submit-btn button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 40px;
	margin:5px 0;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: background 0.3s;
}
.product-info .info .btn-primary{
	color: #555;
	background-color: #deefd7;
	border-color: #deefd7;
	padding-right: 15px;
	padding-left: 15px;
	-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;
	font-size: 15px;
	line-height: 22px;
}
.product-info .info .btn-primary.focus,.product-info .info .btn-primary:focus{color:#fff;background-color:#85ba44;border-color:#85ba44}
.product-info .info .btn-primary:hover{color:#fff;background-color:#85ba44;border-color:#85ba44}
.productpicbig {
	float: left;
	padding: 5px;
	display: block;
	width: 61%;
	border: 1px solid #E3E3E3;
	margin: 0 0 30px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */
}
.search {
	float: left;
	width: 100%;
	padding: 20px 10px 20px 60px;
	border-radius: 0px 0px 3px 3px;
	background-color: #ededed;
	border: 3px solid #d2d2d2;
	background-image: url(../search-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 15px;
}
.search .title {
	float: left;
	color: #000000;
	font-size: 1.3em;
	width:100%;
}
.select-ov {
	float: left;
	padding: 10px 5px 10px 0;
	width:50%;
}
.select-ov select,input[type="file"]{height:34px;*margin-top:4px;line-height:26px; padding: 0 5px;font-size: 1.1em;font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif; background-color:#fff;}
.select-ov select{width:100%;background-color:#fff;border:1px solid #ccc;}
.select-ov select[multiple],select[size]{height:auto}
.select-ov select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px; background-color:#fff;}
.search .input-txt {
	float: left;
	padding: 3px 5px 0 0;
	width: 100%;
	font-size: 1.1em;
}
.search .btn-wrap {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	border-top: 1px solid #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 20px 0 0;
	padding: 15px 0 0;
	display: inline-block;
}
.search .btn-wrap .btn-primary{
	color: #fff;
	background-color: #4d9c2d;
	border-color: #deefd7;
	padding: 10px 55px;
	-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;
	font-size: 16px;
	line-height: 22px;
}
.search .btn-wrap .btn-primary.focus,#member .login .btn-wrap .btn-primary:focus{color:#fff;background-color:#85ba44;border-color:#85ba44}
.search .btn-wrap .btn-primary:hover{color:#fff;background-color:#85ba44;border-color:#85ba44}
.search2 {
	width: 100%;
	padding: 25px 0 0;
	margin: 30px 0 10px;
	float: left;
	border-top: 1px dashed #ccc;
}
.search2 .t1 {
	font-size: 24px;
	color: #4d9c2d;
}
.search2 .s-table {
	margin: 17px 0 0 ;
}
@media (min-width: 992px) and (max-width: 1199px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#product-ov ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov ul li .productimg {
	height: 150px;
}
}
@media (max-width: 767px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.products-w1 {
	width: 100%;
}
.products-p1 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px;
}
.product-info { 
	width:100%;
	float:left;
}
.product-info .info .txt {
	float: left;
}
.productpicbig {
	width: 100%;
}
}
@media (max-width: 480px) {
#product-ov li a { 
	width:100%;
	padding: 12px 0;
}
#product-ov ul li .productimg {
	height: 160px;
}
.products-brand ul {
	width: 100%;
}
.products-brand li.pro-img { 
	width:25%;
}
.products-w1 {
	width: 100%;
}
.products-p1 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px;
}
.product-info .info .txt {
	width: 100%;
	float: left;
}
}

div.container_img {
	width:100%;
	height:410px;
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	vertical-align:middle;
	margin: 0;
	padding: 0;
	float: left;
}
div.container_img:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
div.container_img img {
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
	max-height:400px;
	max-width:100%;
}
@media only screen and (max-width: 767px){
div.container_img {
	height:300px;
}
div.container_img img {
	max-height:300px;
}
}

/*選項卡*/
.tab{
    margin-top: 10px;
	width: 100%;
	float: left;
}
.tab ul{
    padding: 0;
	margin: 0;
}
.tab .nav-tabs{
    border:none;
    border-bottom: 1px solid #e4e4e4;
}
.nav-tabs li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-tabs li a{
	font-size: 16px;
	line-height: 21px;
    padding: 10px 25px;
    border:1px solid #fff;
    border-right: 0px none;
	border-bottom: 0px none;
    background: #ebebeb;
    color:#888;
    border-radius: 0px;
    margin-right: 0px;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs li a:hover{
    border-bottom-color: #fff;
    border-right: 0px none;
	border-bottom: 0px none;
    background: #4e98c8;
    color: #fff;
}
.nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.nav-tabs li:last-child{
    border-right:1px solid #ededed;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
    border-right: 1px solid #d3d3d3;
    margin-top: -7px;
	font-size: 16px;
	background: #0072bc;
    color: #fff;
	font-weight: bold;
    padding: 13px 25px;
}
.tab .tab-content{
	width: 100%;
	float: left;
    padding: 0;
    box-shadow:0px 1px 0px #808080;
}
.tab .tabcontent1{
    padding: 30px 0;
}
@media only screen and (max-width: 767px){
    .tab{
         margin-top: 15px;
	}
	.nav-tabs li{
        width:100%;
        margin-bottom: 0;
    }
    .nav-tabs li a{
        padding: 12px;
    }
    .nav-tabs li.active a,
    .nav-tabs li.active a:focus,
    .nav-tabs li.active a:hover{
        padding: 12px;
        margin-top: 0;
    }
}


/*************************
******* faculty CSS ******
**************************/
.facultylist {
	float: left;
	width: 100%;
}
.facultylist table { 
	width: 100%; 
	float: left;
	/*box-shadow: 0 0 0.4em rgba( 0, 0, 0, .1 ); 
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*/
}
.facultylist tr:nth-of-type(odd) { 
	background: #f0f0f0; 
}
.facultylist th {
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 11px 10px;
	font-size: 13px;
	line-height: 20px;
	background-color: #63717a;
	background-image: url(../line8.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.facultylist th:last-child {
	background-image: none;
}
.facultylist th:first-child { width: 20%;}
/*.facultylist th:first-child + th  { width: 60%;}
.facultylist th:first-child + th + th { width: 20%;}*/
.facultylist td {
	padding: 10px 15px;
	background-image: url(../line6.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.facultylist td:last-child {
	background-image: none;
}
.facultylist td:first-child { width: 25%;font-size: 16px;line-height: 24px;	color: #f26522;text-align: center;}
.facultylist td:first-child + td  { width: 25%;text-align: center;}
.facultylist td:first-child + td + td  { width: 25%;text-align: center;}
.facultylist td:first-child + td + td + td { width: 25%;text-align: center;}
.facultylist td A:link {color:#f26522;text-decoration:none}
.facultylist td A:visited {color:#f26522;text-decoration:none}
.facultylist td A:hover {color:#f7941d;text-decoration:underline}
.facultylist h4 {
	width:100%;
	margin: 0;
	float: left;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #f26522;
}
.facultylist .product-facts {
	width:100%;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 20px;
}

.facultylist .btn-primary{
	width: 100%;
	color: #fff;
	background-color: #218ed5;
	border-color: #218ed5;
	padding-right: 15px;
	padding-left: 15px;
	-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;
	font-size: 14px;
	line-height: 22px;
}
.facultylist .btn-primary[disabled],.facultylist .btn-primary[disabled]:hover{color:#666;background-color:#d2d2d2;border-color:#d2d2d2}
.facultylist .btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#4d9c2d;border-color:#4d9c2d}
.facultylist .btn-primary:hover{color:#fff;background-color:#4d9c2d;border-color:#4d9c2d}

.facultylist2 {
	float: left;
	width: 100%;
}
.facultylist2 table { 
	width: 100%; 
	float: left;
	/*box-shadow: 0 0 0.4em rgba( 0, 0, 0, .1 ); 
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*/
}
.facultylist2 th {
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 9px 10px;
	font-size: 14px;
	line-height: 22px;
	background-color: #4d9c2d;
	background-image: url(../line8.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.facultylist2 td {
	padding: 10px 15px;
	background-image: url(../line6.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.facultylist2 td:last-child {
	background-image: none;
}
.facultylist2 td:first-child { width: 20%;font-size: 16px;line-height: 24px;color: #f26522;text-align: center;}
.facultylist2 .pro-img { 
	width:100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	display: inline-block;
	-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;
}
.facultylist2 .pro-img { 
	width:100%;
	max-width: 150px;
	overflow: hidden;
}
.facultylist2 .pro-name {
	font-size: 16px;
	line-height: 1.4em;
	color: #f26522;
	margin-top: 10px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.facultylist2 a:hover .pro-name {
	color: #f7941d;
	text-decoration:underline;
}
.facultylist2 .productimg {
	width: 100%;
	height: 80px;
	outline: none;
	display: inline-block;
	float: left;
}
.facultylist2 a:hover .productimg {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
@media (max-width: 480px)  {
.facultylist table, .facultylist thead, .facultylist tbody, .facultylist th, .facultylist td, .facultylist tr { 
			display: block; 
			float: left;
}
		/* Hide table headers (but not display: none;, for accessibility) */
.facultylist thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
}
.facultylist tr { border: 1px solid #ccc; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.facultylist td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px dotted #ccc; 
			position: relative;
			padding-left: 50%;
			background-image: none;
			-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.facultylist td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 10px;
			left: 5px;
			width: 45%;
	text-align: right;
	white-space: nowrap;
			-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
		
/*Label the data*/
.facultylist td:nth-of-type(1):before { content: "Item:"; font-weight: bold;color: #333;font-size: 13px;}
.facultylist td:nth-of-type(2):before { content: "Overall Length(mm):"; font-weight: bold;font-size: 13px;line-height: 20px;}
.facultylist td:nth-of-type(4):before { content: "kg:"; font-weight: bold;ont-size: 13px;}
.facultylist td:nth-of-type(5):before { width: 100%; }
.facultylist th:first-child { width: 100%;}
.facultylist th:first-child + th  { width: 100%;}
.facultylist th:first-child + th + th { width: 100%;}
.facultylist th:first-child + th + th + th { width: 100%;}
.facultylist td:first-child { width: 100%;text-align: left;}
.facultylist td:first-child + td  { width: 100%;text-align: left;}
.facultylist td:first-child + td + td { width: 100%;text-align: left;}
.facultylist td:first-child + td + td + td { width: 100%;text-align: left;}
.facultylist td:first-child + td + td + td + td { width: 100%;padding-left: 5%;}
.facultylist2 .productimg {
	height: 50px;
}
}

/*詢價*/
.inquire-b1 {
	float: left;
	width: 100%;
	border: 4px solid #E7E7E7;
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin-bottom: 7px;
}
.inquire-b1 A {color:#00a0e9;text-decoration:none;}
.inquire-b1 A:hover {color:#0068b7;text-decoration:underline}

/*表格*/
.fancytable1 {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fancytable1 thead {
	visibility: visible;
	background-color: #77848c;
}
.fancytable1 th {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	visibility: visible;
	padding: 6px 15px;
}
.fancytable1 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fancytable1 tbody tr:nth-of-type(odd) {
	background-color: #F7F7F7;
}
.fancytable1 td {
	padding: 6px 10px;
	border: 1px dotted #CCC;
}
.fancytable1 td A:link {color:#f7941d;text-decoration:none}
.fancytable1 td A:visited {color:#f7941d;text-decoration:none}
.fancytable1 td A:hover {color:#4e9d2d;text-decoration:none}
.fancytable1 td:nth-child(1) {
	font-size: 1.1em;
	width:30%;
}

.fancytable2 {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fancytable2 thead {
	visibility: visible;
	background-color: #d9f4bf;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7ac234;
}
.fancytable2 thead th {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	visibility: visible;
	padding: 5px 15px;
	background-color: #6ab51f;
}
.fancytable2 thead td {
	font-weight: normal;
	color: #333;
	visibility: visible;
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
	/*border: 1px solid #fff;*/
}
.fancytable2 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fancytable2 tr.pb1 {
	background-color: #e5e5e5;
	text-align: left;
}
.fancytable2 td.tb1 {
	text-align: left;
}
.fancytable2 td {
	padding: 4px 6px;
	border: 1px dotted #CCC;
	text-align: center;
}
.fancytable2 td A:link {color:#4e98c8;text-decoration:underline}
.fancytable2 td A:visited {color:#4e98c8;text-decoration:underline}
.fancytable2 td A:hover {color:#c30e27;text-decoration:none}

.fancytable3 {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fancytable3 thead td {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 7px 15px;
	background-color: #1f619e;
	border: 1px dotted #fff;
}
.fancytable3 tdody tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fancytable3 tbody tr:nth-of-type(odd) {
	background-color: #F7F7F7;
}
.fancytable3 tbody th {
	padding: 8px 10px;
	background-color: #e5f2f6;
	border: 1px dotted #CCC;
}
.fancytable3 tbody td {
	padding: 8px 10px;
	border: 1px dotted #CCC;
}
.fancytable3 td A:link {color:#4e98c8;text-decoration:underline}
.fancytable3 td A:visited {color:#4e98c8;text-decoration:underline}
.fancytable3 td A:hover {color:#c30e27;text-decoration:none}

.fancytable4 {
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.fancytable4 th {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding: 10px 5px;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
	text-align: center;
}
.fancytable4 td:nth-child(1) {
	width: 12%;
	min-width: 60px;
}
.fancytable4 td:nth-child(3) {
	width: 20%;
	min-width: 38px;
}
.fancytable4 td:nth-child(4) {
	width: 10%;
	min-width: 30px;
}
.fancytable4 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	padding: 6px;
	min-width: 38px;
}
.fancytable4 td .productimg {
	width: 100%;
	min-width: 60px;
	height: 60px;
	outline: none;
	display: inline-block;
	float: left;
}
.fancytable5 {
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.fancytable5 th {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding: 5px;
	background-color: #fffdf1;
	border: 1px solid #CCC;
	text-align: right;
	width: 15%;
	min-width:90px;
}
.fancytable5 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	width:85%;
}
/*********************************************************************************/
/* imagelightbox                                                                 */
/*********************************************************************************/

.imagecontainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
.imagecontainer ul {
	margin-top: 5px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imagecontainer ul.item {
	margin-top: 0px;
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F0F0F0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.imagecontainer li {
	display: inline-block;
	margin: 0.3em; /* 10 */
	border-color: #ccc;
	border: 0.3em solid rgba( 255, 255, 255, .5 ); /* 10 */

	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */

	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
	width: 70px; 
	height: 70px;
	background:#FFF;
	position:relative;
    overflow:hidden;
}
.imagecontainer li:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
.imagecontainer li img { 
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:60px;
    margin:auto;
}
.imagecontainer li:hover,
.imagecontainer li:focus {
	border-color: #fff;
	-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
	box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
}


/* IMAGE LIGHTBOX SELECTOR */

		#imagelightbox
		{
			cursor: pointer;
			position: fixed;
			z-index: 10000;

			-ms-touch-action: none;
			touch-action: none;

			-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
			box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
		}


		/* ACTIVITY INDICATION */

		#imagelightbox-loading,
		#imagelightbox-loading div
		{
			border-radius: 50%;
		}
		#imagelightbox-loading
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			position: fixed;
			z-index: 10003;
			top: 50%;
			left: 50%;
			padding: 0.625em; /* 10 */
			margin: -1.25em 0 0 -1.25em; /* 20 */

			-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
			box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
		}
			#imagelightbox-loading div
			{
				width: 1.25em; /* 20 */
				height: 1.25em; /* 20 */
				background-color: #fff;

				-webkit-animation: imagelightbox-loading .5s ease infinite;
				animation: imagelightbox-loading .5s ease infinite;
			}

			@-webkit-keyframes imagelightbox-loading
			{
				from { opacity: .5;	-webkit-transform: scale( .75 ); }
				50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
				to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
			}
			@keyframes imagelightbox-loading
			{
				from { opacity: .5;	transform: scale( .75 ); }
				50%	 { opacity: 1;	transform: scale( 1 ); }
				to	 { opacity: .5;	transform: scale( .75 ); }
			}


		/* OVERLAY */

		#imagelightbox-overlay
		{
			background-color: #000;
			background-color: rgba( 0, 0, 0, .8 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}


		/* "CLOSE" BUTTON */

		#imagelightbox-close
		{
			width: 2.5em; /* 40 */
			height: 2.5em; /* 40 */
			text-align: left;
			background-color: #666;
			border-radius: 50%;
			position: fixed;
			z-index: 10002;
			top: 2.5em; /* 40 */
			right: 2.5em; /* 40 */

			-webkit-transition: color .3s ease;
			transition: color .3s ease;
		}
			#imagelightbox-close:hover,
			#imagelightbox-close:focus
			{
				background-color: #111;
			}
			#imagelightbox-close:before,
			#imagelightbox-close:after
			{
				width: 2px;
				background-color: #fff;
				content: '';
				position: absolute;
				top: 20%;
				bottom: 20%;
				left: 50%;
				margin-left: -1px;
			}
			#imagelightbox-close:before
			{
				-webkit-transform: rotate( 45deg );
				-ms-transform: rotate( 45deg );
				transform: rotate( 45deg );
			}
			#imagelightbox-close:after
			{
				-webkit-transform: rotate( -45deg );
				-ms-transform: rotate( -45deg );
				transform: rotate( -45deg );
			}


		/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #fff;
			background-color: #666;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}


		/* NAVIGATION */

		#imagelightbox-nav
		{
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			border-radius: 20px;
			position: fixed;
			z-index: 10001;
			left: 50%;
			bottom: 3.75em; /* 60 */
			padding: 0.313em; /* 5 */

			-webkit-transform: translateX( -50% );
			-ms-transform: translateX( -50% );
			transform: translateX( -50% );
		}
			#imagelightbox-nav button
			{
				width: 1em; /* 20 */
				height: 1em; /* 20 */
				background-color: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				display: inline-block;
				margin: 0 0.313em; /* 5 */
			}
			#imagelightbox-nav button.active
			{
				background-color: #fff;
			}


		/* ARROWS */

		.imagelightbox-arrow
		{
			width: 3em; /* 60 */
			height: 7em; /* 120 */
			background-color: #444;
			background-color: rgba( 0, 0, 0, .5 );
			vertical-align: middle;
			display: none;
			display: none !important\9;
			position: fixed;
			z-index: 10001;
			top: 50%;
			margin-top: -3.75em; /* 60 */
		}
		.imagelightbox-arrow:hover,
		.imagelightbox-arrow:focus
		{
			background-color: #666;
			background-color: rgba( 0, 0, 0, .75 );
		}
		.imagelightbox-arrow:active
		{
			background-color: #111;
		}
			.imagelightbox-arrow-left
			{
				left: 2.5em; /* 40 */
			}
			.imagelightbox-arrow-right
			{
				right: 2.5em; /* 40 */
			}
			.imagelightbox-arrow:before
			{
				width: 0;
				height: 0;
				border: 1em solid transparent;
				content: '';
				display: inline-block;
				margin-bottom: -0.125em; /* 2 */
			}
				.imagelightbox-arrow-left:before
				{
					border-left: none;
					border-right-color: #fff;
					margin-left: -0.313em; /* 5 */
				}
				.imagelightbox-arrow-right:before
				{
					border-right: none;
					border-left-color: #fff;
					margin-right: -0.313em; /* 5 */
				}

		#imagelightbox-loading,
		#imagelightbox-overlay,
		#imagelightbox-close,
		#imagelightbox-caption,
		#imagelightbox-nav,
		.imagelightbox-arrow
		{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
		}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

		@media only screen and (max-width: 41.250em) /* 660 */
		{
			#container
			{
				width: 100%;
			}
			#imagelightbox-close
			{
				top: 1.25em; /* 20 */
				right: 1.25em; /* 20 */
			}
			#imagelightbox-nav
			{
				bottom: 1.25em; /* 20 */
			}

			.imagelightbox-arrow
			{
				width: 2.5em; /* 40 */
				height: 3.75em; /* 60 */
				margin-top: -2.75em; /* 30 */
			}
			.imagelightbox-arrow-left
			{
				left: 1.25em; /* 20 */
			}
			.imagelightbox-arrow-right
			{
				right: 1.25em; /* 20 */
			}
		}

		@media only screen and (max-width: 20em) /* 320 */
		{
			.imagelightbox-arrow-left
			{
				left: 0;
			}
			.imagelightbox-arrow-right
			{
				right: 0;
			}
		}
