@charset "utf-8";
/* CSS Document */

@import "routine.css";

body{
	font-family:"微軟正黑體";
}

ul{
	list-style-type:none;
	padding-left:0;
}

a, a:link, a:hover, a:active, a:visited, a:focus{
	text-decoration:none;
	outline:none;
}

header{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+41,dcdcdc+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 20%, #dcdcdc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 20%,#dcdcdc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 20%,#dcdcdc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */

}
.gallery{
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}
/*--------------------------------- header ------------------------------------*/
.dis{
	padding-right:8px;
	display:none !important;
}

@media (max-width:767px){
  .dis{
  	display:inline-block !important;
  }
}
.ind_logo{
  margin: 0 auto;
  padding: 10px;
}
.lang-box{	
	margin-top: 20px;
  padding: 0;
}
.lang-box, .lang{
	list-style-type:none;
	vertical-align:middle;
	text-align:right;
}

@media (max-width:1199px){
  .lang-box, .lang{
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
ul.lang-box .lang{
	display:inline-flex;
	vertical-align:middle;
}
ul.lang-box .search{
  display:block;
  vertical-align:middle;
  float: right;
}
ul.lang li a{
	display:inline-block;
	background-color:#7d7d7d;
	padding:0;
	margin:0 3px;
	width:35px;
	height:35px;
	line-height:34px;
	text-align:center;
	color:#fff;
	border-radius:99px;
	font-size:16px;
}
ul.lang li a:hover{
	background-color: #282828;
}

.input-group input.searchInput{
	height:40px;
	width:270px;
	border-right:none;
	border-radius:20px !important;
	z-index:100;
	margin-right:5px;
  margin-top: 5px;
  background-color: #acacac;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
}

.input-group input.searchInput:focus{
	border-right:1px solid #66afe9 !important;
}

.input-group input.searchInput:focus,
.input-group input.searchInput:active{
	box-shadow:none;
}

.searchInput1{
	height:35px;
	width:100%;
}

.searchInput2{
	border-radius: 0;
	height: 35px;
	position: absolute !important;
	right: 0;
	top: -3px;
	z-index: 100 !important;
	background: none;
	font-size:22px;
}

.searchInput2:visited, .searchInput2:active, .searchInput2:focus{
	outline:0;
}
.searchInput2 .fa{
  margin-top: 12px;
  margin-right: 12px;
}
.input-group .searchInput{
  text-align: left;
  padding-left: 20px;
}
.home{
	text-align:right;
}

.search-box{
	margin-top:35px;
}

.lang .btn-default:focus, .btn-default.focus{
	border:1px solid #ccc;
	outline:0;
	background:#fff;
}

@media (max-width:991px){
  .search{
    width:100%;
    margin-left:0;
    padding:0;
  }
  .search form .input-group{
    width:100%;
  }
  .lang-box{
    width:100%;
  }
  .input-group input.searchInput{
    width:96%;
    margin-left:2.5%;
  }
  .searchInput2{
    right:20px;
  }
  ul.lang li a{
      border-radius: 0px;
      padding-right: 55px;
      padding-left: 55px;
      width: 80%;
      height: auto;
    }
  ul.lang li{
    width:47.5%;
  }

  ul.lang{
    width:100%;
  }
}
@media (max-width:370px){
  ul.lang-box .lang{
  display:block;
  padding: 0;
  }
  ul.lang li{
    width: 100%;
    margin-bottom: 8px;
  }
  ul.lang li a{
    width: 100%;
  }
}

/*--------------------------------- ind ------------------------------------*/
.ind_top{
  text-align: center;
  background-image: url(../tw_images/index/top_bg.jpg); 
}
.ind_box{
  text-align: center;
}
.ind_box1{
  color: #fff;
  font-size: 20px;
  background-color: #787877;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 70px;
  margin-left: 5px;
}
.ind_box1:hover{
  color: #df210b;
  font-weight: bold;
  text-shadow: white 0px 2px, white 2px 0px, white -2px 0px, 
    white 0px -2px, white -1.4px -1.4px, white 1.4px 1.4px, 
    white 1.4px -1.4px, white -1.4px 1.4px; 
  background-image: url(../tw_images/index/ind_box.jpg); 
  background-repeat:no-repeat;
}
.ind_box2{
  color: #fff;
  font-size: 20px;
  background-color: #787877;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 8px 70px;
  margin-left: 5px;
}
.ind_box2:hover{
  color: #df210b;
  font-weight: bold;
  text-shadow: white 0px 2px, white 2px 0px, white -2px 0px, 
    white 0px -2px, white -1.4px -1.4px, white 1.4px 1.4px, 
    white 1.4px -1.4px, white -1.4px 1.4px; 
  background-image: url(../tw_images/index/ind_box.jpg); 
  background-repeat:no-repeat;
}
.ind_company{
  margin-bottom: 30px;
}
.ind_company h2{
  font-size: 30px;
  color: #04387e;
  font-weight: bold;
  border-bottom: 1px solid #252525;
  padding-bottom: 15px;
}
.ind_text{
  font-size: 18px;
  color: #1b1b1b;
}
.ind_text2{
  font-size: 16px;
  color: #252525;
  border: 1px solid #959595;
}
.ind_text2 ul li{
  padding: 10px 20px;
}
.ind_text2 ul li:hover{
  background-color: #f4c100;
}
.pblue{
  font-size: 13px;
  color: #04387e;
}
.ind_viedo{
  border: 1px solid #959595;
  padding: 5px;
}
.ind_viedo_title{
  font-size: 16px;
  color: #04387e;
  font-style: italic;
  font-weight: bold;
}
.ind_viedo_p{
  font-size: 14px;
  color: #7d7d7d;
  font-style: italic;
  font-weight: bold;
}
@media (max-width:1199px){
  .ind_box1{
  padding: 8px 50px;
  }
  .ind_box2{
  padding: 8px 50px;
  }
}
@media (max-width:991px){
  .ind_box1{
  padding: 8px 70px;
  }
  .ind_box2{
  margin-top: 0;
  padding: 8px 70px;
  }
}
@media (max-width:573px){
  .ind_box1{
  display: block;
  }
  .ind_box2{
  display: block;
  }
  .ind_box1:hover{
  background-color: #00559e;
  background-position: center;
  }
  .ind_box2:hover{
  background-color: #00559e;
  background-position: center;
  }
}
/*------------------------------ all setting --------------------------------*/
.input-group .searchInput{
  background-color: #ebebeb;
  color: #636363;
  border: 1px solid #c2c2c2;
}
.pd0{
  padding: 0;
}
.inside_banner{
  border-bottom: 30px solid #555;
}
.inside_banner2{
  background-color: #555; 
  text-align: center;
}
.inside_banner2 li{
  display: inline-block;
  margin: 10px;
}
.inside_banner2 li a{
  font-size: 20px;
  color: #f4c100;
  display: block;
  padding: 10px 30px;
  border: 1px solid #f4c100;
  border-radius: 10px;
}
.inside_banner2 li a:hover{
  font-size: 20px;
  color: #555;
  background-color: #f4c100;
}
@media (max-width:371px){
  .inside_banner2 li a{
    padding: 5px 10px;
  }
}
/*------------- page -------------*/
.pagenub{
  text-align: center;
}
.pagenub .pagination > li {
    display: inline-block;
  }
.pagenub .pagination > li > a {
    display: block;
    color: #9fa0a0;
    border-radius: 0;
    font-size: 15px;
    padding: 8px 12px;
    text-decoration: none;
    margin: 1px;
}
.pagenub .pagination > li > a:hover {
    color: #9fa0a0;
    border: none;
    background-color: #fff;
    font-weight: bold;
}

/*-------------------------------- about ----------------------------------*/
.company h2{
  font-size: 30px;
  color: #04387e;
  font-weight: bold;
  border-bottom: 1px solid #252525;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 35px;
}
.ab_text_title{
  font-size: 18px;
  color: #04387e;
}
.ab_text{
  font-size: 18px;
  color: #1b1b1b;
}
.ab_text, .ab_text p{
  margin-bottom: 35px;
}
/*-------------------------left-------------------------*/
.menu_item{
  width: 100%;
  margin-bottom: 50px;
}
.bar_ab_title{
  font-size: 25px;
  color: #04387e;
  border: 5px solid #1d5b90;
  padding: 30px 0;
  border-radius: 2px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,d3d3d3+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #d3d3d3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#d3d3d3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#d3d3d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
}
.bar_ab_title2{
  font-size: 18px;
  color: #1b1b1b;
  padding: 25px;
  text-align: center;
  display: block;
  border-radius: 2px;
  box-shadow: 0px 3px 5px rgba(0, 5, 5, 0.50);
  box-shadow: 0px 3px 5px rgba(0, 5, 5, 0.50);
  background-color: #f7f7f7;
}
@media (max-width:991px){
  .menu_item{
    margin-bottom: 30px;
  }
}
/*--------------------------------- pro ------------------------------------*/
.pro_box li{
  display: inline-block;
  width: 32.5%;
  margin-bottom: 30px;
  margin-left: 80px;
  text-align: center;
}
.pro_box p{
  font-size: 25px;
  color: #04387e;
  font-style: oblique;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
  margin-bottom: 10px;
}
.pro_text{
  margin-bottom: -10px;
}
.pro_text2{
  font-size: 16px;
  color: #252525;
  font-style: normal;
}
@media (max-width:991px){
  .pro_box li{
  width: 48%;
  margin-left: 0;
  }
}
@media (max-width:484px){
  .pro_box li{
  width: 100%;
  text-align: center;
  }
  .pro_box img{
    margin: 0 auto;
  }
}
/*-------------------------left-------------------------*/
.bar_pro_title{
  width: 100%;
  padding: 25px;
  display: block;
  border-radius: 2px;
  background-color: #f7f7f7;
  box-shadow: 0px 3px 5px rgba(0, 5, 5, 0.50);
  box-shadow: 0px 3px 5px rgba(0, 5, 5, 0.50);
}
.bar_pro_title2{
  font-family: "Arial";
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
  border-bottom: 1px solid #555;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: block;
}
@media (max-width:991px){
  .bar_pro_title{
    margin-bottom: 30px;
  }
}
/*--------------------- pro_detail ----------------------*/
.pro_de_title h2{
  font-size: 30px;
  color: #1a1a1a;
}
.pro_de_title h2 .fa{
  font-size: 40px;
  margin-right: 10px;
}
.pro_de_small{
  font-size: 20px;
  color: #959595;
  font-weight: bold;
  margin-left: 10px;
}
.pro_de_title h2 ul{
  margin-top: 15px;
}
.pro_de_btn{
  font-size: 20px;
  background-color: #f4a100;
  display: inline-block;
  border-radius: 10px;
}
.pro_de_btn a{
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 10px;
}
.pro_de_btn a .fa{
  font-size: 20px;
}
.pro_de_btn2{
  font-size: 20px;
  background-color: #555;
  display: inline-block;
  border-radius: 10px;
}
.pro_de_btn2 a{
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 10px;
}
.pro_de_box{
  border: 1px solid #c2c2c2;
}
.pro_de{
  margin: 0 auto;
  padding-right: 0;
  border: 1px solid #c2c2c2;
  width: 75%;
}
.pro_de2{
  margin: 0 auto;
  padding-right: 0;
  border: 1px solid #c2c2c2;
  width: 75%;
}
.pro_text h4{
  color: #3a3a3a;
  margin-top: 25px;
}
.pro_text p{
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}
.pro1:hover{
  opacity: .6; 
  filter: Alpha(Opacity=60); 
}
@media (max-width:991px){
  .pro_de_box{
    margin: 0 auto;
    width: 100%;
  }
  .pro_de{
    float: left;
    display: inline-block;
    border: 1px solid #c2c2c2;
    width: 33.334%;
    margin-top: 10px;
  }
  .pro_de2{
    float: left;
    display: inline-block;
    border-bottom: 1px solid #c2c2c2;
    width: 33.334%;
    margin-top: 10px;
  }
  .pro1{
    margin: 0 auto;
  }
}
@media (max-width:767px){
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    padding: 10px 40px;
  }
  .nav-tabs > li > a{
    padding: 10px 40px;
  }
}
@media (max-width:463px){
  .pro_de_btn{
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_de_btn2{
    display: block;
    width: 100%;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    padding: 10px 20px;
  }
  .nav-tabs > li > a{
    padding: 10px 20px;
  }
}
@media (max-width:339px){
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    padding: 10px 10px;
    margin-right: 10px;
  }
  .nav-tabs > li > a{
    padding: 10px 10px;
    margin-right: 10px;
  }
}
/*------------------------------- inquery ------------------------------------*/
.pro_iq_icon{
  font-size: 30px;
}
.pro_iq_num{
  margin-top: 40px;
  margin-left: 10px;
  width: 110px;
  height: 30;
}
.pro_iq_cha{
  margin-top: 40px;
  width: 26px;
  height: 26;
}
.con_iq_cha{
  margin-top: 40px;
  width: 26px;
  height: 26;
}
.conbtn{
  text-align:center;
  margin:30px auto 20px;
}

.btn_con{
  width:200px;
  height:50px;
  vertical-align:middle;
  text-align:center;
  margin:0 5px 10px;
  letter-spacing:3px;
  font-size: 20px;
  color: #fff;
  background-color: #f4a100;
  border-radius: 10px;
}

.btn_con:hover{
  text-decoration:none;
  background-color: #f4c100;
}
.btn_con .fa{
  margin-right: 8px;
  font-size: 23px;
}
input, button, select, textarea {
  border:none;
}
@media (max-width:1199px){
  .con_iq_cha{
  margin-top: 40px;
  margin-left: 20%;
  }
}
@media (max-width:767px){
  .pro_iq_num{
  margin-top: 10px;
  margin-left: 0;
  }
  .pro_iq_cha{
  margin-top: 10px;
  margin-left: -100%;
  }
  .con_iq_cha{
  margin-top: 10px;
  margin-left: -100%;
  }
}
@media (max-width:514px){
  .btn_con{
  width: 100%;
  }
}
@media (max-width:454px){
  .pro_iq_cha{
  margin-left: -10%;
  }
  .con_iq_cha{
  margin-left: -10%;
  }
}
/*--------------------------------- news ------------------------------------*/
.tabbleee{
  table-layout: fixed;
  word-break: break-all;
}
.news table.table tbody tr th{
  background:#164878;
  color: #fff;
  font-weight: inherit;
  font-size: 18px;
}
.news table.table tbody tr td{
  font-size: 18px;
  color: #1b1b1b;
  text-align: center;
}
.news .table > thead > tr > th, 
.news .table > tbody > tr > th, 
.news .table > tfoot > tr > th, 
.news .table > thead > tr > td, 
.news .table > tbody > tr > td, 
.table > tfoot > tr > td{
  border-top: 2px solid #164878;
}

.news .table tr td a{
  color:#000;
}
.news .table tr td a .dw_img{
  color:#000;
  font-size: 18px;
}
.news .table tr td a:hover{
  color:#164878;
}
/*--------------------------------- news-detail ------------------------------------*/
.newdetail-table img{
  vertical-align: middle;
  max-width: 100%;
  height: 100% !important;
}
.newdetail-table .th,
.newdetail-table .td{
  display:table-cell;
  padding: 5px;
}
.newdetail-table .th{
  background-color: #164878;
  color:#ffffff;
  /*text-align: center;*/
  font-size:13px;
}
.newdetail-table .td{
  color: #595757;
  font-size:13px;
  /*text-align:center;*/
  /*cursor:pointer;*/
}
@media only screen and (max-width: 568px) {
  .newdetail-table{
    background-color: transparent;
  }
  .newdetail-table .thead{
    display: none;
  }
  .newdetail-table .tr{
    display:block;
    margin-bottom: 15px;
    border:2px solid #164878;
  }
  .newdetail-table .th,
  .newdetail-table .td{
    display:block;
    width: 100%;
    background-color:#fff;
  }
  .newdetail-table .th:last-child{
    border-bottom: 2px solid #164878;
  }
  .news table.table tbody tr th{
  display: block;
  width: 100%;
  }
  .news table.table tbody tr td{
  display: block;
  width: 100%;
  border: 2px solid #164878;
  /*margin-bottom: 15px;*/
  }
  .table{
    border: none;
  }

}

.newdetail-table{
  width: 100%;
  border-collapse:separate;
  margin-bottom: 20px;
  font-family:Microsoft JhengHei;
}
.newdetail-table .tr{
  display: table;
  width:100%;
  
}
.newdetail-table .th,
.newdetail-table .td{
  display:table-cell;
  padding: 8px 20px;
  border-bottom: 2px solid #164878;
}
.newdetail-table .th{
  background-color: #164878;
  color:#ffffff;
  text-align: center;
  font-size:18px;
  width:20%;
  vertical-align:middle;
  padding:20px;
  border-bottom: 2px solid #fff;
}
.addline{
  border-top: 2px solid #164878;
}
.addline2{
  border-bottom: 2px solid #164878 !important;
}
@media (max-width:480px){
  .newdetail-table .th {
    padding:5px;
  }
}
.newdetail-table .td{
  color: #164878;
  font-size:18px;
  background-color: #e4e4e4;
  width:85%;
  border-right: 2px solid #164878;
}
@media only screen and (max-width: 480px) {
  .newdetail-table .th,
  .newdetail-table .td{
    display:block;
    width: 100%;
  }
}
.new_btn{
  text-align:center;
}
.new_con{
  background-color: #555;
  width: 23%;
  text-align: center;
  padding: 8px 15px;
  float: right;
  margin-bottom: 35px;
  border-radius: 10px;
}
.new_con a{
  font-size: 20px;
  color: #fff;
  display: block;
}
.new_con:hover{
  background-color: #959595;
  color: #fff;
}
@media (max-width: 568px) {
  .new_con{
    width: 100%
  }
  .newdetail-table .th, .newdetail-table .td{
    border: none;
  }
}
/*------------------------------- ecatalog ----------------------------------*/
.ec_box li{
  display: inline-block;
  margin-bottom: 10px;
  width: 32.5%;
  padding-left: 10px;
}
.ec_box p{
  font-size: 25px;
  color: #04387e;
  font-style: oblique;
  font-weight: bold;
}
@media (max-width: 611px) {
  .ec_box li{
  width: 49%;
  }
}
@media (max-width: 436px) {
  .ec_box li{
  width: 100%;
  text-align: center;
  }
  .ec_box img{
    margin: 0 auto;
  }
}
/*--------------------------------- viedo ------------------------------------*/
.vie_box{
  margin-top: 10px;
}
.vie_title{
  font-size: 18px;
  color: #04387e;
}
.vie_p{
  font-size: 18px;
  color: #1b1b1b;
}
/*--------------------------------- contact ------------------------------------*/

/*--------------------------------- footer ------------------------------------*/
.fot_box{
  background-color: #555;
  padding: 25px;
}
.fot_box ul li{
  color: #fff;
  font-size: 13px;
  text-shadow:3px 3px 3px #313131;
  line-height: 25px;
}
.fot_1{
  margin-bottom: 10px;
}
.fot_2{
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
}
.fot_2 a{
  color: #fff;
}
.fot_1 li .fa{
  margin-right: 10px;
}
.ind_contact{
  border-top: 2px solid #555555;
}
.ft_icon{
  margin: 10px;
  padding: 0;
}
.ftbg{
  color: #959595;
  font-size: 13px;
  letter-spacing:1px;
  background-color: #363636;
}
.ft_copyRight{
  padding: 10px;
  text-align: center;
}
.ft_copyRight a{
  color: #959595;
}
.ft_copyRight .colword a{
  color: #fff;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    cursor: pointer;
}
@media (max-width: 991px) {
  .ft_icon{
    display: inline-block;
  }
}
/*--------------------------------- Pagination ------------------------------------*/
.sub_page {
  text-align:center;
  clear: both;
}
.pagination {
  margin:25px 0;
  padding: 0;
}
.sub_page .pagination > li {
  display:inline-block;
}
.sub_page .pagination .active{
  color:#000;
  display:block;
  padding:6px 0;
  text-decoration:none;
}
.sub_page .pagination a{
  font-size:16px;
}
.sub_page .pagination a:hover:not(.active) {
  color: #ff0000; 
}
.active:hover{
  color: #fff  !important;
}