@charset "utf-8";
@import url("reset.css");
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #FCFCFC;
	background: url(../images/bg.jpg) no-repeat center top #000;
	line-height: 150%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif, "新細明體";
}
h1, h2, h3, p {
	line-height: 150%;
}
a {
	color: #BFD834;
}
a:hover {
	color: #fff;
}
input {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 13px;
	padding: 3px;
	color: #222;
}
.red {
	color: #C00;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.bold {
	font-weight: bold;
}
.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
.largeFont {
	font-size: 15px;
}
/***********button***************/
#top a {
	position: fixed;
	width: 36px;
	height: 80px;
	background: url(../images/top.jpg) no-repeat left top;
	text-indent: -9999px;
	top: 40%;
	right: 0px;
	cursor: pointer;
}
#top a:hover {
	width: 36px;
	height: 80px;
}
/*-------------nav--------------------*/
#nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	height: 35px;
}
#nav span {
	position: absolute;
	left: 0;
	top: 0;
	color: #999;
	line-height: 35px;
}
#nav ul {
	position: absolute;
	right: 0;
	top: 0;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color: #999;
	display: block;
	margin-left: 12px;
	padding-left: 16px;
	text-decoration: none;
	line-height: 35px;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#nav ul li.home a {
	background: url(../images/home.gif) no-repeat left center;
}
#nav ul li.en a {
	background: url(../images/en.gif) no-repeat left center;
}
#nav ul li.ch a {
	background: url(../images/ch.gif) no-repeat left center;
}
/*-------------header--------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 300px;
}
#header h1 {
	position: absolute;
	left: -70px;
	width: 635px;
	height: 330px;
	top: -15px;
}
#header h2 {
	position: absolute;
	right: 40px;
	z-index: 100;
	width: 270px;
	height: 60px;
	bottom: 40px;
}
/*-------------banner--------------------*/
#slides {
	position: relative;
	z-index: 0;
}
#slides.slides_container {
	position: absolute;
	width: 960px;
	height: 300px;
}
#slides.slides_container li {
	width: 960px;
	height: 300px;
	display: block;
}
/*-------------seleect product --------------------*/
#slides_two {
	position: relative;
}
#slides_two .slides_container {
	width: 500px;
	height: 270px;
	position: absolute;
}
#slides_two .prev, #slides_two .next {
	padding: 1px 5px;
	background: #666;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	margin-top: 5px;
}
#slides_two .prev:hover, #slides_two .next:hover {
	background: #333;
}
#slides_two .next {
	margin-left: 10px;
}
/*
	Pagination
*/
.pagination {
	margin: 0 auto 0 auto;
	width: 120px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
/*-------------menu--------------------*/
#menu ul {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/menu2021_fix.jpg) no-repeat;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 192px;
	height: 70px;
	line-height: 70px;
	text-indent: -9999px;
}
#menu ul li.menuAbout a:hover {
	background: url(../images/menuHover2021_fix.jpg) left top no-repeat;
}
#menu ul li.menuAboutSelect a {
	background: url(../images/menuHover2021_fix.jpg) left top no-repeat;
}
#menu ul li.menuNews a:hover {
	background: url(../images/menuHover2021_fix.jpg) -192px top no-repeat;
}
#menu ul li.menuNewsSelect a {
	background: url(../images/menuHover2021_fix.jpg) -192px top no-repeat;
}
#menu ul li.menuProd a:hover {
	background: url(../images/menuHover2021_fix.jpg) -384px top no-repeat;
}
#menu ul li.menuProdSelect a {
	background: url(../images/menuHover2021_fix.jpg) -384px top no-repeat;
}
/*#menu ul li.menuProxy a:hover {
	background: url(../images/menuHover2021_fix.jpg) right top no-repeat;
}
#menu ul li.menuProxySelect a {
	background: url(../images/menuHover2021_fix.jpg) right top no-repeat;
}*/

#menu ul li.menuDown a:hover {
	background: url(../images/menuHover2021_fix.jpg) -576px top no-repeat;
}
#menu ul li.menuDownSelect a {
	background: url(../images/menuHover2021_fix.jpg) -576px top no-repeat;
}
#menu ul li.menuCont a:hover {
	background: url(../images/menuHover2021_fix.jpg) -768px top no-repeat;
}
#menu ul li.menuContSelect a {
	background: url(../images/menuHover2021_fix.jpg) -768px top no-repeat;
}

#menu ul li ul {
	position: absolute;
	width: 160px;
	display: none;
}
#menu ul li ul li {
	border: 0;
	margin: 0;
}
#menu ul li ul li a {
	width: 160px;
	background: #2E2D28;
	line-height: 30px;
	height: 30px;
	text-indent: 0;
	font-size: 12px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #444;
	font-weight: normal;
}
#menu ul li ul li a:hover {
	background: #666;
}
/*-------------contact--------------------*/
#content {
	width: 920px;/*960px*/
	padding: 20px 20px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	background: #111;
}
#indexleft {
	width: 500px;
	float: left;
}
#indexright {
	width: 400px;
	float: right;
}
#left {
	width: 640px;
	float: left;
}
#right {
	width: 250px;
	float: right;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
	font-family: "微軟正黑體";
	line-height: 40px;
	color: #fff;
	padding: 0 0 0 20px;
	background: url(../images/bg_h1.gif) no-repeat left center;
	border-bottom: 1px dotted #AEAEAE;
	margin-bottom: 20px;
}
#content h1 span {
	color: #BFD834;
	font-size: 17px;
}
#content h2 {
	font-size: 17px;
	font-weight: bold;
	font-family: "微軟正黑體";
	color: #FC0;
}
#content h2 span {
	color: #fff;
}
#contentBottom {
	width: 960px;
	height: 20px;
	background: url(../images/bgBottom.gif) no-repeat;
	margin: 0 auto;
}
/*--------------------list--------------------*/
.list {
}
.list li a {
	background: url(../images/bg_list.gif) no-repeat left center;
	padding: 0 0 0 12px;
	margin-bottom: 5px;
	display: block;
}
.list li a:hover {
	background: url(../images/bg_list_hover.gif) no-repeat left center;
}
.list li.selected a {
	background: url(../images/bg_list_hover.gif) no-repeat left center;
	color: #CC1785;
}
/*--------------------list news--------------------*/
.listNews {
}
.listNews li {
	background: url(../images/news.gif) no-repeat left 2px;
	padding-left: 25px;
	margin-bottom: 8px;
	display: block;
}
.listNews li span {
	display: block;
	color: #777;
	text-decoration: none;
}
/*--------------------list 首頁精選產品--------------------*/
.prodList {
	width: 500px;
	height: 270px;
}
.prodList li {
	float: left;/**首頁**/
	display: block;
	width: 100px;
	height: 130px;
}
/**圖片置中**/
div.imgWrapper {
	width: 80px;
	height: 80px;
	border: 3px solid #666;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
div.imgWrapper* {
	vertical-align: middle;
}
div.imgWrapper span {
 +display:inline-block;
 +height:100%;
}
div.imgWrapper:hover {
	border: 3px solid #BFD834;
}
/**圖片置中**/
p.desLimit {/**首頁*/
	width: 90px;
	height: 40px;
	overflow: hidden;
}
/*-------------product Main 主產品--------------------*/
#productMain {
}
#productMain li {
	margin-right: 15px;
	float: left;
}
#productMain li a {
	display: block;
	width: 190px;
	height: 220px;
}
#productMain li a img {
	padding: 2px;
	border: 1px solid #666;
	width: 180px;
	height: 180px;
}
#productMain li a:hover img {
	border: 1px solid #fff;
}
#productMain li a p {
	text-align: center;
	width: 190px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
/*-------------tableDisplay--------------------*/
.tableDisplay {
	border-collapse: separate;
	border-spacing: 1px;
}
.tableDisplay th {
	padding: 5px 7px;
	background: #BFD834;
	color: #222;
}
.tableDisplay td {
	padding: 5px 7px;
	background: #444;
}
/*----fill in table----*/
.apply_table {
}
.apply_table input {
	height: 15px;
	font-size: 12px;
}
.apply_table th {
	padding: 6px 8px;
	background: #ededed;
	text-align: center;
}
.apply_table td {
	padding: 6px 8px;
}
.large_text {
	width: 300px;
	font-size: 12px;
	font-family: Arial;
}
.small_text {
	width: 50px;
}
.mid_text {
	width: 120px;
	font-size: 12px;
	font-family: Arial;
}
/**********tab**********/
#download {
	border-bottom: 2px solid #ccc;
}
#download li {
	float: left;
	margin: 0 10px 0 0;
}
#download li a {
	display: block;
	color: #999;
	padding: 5px 15px;
	text-decoration: none;
	background: #444;
	font-family: "微軟正黑體";
	font-size: 14px;
	font-weight: bold;
}
#download li a:hover {
	background: #FFBD16;
	color: #000;
}
#download li.active a {
	text-decoration: none;
	background: #ccc;
	color: #000;
}
#download li.active a:hover {
}
/**video**/
.video {
}
.video li {
	float: left;
	margin: 0 10px 10px 0;
}
/**video**/
#inquiry td {
	padding: 0 4px;
}
#inquiry input {
	padding: 3px 5px;
	font-size: 13px;
	width: 400px;
}
#inquiry textarea {
	padding: 3px 5px;
	font-size: 13px;
	width: 400px;
	font-family: Calibri;
}
#inquiry p.tip {
	font-size: 12px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}
#inquiry .contactBtn {
	width: 100px;
}
#inquiry .validcode {
	width: 80px;
}
.gallery{}
.gallery li{ float:left; width:32%; margin:0 2% 2% 0;}
.gallery li:nth-child(3n){margin-right:0;}
/*---------page--------*/
#page {
	text-align: center;
	font-size: 12px;
}
#page span a {
	display: inline-block;
	background: #666;
	color: #fff;
	border: #666 1px solid;
	padding: 1px 7px;
	text-decoration: none;
	margin-left: 5px;
}
#page span.current {
	padding: 1px 5px;
	margin-left: 5px;
}
#page span a:hover {
	background: #f1f1f1;
	color: #222;
	border: #ccc 1px solid;
}
.proxy {
	background: url(../images/bg_proxy.jpg) repeat;
	width: 600px;
	height: 205px;
	padding: 20px;
}
/*-------------footer--------------------*/
#footer {
	width: 970px;
	height: 140px;
	margin: 0 auto;
	padding-top: 30px;
	color: #818181;
}
#footer a {
	color: #666;
	padding: 0 3px;
}
#footer a:hover {
}
#other_link {
	text-align: center;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
}
#copyright {
	text-align: center;
	margin-top: 10px;
}


/* ===== BCT PHP v1.1 product/detail and menu fixes ===== */
#menu {
    width: 960px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
}
#menu ul {
    width: 960px !important;
    min-width: 960px;
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: url(../images/menu2021_fix.jpg) no-repeat left top !important;
}
#menu ul > li {
    float: none;
    flex: 0 0 192px;
    width: 192px;
    height: 70px;
    overflow: hidden;
}
#menu ul > li > a {
    width: 192px;
    height: 70px;
    margin: 0;
    padding: 0;
}
#menu ul li.menuAbout a:hover,
#menu ul li.menuAboutSelect a { background-image: url(../images/menuHover2021_fix.jpg) !important; }
#menu ul li.menuNews a:hover,
#menu ul li.menuNewsSelect a { background-image: url(../images/menuHover2021_fix.jpg) !important; }
#menu ul li.menuProd a:hover,
#menu ul li.menuProdSelect a { background-image: url(../images/menuHover2021_fix.jpg) !important; }
#menu ul li.menuDown a:hover,
#menu ul li.menuDownSelect a { background-image: url(../images/menuHover2021_fix.jpg) !important; }
#menu ul li.menuCont a:hover,
#menu ul li.menuContSelect a { background-image: url(../images/menuHover2021_fix.jpg) !important; }

.product-summary {
    width: 100%;
    table-layout: fixed;
}
.product-summary-image {
    width: 270px;
    vertical-align: top;
}
.product-summary-image > img {
    display: block;
    max-width: 250px;
    width: auto;
    height: auto;
}
.product-main-image-missing {
    width: 248px;
    min-height: 180px;
    box-sizing: border-box;
    border: 1px dashed #666;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.product-content {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-word;
}
.product-content img,
.product-content .product-content-image {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 12px;
    box-sizing: border-box;
}
.product-content table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
}
.product-content td,
.product-content th {
    max-width: 100%;
    overflow-wrap: anywhere;
}
.product-content iframe,
.product-content video,
.product-content object,
.product-content embed {
    max-width: 100% !important;
}
.product-image-missing {
    display: flex;
    width: 100%;
    min-height: 160px;
    box-sizing: border-box;
    margin: 8px 0 18px;
    border: 1px dashed #666;
    background: #181818;
    align-items: center;
    justify-content: center;
}
.product-image-missing::before {
    content: "";
    display: block;
    width: 54px;
    height: 42px;
    box-sizing: border-box;
    border: 3px solid #888;
    border-radius: 3px;
    background:
        radial-gradient(circle at 72% 28%, #888 0 4px, transparent 5px),
        linear-gradient(140deg, transparent 0 48%, #888 49% 55%, transparent 56%),
        linear-gradient(40deg, transparent 0 52%, #888 53% 59%, transparent 60%);
    opacity: .9;
}
.product-content-empty {
    display: block;
    width: 100%;
    min-height: 90px;
    box-sizing: border-box;
    padding: 24px 16px;
    margin: 8px 0 18px;
    border: 1px dashed #666;
    background: #181818;
    color: #aaa;
    text-align: center;
    line-height: 1.8;
}
.site-certifications {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}
.site-certifications img {
    display: block;
}
.visitor-counter {
    margin-left: auto;
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
}
