﻿body{
	margin: 0;
    padding: 0;
	font-size:13px;
	font-family:Verdana;
	background-color:#fff;
    height: 100%;
}

a{
	border:none;
	text-decoration:none;
	color:inherit;
}

img {
    height: auto;
    max-width: 100%;
}
.rwd-img{
	display: block;
    height: auto;
    max-width: 100%;
}
/* word-表格用 */
.Section1{
    width: 100% !important;
}
.MsoNormalTable {
    width: 100% !important;
}

#showhide{
	display:block;
}
#hideshow{
	display:none;
}
#sh-ink{
	display:inline-block;
}
#hs-ink{
	display:none;
}

.lcenter{
	text-align:left;
}
.rcenter{
	text-align:right;
}
.cleft{
	text-align:center;
}
.cright{
	text-align:center;
}
.rleft{
	text-align:right;
}
.lright{
	text-align:left;
}


/*---------------------------------------- font ----------------------------------------*/
.txt13{
	font-size:13px;
}
.txt15{
	font-size:15px;
}
.txt_wh{
	color:#FFFFFF;
}
.txt_bk{
	color:#000000;
}
.txt_gray33{
	color:#333333;
}
.txt_gray66{
	color:#666666;
}
.txt_red{
	color:#ff0000;
}


.lh25{
	line-height:25px;
}
.lh30{
	line-height:30px;
}
.lh35{
	line-height:35px;
}

.txtin15 {
	margin-left:15px;
	margin-right:15px;
}

/*---------------------------------------- margin ----------------------------------------*/
.m0{
	margin:0;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}

.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}

.mtb5{
	margin-top:5px;
	margin-bottom:5px;
}
.mtb10{
	margin-top:10px;
	margin-bottom:10px;
}
.mtb15{
	margin-top:15px;
	margin-bottom:15px;
}
.mtb20{
	margin-top:20px;
	margin-bottom:20px;
}
.mtb30{
	margin-top:30px;
	margin-bottom:30px;
}


/*---------------------------------------- padding ----------------------------------------*/
.p0{
	padding:0;
}
.pt5{
	padding-top:5px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.pt50{
	padding-top:50px;
}

.pb5{
	padding-bottom:5px;
}
.pb10{
	padding-bottom:10px;
}
.pb15{
	padding-bottom:15px;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pb50{
	padding-bottom:50px;
}

.ptb5{
	padding-top:5px;
	padding-bottom:5px;
}
.ptb10{
	padding-top:10px;
	padding-bottom:10px;
}
.ptb15{
	padding-top:15px;
	padding-bottom:15px;
}
.ptb20{
	padding-top:20px;
	padding-bottom:20px;
}
.ptb30{
	padding-top:30px;
	padding-bottom:30px;
}
.ptb50{
	padding-top:50px;
	padding-bottom:50px;
}

/*------------------------------------------- btn -------------------------------------------*/
.btn_wh {
	border:1px solid #000;
	background-color: #fff;
    color: #000;
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    width: 85%;
}

/*------------------------------------------- icon -------------------------------------------*/
.fa-home, .fa-list, .fa-info-circle, .fa-bullhorn, .fa-arrow-circle-down, .fa-envelope {
    color: #fff;
    font-size: 20px !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

.fa-trash-o {
    color: #999999;
    font-size: 25px !important;
    vertical-align: middle;
}

.icon_down {
    background-image: url("../tw_images/icon/icon_down.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
    width: 28px;
}


/*------------------------------------------- bg -------------------------------------------*/
.bg_ee{
	background-color:#eeeeee;
	border-bottom:1px solid #fff;
}
.bg_bu{
	background-color:#1684d3;
	border-bottom:1px solid #fff;
}
.bg_bu2{
	background-color:#52b2cf;
}

.bg_dg{
	background-color:#4e4a49;
	border-bottom:1px solid #fff;
}

/*------------------------------------------- lan -------------------------------------------*/
#lan_bar{
	background-color:#EBEBEB;
}
ul.lan{
	margin:0;
	padding:4.5px 28px;
	text-align:right;
	list-style:none;
}
ul.lan > li{
	margin-right:20px;
	display:inline-block;
	vertical-align:text-top;
}
ul.lan > li:last-child{
	margin-right:0;
}


/*------------------------------------------- nav -------------------------------------------*/
header{
	/*-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;*/
}
#nav{
	padding:25px 0;
	background-color:#fff;
}
#menu,
#menu ul,
#menu ul li,
#menu ul li a,
#menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  float: right;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu:after,
#menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu #menu-button {
  display: none;
}
#menu {
  width: auto;
  line-height: 1;
  /*padding-right: 50px;*/
}
#menu > ul > li {
  float: left;
}
#menu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#menu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#menu.align-right > ul > li {
  float: right;
}
#menu > ul > li > a {
  padding: 20px 25px 21px 25px;
  font-size: 12px;
  text-decoration: none;
  color: #2364b4;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#menu > ul > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#menu.align-center > ul > li:first-child > a {
  border-radius: 0;
}
#cssmen.align-right > ul > li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#menu > ul > li:hover > a,
#menu > ul > li.active > a {
  color: #444444;
}
#menu > ul > li:hover > a,
#menu > ul > li > a:hover {
  /*background: rgba(125, 125, 125, 0.04);*/
}

#nav .ser_btn{
	/*background-color:#fafafa;*/
	background-image:url(../eng_images/icon/icon_search.png);
	background-position:center center;
	background-repeat:no-repeat;
	/*border:1px solid #b0b0b0;*/
	padding:4px 15px;
	width:40px;
	height:40px;
	margin-top: 5px;
	border-radius:10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#nav .ser_btn input{
	display:none;
}
#nav .ser_act{
	width:230px;
	border:1px solid #b0b0b0;
	background-color:#fafafa;
	background-position:96% center;
}
#nav .ser_act input{
	display:inline-block;
	height:30px;
	width: 90%;
	background-color:#fafafa;
	border:1px solid #fafafa;
}


.scroll_line{
	background-color: #fff;
}

/*--- 小畫面 ---*/
.sidebar_container {
	font-family: "Open Sans",sans-serif;
	position:absolute;
	height: 100%;
	width: 0;
	left: 0;
	top:0;
	-webkit-transition:  left 0.4s ease-in-out;
	-moz-transition:  left 0.4s ease-in-out;
	-ms-transition:  left 0.4s ease-in-out;
	-o-transition:  left 0.4s ease-in-out;
	transition:  left 0.4s ease-in-out;
	z-index: 1000;
}
.sidebar_container.open-sidebar {
	left: 240px;
	z-index: 1000;
	position:fixed;
}
.sidebar_act{
	position:fixed;
}
.sidebar_act #sidebar-toggle{
	margin-top:9px !important;
}
    
#sidebar {
	position: absolute;
	left: -240px;
	background-color: #3a7bcc;
	width: 240px;
	height: 100%;
	box-sizing: border-box;
	min-height: 100vh;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
	border-bottom:1px solid #76a3dc;
}
#sidebar ul li a {
	padding: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: 100;
	color: white;
	text-decoration: none;
	display: block;
	-webkit-transition:  background 0.3s ease-in-out;
	-moz-transition:  background 0.3s ease-in-out;
	-ms-transition:  background 0.3s ease-in-out;
	-o-transition:  background 0.3s ease-in-out;
	transition:  background 0.3s ease-in-out;
}
#sidebar ul li:hover a {
}
.sidebar_title{
	color:#fff;
	background-color:#d13564;
	padding:8px 0 8px 20px;
}
.main-content {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.main-content .content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 60px;
	width: 100%;
}
.main-content .content h1{
	font-weight: 100;
}
.main-content .content p{
	width: 100%;
	line-height: 160%;
}
.main-content #sidebar-toggle {
	background-color: #2364b4;
	border-radius: 50%;
	display: block;
	position: relative;
	padding: 10px 7px;
	float: left;
	margin-left: 5px;
    margin-top: -9px;
}
.main-content #sidebar-toggle .bar{
	display: block;
	width: 18px;
	margin-bottom: 3px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;   
}
.main-content #sidebar-toggle .bar:last-child{
	margin-bottom: 0;   
}
dl { 
	height: 100%;
	overflow-y:auto;
	width: 100%;
}
dt { 
	color: white;
	display: block;
	font-size: 15px;
	font-weight: 100;
	text-decoration: none;
	border-bottom:1px solid #76a3dc;
	transition: background 0.3s ease-in-out 0s;
}
dt:hover{
	cursor:pointer;
}
dt a:hover{
	color: #FFF !important;
	cursor:pointer;
	text-decoration:none;
}
dd { margin: 2px; }
dt a { color: #FFF !important; display:block;padding: 10px 0 10px 20px; text-decoration:none; }
dd ul li a { color: #fff !important; ;margin-left: 1em; }


/*------------------------------------------- pro_nav -------------------------------------------*/
#pro_nav{
	background-color:#fff;
	border-bottom:4px solid #2364b4;
}

#pro_nav .ser_btn{
	background-color:#fafafa;
	background-image:url(../eng_images/icon/icon_search.png);
	background-position:96% center;
	background-repeat:no-repeat;
	border:1px solid #b0b0b0;
	padding:4px 15px;
	height:40px;
	margin-bottom: 20px;
	border-radius:10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#pro_nav input{
	display:inline-block;
	height:30px;
	width: 90%;
	background-color:#fafafa;
	border:1px solid #fafafa;
}
#pro_nav #menu-style a{
	color: #2364b4;
	display: block;
	padding: 10px 15px;
	font-weight: normal;
}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
		width: 100%;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

#pro_nav .navbar-nav{
	width:100%;
}
#pro_nav .navbar{
	border-radius:0;
	margin-bottom:0;
	/*border-bottom:4px solid #2364b4;*/
}
#pro_nav .nav > li > a{
	padding:10px 40px;
}
#pro_nav .navbar-default .navbar-nav > li > a{
	color:#000;
	font-weight:bold;
}
#pro_nav .dropdown .dropdown-toggle{
	position:relative;
}
#pro_nav .dropdown.open > a:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 8px 6px;
	border-color: transparent transparent #0a1e3c transparent;
	position:absolute;
	content:"";
	left:50%;
	bottom:-5px;
	
}
#pro_nav .dropdown-menu{
	padding-bottom: 15px;
	border-bottom:4px solid #2364B4;
	background-color:rgba(10,30,60,0.88);
	
}
#pro_nav .dropdown-menu > li > a{
	color:#fff;
	font-size:14px;
	padding: 10px 0;
	margin:0 20px;
	border-bottom:1px solid #fff;
}
#pro_nav .arrow-down{
	margin-left: 5px;
    display: inline-block;
	background-image:url(../eng_images/icon/nav_arrow.png);
	background-repeat:no-repeat;
	width:10px;
	height:6px;
}




/*------------------------------------------- banner -------------------------------------------*/
.idx_banner{
	display:block;
}
.idx_banner-s{
	display:none;
}
.idx_banner .carousel-indicators{
	margin-right: 20px;
	margin-left:0;
	width: 96%;
	left:0;
	text-align:right;
	top:20px;
}
.idx_banner .carousel-indicators li{
	width:20px;
	height:4px;
	border-radius:0;
	border:1px solid #b4b1af;
	background-color:#b4b1af;
}
.idx_banner .carousel-indicators .active{
	border:1px solid #025795;
	background-color:#025795;
}

	
/*------------------------------------------- index -------------------------------------------*/
#idx_page{
	clear:both;
	padding:50px;
}
.idx_title{
	color:#000;
	font-size:25px;
	line-height:32px;
	text-align:center;
	padding:5px 0;
}
.idx_nevin{
	color:#000;
	font-size:12px;
	text-align:center;
}
.page_num{
	text-align:right;
}
.page_num > .num_select > .txt{
	color:#a8a8a8;
	font-size:12px;
}
.page_num > .num_select > .inpt input{
	color:#505050;
	font-size:12px;
	padding:0;
	width:40px;
	height: 15px;
	text-align:center;
	background-color:#fff;
	border:1px solid #a8a8a8;
}
.page_num > .num_select{
	display:inline-block;
	padding-top: 6px;
	padding-right: 15px;
    vertical-align: top;
}
.page_num .pagination{
	margin:0;
}
.page_num .pagination > li > a, .pagination > li > span{
	border:none;
	padding:6px;
}

.back{
	padding:20px 0;
	color:#a8a8a8;
	font-size:12px;
	text-align:right;
}
.back a{
	color:inherit;
	cursor:pointer;
	text-decoration:none;
}


/*------------------------------------------- sub -------------------------------------------*/
.sub_title{
	color:#000;
	font-size:20px;
	padding-top: 12px;
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
  margin: 0 auto;
  padding: 10px 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sub {
  width: 200px;
  color: #ffffff;
}
#sub ul ul {
  display: none;
}
.align-right {
  float: right;
}
#sub > ul > li > a {
  padding: 10px 20px;
  border:1px solid #A4A4A4;
  cursor: pointer;
  z-index: 2;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  background: #fff;
}
#sub > ul > li > a:hover,
#sub > ul > li.active > a,
#sub > ul > li.open > a {
  color: #000;
  background: #fff;
}
#sub > ul > li.open > a {
  /*border-bottom: 1px solid #1682ba;*/
}
#sub > ul > li:last-child > a,
#sub > ul > li.last > a {
  /*border-bottom: 1px solid #1682ba;*/
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 13px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#sub > ul > li > a:hover > span::after,
#sub > ul > li.active > a > span::after,
#sub > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 14px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#sub ul ul li{
	padding:0;
}
#sub ul ul li a {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #000;
  background: #fff;
}
#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active > a {
  background: #fff;
  color: #000;
}
#sub ul ul li:first-child > a {
  box-shadow: none;
}
#sub ul ul ul li:first-child > a {
}

#sub ul ul ul li a {
  color:#646464;
  padding:5px 0 5px 30px;
  font-size:12px;
  line-height:16px;
}
#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#sub > ul > li > ul > li.open:last-child > a,
#sub > ul > li > ul > li.last.open > a {
 /* border-bottom: 1px solid #32373e;*/
}
#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#sub ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#sub ul ul li.active > a::after,
#sub ul ul li.open > a::after,
#sub ul ul li > a:hover::after {
  border-color: #646464;
}


/*------------------------------------------- page -------------------------------------------*/
#page{
	clear: both;
	padding:50px;
}
#page h1{
	color:#000;
	font-size:32px;
	padding-bottom:40px;
}
#page .cp_nevin{
	color:#000;
	font-size:15px;
	line-height:27px;
}


/*------------------------------------------- product -------------------------------------------*/
#page .pro h1:first-child{
	margin-top:25px;
}
#page .pro h1{
	color:#000;
	font-size:32px;
	border-bottom:1px solid #a8a8a8;
	padding-bottom:25px;
	margin-top:50px;
	margin-bottom:0;
}
#page .pro h2{
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin:25px 0;
}


.pro_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a8a8a8;
}
.pro_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
}
@media screen and (max-width: 50em) {
  .pro_item {
    width: 33.333%;
  }
}
@media screen and (max-width: 40em) {
  .pro_item {
    width: 50%;
  }
}
@media screen and (max-width: 22em) {
  .pro_item {
    width: 100%;
  }
}

.pro_item figure {
  margin: 0;
}

.pro_inner {
  background: #fff;
  width: 100%;
}
.pro_inner img {
  display: block;
}
.pro_inner figcaption {
  padding: 1.25rem;
  color:#000;
  font-size:15px;
  text-align:center;
}



/* products-detail */
#page .prod h1{
	color:#000;
	font-size:32px;
	margin:0;
	padding:0;
}
.prod_bread .breadcrumb{
	margin:0;
	padding:10px 0;
	border-radius:0;
	background-color:#fff;
}
#prod_imgs img{
	cursor:pointer;
}
.prod h2{
	color:#000;
	margin:20px 0;
	padding-left:15px;
	font-size:20px;
	position:relative;
}
.prod h2:before{
	content:"";
	left:0;
	top:4px;
	width:3px;
	height:15px;
	position:absolute;
	background-color:#000;
}

.prod_tbl{
	width:60%;
	text-align:center;
}
.prod_tbl tr th{
	border:1px solid #999999;
}
.prod_tbl tr td{
	border:1px solid #999999;
}


.prod_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.prod_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0.625rem;
  margin: 0;
}
@media screen and (max-width: 40em) {
  .prod_item {
    width: 50%;
  }
}
@media screen and (max-width: 22em) {
  .prod_item {
    width: 100%;
  }
}
.prod_item figure {
  margin: 0;
}
.prod_inner {
  background: #fff;
  width: 100%;
}
.prod_inner img {
  display: block;
  /*width: 100%;*/
}
.prod_inner figcaption {
  padding: 1.25rem;
  color:#000;
  font-size:12px;
}


/*------------------------------------------- download -------------------------------------------*/
#page .down h1:first-child{
	margin-top:25px;
}
#page .down h1{
	color:#000;
	font-size:32px;
	border-bottom:1px solid #a8a8a8;
	padding-bottom:25px;
	margin-top:50px;
	margin-bottom:25px;
}
#page .down h2{
	color:#000;
	font-size:15px;
	font-weight:bold;
	margin:25px 0;
}

.down_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #a8a8a8;
}

.down_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
}
@media screen and (max-width: 50em) {
  .down_item {
    width: 33.333%;
  }
}
@media screen and (max-width: 40em) {
  .down_item {
    width: 50%;
  }
}
@media screen and (max-width: 22em) {
  .down_item {
    width: 100%;
  }
}

.down_item figure {
  margin: 0;
}

.down_inner {
  background: #fff;
  width: 100%;
}
.down_inner img {
  display: block;
  /*width: 100%;*/
}
.down_inner figcaption {
  padding: 1.25rem;
  color:#000;
  font-size:15px;
  text-align:center;
}

/*------------------------------------------- inquiry -------------------------------------------*/
.inq_nevin{
	color:#000;
	font-size:12px;
	line-height:20px;
}
/*ul.inq_btn{
	margin:0 auto;
	padding:20px 0;
	text-align: center;
}
ul.inq_btn li{
	width:135px;
	list-style:none;
	display:inline-block;
}*/
.inq_form p{
	color:#000;
	font-size:12px;
	margin:10px 0;
}
/* input type=radio */
.inq_form ul.sex{
	margin:0;
	padding:0;
	list-style:none;
	height: 100%;
  width: 100%;
}
.inq_form ul.sex li{
	display:inline-block;
	list-style: none;
	margin: 5px 0;
	padding: 0;
  position: relative;
}
.inq_form ul.sex li input[type=radio]{
  position: absolute;
  visibility: hidden;
}
.inq_form ul.sex li label{
  display: inline-block;
  position: relative;
  font-weight:normal;
  margin: 25px auto 0 auto;
  padding: 10px 15px 0 30px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.inq_form ul.sex li .check{
  display: block;
  position: absolute;
  border: 1px solid #c8c8c8;
  /*border-radius: 100%;*/
  height: 25px;
  width: 25px;
  top: 30px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}
.inq_form ul.sex li:hover .check {
  border: 1px solid #666;
}
.inq_form ul.sex li .check::before {
  display: block;
  position: absolute;
  content: '';
  /*border-radius: 100%;*/
  height: 15px;
  width: 15px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.inq_form ul.sex input[type=radio]:checked ~ .check {
  border: 1px solid #c8c8c8;
}
.inq_form ul.sex input[type=radio]:checked ~ .check::before{
  background: #c8c8c8;
}
.inq_form ul.sex input[type=radio]:checked ~ label{
  color: #333;
}
/* input type=radio _ end */

.inq_form input,
.inq_form textarea{
	font-size:13px;
	border-radius:0;
	padding: 6px 5px;
	border:1px solid #c8c8c8;
}
.inq_form .form-control::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.inq_form .form-control:-ms-input-placeholder {
  color: #c8c8c8;
}
.inq_form .form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}



/*------------------------------------------- news -------------------------------------------*/
.table-col {
    margin: 10px 0;
}
.table-col tr th{
	color:#000;
	font-weight:normal;
	padding-left: 20px;
    padding-right: 20px;
	background-color:#fff;
}
.table-col tr td{
	color:#000000;
	padding-left: 20px;
    padding-right: 20px;
	background-color:#fff;
	border-bottom:1px solid #a8a8a8;
}
.table-col tr td:first-child{
    font-size: 15px;
}
.table-col tr td:last-child{
    font-size: 12px;
	text-align:center;
}
.table-col tr:first-child td{
	border-top:1px solid #a8a8a8;
}


.table-col2{
	font-size: 13px;
    margin: 10px 0;
}
.table-col2 tr td:first-child{
	color:#fff;
	background-color:#1568b6;
}
.table-col2 tr td{
	color:#000;
	background-color:#f0f1f3;
	border:1px solid #fff;
	padding-left: 20px;
    padding-right: 20px;
}
/*.table-col2 tr:last-child td{
	border:none;
}*/

.news_d p{
	color:#000;
	font-size:15px;
	line-height:27px;
}

/*------------------------------------------- contact -------------------------------------------*/
#horizontalTab{
	margin:20px 0;
}
.map{
	background-image:url(../eng_images/bg/map_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
    width: 100%;
	height: 0;
	padding-top: 49%;
}
.europe:hover,
.middle-east:hover,
.africa:hover,
.asia:hover,
.oceania:hover,
.north-america:hover,
.south-america:hover{
	cursor:pointer;
}

.map button{
	/*border:1px solid #ff0000;*/
	display:inline-block;
	border: 0;
	cursor: pointer;
	background-color: Transparent;
    background-repeat:no-repeat;
    overflow: hidden;
    outline:none;
	position:absolute;
	
	width:100%;
	height:100%;
}
.europe{
	background-image:url(../eng_images/distributors/Europe.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width:61%;
	height:40%;
	left:0.1%;
	top:3.85%;
}
.europe:hover{
	background-image:url(../eng_images/distributors/Europe_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width:61%;
	height:40%;
	left:0.1%;
	top:3.85%;
}
.europe-act{
	background-image:url(../eng_images/distributors/Europe_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width:61%;
	height:40%;
	left:0.1%;
	top:3.85%;
}

.middle-east{
	background-image:url(../eng_images/distributors/MiddleEast.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 14.7%;
	height: 27%;
	left: 16.6%;
	top: 29.7%;
}
.middle-east:hover{
	background-image:url(../eng_images/distributors/MiddleEast_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 14.7%;
	height: 27%;
	left: 16.1%;
	top: 29.7%;
}
.middle-east-act{
	background-image:url(../eng_images/distributors/MiddleEast_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 14.7%;
	height: 27%;
	left: 16.1%;
	top: 29.7%;
}

.africa{
	background-image:url(../eng_images/distributors/Africa.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.9%;
	height: 43%;
	left: 1.7%;
	top: 42.6%;
}
.africa:hover{
	background-image:url(../eng_images/distributors/Africa_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.9%;
	height: 43%;
	left: 1.7%;
	top: 42.6%;
}
.africa-act{
	background-image:url(../eng_images/distributors/Africa_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.9%;
	height: 43%;
	left: 1.7%;
	top: 42.6%;
}

.asia{
	background-image:url(../eng_images/distributors/Asia.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 24.5%;
	height: 40.9%;
	left: 26.1%;
	top: 30.4%;
}
.asia:hover{
	background-image:url(../eng_images/distributors/Asia_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 24.5%;
	height: 40.9%;
	left: 26.1%;
	top: 30.4%;
}
.asia-act{
	background-image:url(../eng_images/distributors/Asia_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 24.5%;
	height: 40.9%;
	left: 26.1%;
	top: 30.4%;
}

.oceania{
	background-image:url(../eng_images/distributors/Oceania.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.3%;
	height: 26.9%;
	left: 38.8%;
	top: 66.3%;
}
.oceania:hover{
	background-image:url(../eng_images/distributors/Oceania_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.3%;
	height: 26.9%;
	left: 38.8%;
	top: 66.3%;
}
.oceania-act{
	background-image:url(../eng_images/distributors/Oceania_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 19.3%;
	height: 26.9%;
	left: 38.8%;
	top: 66.3%;
}

.north-america{
	background-image:url(../eng_images/distributors/NorthAmerica.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 33.5%;
	height: 59.8%;
	left: 61.5%;
	top: 0;
}
.north-america:hover{
	background-image:url(../eng_images/distributors/NorthAmerica_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 33.5%;
	height: 59.8%;
	left: 61.5%;
	top: 0;
}
.north-america-act{
	background-image:url(../eng_images/distributors/NorthAmerica_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 33.5%;
	height: 59.8%;
	left: 61.5%;
	top: 0;
}

.south-america{
	background-image:url(../eng_images/distributors/SouthAmerica.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 16.95%;
	height: 43.2%;
	left: 83.1%;
	top: 56.9%;
}
.south-america:hover{
	background-image:url(../eng_images/distributors/SouthAmerica_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 16.95%;
	height: 43.2%;
	left: 83.1%;
	top: 56.9%;
}
.south-america-act{
	background-image:url(../eng_images/distributors/SouthAmerica_hover.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	z-index:11;
	width: 16.95%;
	height: 43.2%;
	left: 83.1%;
	top: 56.9%;
}




.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
	text-align: center;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px 0;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
ul.r-tabs-nav li:last-child .r-tabs-anchor:after{
	width:0;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:after{
	position:absolute;
	background-color:#000;
	width:1px;
	height:20px;
	content:"";
	right:0;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 15px;

	text-decoration: none;
	font-size: 15px;
	color: #000;
	position:relative;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000000;
	text-shadow: none;
	font-size:15px;
	font-weight:bold;
}
/* Tab panel */
.r-tabs .r-tabs-panel {

}
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
}
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	color: #000;
	border-left: 1px solid #000;
    border-right: 1px solid #000;
}
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}


.map_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.map_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0.625rem;
  margin: 0;
}
@media screen and (max-width: 50em) {
  .map_item {
    width: 50%;
  }
}
/*@media screen and (max-width: 40em) {
  .map_item {
    width: 50%;
  }
}*/
@media screen and (max-width: 22em) {
  .map_item {
    width: 100%;
  }
}
.mapt_item figure {
  margin: 0;
}
.map_inner {
  background: #fff;
  width: 100%;
}
.map_inner img {
  display: block;
}
.map_inner figcaption {
  /*padding: 1.25rem;*/
  padding:0;
}
.map_inner figcaption p{
	color:#000;
	font-size:12px;
	line-height:20px;
}


/*------------------------------------------- footer -------------------------------------------*/
footer{
	color:#fff;
	padding:40px 10px;
	background-color:#191919;
}
footer ul.ft_info{
	margin:0;
	padding:0;
	list-style:none;
}
footer ul.ft_info:nth-child(2){
	padding-top:20px;
}
footer ul.ft_info li{
}
footer ul.ft_info li a{
	display:block;
	color: inherit;
	font-size:12px;
	line-height:23px;
}
footer ul.ft_social{
	margin:0;
	padding:0;
	list-style:none;
	text-align: right;
}
footer ul.ft_social li{
	padding-right:20px;
	display:inline-block;
}
footer ul.ft_social li:last-child{
	padding-right:0;
}
footer ul.ft_social li i{
	color:#fff;
	font-size:20px !important;
}
footer ul.ft_social li i:hover{
	color:#7d7d7d;
	cursor:pointer;
}
footer .copyright{
	font-size:12px;
	line-height:22px;
	text-align:right;
	padding-top: 30%;
}
.ft_p0{
	padding:0;
}
footer .link{
}
footer .link-s{
	display:none;
	clear: both;
	text-align:center;
}


/*------------------------------------------- media query -------------------------------------------*/
@media screen and (max-width: 1300px) {
	/*#pro_nav .navbar-nav {
		width: 100%;
	}*/
	#pro_nav .nav > li > a {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 1200px) {
	footer ul.ft_social {
		margin: 0;
		padding: 0 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    /* 如果使用者之視窗寬度介於 768px ~ 992px，將會再載入這裡的 CSS。*/  
	.rwd-img{
		margin:0 auto;
	}
	.prod_btn{
		width:100%;
	}
	#pro_nav .navbar-nav {
		width: 100%;
	}
	#pro_nav .nav > li > a {
		padding: 10px 9px;
	}
	#sub{
		width:100%;
	}
	footer .link{
		display:none;
	}
	footer .link-s{
		display:block;
	}
	.navbar-collapse{
		padding:0;
	}
	footer ul.ft_info,
	footer ul.ft_social,
	footer .copyright{
		padding-top: 10px;
		text-align:center;
	}
	.btn_wh{
		width:100%;
	}
	#prod_imgs img {
		display: inline-block;
	}
	.prod_tbl{
		width:100%;
	}
} 

@media screen and (max-width:767px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.lcenter{
		text-align:center;
	}
	.rcenter{
		text-align:center;
	}
	.cleft{
		text-align:left;
	}
	.cright{
		text-align:right;
	}
	.rleft{
		text-align:left;
	}
	.lright{
		text-align:right;
	}
	.xs_pt10{
		padding-top:10px;
	}
	.xs_pb10{
		padding-bottom:10px;
	}
	.xs_ptb10{
		padding-top:10px;
		padding-bottom:10px;
	}
	.xs_pt20{
		padding-top:20px;
	}
	.xs_pb20{
		padding-bottom:20px;
	}
	.xs_ptb20{
		padding-top:20px;
		padding-bottom:20px;
	}
	.responsive-table tbody td[data-type="currency"] {
		text-align: right;
	}
	.rwd-img{
		margin:0 auto;
	}
	ul.inq_btn{
		display:flex;
	}
	ul.inq_btn li{
		width:50%;
	}
	.prod_btn{
		width:100%;
	}
	#lan_bar {
		padding: 8px 0;
	}
	#pro_nav .nav > li > a {
		padding: 10px 15px;
	}
	.scroll_line{
		border-bottom:4px solid #2364b4;
	}
	#sub{
		width:100%;
	}
	.ft_p0{
		padding:0 15px;
	}
	footer .row{
		margin:0 auto;
	}
	footer .link{
		display:none;
	}
	footer .link-s{
		display:block;
	}
	footer ul.ft_social,
	footer .copyright{
		padding-top: 10px;
		text-align:center;
	}
	.btn_wh{
		width:100%;
	}
	#prod_imgb{
		padding:10px 0;
	}
	#prod_imgs img {
		max-width: 30%;
		display: inline-block;
	}
	.prod_tbl{
		width:100%;
	}
	#idx_page, #page{
		padding:20px 5px;
	}
}

@media screen and (max-width:480px){
	#showhide{
		display:none;
	}
	#hideshow{
		display:block;
	}
	#sh-ink{
		display:none;
	}
	#hs-ink{
		display:inline-block;
	}
	.lcenter{
		text-align:center;
	}
	.rcenter{
		text-align:center;
	}
	.cleft{
		text-align:left;
	}
	.cright{
		text-align:right;
	}
	.rleft{
		text-align:left;
	}
	.lright{
		text-align:right;
	}
	.xs_pt10{
		padding-top:10px;
	}
	.xs_pb10{
		padding-bottom:10px;
	}
	.xs_ptb10{
		padding-top:10px;
		padding-bottom:10px;
	}
	.xs_pt20{
		padding-top:20px;
	}
	.xs_pb20{
		padding-bottom:20px;
	}
	.xs_ptb20{
		padding-top:20px;
		padding-bottom:20px;
	}
	.responsive-table tbody td[data-type="currency"] {
		text-align: right;
	}
	.rwd-img{
		margin:0 auto;
	}
	ul.inq_btn{
		display:flex;
	}
	ul.inq_btn li{
		width:50%;
	}
	.prod_btn{
		width:100%;
	}
	#pro_nav .nav > li > a {
		padding: 10px 15px;
	}
	.scroll_line{
		border-bottom:4px solid #2364b4;
	}
	#sub{
		width:100%;
	}
	.ft_p0{
		padding:0 15px;
	}
	footer .row{
		margin:0 auto;
	}
	footer .link{
		display:none;
	}
	footer .link-s{
		display:block;
	}
	footer ul.ft_social,
	footer .copyright{
		padding-top: 10px;
		text-align:center;
	}
	.btn_wh{
		width:100%;
	}
	#prod_imgb{
		padding:10px 0;
	}
	#prod_imgs img {
		max-width: 30%;
		display: inline-block;
	}
	.prod_tbl{
		width:100%;
	}
	#idx_page, #page{
		padding:20px 5px;
	}
	.idx_banner{
		display:none;
	}
	.idx_banner-s{
		display:block;
	}
}


/*------privacy---------*/
.privacy {
	font-size: 15px;
	color: #000;
	line-height: 27px;
}

.privacy h1{
	color: #000;
    font-size: 32px;
    padding-bottom: 40px; 
}

.privacy h3{
	color: #2B60A7;
	font-weight: bold;
	font-size: 16px;
}

.privacy .subhead{
	font-weight: bold;
	font-size: 15px;
}

.privacy .mb30{
	margin-bottom: 30px;
}

.privacy ul li{
	list-style-type: disc;
	margin-left: -20px;
}
