﻿/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	position: relative;
	font-size: 12px;
}

ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 50ms;
  -moz-transition: 50ms;
    -o-transition: 50ms;
    transition: 50ms;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica', 微軟正黑體, sans-serif;
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}
a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #0083d6;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
a#scrollUp i{
  font-size: 30px;
}
.flags{display: inline-block;vertical-align: middle;}
.flags img{width: 26px; height: auto;}
.flags_mb{display: none;}
.flags_mb img{width: 26px; height: auto;}
.backToTop {
	width: 40px;
	line-height: 1.2;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 40px;
	_bottom: "auto";
	cursor: pointer;
	background-image: url(../top.png);
	height: 40px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9999;
}
.font1 {
	font-size: 14px;
	line-height: 24px;
	color: #1d2088;
	font-weight: bold;
}
.font2 {
	font-size: 12px;
	line-height: 22px;
	color: #df0500;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}

/*************************
*******Header CSS******
**************************/
#mobile-menu { display:none}
#page {
  left: 0;
}

.menufixed{ z-index: 999; position: fixed; top: 0; width: 100%;}

header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 100;
}

.headertop {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 100;
	background-image: url(../images/topnenubg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


.headertoppage {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 100;
	background-color: #FFF;
	height: 101px;
	box-shadow: 0px -6px 15px #303030;

}

.picbottom {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
	background-image: url(../bottommenubg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
header h1 {
	margin: 0;
	width: 255px;
	float: left;
	height: 100px;
}
header h1 a {
	display: block;
	width: 255px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: contain;
}
.language {
	float: right;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 6px;
}

.language select {
	font-size: 11px;
	width: 130px;
	/*height: 25px;*/
	/*padding-top: 3px;*/
	font-family:'Helvetica', 微軟正黑體, sans-serif;
	line-height: 20px;
	color: #fff;
	background-color: #3884f2;
	overflow: hidden; /*background: 請填入箭頭圖示路徑*/
	background-image: url(../icon_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 113px center;
	margin: 0px;
	border-radius: 2px;
	-webkit-appearance: none;
	padding-left: 5px;
}


.language ul{
	list-style:none;
	padding:0;
	display:block;
	margin: 0px;
	width: 100%;
}
.language li{
	display: inline;
	margin:0;
	color:#777;
	font-size:12px;
	padding-top: 0;
	padding-right: 17px;
	padding-bottom: 0;
	padding-left: 15px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	float: right;
}
.language li a{
	color:#777;
	text-decoration: underline;
}
.language li a:hover{
	text-decoration:none;
	color:#D6000F;
}

.searchbox {
	float: right;
	width: 200px;
	margin-top: 8px;
	height: 25px;
	margin-right: 10px;
}
header nav.main {
	height: 53px;
	display: inline-block;
	width: calc(100% - 260px);
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 28px 0px;
}  
/*************************
*******Footer CSS******
**************************/

#footer {
	background: #3884f2;
	padding-top: 6px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}
.companyinfo {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
}
.companyinfo a{
	color:#FFF;
	text-decoration: none;
}
.companyinfo a:hover{
	text-decoration:underline;
	color:#FFF;
}
/*************************
******* Banner ******
**************************/
.top_wrapper {
	position: relative;
	top: 0px;
	bottom: 0px;
	padding-bottom: 220px;
}
.top_wrapper_b {
	position: absolute;
	bottom: 140px;
	background-image: url(../bottommenubg.png);
	background-position: center bottom;
	height: 176px;
	width: 100%;
	z-index: 10;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
	display: none !important\9;
}
.flexslider .slides img {
    display: block;
    width: 100%;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0;
    position: relative;
}
.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease 0s;
}
.loading .flex-viewport {
    max-height: 700px;
}
.flexslider .slides {
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    height: 0;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.flex-direction-nav a {
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    text-indent: -9999px;
    top: 40px;
    transition: all 0.3s ease 0s;
    width: 50px;
}
.flex-direction-nav .flex-next {
    background-image: url("../images/nav-next.png");
    right: -50px;
}
.flex-direction-nav .flex-prev {
    background-image: url("../images/nav-prev.png");
    left: -50px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 0.8;
}
.flex-direction-nav .disabled {
    cursor: default;
    opacity: 0.3 !important;
}
.flexslider:hover .flex-direction-nav a.flex-next {
    right: 15px;
}
.flexslider:hover .flex-direction-nav a.flex-prev {
    left: 15px;
}
.flex-control-nav li {
	display:none;
}
/*.flex-control-nav {
	height: 35px;
	padding-top: 17px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999;
	top: 305px;
	left: 195px;
}
.flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.flex-control-paging li a {
    background: url("../slider_dots.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    cursor: pointer;
    display: block;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    text-indent: 9999em;
    width: 13px;
}
.flex-control-paging li a.flex-active {
    background-position: left bottom;
    cursor: default;
}*/
.flex-control-thumbs {
    margin: 5px 0 0;
    overflow: hidden;
    position: static;
}
.flex-control-thumbs li {
    float: left;
    margin: 0;
    width: 25%;
}
.flex-control-thumbs img {
    cursor: pointer;
    display: block;
    opacity: 0.7;
    width: 100%;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .active {
    cursor: default;
    opacity: 1;
}
.fullwidth.flexslider li {
    background-size: cover;
    background-repeat: no-repeat;
}
.slider .caption_wrapper {
	top: 420px;
	right:-200px;
	opacity: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slider .caption_wrapper .caption {
	
    color: #FFFFFF;
	display: inline-block;
	width: 660px;
	padding: 15px;
}
.slider .caption_wrapper .caption h3 {
	font-size: 50px;
	margin: 0;
	line-height: 46px;
	font-weight: bold;
	color: #FFF;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	text-align: right;
	width: 100%;
}
.slider .caption_wrapper .caption h3 span {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #FFF;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-weight: normal;
	display: block;
}
.slider .caption_wrapper .caption .learn-more {
	height: 32px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.slider .caption_wrapper .caption .learn-more a {
	background-image: url(../images/icon1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 25px;
	width: 110px;
	border: 1px solid #FFF;
	padding-right: 30px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFF;
}
.slider .caption_wrapper .caption .learn-more a:hover {
	background-color: #3884f2;
	border: 1px solid #3884f2;
	color: #FFF;
}
.slider img {
    border-radius: 4px;
    display: block;
}

/*************************
******* Home ******
**************************/
#collection { width:100%;}
#content {
	padding-bottom: 30px;
	background-color: #f4f5f5;
	padding-top: 20px;
}
.inews {
	float: left;
	width: 100%;
}
.inews h3 {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	background-image: url(../images/line1.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: center;
	margin-bottom: 20px;
}
.inews h3 i {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	background-color: #f4f5f5;
	font-style: normal;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
}
.newslist {
	padding: 0px;
	float: right;
	width: 40%;
	margin: 0px;
}
.newslist dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-bottom-style: none;
}
.newslist dt{
	float: left;
	color: #3a65e1;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	width: 20%;
}
.newslist dd {
	float: right;
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #777;
	width: 79%;
	padding: 0px;
}
.newslist dd A:link {
	color:#777;
	text-decoration:none
}
.newslist dd A:visited {
	color:#777;
	text-decoration:none
}
.newslist dd A:hover {
	color:#000;
	text-decoration:underline
}
.newslist1 {
	float: left;
	width: 56%;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.newslist1 dl {
	width: 67%;
	margin: 0px;
	float: right;
}
.newslist1 dt{
	float: left;
	white-space: nowrap;
	color: #3a65e1;
	line-height: 19px;
	font-size: 12px;
	font-weight: normal;
	clear: left;
}
.newslist1 dd {
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	line-height: 18px;
	clear: left;
	margin-bottom: 5px;
}
.newslist1 dd A:link {
	color: #000;
	text-decoration:none
}
.newslist1 dd A:visited {
	color: #000;
	text-decoration:none
}
.newslist1 dd A:hover {
	color:#186acf;
	text-decoration:none
}
.newslist1 img{
	width: 180px;
	padding: 5px;
	border: 1px solid #e9e9e9;
	float: left;
	max-width:30%;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.newsfont1{
	color: #005abb;
	font-weight: bold;
	font-size: 15px;
}
.newsfont2{
	color: #777;
	font-size: 13px;
}

.mainicon {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 5px;
	left: 0px;
	text-align: center;
}
.mainiconb1 {
	width: 1000px;
	text-align: center;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

.ibbox {
	width: 100%;
	float: left;

	margin-bottom: -77px;
}
.ibboxbg {
	width: 80%;
	background-color: #e8e8e8;
	height: 154px;
	float: left;
	z-index: 10;
	position: relative;
	top: -94px;
	padding-top: 110px;
	padding-right: 10%;
	padding-left: 10%;

}
.ibpic {
	width: 240px;
	height: 240px;
	z-index: 11;
	position: relative;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.ibpic img{width: 100%; height: auto;}
.ibtitle{
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 17px;
	line-height: 23px;
	font-weight: 400;
	color: #3884f2;
	float: left;
	text-align: center;
	width: 100%;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2d2d2;
}
.ibw {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #323232;
	float: left;
	text-align: left;
	width: 98%;
	padding-top: 10px;
	padding-right: 1%;
	padding-left: 1%;
}






















.sr1 {
	float: left;


	line-height: 21px;

	text-align: center;
	width: 120px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sr1 a {
		font-size: 12px;
	width: 120px;
	color: #333;
	background-image: url(../mainicon1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 125px;
	text-decoration: none;
}
.sr1 a:hover {
	width: 120px;
	color: #3884f2;
	background-image: url(../mainicon1-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-decoration: none;
}
.sr1 sr1w {
	float: left;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333;
	text-align: center;
	width: 120px;
	font-weight: bold;
}


.sr2 {
	float: left;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	text-align: center;
	width: 120px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
.sr2 a {
	width: 120px;
	color: #333;
	background-image: url(../mainicon2.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 125px;
	text-decoration: none;
}
.sr2 a:hover {
	width: 120px;
	color: #1899cf;
	background-image: url(../mainicon2-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-decoration: none;
}
.sr3 {
	float: left;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #333;
	text-align: center;
	width: 120px;
	margin-right: 70px;
	margin-left: 70px;
	font-weight: bold;
}
.sr3 a {
	width: 120px;
	color: #333;
	background-image: url(../mainicon3.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	padding-top: 125px;
	text-decoration: none;
}
.sr3 a:hover {
	width: 120px;
	color: #186acf;
	background-image: url(../mainicon3-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	text-decoration: none;
}

/*************************
*******leftmenu CSS******
**************************/
.navexb {
	float: left;
	width: 200px;
}
.navex {
	width: 200px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	margin: 0px;
	padding: 0px;
}

ul.navex {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	list-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.navex li {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	padding-top: 1px;
	cursor:pointer;
}
ul.navex li a {
	line-height: 18px;
	font-size: 15px;
	color: #333;
	display: block;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(../images/icon6.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
}

ul.navex li a:hover {
	line-height: 18px;
	font-size: 15px;
	color: #3884f2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 10px;
	background-image: url(../images/icon7.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
}
ul.navex li a.current{
	line-height: 18px;
	font-size: 15px;
	color: #005526;
	display: block;
	text-decoration: none;
	background-image: url(../images/icon7.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-weight: bold;
	padding-right: 10px;
}
ul.navex li a:hover.current{
	font-size: 15px;
	color: #66CC00;
	background-image: url(../images/icon7.png);
	background-repeat: no-repeat;
	background-position: 12px 16px;
	font-weight: bold;
	text-decoration: underline;
}
ul.navex ul {
	display: none;
	display: none !important\9;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

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:#f0f0f0;
}

ul.navex ul li a {
	padding-left: 35px;
	font-size: 13px;
	font-weight: normal;
	outline:0;
	background-image: url(../images/icon9.gif);
	background-repeat: no-repeat;
	background-position: 25px 13px;
	color: #777;
	padding-top: 7px;
	padding-bottom: 7px;
}

ul.navex ul li a:hover {
	font-size: 13px;
	color: #006600;
	background-image: url(../icon8.gif);
	background-repeat: no-repeat;
	background-position: 25px 13px;
	padding-left: 35px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #f0f0f0;
	text-decoration: none;
}
ul.navex ul li a.current {
	padding-left: 35px;
	font-size: 13px;
	background-image: url(../icon8.gif);
	background-repeat: no-repeat;
	background-position: 25px 13px;
	color: #006600;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #f0f0f0;
	text-decoration: none;
}
ul.navex ul li a:hover.current {
	padding-left: 35px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../icon8.gif);
	background-repeat: no-repeat;
	background-position: 25px 13px;
	color: #009933;
	text-decoration: underline;
	background-color: #f0f0f0;
}
ul.navex span{
	float:right;
}
/*************************
*******pagestyle CSS******
**************************/

.mm-toggle-wrap { 
	display:none;
	display: none !important\9;
}
.page_wrapper {
	position: relative;
	top: 0px;
}
.profile {
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
}
/**
.page_wrapper {
	position: relative;
	top: 0px;
	padding-bottom: 300px;
}
.profile {
	position: absolute;
	top: 0px;
	background-image: url(../profile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 100%;
	z-index: -1;
}**/
.news {
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
}
.products {
		top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
}

.download {
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
}
.specification {
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;

}
.contact {
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	width: 100%;
}

.content1 {
	padding-top: 10px;
	background-color: #FFF;
	min-height:350px;
	padding-right: 10px;
	padding-left: 10px;
}
.breadcrumb{
	list-style:none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
.pageleft {
	float: left;
	width: 200px;
	padding-bottom: 30px;
}
.pageleft1 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.pageleft .title {
	float: left;
	width: 100%;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #3884f2;
	padding-top: 5px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3884f2;
	letter-spacing: 1px;
}
.pageright100 {
	float: right;
	width: 100%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.pageright {
	float: right;
	width: 77%;
	padding-right: 10px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.page-header{
	margin: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 20px;
	padding-left: 28px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 1.7em;
	line-height: 0.9em;
	font-weight: bold;
	color: #3884f2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3884f2;
	background-image: url(../images/icon_pagetitle.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-transform: uppercase;
}
.pbox1 {
	float: left;
	width: 98%;
	padding-top: 25px;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 30px;
	padding-right: 1%;
	padding-left: 1%;
}
.pbox1 img {
	height:auto;
	max-width:100%;
}

/* 頁數pagenum */

.pagenum {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	padding-top: 20px;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.pagination {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 0;
	padding-left: 15px;
}

.pagination  li:first-child  a, .pagination  li:first-child  span {
  /*border-bottom-left-radius: 0;
  border-top-left-radius: 0;*/
  margin-left: 0;
}

.pagination  li:last-child  a, .pagination  li:last-child  span {
  /*border-bottom-right-radius: 0;
  border-top-right-radius: 0;*/
}

.pagination  .active  a, .pagination  .active  span, .pagination  .active  a:hover, .pagination  .active  span:hover, .pagination  .active  a:focus, .pagination  .active  span:focus {
  background-color: #3884f2;
  border-color: #FE980F;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}

.pagination  li  a, .pagination  li  span {
  background-color: #f0f0e9;
  border: 0;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  margin-right: 6px;
  color:#666;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pagination  li  a:hover{
	background:#3884f2;
	color:#fff;
}


/* News & download */
.newsbox {
	float: left;
	width: 100%;
	visibility: visible;
	margin-bottom: 10px;
	text-decoration: none;
	background-image: url(../images/line7.gif);
	color: #333;
}
.news-t1 {
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float: left;
	width: 83%;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 8px;
}
.news-t2 {
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float: left;
	width: 83%;
	visibility: visible;
	padding-top: 10px;
	padding-bottom: 8px;
}
.news-d1 {
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float: left;
	width: 17%;
	visibility: visible;
	padding-top: 10px;
	background-image: url(../images/line15.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 8px;
}
.news-d2 {
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	float: left;
	width: 17%;
	visibility: visible;
	padding-top: 10px;
	background-image: url(../images/line15.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 8px;
}
.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist2 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.newslist2 dl:hover {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 10px;
	background-color: #F5F5F5;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.newslist2 dt{
	float: left;
	overflow: hidden;
	clear: left;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #FFC617;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-right: 20px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	width: 14%;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist2 dd {
	float: right;
	width: 81%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 15px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}
.newslist2 dd A:link {
	color:#333;
	text-decoration:none
}
.newslist2 dd A:visited {
	color:#333;
	text-decoration:none
}
.newslist2 dd A:hover {
	color: #00602C;
	text-decoration: none
}
.newslist3 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.newslist3 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.newslist3 dt{
	float: left;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #FFC617;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
}
.newslist3 dd {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: #181818;
	width: 100%;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-bottom: 3px solid #f0f0f0;
	padding-top: 25px;
	padding-bottom: 30px;
}
.newscontent p {
	margin: 0px;
	padding-top: 20px;
}
.downloadlist {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.downloadlist dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.downloadlist dl:hover {
	float: left;
	width: 100%;
	padding-bottom: 12px;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 12px;
	background-color: #F5F5F5;
}
.downloadlist dt {
	float: left;
	font-size: 13px;
	color: #333;
	margin: 0px;
	line-height: 17px;
	background-image: url(../icon4.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
	padding-left: 18px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 4px;
}
.downloadlist dt A:link {
	color:#333;
	text-decoration:none
}
.downloadlist dt A:visited {
	color:#333;
	text-decoration:none
}
.downloadlist dt A:hover {
	color:#00b4cb;
	text-decoration:underline
}
.downloadlist dd {
	float: right;
	width: 160px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.downloadlist dd a {
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #FF7B1A;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.downloadlist dd a:hover {
	margin: 0px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 30px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #EC6400;
	color: #FFF;
	text-decoration: none;
}

/* contact */
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.contact2 {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 6px;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	text-align: center;
}
.contact3 {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.contact4 {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 0;
}


.contact4 dl {
	float: left;
	width: 100%;
	margin: 0px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.contact4 dt {
	float: left;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
}
.contact4 dd.info {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	margin-top: 15px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.contact4 dd.info a {
	color: #090;
}
.contact4 dd.info a:hover {
	color: #0C0;
}
.contact4 dd.map {
	margin-top: 10px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.contact4 dd.map iframe{width: 100%;}
.load_captcha{background: #ddd; color: #000; padding: 5px;}


.spec  {
	float: left;
	width: 98%;
	margin-top: 0;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
	margin-bottom: 15px;
}
.spec  dl {
	float: left;
	width: 100%;
	margin: 0px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
.spec  dt {
	float: left;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333333;

	margin: 0px;

	width: 100%;
}
.spec  dd.info {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #F60;
	margin-top: 15px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.spec  dd.info a {
	color: #090;
}
.spec dd.info a:hover {
	color: #0C0;
}


/*************************
*******Product CSS******
**************************/

#product-ov {
	width:100%;
	float: left;
	/*min-height:450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;*/
}
.itemarea {
	width:100%;
	float: left;
	padding-bottom: 15px;
	padding-top: 15px;
}
.itemarea2 {
	width:50%;
	float: left;
}
.itemarea3 {
	width:100%;
	float: left;
}
.itemarea4 {
	width:100%;
	float: left;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-top: 15px;
}


#product-ov a {
	display:block;
	width:100%;
	float:left;
	overflow:hidden;
	text-decoration:none;
	padding: 1%;
	border: 1px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
#product-ov a:hover {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 1%;
	border: 1px solid #C7F1CC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#product-ov a:hover img {}
#product-ov a ul { display:block; list-style:none; margin:0; padding:0; overflow:hidden}
#product-ov a ul li { display:block; list-style:none; margin:0; padding:0; overflow:hidden; }
#product-ov a ul li.product-name {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 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;
	width: 68%;
	float: right;
	margin-top: 8px;
}
#product-ov a:hover ul li.product-name {
	color: #006600
}
#product-ov a ul li.product-id {
	font-size:12px;
	line-height:20px;
	color:#C00;
	overflow:hidden;
	max-height:40px;
	width: 68%;
	float: right;
}
#product-ov a ul li.product-word {
	font-size:13px;
	line-height:20px;
	color:#333;
	overflow:hidden;
	width: 68%;
	float: right;
}
#product-ov a ul li.product-img {
	display:block;
	height:180px;
	float: left;
	width: 30%;
}
#product-ov a ul li.product-img img { display:block; height:180px; width:auto; margin:0 auto}

#product-ov1 a {
	display:block;
	width:50%;
	float:left;
	overflow:hidden;
	text-decoration:none;
	padding: 1%;
	border: 1px solid #FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box
}
#product-ov1 a:hover {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	text-decoration: none;
	padding: 1%;
	border: 1px solid #C7F1CC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#product-ov1 a:hover img {}
#product-ov1 a ul { display:block; list-style:none; margin:0; padding:0; overflow:hidden}
#product-ov1 a ul li { display:block; list-style:none; margin:0; padding:0; overflow:hidden; width:100% }
#product-ov1 a ul li.product-name {
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0;
	padding-right: 5px;
	padding-left: 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;
	text-align: center;
	background-color: #F0F0F0;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#product-ov1 a:hover ul li.product-name {
	color: #3884f2
}
#product-ov1 a ul li.product-word { font-size:12px; line-height:20px; color:#888; overflow:hidden; max-height:40px; padding-right: 5px; padding-left: 5px; }
#product-ov1 a ul li.product-price { font-size:12px; line-height:20px; color:#666; padding-right: 5px; padding-left: 5px; margin-bottom: 5px;}
#product-ov1 a ul li.product-price i {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	line-height: 20px;
	color: #FF6600;
}
#product-ov1 a ul li.product-price1 { font-size:12px; line-height:20px; color:#888; padding-right: 5px; padding-left: 5px;}
#product-ov1 a ul li.product-extra {
	clear: both;
	margin: 5px auto 0 auto;
	width: 110px;
	height: 24px;
	border: 1px solid #C9163A;
	border-radius: 4px;
	line-height: 24px;
	color: #FFF;
	font-size: 13px;
	background-color: #FF9900
}

#product-ov1 a ul li.product-img { display:block; height:200px;}
#product-ov1 a ul li.product-img img { display:block; height:200px; width:auto; margin:0 auto}







.products-b4 {
	float: right;
	width: 32%;
	padding: 0px;
	margin: 0px;
}
.products-b4 h2 {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	margin: 0px;
	font-size: 32px;
	line-height: 36px;
	font-weight: bolder;
	color: #1d2088;
}
#product-info {
	width: 45%;
	float: right;
	overflow: hidden;
	padding: 1%;
}

#product-info li { margin-bottom:5px; width:100%; float:left}
#product-info .product-number { color:#C9163A; font-size:13px; line-height:18px; display:block; float:left}
#product-info .product-name {
	font-size: 23px;
	line-height: 32px;
	font-weight: bolder;
	color: #333333;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3884f2;
	padding-top: 13px;
}
#product-info .product-word { margin:0; padding:10px 0 20px; color:#555; font-size:13px;border-bottom: 1px solid #CCC; }
#product-info .product-manual { margin:0; padding:15px 0 15px; border-bottom: 1px solid #CCC; }
#product-info li .field { display:block; float:left; width:30%; font-size:13px; font-weight:bold; color:#333; line-height:21px; overflow:hidden}
#product-info li .value { display:block; float:left; width:70%; font-size:13px; font-weight:normal; color:#000;line-height:21px;}
#product-info li .value a {
	margin: 0px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 35px;
	background-image: url(../icon-download.png);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #ccc;
	color: #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-decoration: none;
}
#product-info li .value a:hover {
	background-color: #3884f2;
	color: #FFF;
	text-decoration: none;
}

#product-info li.add {
	padding:0;
	width:100%;
	text-decoration:none;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-webkit-transition: background-color 0.2s;
	-ms-transition: background-color 0.2s;
	-o-webkit-transition: background-color 0.2s;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	 }
/*#product-info li.add a { display:block; color:#FFF; height:40px; line-height:40px; margin:20px 0 0 0; padding:0; background-color:#002853; border-radius:5px; width:240px; overflow:hidden; font-size:18px; text-align:center; text-decoration:none; letter-spacing:1px; transition: background-color 0.2s;
     -moz-transition: background-color 0.2s;
     -webkit-transition: background-color 0.2s;
     -ms-transition: background-color 0.2s;
     -o-webkit-transition: background-color 0.2s;
	 }
#product-info li.add a:hover { background-color:#C9163A}*/

ul#submit-btn {
	display:block;
	width:100%;
	float:left;
	margin: 0;
}
ul#submit-btn li {
	list-style:none;
	display:block;
	height:26px;
	line-height:26px;
	overflow:hidden;
	/*background-color:#002853;*/
	font-size: 13px;
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #CCC;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+1,e5e5e5+100 */
background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f2f2f2), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 1%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 1%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 1%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 1%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
ul#submit-btn li a {
	display:block;
	line-height:26px;
	width:100%;
	color:#666;
	text-decoration:none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
ul#submit-btn li a:hover {
	color: #FFF;
	background-color: #FF9900;
}

.member3 {
	float: left;
	width: 100%;
	border: 4px solid #E7E7E7;
	margin-top: 7px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	margin-bottom: 7px;
}
.member3 A {color:#00a0e9;text-decoration:none}
.member3 A:hover {color:#0068b7;text-decoration:underline}
.fancytable1 {
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.fancytable1 th {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #EBEBEB;
	border: 1px solid #CCC;
	text-align: center;
}
.fancytable1 td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	vertical-align: middle;
	padding: 7px;
}
.fancytable2 {
	width:100%;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
.fancytable2 th {
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	visibility: visible;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #EAFBF1;
	border: 1px solid #CCC;
	text-align: right;
	width: 15%;
}
.fancytable2 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%;
}

/* 產品標籤 */
.tabbable {
	padding: 0px;
	float: left;
	width: 100%;
	/* margin-top: 25px; */
	margin-right: 0px;
	/* margin-bottom: 20px; */
	margin-left: 0px;
}
.tab-content1 {
	margin: 0px;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-bottom: 20px;
	padding-left: 1%;
}

.tab-content1 img{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
/*********************************************************************************/
/* imagelightbox                                                                   */
/*********************************************************************************/

/* FAQ */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#qaContent {
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #2bbee6;
}
#qaContent ul.accordionPart {
	margin-top: 10px;
	margin-bottom: 20px;
}
#qaContent ul.accordionPart li {
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 15px;
	margin-top: 15px;
}
#qaContent ul.accordionPart li .qa_title {
	padding-left: 30px;
	color: #555;
	cursor: pointer;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	background-image: url(../icon-q.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
}
#qaContent ul.accordionPart li .qa_title_on {
	text-decoration: none;
	color: #09F;
}
#qaContent ul.accordionPart li .qa_content {
	padding-left: 30px;
	color: #666;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../icon-a.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	font-size: 14px;
	line-height: 24px;
}
.productpicbig-box {
	float: left;
	padding: 0px;
	display: block;
	width: 50%;
	/*border: 1px solid #E3E3E3;*/
	margin: 0px;

}
.imagecontainer-big {
	float: left;
	width:360px;
	height:360px;
	margin: 0;
	padding: 0;
}
div.container_img {
	width:100%;
	height:360px;
	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:350px;
	max-width:350px;
}


.imagecontainer {
	width: 100%;
	text-align: left;
	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: 60px; 
	height: 60px;
	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 */
}
/*.imagecontainer
		{
	width: 100%;
	text-align: center;
	margin: 0px;
	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 li
				{
					display: inline-block;
					margin: 0.3em;
				}
					.imagecontainer img
					{
						width: 3.7em; 
						height: 3.7em; 
						border-color: #ccc;
						border: 0.3em solid rgba( 255, 255, 255, .5 );

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

						-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
						transition: box-shadow .3s ease, border-color .3s ease;
					}
						.imagecontainer img:hover,
						.imagecontainer img:focus
						{
							border-color: #fff;

							-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 );
							box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 );
						}*/

/* 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;
			}
		}


/*********************************************************************************/
/* menu                                                                          */
/*********************************************************************************/
.jqueryslidemenu{
	display: inline-block;
	width: auto;
	margin:0px;
	height:53px;
	padding:0px;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	vertical-align: middle;
}
.jqueryslidemenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
	display: block;
	height: 50px;
	width: auto;
	cursor: pointer;
	text-decoration: none;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 18px;
	line-height: 55px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px 20px;
	text-transform: capitalize;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
	color: #333;
	text-decoration:none;
}

.jqueryslidemenu ul li a:hover{
	color: #3884f2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-top:0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #3884f2;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
	
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
	white-space: nowrap; /*width of sub menus*/
	color: #FFFFFF;
	background-color: #3884f2;
	height: auto;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 9px;
	text-align: left;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.jqueryslidemenu ul li ul li a:link, .jqueryslidemenu ul li ul li a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.jqueryslidemenu ul li ul li a:hover {
	/* color: #000; */
	/* background-color: rgb(255 255 255 / 80%); */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/* border-bottom-color: #00CC5B; */
}
/*ul.s1:hover .s2 {
	background-color:#e60012;
	color: #FFFFFF;
}*/

/*2st sub level menu*/
.jqueryslidemenu ul li ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-top:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li ul li a{
	width: 170px; /*width of sub menus*/
	color: #FFFFFF;
	height:auto;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #3884f2;
	font-weight: normal;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #109B00;
	border-bottom-color: #109B00;
	border-left-color: #109B00;
}

.jqueryslidemenu ul li ul li ul li a:hover{ /*sub menus hover style*/
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #109B00;
	border-bottom-color: #00CC5B;
	border-left-color: #109B00;
	background-color: #3884f2;
}
/*3st sub level menu*/
.jqueryslidemenu ul li ul li ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	padding-top:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li ul li ul li a{
	width: 120px; /*width of sub menus*/
	color: #FFFFFF;
	height:auto;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #015a99;
	border-left-color: #015a99;
	background-color: #1f6a9f;
}

.jqueryslidemenu ul li ul li ul li ul li a:hover{ /*sub menus hover style*/
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #139ded;
	border-left-color: #139ded;
}

.pcolor1 a{
	background-color:#004b80;
}
.pcolor1 a:hover{ 
	background-color:#139ded;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	margin: 0px;
	padding: 0px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}





/* 產品 */
.products_b1 {
	float: left;
	width: 100%;
	min-height:400px;
	
}
.products_b2 {
	float: left;
	width: 964px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1897C0;
	border-left-color: #1897C0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1897C0;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-bottom: 30px;
}
.products_b3 {
	/*list-style-type: none;
	overflow-x:scroll;
	overflow-y:hidden;
	display: block;*/
	width: 100%;
	padding-bottom: 5px;
	float: left;
			

}
.products_b4 {
	list-style-type: none;
	overflow-x:hidden;
	overflow-y:scroll;
	display: block;
	height:185px;
	min-width:170px;
	max-width:220px;

}
.products_b4 ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.products_b4 li{
	float:left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E3E3E3;
	padding-bottom: 0px;
	text-align: left;
}
.products_b5 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	margin-bottom: 20px;
}
.products_b5 dl {
	margin: 0px;
	float: left;
	width: 765px;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 13px;
}
.products_b5 dt {
	float: left;
	font-size: 22px;
	color: #0c55ae;
	margin: 0px;
	line-height: 26px;
	font-weight: bold;
	width: 98%;
	background-image: url(../icon_17.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	padding-left: 2%;
}
.products_b5 dt A:link {
	color:#0c55ae;
	text-decoration:none;
}
.products_b5 dt A:visited {
	color:#0c55ae;
	text-decoration:none;
}
.products_b5 dt A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_b5 dd {
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	width: 98%;
	padding-left: 2%;
}
.products_b5 dd A:link {
	color:#0c55ae;
	text-decoration:none;
}
.products_b5 dd A:visited {
	color:#0c55ae;
	text-decoration:none;
}
.products_b5 dd A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_b6 {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	margin-bottom: 20px;
}
.products_b6:last-child {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
	margin-bottom: 0px;
}
.products_b6 dl {
	margin: 0px;
	float: left;
	width: 765px;
	display: block;
	padding-top: 2px;
	padding-right: 18px;
	padding-left: 5px;
}
.products_b6 dt {
	float: left;
	font-size: 18px;
	color: #0c55ae;
	margin: 0px;
	line-height: 22px;
	font-weight: bold;
	width: 98%;
	background-image: url(../icon_17.gif);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	padding-left: 2%;
}
.products_b6 dt A:link {
	color:#0075c1;
	text-decoration:none;
}
.products_b6 dt A:visited {
	color:#0075c1;
	text-decoration:none;
}
.products_b6 dt A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_b6 dd {
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	width: 98%;
	padding-left: 2%;
}
.products_b6 dd A:link {
	color:#0c55ae;
	text-decoration:none;
}
.products_b6 dd A:visited {
	color:#0c55ae;
	text-decoration:none;
}
.products_b6 dd A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_b7 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	min-width:980px;
}
.products_b7 dl {
	margin: 0px;
	float: left;
	width: 760px;
	display: block;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 13px;
}
.products_b7 dt {
	float: left;
	font-size: 22px;
	color: #0c55ae;
	margin: 0px;
	line-height: 26px;
	font-weight: bold;
	width: 98%;
	background-image: url(../icon_17.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	padding-left: 2%;
}
.products_b7 dt A:link {
	color:#0c55ae;
	text-decoration:none;
}
.products_b7 dt A:visited {
	color:#0c55ae;
	text-decoration:none;
}
.products_b7 dt A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_b7 dd {
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #666;
	margin: 0px;
	padding-top: 5px;
	width: 98%;
	padding-left: 2%;
}
.products_b7 dd A:link {
	color:#0c55ae;
	text-decoration:none;
}
.products_b7 dd A:visited {
	color:#0c55ae;
	text-decoration:none;
}
.products_b7 dd A:hover {
	color:#FB9700;
	text-decoration: none;
}
.products_p1 {
	height: 150px;
	width: 180px;
	text-align : center;
	float: left;
	/* Firefox, Chrome */
    line-height : 150px;
	white-space : nowrap;

     /* IE */
    *font-size : 135px;  /* 寬 * 0.9 = ? px */
    *font-family : 'Helvetica', 微軟正黑體, sans-serif;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #E4E4E4;
}
.products_p1:hover {
	height: 150px;
	width: 180px;
	text-align : center;
	float: left;
	/* Firefox, Chrome */
    line-height : 150px;
	white-space : nowrap;

     /* IE */
    *font-size : 135px;  /* 寬 * 0.9 = ? px */
    *font-family : 'Helvetica', 微軟正黑體, sans-serif;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #00a0e9;
}
.products_p1:after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}
.products_p1 img {
  vertical-align : middle;
}
.products_p2 {
	height: 150px;
	width: 180px;
	text-align : center;
	float: right;
	/* Firefox, Chrome */
    line-height : 150px;
	white-space : nowrap;

     /* IE */
    *font-size : 135px;  /* 寬 * 0.9 = ? px */
    *font-family : 'Helvetica', 微軟正黑體, sans-serif;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #E4E4E4;
}
.products_p2:hover {
	height: 150px;
	width: 180px;
	text-align : center;
	float: right;
	/* Firefox, Chrome */
    line-height : 150px;
	white-space : nowrap;

     /* IE */
    *font-size : 135px;  /* 寬 * 0.9 = ? px */
    *font-family : 'Helvetica', 微軟正黑體, sans-serif;
	text-align: center;
	display: block;
	padding: 5px;
	border: 1px solid #00a0e9;
}
.products_p2:after {
  content : ".";
  font-size : 1px;
  margin-left : -1px;
  opacity : 0;
}
.products_p2 img {
  vertical-align : middle;
}

.section-title {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	color: #464646;
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: 600;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 8px;
}
.section-title a:link, .section-title a:visited{
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	color: #333;
	font-size: 13px;
}
.section-title a:hover{
	color: #1366b0;
}



/*產品表格*/

#probox {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow-x:scroll;
	overflow-y:hidden;
  }


#protable {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	float: left;
	overflow-x:scroll;
overflow-y:hidden;

  }
  
#mytable_t1 {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	float: left;


  }
.producttable1 {
	border-collapse: collapse;
	width: 100%;
	padding: 0;
	margin-top: 0;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #559B55;
	border-right-color: #559B55;
	border-bottom-color: #559B55;
	border-left-color: #559B55;


}
.producttable1 A:link {color:#333;text-decoration:underline}
.producttable1 A:visited {color:#333;text-decoration:underline}
.producttable1 A:hover {color:#01a8ec;text-decoration:none}
.producttable1 td {
	padding: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #559B55;
	border-left-color: #559B55;
}

.producttable1 sub {
	font-size: 12px;
	line-height: 18px;
}
.producttable2 {
	width:950px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	border-collapse:collapse;
}
.producttable2 th {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	visibility: visible;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #00b0f0;
	text-align: center;
	border: 1px solid #666;
	color: #FFF;
	vertical-align: middle;
}
.producttable2 td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 1px solid #666;
	vertical-align: middle;
	/*font-size: 13px;
	line-height: 20px;*/
}
.producttable2 sup {
	font-size: 12px;
	line-height: 10px;
}
.producttable3 {
	width:100%;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	border-collapse:collapse;
	margin-top: 5px;
}
.producttable3 th {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	visibility: visible;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #333;
	vertical-align: middle;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.producttable3 td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	line-height: 22px;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.productrow1 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	visibility: visible;
	background-color: #1CAEDF;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #1584A8;
	white-space: nowrap;
}
.productrow2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	visibility: visible;
	background-color: #35CFEA;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #1584A8;
	white-space: nowrap;
}
.productrow3 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	visibility: visible;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1584A8;
	border-left-color: #1584A8;
}
/*.productrow3:hover {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	visibility: visible;
	background-color: #e0f2fd;
	vertical-align: middle;
	text-align: center;
}*/

.productrow4 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #EAEAEA;
	vertical-align: middle;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}
/*.productrow4:hover {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	visibility: visible;
	background-color: #e0f2fd;
	vertical-align: middle;
	text-align: center;
}*/
.productrow5 {
	visibility: visible;
	border: 1px solid #1584A8;
	text-align: center;
}
.productrow6 {
	font-size: 13px;
	line-height: 18px;
	color: #000;
	visibility: visible;
	background-color: #929292;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
dl.pnum {
	float: left;
	text-align: center;
	line-height: 18px;
	padding-top: 5px;
}
dl.pnum dt {

	float: left;
	padding-top: 5px;
	width: 16px;
}
dl.pnum dd {
	font-size: 12px;
	line-height: 20px;
	color: #333;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 3px;
	float: right;
	width: 33px;
}
.pnum1 {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 100%;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pnum2 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 100%;
	padding-top: 5px;
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	height: auto;
}
.pcircle {
	font-family: 'Helvetica', 微軟正黑體, sans-serif;
	font-size: 15px;
	color: #666;
	} 
	
.fontbold {
	font-weight: bold;
	color: #333;
	} 





.imagecontainer02 {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
.imagecontainer02 ul {
	margin-top: 5px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.imagecontainer02 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;
}
.imagecontainer02 li {
	display: inline-block; /* 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: 200px;
	height: 280px;
	margin-right: 10px;
	margin-left: 10px;
		margin-top:20px;
	margin-bottom: 20px;
	background: #FFF;
	float: left;


}
.imagecontainer02 li:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
.imagecontainer02 li img { 

    top:0;
    bottom:0;
    right:0;
    left:0;
    max-width:100%;
	max-height:280px;
    margin:auto;
}
.imagecontainer02 li:hover,
.imagecontainer02 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 */
}


.imagecontainer02 li .title {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #333;
	margin-top: 8px;
	margin-bottom: 5px;
}

.mright10 {
	margin-right: 10px;	
	
}
.mbottom20 {
	margin-bottom: 20px;	
	
}
.demo-gallery > ul {
                margin-bottom: 0;
            }
            .demo-gallery > ul {
                display: flex;
                flex-wrap: wrap;
    			align-self: stretch;
    			gap: 0px;
            }
            .demo-gallery > ul > li a {
                border: 3px solid #FFF;
                border-radius: 3px;
                display: block;
                overflow: hidden;
                position: relative;
                float: left;
            }
            .demo-gallery > ul > li a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
                -webkit-transition: -webkit-transform 0.15s ease 0s;
                -moz-transition: -moz-transform 0.15s ease 0s;
                -o-transition: -o-transform 0.15s ease 0s;
                transition: transform 0.15s ease 0s;
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
                height: 100%;
                width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
                opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
                left: 50%;
                margin-left: -10px;
                margin-top: -10px;
                opacity: 0;
                position: absolute;
                top: 50%;
                -webkit-transition: opacity 0.3s ease 0s;
                -o-transition: opacity 0.3s ease 0s;
                transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
                height: 48px;
                margin-left: -24px;
                margin-top: -24px;
                opacity: 0.8;
                width: 48px;
            }
            .demo-gallery.dark > ul > li a {
                border: 3px solid #04070a;
            }
.demo-chungnhan > ul > li a{text-align: center; display: block;width: 100%;}
.demo-chungnhan > ul > li a img{width: 70%;margin: auto;}
 /*mobile */
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){body{font-size:16px;}*.mobile{display:block;}.desktop{display:none;}}
@media (max-width:980px){.flags_mb{display: inline-block;float: right;}}
@media(max-width:740px){}
@media(max-width:736px){}
@media(max-width:732px){}
@media(max-width:720px){}
@media(max-width:696px){}
@media(max-width:668px){}
@media(max-width:641px){}
@media(max-width:600px){}
@media(max-width:568px){}
@media(max-width:480px){}
@media(max-width:414px){}
@media(max-width:376px){}
@media(max-width:360px){}
@media(max-width:320px){}
@media(max-width:240px){}