﻿/*通用*/
body {
	margin:0; 
	padding:0; 
	line-height:170%; 
	font-size:15px; 
	font-family:"微軟正黑體",open-sans, Arial, sans-serif !important;
	color:#333;
	background:#fff;
}
a{
	text-decoration:none;
	
}
a:hover, a:focus{
	color:#f60;
	text-decoration:none;
}
img{
	max-width:100%; 
	height:auto;
}
*{
	padding:0;
	margin:0;
}
li {
    line-height: none;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
.display_none{
	display:none;
}
.btn {
    padding: 5px 10px;
}
.btn_01{
	font-size:13px;
	padding:5px 15px;
	background:#666 /*#3a3a3a*/;
	color:#fff;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
	border:none;
}
.btn_01:hover,.btn_02:hover{
	background:#f60;
	color:#fff;
}
.btn_02{
	padding:3px 15px;
	background: #666;
	color:#fff;
	font-size:0.9em;
	border:none;
	cursor:pointer;
	margin:5px 0;
	border-radius:5px;
}
.new_icon{
	background:red;
	padding:0 5px 2px 5px;
	border-radius:3px;
	color:#fff;
}
.form-control_01 {
    border-radius: 5px !important;
    border: #ccc solid 1px;
    padding: 5px 10px;
    margin: 5px 0;
    width: 100%;
}
.form-control_02{
	background:#002672;
	/*background: transparent;*/
	color:#fff;
	border:none;
	font-size:0.8em;
}
.form-control_03 {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.title_01{
	font-size:26px;
	color:#002672;
	font-weight:bold;
	line-height: 150%;
}
.title_02{
	font-size:24px;
	color:#f60;
	line-height: 150%;
}
.font_01{
	font-size: 12px;
    color: #999;
}
.more_01{
	color:#f60;
}
.img_padding {
    padding: 10px;
}
.text-indent {
    text-indent: 2em;
}
.display_inline {
    display: inline-block !important;
}

/*header*/
#header{
	border-bottom: solid #f60 3px;
}
html.sticky-header-active #header .header-body {
    border-bottom: solid #f60 2px;
}
#header .header-column .header-row{
	padding-right: 5px;
}
.header_top{
	background: url(../img/header_top.jpg);
	-moz-background: url(../img/header_top.jpg);
	-webkit-background: url(../img/header_top.jpg);
	/*background: #44516c;*/
	height:9px;
}
.header-nav-top{
	margin: -15px 0 15px 0;
    background: #002672;
    border-radius: 0 0 5px 5px;
	position:relative;
}
.header-nav-top li{
	border-right:solid #8093b9 1px;
}
.header-nav-top li:hover{
	background: #f60 /*#1e90ff rgba(0,0,0,0.5)*/;
}
.header-nav-top li:nth-child(1):hover{
	border-radius:0 0 0 5px;
}
.header-nav-top li:last-child{
	border-right:none;
	margin-top:3px;
}
.header-nav-top li:last-child a{
	border-right:none;
	padding: 3px 0 2px 5px;
}
.header-nav-top li:last-child:hover{
	border-right:none;
	border-radius:0 0 5px 0;
	background:#002672;
}
.header-nav-top .form-control_02{
	padding:4px 4px 4px 7px;
}
.header-nav-top li a:hover{
	background:none !important;
	/*color:#f60 !important;*/
}
.header-nav-top select{
	padding-top:5px !important;
}
.header-nav-top select:hover{
	background:#f60;
	border-radius:0 0 4px 0 ;
}
.nav-pills > li + li {
    margin-left: 0;
}
#mainNav li:last-child .dropdown-menu{
	right:0;
}
.dropdown-menu > li > a:focus {
	background:rgba(0,0,0,0.3);
}
.scroll-to-top:hover{
	background:#f60;
	color:#fff;
}

/*index banner*/
.index_banner{
	position: relative;
}
.owl-carousel .owl-dots{
	position:relative;
	margin-top:-30px;
}
.owl-carousel .owl-nav {
	margin-top: 0;
}
.owl-carousel .owl-nav .owl-prev:before , .owl-carousel .owl-nav .owl-next:before{
	display:none;
}
.owl-carousel .owl-nav .owl-prev {
    background: url(../img/icon_left.png) !important;
}
.owl-carousel .owl-nav .owl-prev:hover {
    background: url(../img/icon_left_02.png) !important;
}
.owl-carousel .owl-nav .owl-next {
    background: url(../img/icon_right.png) !important;
}
.owl-carousel .owl-nav .owl-next:hover {
    background: url(../img/icon_right_02.png) !important;
}

/*index_box_01*/
.index_box_01{
	background:url(../img/bg_01.jpg);
	-moz-background:url(../img/bg_01.jpg);
	-webkit-background:url(../img/bg_01.jpg);
	padding:60px 0 75px 0;
	float:left;
	width:100%;
}
.index_box_01 .container {
    padding: 0 60px;
}
.index_box_01 .title_01{
	text-align:center;
}
.index_01_list{
	padding:20px 0 30px 0;
}
.index_01_list .item{
	border:solid #ccc 1px;
	background:#fff;	
	margin:15px;
	border-bottom:solid #002672 8px;
	min-height:420px;
}
.index_01_list .item_class{
	background:#002672;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:8px 10px;
	width: 100.3%;
}
.index_01_list img{
	padding:10px 15px 0 15px;
}
.index_01_list .item_title{
	color:#f60;
	font-size:20px;
	font-weight:bold;
	padding:15px;
	line-height: 130%;
}
.index_01_list .item_title:after{
	content: ' ';
    display: block;
    clear: both;
    width: 35px;
    margin-top: 10px;
    border-bottom: 4px solid #f60;
}
.index_01_list .item_font{
	padding:0 15px 15px 15px;
	line-height:150%;
	color:#333;
}
.index_01_list .item_font li{
	font-size:13px;
	color:#333;
	line-height:170%;
}
.index_box_01 .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_box_01 .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_box_01 .btn_box{
	text-align:center;
	width:100%;
	float:left;
}
.index_box_01 .btn_box .btn_01{
	padding: 8px 30px !important;
}

/*index_box_02*/
.index_box_02{
	background:url(../img/bg_02.jpg);
	-moz-background:url(../img/bg_02.jpg);
	-webkit-background:url(../img/bg_02.jpg);
	padding:60px 0 75px 0;
	float:left;
	width:100%;
    background-position: center;
}
.index_box_02 .container {
    padding: 0 60px;
}
.index_box_02 .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_box_02 .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_box_02 .title_01{
	text-align:center;
}
.index_02_list{
	padding:30px 0;
}
.index_02_list .item{	
	margin:25px;
}
.index_02_list .item a{
	padding:25px;
	width: 100%;
    float: left;
	background:rgba(0,0,0,0.03);	
}
.item_top {
    background-image: url(../img/news_top.jpg);
    height: 10px;
}
.item_date{
	font-size:12px;
	color:#999;
}
.item_date:before{
	content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 12px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}
.index_02_list .item_title{
	color:#002672;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
	line-height: 130%;
}
.index_02_list .item_font{
	line-height:150%;
	color:#333;
}
.index_box_02 .btn_box{
	text-align:center;
	width:100%;
	float:left;
}
.index_box_02 .btn_box .btn_01{
	padding: 8px 30px !important;
}

/*index_box_03*/
.index_box_03{
	background:#fff;
	padding:60px 0 75px 0;
	float:left;
	width:100%;
}
.index_box_03 .container {
    padding: 0 60px;
}
.index_box_03 .owl-carousel .owl-nav .owl-prev {
    left: -50px;
}
.index_box_03 .owl-carousel .owl-nav .owl-next {
    right: -50px;
}
.index_box_03 .title_box{
	text-align:center;
}
.index_box_03 .title_01 {
	background:#fff;
	z-index:9;
	text-align:center;
	position: relative;
    padding: 0 20px;
}
.index_box_03 .title_line{
	position:relative;
	margin-top:-15px;
	float:left;
	width:100%;
	border-top:#002672 solid 1px;
}
.index_03_list .item{	
	margin:40px 30px 30px 30px;
	/*position:absolute;*/
	position: relative;
    overflow: hidden;
}
.index_03_list .item a{
	width: 100%;
    float: left;
	position: relative;
}
.index_03_list .item_title{
	color: #fff;
    font-size: 20px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    padding: 11px 15px;
    /* margin-top: -45px; */
    width: 100%;
    bottom: 0;
    z-index: 9;
    position: absolute;
}
.index_03_list .item_title:hover{
	background:rgba(255,102,0,0.6);
}
.index_03_list .item_font{
	line-height:150%;
	color:#333;
}
.index_box_03 .btn_box{
	text-align:center;
	width:100%;
	float:left;
}
.index_box_03 .btn_box .btn_01{
	padding: 8px 30px !important;
}

/*footer*/
footer{
	background:#f5f5f5;
	padding:30px 0 10px 0;
	float:left;
	width:100%;
}
footer .container{
	padding:0 20px;
}
.footer_list{
	width:12%;
	margin-right:2.2%;
	color:#002672;
	font-size:16px;
	vertical-align:top;
	float:left;
	font-weight:bold;
}
.footer_list>a{
	color:#002672;
}
.footer_list span{
	border-bottom: solid #f60 1px;
    content: "";
    width: 100%;
    float: left;
	margin:10px 0;
}
.footer_list_01{
	list-style:none;
}
.footer_list_01 li{
	width:100%;
	color:#333;
	font-size:14px;
	font-weight:normal;
}
footer a:hover{
	color:#f60;
}
.copyright{
	border-top: solid #ccc 1px;
	padding-top:10px;
	margin-top:20px;
}
.copyright ul{
	list-style:none;
}
.copyright ul li{
	display:inline-block;
	font-size:12px;
	line-height:140%;
}
.copyright ul li:after{
	content:"∣";
	padding: 0 5px 0 8px;
	color:#ccc;
}
.copyright ul li:last-child:after{
	content:"";
	padding: 0;
}

/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-position:center;
	height:112px;
	position:relative;
	float:left;
	width:100%;
}
.page_title{
	position:absolute;
	bottom:0;
	color:#fff;
	font-size:28px;
	padding:15px 25px 15px 10px;
	border-right:solid #fff 1px;
}

/*page top*/
.page_top{
	background:#ededed;
	padding:8px 10px;
	border-bottom:#ccc solid 1px;
	width:100%;
	float:left;
}
.page_top ul{
	list-style:none;
	margin-bottom: 0px;
}
.page_top ul li{
	display:inline-block;
	font-size:12px;
	color:#666;
}
.page_top ul li a{
	color:#666;
}
.page_top ul li a:hover{
	color:#f60;
}
.page_top ul li:after {
    content: "∣";
    padding: 0 5px 0 8px;
    color: #666;
}
.page_top ul li:first-child:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	font-size:15px;
}
.page_top ul li:last-child:after {
    content: "";
}
.page_top_right{
	float:right;
}
.page_top_right img{
	width: 25px;
}

/*page content*/
.page_content{
	float:left;
	width:100%;
}
.page_content .container{
	padding:3%;
	min-height:500px;
}
.page_content .title_02{
	padding-bottom:15px;
}
.page_info{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.page_info .item_date{
	display:inline-block;
	float:left;
}
.page_info .item_class{
	display:inline-block;
	font-size:13px;
	color:#666;
	float:left;
	margin-left:5px;
	background:#eff5fa;
	padding:0 10px;
	border-radius:5px;
}
.btn_back{
	margin:40px 0 20px 0;
}
.btn_back .btn_01:before{
	content: "\f177";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 14px;
    padding-right: 0.5em;
    position: relative;
    left: 0;
}

/*管理項目*/
.table-toolbar {
    /*margin-bottom: 5px;*/
	width:100%;
	float: left;
}
.class_title{
	padding:7px 3px 3px 3px;
	float:left;
}
.form_02{
	border-radius:5px !important;
	border:#ccc solid 1px;
	padding:4px 8px;
	vertical-align:middle;
	margin:4px;
	float:left;
	background: #fff;
}

/*table scroll*/
.table-scrollable{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	/*margin:5px 0 15px 0 !important;
	float:left;
	border-top: none;
	border-bottom: 1px solid #e7ecf1;
	border-left: 1px solid #e7ecf1;
	border-right: 1px solid #e7ecf1;*/
	border:none;
}
.table-scrollable>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable>.table{
	width:100%!important;
	margin:0!important;
	min-width:650px;
}
.table-scrollable>.table>thead{
	border-top: solid 1px #ddd;
}
.table-scrollable>.table>thead>tr>th , .table-scrollable th ,table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#666; 
	color:#fff;
	font-weight:500;
}
/*.table-bordered{
    border: 1px solid #e7ecf1 !important;
}*/
.table-bordered > tbody > tr > td{
    border: 1px solid #ddd;
	/*border: 1px solid #e7ecf1 !important;*/
}
.table-hover > tbody > tr:hover{
	background:#f2fbfe;
}
.table>tbody>tr>td{
	vertical-align: middle !important;
	padding: 9px 8px;
}
.table_icon{
	padding:3px 3px 2px 3px !important;
	vertical-align:middle;
}
.table thead tr th {
    font-weight: normal;
}
.table {
    margin-bottom: 0px;
}
.table-scrollable > .table > tbody > tr:nth-child(even){
	background:#eff5fa;
}

/*table scroll_01*/
.table-scrollable_01{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size:12px;
	background: #f5f5f5;
}
.table-scrollable_01>.table-bordered>thead>tr:last-child>th,.table-scrollable_01>.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:none;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}
.table-scrollable_01>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table-scrollable_01>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_01>.table>thead>tr>th , .table-scrollable_01>.table-scrollable th ,.table-scrollable_01>table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#fff; 
	color:#002672;
	text-align:center;
	border: none;
	font-weight: bold;
}
.table-scrollable_01 .table>tbody>tr>td {
	border: none;
	color: #7d7d7d;
}
.table-scrollable_01 .table>tbody>tr>td:nth-child(even) {
	background:#fafafa;
	border-right:solid #fff 2px;
	border-left:solid #fff 2px;
}
.table-scrollable_01 .table>tbody>tr>td {
    vertical-align: top !important;
	padding: 0 0 0 8px;
}

/*table-scrollable_02*/
.table-scrollable_02{
	width:100%;
	overflow-x:auto;
	overflow-y:hidden;
	border:none;
	font-size: 12px;
}
/*.table-scrollable_02>.table-bordered>thead>tr:last-child>th,.table.table-bordered thead>tr>th{
	border-bottom:0;
	border:1px solid #ddd;
	line-height: 130%;
    vertical-align: middle;
	padding: 10px;
}*/
.table-scrollable_02>.table{
	width:100%!important;
	margin:0!important;
	min-width:850px;
}
.table-scrollable_02>.table>thead{
	/*border-top: solid 1px #ddd;*/
}
.table-scrollable_02>.table>thead>tr>th , .table-scrollable_02>.table-scrollable th ,.table-scrollable_02>table>thead>tr>th{
	white-space:nowrap; 
	padding:8px; 
	background:#002672; 
	color:#fff;
	font-weight:500;
	border:none;
	border-right: solid #6f81a5 1px;
}
.table-scrollable_02>.table td{
	border-top:none;
	text-align: center;
	padding:8px 5px;
	border-left: solid #ededed 1px;
	font-family: "PT Sans",Arial,sans-serif;
}
.table-scrollable_02>.table td:first-child{
	border-left:none;
}
.table-scrollable_02>.table tr:nth-child(even){
	background:#f5f5f5;
}




/*頁碼*/
#page_number{
	padding-top:10px;
}
.page_total{
	vertical-align:middle;
	margin:0 0 10px 0;
}
.page_icon{
	text-align:right;
	margin-bottom:10px;
}
.btn_page{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none /*1px solid #ccc*/;
    padding: 4px 12px;
    font-size: 14px;
	background:#666;
	/*margin-left:-5px;*/
	border-radius:5px;
	margin-top: -4px;
	color:#fff;
}
.page_list{
	border: 1px solid #ccc;
	display:inline-block;
	width:77px;
	cursor: pointer;
	box-shadow:none;
}
.btn_page:hover{
	background:#f60;
	color:#fff;
}


/*print*/
.con_box{
	padding: 2%;
    margin: 2%;
    border: solid 1px #ccc;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background: #fff;
}
.con_banner{
	margin-bottom:15px;
}
.con_banner img{
	border-radius:10px;
	box-shadow: 0px 0px 6px 2px rgba(20%,20%,20%,0.1);
	border: solid 1px #fff;
}
.con_box .page_title{
	text-align: center;
    font-size: 24px;
    color: #673c08;
    font-weight: bold;
    padding: 20px 0 20px 0;
}
.con_box .page_title_item{
	text-align:left;
}
.con_box .form_con {
    padding: 10px 0 0 0;
}
.con_footer{
	font-size:12px;
	padding: 0 20px 20px 20px;
	line-height:150%;
}
.con_float{
	float:left;
	width:100%;
}
.remark{
	font-size:12px;
	color:#666;
	line-height:150%;
}

/*表單管理*/
.table-row {
    display: table-row;
}
.submit_btn{
	width:100%;
	float:left;
	text-align:center;
	margin: 15px 0;
}
.form_con{
	margin:0 auto;
	max-width:600px;
	padding:40px 0 0 0;
	width:100%;
}
.form_box{
	border: solid #f5f5f5 10px;
	padding:10px;
	background:#fff;
	display: table;
}
.form_box .table-row{
	border-bottom:#ccc dotted 1px;
}
.form_q{
	display:table-cell;
	width:25%;
	padding:10px 8px;
	text-align:right;
	/*border-bottom: #ccc dotted 1px;*/
	border-right: #ccc dotted 1px;
	/*font-weight:bold;*/
	color:#000;
	vertical-align: top;
}
.form_a{
	display:table-cell;
	width:75%;
	padding:8px;
	margin:8px;
	/*border-bottom: #ccc dotted 1px;*/
	line-height:170%;
}
.form_a .mt-radio,.form_a .mt-checkbox{
	margin:5px 25px 5px 5px;	
}
.form_box .table-row:nth-child(even){
	background:#f5f5f5;
}
.form-control{
	box-shadow:none;
}
.required{
	color:red;
	font-size:0.9em;
	line-height:140%;
	padding:3px 0;
}
.form_a i{
	padding:0 5px 0 10px;
}
.form_a label{
	font-weight:normal;
}
.verification_code{
	margin:3px 0 3px 10px;
	display:inline-block;
}
.code_img{
	padding-top: 5px;
    margin-left: 10px;
    float: left;
}
.input_code {
    width: 100px;
    border: #ccc solid 1px;
    padding: 5px 10px;
	height:34px;
    float: left;
	border-radius:4px;
}

/*產業應用*/
.application_list{
	list-style:none;
	margin-bottom:0;
}
.application_list li{
	width:100%;
	margin-bottom:30px;
}


/*常見問答*/
.faq_page_top{
	float:right;
	margin-top:10px;
}
.faq_page_top img{
	width:25px;
}
.faq_print_a{
	padding:0 10px 15px 10px;
}
.con_box .toggle{
	margin:0;
}


/* Toggles */
.toggle > label + div {
	color: #999;
	display: block;
	overflow: hidden;
	padding-left: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 25px;
}
.toggle > .toggle-content > div {
	margin-bottom: 0;
	padding: 10px 0;
}
.toggle.active > div {
	white-space: normal;
}
.toggle > div.preview-active {
	height: auto;
	white-space: normal;
}
.toggle.toggle-sm .toggle > .toggle-content > div {
	font-size: 0.9em;
}
.toggle.toggle-lg .toggle > .toggle-content > div {
	font-size: 1.1em;
}
.toggle.active > label {
    margin-bottom: 10px;
}


/*最新產品*/
.new_product_list>li{
	width:27.1%;
	margin:1% 2.5% 4% 2.5%;
	display:inline-block;
	/*border:solid #ccc 1px;*/
	vertical-align:top;
	min-height: 470px;
	background:#f5f5f5;
	border-top:solid 5px #002672;
}
.new_product_list>li img{
	width:100%;
	padding:15px;
}
.new_product_list .item_class {
    color: #999;
    font-size: 13px;
	padding: 0 15px 15px 15px;
}
.new_product_list .item_title{
	color: #f60;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px 0 15px;
    line-height: 130%;
}
.item_font>ul{
	list-style:disc;
	margin-bottom:0;
	margin-left:20px;
}
.new_product_list .item_font{
	padding: 10px 15px 20px 15px;
	/*border-top: dashed 1px #ccc;*/
}
.new_product_list .item_font li{
	font-size:13px;
	color:#333;
	line-height:170%;
}
.new_product_list .item_font li:hover{
	color:#333;
}

/*sitemap*/
.sitemap_con{
	float:left;
	width:100%;
	margin-bottom:30px;
}
.sitemap_class{
	font-weight: bold;
    padding: 6px 0;
    float: left;
    width: 100%;
    margin: 5px 0;
    font-size: 20px;
	border-bottom: dashed #f60 1px;
	color:#f60;
}
.sitemap_class:before {
    content: "\f02b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 1em;
    position: relative;
    left: 0;
    float: left;
    width: 20px;
}
.sitemap_box{
	padding:10px 20px;
}
.sitemap_con .sitemap_box:nth-child(4n+1){
	clear:both;	
}
.sitemap_title{
	background:#002672;
	color:#fff;
	border-radius:20px;
	padding:5px 10px;
	text-align:center;
}
.sitemap_item_01{
	list-style:none;
	border-right:solid #ddd 1px;
	border-bottom:solid #ddd 1px;
	border-left:solid #ddd 1px;
	border-radius:0 0 5px 5px;
	margin-top:-13px;
}
a >.sitemap_title:hover {
    background: #f60;
}
.sitemap_item_01 li{
	padding:6px 15px 6px 30px;
	border-top:dotted #ddd 1px;
	line-height:150%;
}
.sitemap_item_01>li:before{
	content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    right: 0;
    float: left;
	font-size:12px;
	margin-left: -10px;
}
.sitemap_item_01>li:first-child{
	border-top:none;
	padding-top:20px;
}
.sitemap_item_02{
	list-style:none;
	background:#f5f5f5;
	margin:6px 0 6px -15px;
	border-radius:5px;
	font-size:13px;
}
.sitemap_item_02 li{
	padding:6px 15px;
	border-top:dotted #ccc 1px;
}
.sitemap_item_02>li:first-child{
	border-top:none;
}

/*meeting研討會*/
.meeting_box{
	max-width: 500px;
    margin: 30px auto;
	padding:30px 40px;
	/*background:#f5f5f5;*/
	border-radius:5px;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 6px 4px rgba(20%,20%,20%,0.1);
	background-image: url(../img/index_book_bg.jpg);
}
.meeting_box label{
	margin-bottom:0;
	margin-top:10px;
}
.meeting_box .btn_box{
	text-align:center;
	margin-top:20px;
}
.metting_title{
	color:#002672;
	font-size:16px;
	font-weight:bold;
}
.metting_item{
	list-style:none;
}
.metting_item li{
	margin-bottom:15px;
}
.metting_item li:before{
	content: "\f02b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: relative;
    left: 0;
	float: left;
	color:#002672;
}
.item_padding{
	padding-left:20px;
}
.form_title{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	border-bottom:double 5px;
	padding:10px;
	background: #002672;
	color:#fff;
}
.page_info_right{
	float:right;
}

/*產品搜尋*/
.search_item ul{
	list-style:none;
	margin-bottom: 0;
	padding-top: 5px;
	height:150px;
	/*overflow-y:overlay;*/
    overflow-y: scroll;
}
.search_item ul li{
	width:100%;
	float:left;
}
.search_item ul li label {
	font-weight:normal;
	line-height: 130%;
	float:left;
	font-family: "PT Sans",Arial,sans-serif;
	font-size:11px;
}
.search_item input[type=checkbox]{
	border:none;
	width:12px;
	margin: 0 5px 2px 0;
	float:left;
}
.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	text-align:center;
	width: 20px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background: #fff;
	color:#f60;
	float: left;
	height:20px;
	padding: 0;
}
.search_list input[type="checkbox"]{
	margin:0;
}
.search_list .btn_box{
	margin-top:2px;
}
.inquire_form .form_a label{
	padding:0 15px 0 5px;
	margin-bottom: 0;
}
.inquire_form input[type="radio"], input[type="checkbox"] {
    margin: 8px 0 0;
}

/*產品類別*/
.product_class ul{
	list-style:none;
	margin-bottom:0;
}
.product_class ul li{
	display:inline-block;
	width: 20.9%;
    margin: 1.9%;
	background: linear-gradient(-45deg, transparent 15px, #666 0), linear-gradient(45deg, transparent 15px, #f60 0);
	border-radius:5px;
	padding:15px;
	color:#fff;
	line-height:130%;
	vertical-align:top;
}
.product_class ul li:hover{
	background: linear-gradient(-45deg, transparent 10px, #f60 0), linear-gradient(45deg, transparent 15px, #666 0);
}
.product_class_select{
	display:none;
	/*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #f60;
    background-image: none;
    border-radius: 4px;
	border:none;
}


/*-------------------------------------------------------------------------------------------------------*/
/* 大螢幕 */
@media (min-width: 1200px) {
.container {
    width: 1200px;
	padding-right: 0px;
    padding-left: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	min-width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 14px;
}

/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -33px;
}
}
 
/* 一般桌機解析度 */
@media (min-width: 992px) and (max-width: 1200px) {
#header {
	/*height:109px;*/
}
#header .header-body {
	box-shadow: 0px 4px 4px rgba(20%,20%,20%,0.1);
}
#header .header-logo img {
    width: 278px !important;
    height: 45px !important;
}
#header .header-nav-top {
    float: right;
}

/*index banner*/
.owl-theme .owl-dots .owl-dot span{
	width:15px !important;
	height:15px !important;
}
.owl-carousel .owl-dots {
    margin-top: -33px;
}
}

/* 平板電腦、橫向手機解析度 */
@media (min-width: 768px) and (max-width: 991px) {
#header {
	/*height:88px;*/
}
#header .header-nav-main nav > ul > li > a {
    /*border-radius: 4px;*/
    font-size: 14px;
    font-style: normal;
    /*font-weight: bold;*/
    line-height: inherit;
    padding: 5px 7px;
    text-transform: uppercase;
}
#header .header-logo img {
	width:200px !important;
	height:32px !important;
}

/*index banner*/
.owl-carousel .owl-dots {
    /*margin-top: -70px;*/
}
.index_banner_top{
	background-size:100%;
	height:55px;
	margin-top:-33px;
}

/*index_box_02*/
.index_02_list {
    padding: 10px 0 30px 0;
}

/*index_box_03*/
.index_03_list .item {
    margin: 40px 10px 30px 10px;
}

/*footer*/
.footer_list {
    font-size: 14px;
}
.footer_list_01 li {
    font-size: 12px;
}

/*page banner*/
.page_banner{
	height:90px;
}
.page_title{
	font-size:24px;
	padding:10px 20px 10px 5px;
}

/*最新產品*/
.new_product_list>li{
	width:45.7%;
	margin:2%;
}

/*產品類別*/
.product_class ul li{
	width: 28.5%;
    margin: 2%;
}

}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@media (max-width: 767px) {
body {
	font-size:14px;
}
.title_01{
	font-size:20px;
}
.title_02{
	font-size:18px;
}
.item_title{
	font-size:16px !important;
}

/*header*/
#header {
	height:50px !important;
	position: fixed;
    width: 100%;
    top: 4px;
	box-shadow: 0px 0px 3px 3px rgba(20%,20%,20%,0.1);
}
.header_top{
	height: 4px;
    position: fixed;
    width: 100%;
    top: 0px;
    float: left;
    z-index: 999;
}
#header .header-nav-main nav > ul li a:focus ,#header .header-nav-main nav > ul li a:hover{
	background-color:transparent;
	background:transparent;
}
#header .header-logo img {
	width:241px !important;
	height:39px !important;
	margin:4px 0 4px 5px;
}
.dropdown > .dropdown-menu> li a{
	padding-left:30px !important;
}
.dropdown-submenu>.dropdown-menu> li a{
	padding-left:45px !important;
}


/*手機版tophome*/
#header .header-column .header-row{
	padding-right: 0;
}
#header .header-column {
	padding-right: 0;
}
.top_home{
	background:#333;
}
.top_home li{
    border-top: 1px solid #999 !important;
	border-bottom:none !important;
}
.top_home li:last-child{
	border-bottom:none !important;
}

/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-28px;
}
.index_banner{
	margin-top: 50px;
}
.owl-theme .owl-dots .owl-dot span{
	margin:5px !important;
}
.owl-carousel .owl-nav .owl-prev:before {
	top: 3px;
}
.owl-carousel .owl-nav .owl-next:before {
	top: 3px;
}

/*index_box_01*/
.index_box_01 {
    padding: 40px 0 30px 0;
	margin-top:-6px;
}
.index_box_01 .container {
    padding: 0 50px;
}
.index_01_list {
    padding:10px 0;
}
.index_01_list .item {
    min-height: 300px;
	margin: 15px
}
.index_01_list .item_class ,.index_01_list .item_title {
    font-size: 16px;
}
.index_box_01 .btn_box {
	margin: 10px 0 20px 0;
}

/*index_box_02*/
.index_box_02 {
    padding: 40px 0 30px 0;
	margin-top:-6px;
}
.index_box_02 .container {
    padding: 0 50px;
}
.index_02_list {
    padding:10px 0;
}
.index_02_list .item {
    margin: 15px;
}
.index_02_list .item_title {
    font-size: 16px;
}
.index_box_02 .btn_box {
	margin: 40px 0 20px 0;
}

/*index_box_03*/
.index_box_03 {
    padding: 40px 0;
	margin-top:-6px;
}
.index_box_03 .container {
    padding: 0 50px;
}
.index_03_list {
    padding: 0;
}
.index_03_list .item {
    margin: 20px 10px 30px 10px;
}

/*footer*/
footer {
	padding:0;
}
.copyright {
    border-top:none;
    padding-top: 0;
	margin-top:10px;
	text-align: center;
}
.copyright ul li:first-child:before {
    content: "∣";
    padding: 0 8px 0 5px;
	color:#ccc;
}

/*page banner*/
.page_banner{
	background:url(../img/page_top_bg.jpg);
	background-size:180%;
	margin-top:50px;
	height:70px;
}
.page_title{
	font-size:20px;
	padding:5px 20px 10px 5px;
}

/*page top*/
.page_top{
	padding:3px 3px 1px 3px;
}
.page_top ul li{
	font-size:10px;
}
.page_top ul li:after {
    padding: 0 1px 0 4px;
}
.page_top_right {
	padding-bottom:5px;
}

/*page content*/
.page_content .container{
	padding:20px;
}
.page_info .item_class{
	padding:2px 10px 0 10px;
}

/*頁碼*/
.page_icon {
    text-align: center;
}
.btn_page{
	margin-top: -2px;
}

/*產業應用*/
.application_list li{
	margin-bottom:20px;
}

/*最新產品*/
.new_product_list>li{
	width:45.5%;
	margin:2%;
}

/*產品類別*/
.product_class ul{
	display:none;
}
/*.product_class ul li{
	width: 45.2%;
    margin: 2.2%;
}*/
.product_class_select{
	display: block;
}

/*sitemap*/
.sitemap_box{
	width:50%;
}
}

 
/* 橫向智慧手機及其他更小解析度 */
@media (max-width: 480px) { 
/*index banner*/
.owl-carousel .owl-dots{
	margin-top:-28px;
}
.index_banner_top{
	background-size:cover;
    height: 30px;
    margin-top: -30px;
}
.owl-theme .owl-dots .owl-dot span{
	width:10px !important;
	height:10px !important;
	margin:3px !important;
}

/*index_box_01*/
.index_01_list .item {
	margin: 10px
}
.index_box_01 .btn_box {
	margin: 30px 0 20px 0;
}

/*index_box_03*/
.index_03_list {
    padding: 0 0 30px 0;
}

/*page content*/
.page_content .container{
	padding:5%;
	min-height: 285px;
}

/*表單管理*/
.form_box {
	border: solid #f5f5f5 5px;
    padding: 5px;
}
.form_q{
	border-right:none;
	text-align:left;
	width:100%;
	display:block;
	margin: 0 0 -10px 0;
	padding:8px 15px 0 15px;
}
.form_a {
    width: 100%;
	display:block;
	margin: 0;
	padding:15px;
	border-bottom: #ccc dotted 1px;
	float: left;
}
.form_box .table-row:last-child .form_a {
	border-bottom:none;
}
.verification_code{
	margin:5px 0 3px 0;
	display:inline-block;
}
.forum_subject img {
	width:100px;
}

/*產業應用*/
.application_list li{
	margin-bottom:5%;
}

/*最新產品*/
.new_product_list>li{
	width:100%;
	margin:5% 0;
}
.new_product_list>li {
	min-height:auto;
}

/*meeting研討會*/
.meeting_box{
	padding:5%;
	background-size: 150%;
	background-position:right;
	margin: 15px auto;
}
.meeting_box .btn_box {
    margin-top: 10px;
}
.form_title{
	font-size:16px;
}

/*產品類別*/
.product_class ul{
	display:none;
}
/*.product_class ul li{
	width: 100%;
    margin: 10px 0;
}*/

/*sitemap*/
.sitemap_box{
	width:100%;
}

/*print*/
.con_box{
	padding: 3%;
}

}



