@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body {
	font-family: 'Roboto Condensed', sans-serif;
}


/*全站*/

img {
	max-width: 100%;
}

.hideobj {
	display: none;
}

a {
	color: #000;
	background-color: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	background: none;
	color: #000;
}


/*會員登入項目*/

#login-tabs li {
	background: none;
}

#login-tabs a {
	color: #000;
	background: none;
}

#login-tabs a:hover,
#login-tabs a:focus {
	text-decoration: underline;
	background: none;
	color: #000;
}


/**表單元素**/

fieldset.over-border {
	border: 1px solid #ccc !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.4em 0 !important;
	border-radius: 16px;
}

legend.line-border {
	font-size: 16px !important;
	text-align: left !important;
	width: inherit;
	border-bottom: none;
	display: none;
}

fieldset > div {
	margin-top: 30px;
}

.red {
	color: #cc0000;
}

.radio-inline input[type='radio'] {
	margin-left: -20px;
	float: left;
}

.radio-inline {
	padding-left: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}

.help-inline {
	vertical-align: middle;
	display: inline-block;
	padding-top: 5px;
	float: left;
	padding-left: 0px;
	cursor: default;
}

.control-label {
	cursor: default;
}

.form-show .input-prepend {
	clear: both;
}

fieldset.instep-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	background: #eeeeee;
	height: 100px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

fieldset.step-border {
	border: 1px solid #ccc !important;
	padding: 0 16px 16px 16px !important;
	margin: 0 0 16px 0 !important;
	border-radius: 15px;
	/*圓角*/
	height: 100px;
	text-align: center;
}

legend.stepline-border {
	text-align: center !important;
	width: inherit;
	border-bottom: none;
}

.enlarge {
	clear: both;
}

@media only screen and (max-width: 480px) {
	.navbar-inner li {
		display: block;
		width: 100%;
	}
}


/*#header*/

#header,#index_header {
	background: rgba(11, 49, 91, 0.6);
	position: relative;
	z-index: 2;
}

.lan_detail {
	float: right;
	padding: 10px 10px 0px 10px;
	display: none;
}

.login_detail {
	float: right;
}

.lan {
background: #0838c3; /* Old browsers */
background: -moz-linear-gradient(left,  #0838c3 0%, #07020e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0838c3 0%,#07020e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0838c3 0%,#07020e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0838c3', endColorstr='#07020e',GradientType=1 ); /* IE6-9 */
height: 15px;
}

.lan a {
	color: #fff;
}

.nav>li>a {
	padding: 0;
}

a.btn-default {
	display: none;
}

.head {
}


/*search*/

#qsearch {
	width: 38%;
	float: right;
	clear: right;
	margin-top: 1%;
}

.form-control {
	border-radius: 3px;
}

input#kwd {
	background: none;
	color: #fff;
}

.form-search .btn-default {
	background: url(../images/search.png) 50% 50% no-repeat;
	text-indent: -99999px;
	padding-left: 20px;
	padding-right: 20px;
}


/*lan_menu*/

.navbar-nav {
	float: right;
}

.nav-pills li {
	padding: 10px 5px;
	margin-top: -5px;
}

.nav-pills li a {
	border-right: 1px solid #fff;
	padding-right: 10px;
	border-radius: 0;
	display:inherit;
}

.caret {
	color:#91d7f7;
}

#company_logo {
	padding: 4% 0;
}


/*top_menu*/

.navbar {
	margin: 0;
	height: auto;
	border-radius: 0;
	border: 0;
}

.navbar-default {
	background: none;
	font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-nav>li>a {
	font-size: 20px;
	color: #fff;
	padding: 17px 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.navbar-default .navbar-nav>li#m7>a {
	padding-right: 0;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:active,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #91d7f7;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-bottom: #91d7f7 5px solid;
	text-shadow: 2px 2px 3px #000;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    position: absolute;
    top: 50px;
    right: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
	color: #91d7f7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-bottom: #91d7f7 5px solid;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #91d7f7;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.dropdown-menu {
	background: none;
	padding: 0;
}

.dropdown-menu>li>a {
	background: rgba(9, 20, 58, .7);
	color: #fff;
	border: 1px solid #cccccc;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 2px;
	font-weight: 400;
}

.dropdown-menu>li>a:hover {
	color: #07091d;
	background: rgba(188, 233, 254, 0.73);
}


/*註冊*/

#hello_member ul li a:hover,
#hello_member ul li a:focus,
#hello_member ul li a:active {
	text-decoration: underline;
	background: none;
}


/*語言*/

#language_area ul li a {
	color: #000;
	background: none;
}

#language_area ul li a:hover,
#language_area ul li a:focus,
#language_area ul li a:active {
	background: none;
	text-decoration: underline;
}

#mainbanner {
	position: relative;
	z-index: 1;
	margin-top: -10%;
}

.main {
	background: url(../images/bg.jpg) left bottom no-repeat;
}


/*--側欄--*/

#sidebar {
	padding: 40px 5px;
}

#sidebar .nav-header {
	padding: 8px 0px;
	font-size: 30px;
	font-weight: 700;
}

#side_menu .nav-list li {
	line-height: 2.5em;
	font-size: 16px;
	display: block;
	margin-bottom: 3px
}

#side_menu .nav-list li a {
	background: #0c3388;
	color: #fff;
	padding-left: 25px;
	padding-right: 20px;
}

#side_menu .nav-list li a:hover,
#side_menu .nav-list li a.active {
	background: #00a0e9;
}


/*sidebar第二層*/

.nav-list .collapse.in {
	padding-left: 25px;
	background: #e9e8e8;
}

#side_menu .collapse.in li {
	margin-bottom: 0;
	line-height: 1.6em;
}

#side_menu .collapse.in li a {
	background: none;
	color: #050d60;
	padding-left: 0;
}

#side_menu .collapse.in li a:before {
	content: "\f04b";
	color: #050d60;
	font-family: FontAwesome;
	font-size: 6px;
	margin-right: 8px;
}

#side_menu .collapse.in li a:hover:before,
#side_menu .collapse.in li a:focus:before,
#side_menu .collapse.in li a.active:before {
	color: #e0002a;
}

#side_menu .collapse.in li a:hover,
#side_menu .collapse.in li a:focus {
	background: none;
	text-decoration: none;
	color: #e0002a;
}

#side_menu .collapse.in li a.active {
	color: #e0002a;
}


/*RSS*/

#rss_area a {
	text-shadow: none;
}

#rss_area a:hover {
	text-shadow: none;
}


/*--內容區--*/

#content {
	padding: 10px 0px 50px;
}

.container_product .page-header {
	display: none;
}

.container_product2 .page-header {
	border-bottom: 0;
	margin: 0;
}

.container_product2 .page-header h1 {
	color: #9f9f9f;
}


/*麵包屑*/

#content .breadcrumb {
	text-shadow: none;
	color: #9f9f9f;
	text-align: right;
	background: none;
	padding-right: 0;
}

#content .breadcrumb li {
	text-shadow: none;
}

#content .breadcrumb li a {
	text-shadow: none;
	text-decoration: none;
	color:#b4b4b4;
}
#content .breadcrumb li a.active {
    color: #000;
}
#content .breadcrumb li a:hover {
	text-shadow: none;
	background: none;
	text-decoration: underline;
}

#content .breadcrumb li .divider {
	text-shadow: none;
	background: none;
}


/*個數*/

.page-header {
	border-bottom: 1px #eee solid;
}


/*產品頁*/

.thumbnail {
	border: 0;
}
ul.feature{
	color:#666;margin-top: 10px;
}
.feature li{ padding:5px 0;}
.cate-name,
.cate-name-more {
	color: #040d5f;
	/*  font-weight:bold;*/
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
}

.cate-name a,
.cate-name-more a {
	color: #040d5f;
	/*  font-weight:bold;*/
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.cate-name a:hover,
.cate-name-more a:hover {
	color: #8B8682;
	/*  font-weight:bold;*/
	text-decoration: none;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.container_product .listtxtNormal {
	display: none;
}

.listtxtNormal .nav-list li a {
	color: #040d5f;
	text-align: center;
}

.listtxtNormal .nav-list li a:hover {
	background: none;
}

.text-center_quantity {
	display: none;
}

.container_product2 .control-group {
	margin-top: 4px;
}


.control-group .btn-primary,
#index_container .btn-primary {
	background: #00a0e9;
	font-size: 13px;
	padding: 1px 35px;
	border: 0;
	border-radius: 0;
}


.control-group .btn-primary:before {
	content: '+';
	color: #fff;
}

.control-group .btn-info {
	display: none;
}

.text-center_list {
	margin: 3px 0;
	color: #040d5f;
	font-size: 16px;
}

.text-center_list p {
	margin: 0;
	font-size: 12px;
}

.pro-desc {
	height: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}

.spec {
	height: 38px;
}


/*產品介紹頁*/

.pro_content {
	position: relative; width: 100%;
}

.pro_content h5 {
	display: none;
}

.pro_content p {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	color: #040d5f;
}

.pro-name {
	font-size: 24px;
	color: #00a0e9;
}

.pro_ct {
	position: relative;
	width: 100%;float: left;
}
.backbtn {
    float: right;margin: 10px 0;
}

form.form-show {
	display: initial;
}

.form-group {
	margin-bottom: 0;
	display: initial;
}

.pro_name2 {
	position: absolute;
	bottom: 3%;
	right: 2%;
	display: inline-block;
	text-align: center;
	width: 20%;
}

.pro_name2 .input-group-btn {
	position: static;
	width: initial;
}

.pro_name2 .control-label {
	display: none;
}

.pro_name2 .form-control {
	display: none;
}

.pro_name2 .btn-primary {
	background: #e0002a;
	font-size: 23px;
	padding: 6px 50px;
	border: 0;
	border-radius: 0;
}

.pro_name2 .btn-primary:before {
	content: '+';
	color: #fff;
}

.pro_char {
	display: none;
}

#pb_area {
	overflow: hidden;
	padding-bottom: 3%;
	width: 53%;float: left;
	position:relative;
}
#pb_area_full {
	overflow: hidden;
	padding-bottom: 3%;
	width: 100%;
	position:relative;
	text-align: center;
}
.pdf {
    position: absolute;
    right: 0%;
    display: inline-block;
    bottom: 0%;
    /*width: 100%;*/
}
.ball03_pdf {
    display: inline-block;
    width: 47%;
    padding-top: 305px;
    margin-bottom: 20px;
}
.pdf_item {
    padding: 0 5px;
    display: inline-block;
    font-weight: bold;
	text-align: center;
	border-right: 1px solid #fbd1d1;
}
.pdf_item:last-child {
    border: 0;
}
.pdf_text {
    margin-top: 3px;color: #666666;
}
.thumbnail img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	max-width: 100%;
}

.input-group {
	display: table;
	padding-bottom: 10px;
	width: 100%;
	z-index: 99;
}

.input-group .form-control {
	margin-bottom: 0px;
}

.txtNormal {
	overflow: auto;
	width: 47%;
	font-size: 16px;
	margin: 5px 0;
	float:left;
	display: inline-block;
    min-height: 400px;
}
.line{ border:1px solid #ccc;}
.feature_title {
    font-weight: 600;
    font-size: 18px;
}
.feature_title span{
	color: #040d5f;
}
.specification{
	overflow: auto;
	width: 100%;
	font-size: 16px;
	margin: 2% auto;
}

.txtNormal .pro_img {
	height: 100%;
	float: right;
}

#content .specification h5 {
	background: #00a0e9; /* Old browsers */
background: -moz-linear-gradient(left, #00a0e9 1%, #0c3388 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #00a0e9 1%,#0c3388 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #00a0e9 1%,#0c3388 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#0c3388',GradientType=1 ); /* IE6-9 */
	border: 0;
	padding-left: 3%;
	padding-right: 2%;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
}

.txtNormal ul {
	list-style: inherit;
	list-style-type: circle;
	padding-left: 25px;
	font-size: 14px;
    display: inline-block;
}
.txtNormal p {
    font-size: 14px;
    margin: 5px 0 0 5px;
	color: #666;
}

.table_pro_img {
	width: 100%;
}

.pro_spec {
    line-height: 1.6em;
    margin: 3% auto;
    width: 90%;
	border: 1px solid #0382cf;
}
.pro_spec2 {
	overflow: hidden;
}

.pro_spec th {
    text-align: center;
    line-height: 1.2em;
    padding: 10px;
    background: #eee;
    color: #222;
    font-size: 18px;
    font-weight: 600;
}
.pro_spec td {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border-left:1px solid #aae4ff;
}
.pro_spec tr{border-bottom: 1px solid #00a0e9;}
.pro_spec tr:nth-child(even){ background:#f5fcff}

.pro_spec td:nth-child(1) {
	border-left: 0;
}

.pro_spec tr:last-child {
	border-bottom: 0;
}

.pro_spec_wrap {
	overflow: hidden;
	margin-top: 3%;
}

.pro_spec_a {
	width: 30%;
	float: right;
}

.pro_spec_b {
	width: 70%;
	float: left
}

.pro_spec_c {
	width: 50%;
	float: left;
	padding-right: 2%;
	padding-left: 2%
}

.pro_spec_33 {
	width: 33.3%;
	float: left;
	display: inline-block;
}

#content .thumbnails .prodlist {
	height: 310px;
	overflow: hidden;
}

#content .thumbnails .catelist {
	height: 310px;
	overflow: hidden;
}

.listtxtspec .input-prepend {
	padding: 1px 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.listimg {
	height: 100%;
	text-align: center;
	border: 1px solid #040d5f;
}

#lineqty {
	width: 30%;
}

#pdf {
	text-align: center;
	display: inline-block;
	margin: 2px auto;
}

#pdf .label-info {
	background: url(../images/pdf.png) center top no-repeat;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}


/*download page*/

h1.download_title {
	font-size: 1.6em;
	color: #050d60;
}


/*link*/

.listlink a img {
	height: 250px;
}


/*catalog page*/

.content_txt ul {
	list-style: none;
}

li.td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/adobe_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #0D5995;
	font-size: 14px;
}

li.td2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/adobe_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #F2F2F2;
	color: #0D5995;
	font-size: 14px;
}

.downloadBox li.td1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/adobe_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #0D5995;
	float: left;
	width: 33.3%;
	font-size: 14px;
}

.downloadBox li.td2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/adobe_pdf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F2F2F2;
	color: #0D5995;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	width: 33.3%;
	font-size: 14px;
}


/*small_picture*/

.showsmall {
	display: none;
}

.showsmall ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.showsmall li {
	float: left;
}

.showsmall li img {
	margin: 3px;
	padding: 3px;
	width: 50px;
}


/*頁籤**/

.nav-tabs .active a {
	font-weight: bold;
}


/*訊息用*/

.msgcont {
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px;
}

.msg_img_title {
	width: 30%;
}

input#contactbutton {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	padding: 8px 12px;
	border-radius: 4px;
	line-height: 1.42857143;
}

.alert-info {
	margin-top: 5%;
}


/*尾檔*/

#footer {
	background: #5d6970;
	color: #fff;
	padding: 1%;
}

#footer a {
	color: #fff;
}

#footer .ftbar {
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 3%;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 12em;
	width: 47%;
}

.ftba_w {
	width: 30%;
	margin-left: 20%;
}

.qr_code_w {
	width: 15%;
}

#footer #custnav {
	float: left;
	width: 50%;
}

.ftbar .nav-pills li {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	margin-top: -5px;
}

#footer .nav-pills li a {
	border: 0;
}

#custnav2 .nav-header a {
	display: block;
}

#custnav2 .nav-header a:hover {
	background: #000;
	text-decoration: none;
}

#footer #custnav2 .nav-list li {
	display: block;
	height: 12em;
	border-right: 1px solid #fff;
	padding-right: 5%;
}

#footer #custnav2 .nav-list li ul li {
	display: block;
	width: initial;
	float: none;
	border: 0;
}

#footer #custnav2 .nav-list li ul li a:before {
	content: '+';
}

#footer #custnav2 .nav-list li ul li {
	height: initial;
}

.ftbar .nav-pills li#t2,
.ftbar .nav-pills li#t4 {
	display: none;
}

#footer .nav>li>a:hover,
#footer .nav>li>a:focus {
	text-decoration: none;
	background: #000;
}

#cominfo {
	width: 100%;
	float: left;
}

#cominfo h6 {
	margin-top: 0;
	font-size: 16px;
	text-transform: uppercase;
}

.qr_code {
	text-align: right;
	padding-left: 5%;
}

#cominfo ul li {
	display:block;
	font-size:14px;
	padding-bottom: 3px;
    letter-spacing: 1px;
}

.footer_copyright {
	background: #07020d;
	color: #fff;
	letter-spacing: 1px;
}

#copyright {
	text-align: left;
	padding: 15px 0px 3px;
}

#footlink p {
	float: none;
	margin: 0;
}

#footlink .nav-pills {
	float: none;
	padding: 5px 0 0;
}

#footlink .nav-pills li {
	padding: 0;
}

#footlink ul li a {
	border-right: none;
	border-radius: inherit;
	padding: 0;
	color: #fff;
}

#footlink ul li a:hover,
.foot #footlink ul li a:focus,
.foot #footlink ul li a:active {
	background: none;
	text-decoration: underline;
}

.footer_copyright .text-right {
	margin-top: 2%;
	overflow: hidden;
	display: block;
}

.footer_copyright .text-right:before {
	content: 'Follow PFT +';
	display: inline-block;
	margin-right: 0.3em;
	padding-top: 1em;
	font-size: 14px;
	font-weight: 700;
}

.footer_copyright .text-right a {
	width: 37px;
	height: 37px;
	display:inline-block;
	text-align: center;
}
#footlink .nav>li {
    display: inline-flex;
}


/*首頁用*/

#index_container #content {
	padding: 0;
}

#index_container .text-center,
#index_container .text-center a {
	font-size: 34px;
	color: #006fb7;
	text-decoration: none;
}

#index_company {}
#index_product {
    margin-bottom: 5%;
}
#index_container .text-center_com {
	background:url(../proimages/company_title.png) center center no-repeat;
	margin:35px auto 0px;
	width: 100%;
	text-align: center;
	padding: 5%;
}

#index_container .text-center_com a {
	color: #fff;
	font-size: 34px;
}

.index_cpm_p {
	width: 66%;
	text-align:center;
    font-size: 18px;
    color: #5d6970;
    margin: 1% auto 3%;
}

.index_line {
	clear: both;
	border-top: 1px solid #666a78;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bx-wrapper .bx-pager { display:none;}

/*bxslide*/

.bx-wrapper {
	box-shadow: none;
	border: 0;
	background: none;
}

.bx-controls-direction {
	display: none;
}


.slide p {
	text-align: center;
	color: #626262;
	font-size: 20px;
}
.bx-wrapper img {
    margin: 20px auto;
}


/*news*/

#index_container .thumbnail {
	position: relative;
}

#index_container .thumbnail .caption a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	overflow: hidden;
	text-indent: -9999999px;
	background: none;
	border: 0;
}

#index_container .bx-caption {
	display: none;
}

#index_msg_ul a {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul a:hover {
	background: #eee;
	padding: 8px 15px;
	font-size: 16px;
	color: #000;
}

#index_msg_ul .msgcont {}

#idxprocarousel {
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

#idxprocarousel .span {
	small_class
}

{
	height: {
		small_height
	}
	px;
	text-align: center;
	border: 1px solid #040d5f;
	margin-left: auto;
	margin-right: auto;
	/* Firefox, Chrome */
	line-height: {
		small_height
	}
	px;
	/* IE */
	*font-size: 180px;
	/* 200px * 0.9 = 180px */
}

#idxprocarousel .item {
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #006fb7;
    padding: 5px;
	height: auto !important;
}

#idxprocarousel img {
	vertical-align: middle;
	max-width: none;
    width: 100%;
	transition: 1s;
}
.jcarousel ul li .item a {overflow:hidden; display: block; border: 1px solid #b5b5b5;}
.jcarousel ul li .item a:hover img{ background:rgba(56,149,193,.2);    transform: scale(1.5); }
#idxprocarousel .caption {
	padding: 5px;
	margin: 5px;
	text-align: center;
}

#idxprocarousel .caption a {
	color: #221815;
	font-size: 14px;
}
#idxprocarousel .jcarousel ul li .control-group a:hover{color:#FFF; background:#0c3388}


/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
	position: absolute;
	top: 40%;
	margin-top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	color: #006fb7;
	border: 2px solid #006fb7;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 37px/20px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	-moz-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
	vertical-align: middle;
	padding-top: 0.5%;
}


.jcarousel-control-prev {
	left: -3%;
}

.jcarousel-control-next {
	right: -3%;
}

.jcarousel-control-prev:hover,
.jcarousel-control-next:hover,
.jcarousel-control-prev:focus,
.jcarousel-control-next:focus {
	background: none;
	text-decoration: none;
	color: #666a78;
	border-color: #666a78;
}

#index_container .btn-primary {
	background: #00a0e9;
	font-size: 13px;
	padding: 5px 15px 5px 30px;
	border: 0;
	border-radius: 0;
	margin: 0 auto;
	display: block;
	width: 100px;
	text-align: center;
	position:relative;
}

#index_container .btn-primary:before {
	content: '';
	background:url(../images/link.png) no-repeat;
	position:absolute;
	left:15px;
	top:7px;
	width: 13px;
	height: 13px;
}
#index_container .btn-primary:hover:before {background:url(../images/link_h.png) no-repeat;}

#index_container .dropdown-menu li#inalldivider.divider {
	display: none;
}
.swiper-wrapper p{margin: 0 0 10px;}


/*left_menu*/

#left_menu .pull-right {
	margin-left: 10px;
	margin-right: 10px;
	float: none !important;
}

#left_menu .pull-right li {
	border: 0;
}

#left_menu .pull-right li a {
	padding: 0.5px 8px;
}

#left_menu ul li {
	border: 0;
}

#left_menu ul li#m1 {
	border-top: 1px solid #fff;
}

#left_menu ul li#m1,
#left_menu ul li#m2,
#left_menu ul li#m3,
#left_menu ul li#m4,
#left_menu ul li#m5,
#left_menu ul li#m6,
#left_menu ul li#m7 {
	border-bottom: 1px solid #fff;
}

#index_container+#left_menu {}

#index_container+#left_menu ul li {
	float: left;
}

#index_container+#left_menu ul li a {
	padding: 10px 20px;
	border-right: 1px solid #fff;
}

#index_container+#left_menu ul li#m1 {
	clear: both;
	border-top: 1px solid #fff;
}

#index_container+#left_menu ul li#m1,
#index_container+#left_menu ul li#m2,
#index_container+#left_menu ul li#m3,
#index_container+#left_menu ul li#m4,
#index_container+#left_menu ul li#m5,
#index_container+#left_menu ul li#m6,
#index_container+#left_menu ul li#m7 {
	float: none;
}

#index_container+#left_menu ul li#m1 a,
#index_container+#left_menu ul li#m2 a,
#index_container+#left_menu ul li#m3 a,
#index_container+#left_menu ul li#m4 a,
#index_container+#left_menu ul li#m5 a,
#index_container+#left_menu ul li#m6 a,
#index_container+#left_menu ul li#m7 a {
	border-right: 0;
}

#index_container+#left_menu ul li:last-child a {
	border-right: 0;
}

#index_container+#left_menu .sb-submenu-active li {
	display: block;
	float: none;
}
li#m3 .nav>li>a:hover, li#m3 .nav>li>a:focus{
	background:#d5e9f1; color:#00a0e9;
}

#content h5,
#content h4 {
	border-left: 5px solid #ccc;
	font-size: 18px;
	font-weight: bold;
	background-color: #eee;
	padding: 7px;
}

ul {
	list-style: none;
}


/***style for banner's arrows and pagination ****/

.swiper-banner .arrow-left,
.swiper-product .swiper-button-prev {
	display: none;
	position: absolute;
	left: 1%;
	top: 40%;
	width: 17px;
	height: 30px;
	z-index: 99;
}

.swiper-banner .arrow-right,
.swiper-product .swiper-button-next {
	display: none;
	position: absolute;
	right: 1%;
	top: 40%;
	width: 17px;
	height: 30px;
	z-index: 99;
}

.swiper-banner .page-banner,
.swiper-product .swiper-pagination {
	position: absolute;
	left: 0;
	z-index: 99;
	text-align: center;
	bottom: 3px;
	width: 100%;
}

.swiper-banner .swiper-pagination-switch,
.swiper-product .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer;
}

.swiper-banner .swiper-active-switch,
.swiper-product .swiper-active-switch {
	background: #fff;
}

/*產品頁title*/
.pro_titleA{width: 100%;display: inline-flex;
background: #00a0e9; /* Old browsers */
background: -moz-linear-gradient(left,  #00a0e9 0%, #083388 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #00a0e9 0%,#083388 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #00a0e9 0%,#083388 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#083388',GradientType=1 ); /* IE6-9 */
}
.pro_titleA h1, .pro_titleB h1{color: #fff; font-weight:bold;margin: 0;font-size: 28px;
    line-height: 1.6;}
.pro_titleA img, .pro_titleB img{margin: 0 35px;}
.prolist ul li{text-align: center; float: left;margin: 0 2% 8%;max-width: 29.3%;}
.prolist ul{padding: 0;}
.prolist .item a {
 background-color:rgba(255,255,255,.7);
}
.pro_titleB{width: 100%;display: inline-flex;
background: #5d6970; /* Old browsers */
background: -moz-linear-gradient(left,  #5d6970 0%, #00a0e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #5d6970 0%,#00a0e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #5d6970 0%,#00a0e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d6970', endColorstr='#00a0e8',GradientType=1 ); /* IE6-9 */
}
.prolist { margin: 30px 0;}
.caption { margin: 7px;}
.caption a {color: #040d5f;}
.item figcaption {
    padding: 0 10px;
    color: #5d6970;
    margin: 7px auto;
    height: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.prolist .item img { border: 1px solid #00a0e9;}
.prolist .item a{display: block;padding: 5px; border: 1px solid #5d6970;}
.control-group .btn-primary, #index_container .btn-primary {
    transition: 1s;
}
#index_container a.btn.btn-primary {border: 1px solid #00a0e9;}
#index_container a.btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #00a0e9;
    color: #00a0e9;
}.control-group .btn-primary:hover:before {
    color: #00a0e9;
}
.control-group .btn-primary:before {
    transition: 1s;
}
.caption a:hover{
    color: #00a0e9;
    text-decoration: none;
}
a.back-primary i {
	margin-right:7px;
    color: #fff;transition: 1s;
}
a.back-primary:hover i {
    color: #337ab7;
}
#index_container a.back-primary{
	padding: 8px 12px;
    font-size: 18px;
    border-radius: 0;
	color: #fff;
    background-color: #337ab7;
    border:1px solid #337ab7;
	transition: 1s;
}
#index_container a.back-primary:hover{
	color: #337ab7;
	background-color:#fff;
	text-decoration:none;
	border:1px solid #337ab7;
}


/*slidebar*/

.sb-slidebar{background-color: #78b7d0;}
#left_menu .sb-submenu-active a { color: #0c3388; font-weight: bold;}
.btn {padding: 8px 12px;font-size: 18px;border-radius: 0;}
.btn-default { color: #09153c;background-color: #d0e9f4;border-color:none;}
.fa {font-size: 24px; color: #09153c;}
#left_menu li a .caret{color:#5e6b72; }
.nav>li>a:hover, .nav>li>a:focus ,.nav>li.active>a{ background-color: #fff; cursor: pointer;}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {background-color: #fff;box-shadow:0px 0px 3px 2px rgba(20%,20%,40%,0.2) inset;}
ul.sb-menu.nav.nav-list li:nth-child(2), ul.sb-menu.nav.nav-list li:nth-child(1), ul.sb-menu.nav.nav-list li:last-child {
    display: none;
}

/*公司簡介頁*/
h1.title {text-align: center;font-size: 32px;}
.com_pic{width: 50%;display: inline-block;margin: 2% 0 0;}
.txtNormal span {color: #00a0e9;padding-right: 5px;display: block;}
.txtNormal h3 { color: #5d6970; margin-top: -3px;    line-height: 1.4;}
.com_map {
    padding-top: 70px;
    text-align: center;
}
.comtext {
    margin-top: 5px;
}

/*聯絡我們*/
.contact_us{}
.iframe-rwd {position: relative; padding-bottom: 65.25%;padding-top: 30px;height: 0;overflow: hidden;}
.iframe-rwd iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.controls{ display: -webkit-inline-box;}

/***style for banner's arrows and pagination end ****/


/*--Responsive*--*/

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {}
@media (max-width:1199px) {
.jcarousel-control-prev{left: -5%;}
.jcarousel-control-next {right: -5%;}
}

@media (max-width:1024px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 12px;
		padding-right: 12px;
	}
	#mainbanner {
		margin-top: -12%;
	}
	#sidebar {
		padding-left: 0;
		padding-right: 0;
	}
	#index_container .text-left_com {
		background-size: 100%;
	}
	#index_container .btn-primary {
		width: 100px;
	}
	.jcarousel-control-prev,
	.jcarousel-control-next {
		width: 30px;
		height: 30px;
		font: 20px/25px Arial, sans-serif;
		padding: 0;
	}
	.jcarousel-control-prev {
		left: -3%;
	}
	.jcarousel-control-next {
		right: -3%;
	}
	.footer_copyright .text-right a {
		width: 30px;
		height: 30px;
	}
	.footer_copyright .text-right img {
		height: 90%;
	}
	#cominfo {
		width: 100%;
	}
	.ftba_w {
		width: 45%;
		margin-left: 0%;
		float: left;
	}
	.foot_info {
    width: 80%;
    float: left;
}
	.qr_code_w {
		width: 20%;
		float: left;
	}
}

@media (max-width:980px) {
	.visible-xs {
		display: block !important;
	}
	.swiper-product {
		display: none !important;
	}
	#index_header .visible-xs,
	#header .visible-xs {
		position: absolute;
		right: 5%;
		top: 25%;
		z-index: 999;
	}
	.lan {
		display: none;
	}
	#qsearch {
		display: none;
	}
	.navbar-default {
		display: none;
	}
	
	.head {
		padding: 0;
		background: #040d5f;
	}
	#company_logo {
		padding-top: 2%;
		padding-bottom: 1%;
	}
	#mainbanner {
		margin: 0;
	}
	#sidebar {
		display: none;
	}
	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 33.3%;
		float: left;
	}
	#index_company p {
		margin: 0 auto;
	}
	#index_container .text-left_com a {
		font-size: 27px;
	}
	#index_company p.index_cpm_p {
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.glyphicon-chevron-right:before {
		display: none;
	}
	.qr_code {
		margin-bottom: 2%;
	}
	#copyright {
		text-align: center;
	}
	#footlink {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.footer_copyright .text-right {
		clear: both;
		width: 50%;
		margin: 0 auto;
	}
	#footlink .nav-pills { text-align: center; }
	#footlink .nav-pills li { float: none; display: inline-block; }
	#left_menu ul li:last-child{
		border-bottom: 0;
	}
	#left_menu ul li ul li:last-child{
		border-bottom: 0;
	}
	#left_menu .nav-list li.active{
		color: #fff;
	}
	#left_menu .sb-menu a:focus{
	    color: #065473;
	}
	#left_menu .sb-menu .nav-list li a:focus{
		color: #065473;
	}
	.bx-wrapper .bx-pager { display:block;}

}

@media (max-width:900px) {
	#index_container .text-center_com {
    background-size: contain;
}
	#index_container .text-center_com a {font-size: 28px;}
	#index_container .text-center, #index_container .text-center a {
    font-size: 28px;}
	}

@media (max-width:800px) {}

@media (max-width:768px) {
	#index_container .btn-primary {
		width: 100px;
	}
	.jcarousel-control-prev {
		left: 0%;
	}
	.jcarousel-control-next {
		right: 0%;
	}
	#index_product .swiper-slide {
		text-align: center;
		margin-bottom: 0.3%;
	}
	.glyphicon-chevron-right:before {
		display: block;
	}
}
@media (max-width:767px) {
	.swiper-product {
		display: block !important;text-align: center;
	}
	.txtNormal {width: 90%; float: none;margin: 0 auto; min-height: auto; }
	.txtNormal li { width: 50%;float: left;}
	#pb_area_mobile{ position:relative;}
	.ball03_pdf {display: none;}
	.pdf {position: static; margin: 10px 0 40px;}
}

@media (max-width:736px) {
	
	.txtNormal {width: 100%; float: none; min-height: auto; margin: 10px 2% 30px;}
	.pro_spec {margin: 5% auto;width: 90%;}
	#content .txtNormal h5 {margin-left: 35px;}
	.input-group-btn:last-child>.btn,
	.input-group-btn:last-child>.btn-group {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer_copyright .text-right {
		width: 56%;
	}
	.com_pic {
    width: 100%;margin: 0 auto;text-align: center;
	}
	.comtext {
    margin-top: 15px;width: 95%;line-height: 2;
	}
	.txtNormal h3 {
    text-align: center;
	}
}

@media (max-width:667px) {
	.ftbar {
		margin-top: 2%;
	}
	#custnav {
		margin-top: 2%;
	}
	#footlink {
		width: 71%;
	}
	.footer_copyright .text-right {
		width: 60%;
	}
	.foot_info{width: 75%;}
	.qr_code_w{width: 25%;}
}

@media (max-width:640px) {
	#index_container .text-left_com {
		float: none;
		background: #e0002a;
		background-image: none;
		padding-top: 1%;
		padding-bottom: 1%;
		margin-top: 2%;
	}
	#index_company p.index_cpm_p {
		margin-top: 2%;
		width: 100%;
	}
	#footlink {
		width: 74%;
	}
	.footer_copyright .text-right {
		width: 65%;
	}
}

@media (max-width:598px) {
	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 50%;
	}
	#footlink {
		width: 85%;
	}
	.footer_copyright .text-right {
		width: 76%;
	}
	.prolist ul li {margin: 0 2% 8%;max-width: 46%;}
}

@media (max-width:568px) {
	.footer_copyright .text-right {
		width: 82%;
	}
	.txtNormal li {width: 100%;}
}

@media (max-width:480px) {
	#content .txtNormal h5 {
    width: 90%;
    margin-left: 25px;
}
	#footlink {
		width: 100%;
	}
	.footer_copyright .text-right:before {
		display: none;
	}
	.footer_copyright .text-right {
		width: 70%;
	}
	#cominfo {
		width: 100%;
		margin: 2% 0;
	}
	.ftba_w {
		width: 69%;
	}
	.foot_info{width: 65%;}
	.qr_code_w {width: 35%;}
}

@media (max-width:414px) {
	#company_logo img {
		width: 50%;
	}
	#content .thumbnails .catelist,
	#content .thumbnails .prodlist {
		width: 100%;
	}
	#index_container .text-left_com {
		width: 100%;
	}
	#footer .ftbar {
		height: 14em;
	}
	#footer #custnav2 .nav-list li {
		height: 14em;
	}
	#footlink p {
		text-align: center;
		width: 100%;
		margin-bottom: 0;
	}
	#footlink .nav-pills {
		width: 77%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	
	.footer_copyright .text-right {
		width: 75%;
	}
	.foot_info {width: 100%;float: none;}
	.qr_code_w {display: none;}
	.prolist ul li { margin:0 auto 8%;max-width: 224px;float: none;}
	#index_container .text-center, #index_container .text-center a {
    font-size: 24px;
}
}

@media (max-width:375px) {
	.txtNormal .pro_img {
		height: 100%;
		width: 40%;
	}
	#footlink .nav-pills {
		width: 88%;
	}
	.footer_copyright .text-right {
		width: 80%;
	}
}

@media (max-width:360px) {
	#footlink .nav-pills {
		width: 90%;
	}
	.footer_copyright .text-right {
		width: 90%;
	}
}

@media (max-width:320px) {
	#cominfo {
		width: 100%;
	}
	.qr_code {
		width: 100%;
		margin-top: 2%;
	}
	#footer .ftbar {
		height: 15em;
	}
	#footer #custnav2 .nav-list li {
		height: 15em;
	}
	#footlink .nav-pills {
		width: 89%;
		font-size: 12px;
	}
	.footer_copyright .text-right {
		width: 95%;
	}
	#left_menu .pull-right li {
		padding-left: 0;
		padding-right: 0;
	}
	#index_container+#left_menu ul li {
		padding-left: 2px;
		padding-right: 2px;
	}
}