@charset "utf-8";
/* CSS Document */

@import "routine.css";


body{
	font-family:"微軟正黑體";
}

ul{
	list-style-type:none;
	padding-left:0;
}

p{
	color:#000;
	text-align:justify;
}
/*************************************/
/*              header              */
/*************************************/

header{
	border-top:8px solid #02377d;
	text-align:right;
	font-size:15px;
}

.stylish-input-group .input-group-addon{
    background: #353535 !important; 
	height:37px;
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

header ul{
	overflow:hidden;
	text-align:center;
}

header ul li{
	float:left;
	padding-left:5px;
}

.lang a{
	display:block;	
	padding:5px 13px;
	border-radius:5px;	
	text-decoration:none;
	background:#0a61a8;
	color:#fff;
	border:1px solid #0a61a8;
}

.lang a:hover{
	border:1px solid #0a61a8;
	background:#fff;
	color:#0a61a8;
	text-decoration:none;
}

.lang-box{
	margin-top:25px;
}

@media (max-width:500px){
header ul li{
	float:none;
	margin-top:10px;
	padding-left:0;
}

.lang-box{
	margin-top:15px;
}
}


.index-title span{
	font-size:24px;
	border-bottom:7px solid #c71012;
	color:#363636;
	padding:10px 10px;
	font-weight:bold;
	display:block;
	margin:30px auto;
	width:120px;
	text-align:center;
}

.index-more{
	font-size:20px;
	color:#000;
}

.index-more span{
	float:right;
	padding-right:10px;
	display:inline-block;
}

.technology{
	border:1px solid #d8d8d8;
	border-radius:8px;
	background:#e0e0e0;
	padding:1px;
	overflow:hidden;
	box-shadow:inset 0 0 1px 1px rgba(245,245,245,1.00);
	margin-top:7px;
}

.technology .title{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	color:#000;
	font-size:15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b2b2b2+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(178,178,178,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(178,178,178,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b2b2b2',GradientType=0 ); /* IE6-9 */
	padding:13px 15px;
}

.technology .title span{
	color:#0961a8;
}

ul.about{
	padding:0 10px;
	list-style-type:none;
}

ul.about li{
	background:url(../tw_img/index/index_16.png) left 1.4rem no-repeat;
	line-height:3.7rem;
	padding-left:27px;
	border-bottom:1px solid #000;
}



/*************************************/
/*              footer               */
/*************************************/

.footer-1{
	background:#f2f2f2;
	overflow:hidden;
	margin-top:40px;
	padding:20px 0;
}

.footer-2{
	background:#0275ae;
	overflow:hidden;
}
.footerUl{
	position:relative;
	list-style-type: none;	
	padding-left:0;
	text-align:center;
	margin-top:15px;
}

.footerUl li{
	display:inline;

	/*padding:0 1%;*/
}

.footerUl li a{
	color:#000;
	font-size:1.6rem;
	font-family:"微軟正黑體";
	/*font-weight:bold;*/
	letter-spacing:0.05rem;
	padding:0 7px;
}

.footerUl li a:hover{
	text-decoration:none;
	color:#d31a4e;
	/*font-weight:bold;*/
}

.vLine{
	color:#000;
	font-size:1.5rem;
}

.footerUl2{
	list-style-type: none;
	color:#fff;
	font-size:1.5rem;
	font-family:"微軟正黑體";
	line-height:2.5rem;
	padding-left:0;
	margin-bottom:1.8rem;
	letter-spacing:0.03rem;
	padding-left:5px;
	text-align:center;
}

.footerUl2 li{
	display:inline;
	/*padding:0 1%;*/
}

.footerUl2 li a{
	color:#fff;
	font-size:1.4rem;
}

.footerUl2 li a:hover{
	text-decoration:none;
}

.vLine2{
	color:#fff;
	font-size:1.4rem;
}

.footerUl br, .dis{
	display:none;
}

.img-responsive.footer-logo{
	float:right;
	margin-top:23%;
}

.footerUl2 li br{
	display:none;
}


@media (max-width: 992px) {
.footerUl, .footerUl2{
	text-align:center;
	float:none;
}

.img-responsive.footer-logo{
	float:none;
	margin:0 auto 30px;
}

.footerUl2{
	margin-bottom:2rem;
	padding-left:0;
}
}

@media (max-width:768px){
	.footerUl br{
	display:block;
}

}

@media (max-width: 650px) {
  
.footerUl2{
	text-align:center;
	font-size:1.4rem;
	/*padding:2rem 1rem;*/
}


/*.footerUl2 li{
	  display:inherit;
}*/
.vLine2{
	display:none;
}

.footerUl{
	margin-bottom:30px;
}

.footerUl br{
	display:inherit;
}

.dis{
	display:inline;
}
}


.contact-info ul{
	list-style-type:none;
	padding-left:0;
	text-align:center;
	margin-top:20px;
}

.contact-info br{
	display:none;
}

.contact-info ul li{
	font-size:1.5rem;
	color:#fff;
	line-height:2.5rem;
	letter-spacing:0.05rem;
	font-family:"微軟正黑體";
	display:inline-block;
	margin-right:10px;
}

.contact-info ul li a{
	color:#fff;
}

.contact-info ul li .icon{
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	display:inherit;
	margin-right:5px;
	font-size:18px;
}

.com-box{
	margin-bottom:80px;
}

@media (max-width:500px){
.contact-info br{
	display:block;
}

.contact-info ul li{
	font-size:1.4rem;
	letter-spacing:0;
}

.contact-info ul li .icon {
	display:none;
}

.footerUl li a{
	padding:0;
}

.footerUl li{
	display:inherit;
}
}

/*************************************/
/*               aside               */
/*************************************/

.sub .title{
	color:#000;
	font-size:24px;
	padding-bottom:10px;
	font-family:"微軟正黑體";
	letter-spacing:0.5px;
	text-align:center;
	border-bottom:5px solid #898989;
}

.sub .title span{
	font-size:20px;
	font-family:Arial;
	color:#018ede;
}

.sub .title .subtitle{
	color:rgba(255,255,255,.54);
	font-size:45px;
	font-family: Arial;
	line-height:23px;
	margin-left:5px;
	vertical-align: sub;
	letter-spacing:-0.6px;
}
.sub .title .arrow{
	padding:6px 9px;
	border-radius:100%;
	font-family: Arial;
	font-size: 13px;
	color: #0267a7;
	text-align:center;
	margin-left:5px;
	vertical-align: text-top;
	text-shadow: 1px 1px 1px rgba(0,0,0,.43);
	background-color: #fff;
	border: solid 2px #0167a6;
}
.sub{
	padding-bottom:30px;
}
.sub > ul{
	margin:0;
	padding:5px 0;
	list-style:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color:#fff;
}
.sub > ul > li:last-child{
	border-bottom:none;
}
.sub > ul > li > a{
	color:#4f5b69;
	font-size:15px;
	display:block;
	padding:10px 10px;
	background-color:#d5d5d5;
	border-bottom:2px solid #fff;
	text-decoration:none;
	margin:0;
}

.sub > ul > li> ul{
	list-style-type: square;
}

.sub > ul > li > a:hover, .sub > ul > li > a.sideActive{
	color:#fff;
	text-decoration:none;
	background-color:#c71012;
	display:block;
}
.sub > ul > li > ul > li > a:hover{
	text-decoration:none;
}

.sub > ul > li > ul{
	margin:0;
	/*padding:5px 35px;*/
	list-style:none;
}
.sub > ul > li > ul > li{
}
.sub > ul > li > ul > li > a{
	background:#eeeeee;
	color:#000;
	font-size:14px;
	line-height:40px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-left:20px;
	margin-top:0;
	margin-bottom:0;
}

.sub > ul > li > ul > li > a:hover{
	background:#e6e6e6;
}
.sub > ul > li > ul > li > a:before{
	content:"";
	background-image:url(../tw_img/pro/dic.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	padding-right: 25px;
	position:relative;
	top:8px;
	left:10px;
}


/*************************************/
/*            page-title             */
/*************************************/

.pag-title{
	margin-left:30px;
}

.title-name{
	font-size:18px;
	color:#000;
	float:left;
}

.title-name span{
	color:#f00;
	padding-left:5px;
	text-transform:uppercase;
	font-size:17px;
}

.breadcrumb2{
	font-size:13px;
	float:right;
	color:#000;
	margin-right:15px;
}

@media (max-width:992px){
.pag-title{
	margin-left:0;
}

.breadcrumb2{
	margin-right:0;
}
}

/*************************************/
/*             company               */
/*************************************/

.com_pic-1{
	box-shadow:3px 3px 5px rgba(0,0,0,0.5);	
}

.com_pic{
	padding:40px 15px;
	
}

@media (max-width:768px){
.com_pic{
	padding:40px 0;
	
}
}

@media (max-width:500px){
.col-500-50{
	width:50%;
}

.com_pic{
	padding:20px 0;
}

.com_pic img{
	margin-right:10px;
	box-shadow:0 0 0 3px #fff, 0 0 0 4px rgba(128,128,128,0.7);
}
}

/*************************************/
/*              product              */
/*************************************/

.content-1{
	margin-top:38px;
	overflow:hidden;
}

.pro-kind img{
	border:1px solid #ddd;
	width:100%;
	height:auto;
}

.pro-kind-list{
	position:relative;
	display:block;
}

.pro-more{
	display:block;
	position:absolute;
	bottom:10px;
	left:10px;
}

.product-content .section-1{
	text-align:center;
}

.product-content .section-1 ul{
	list-style-type:none;
	padding-left:0;
}

.product-content .section-1 ul li{
	display:inline-block;
}

.product-content .section-2 h4{
	font-size:18px;
	color:#0961a8;
	margin-bottom:10px;
}

.product-content .section-3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,ffffff+100 */
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	overflow:hidden;
	padding:20px 0;
	margin-top:20px;
	border-radius:15px;
}

.section-4{
	margin-top:40px;
}

.section-4 .title{
	font-size:18px;
	color:#c00;
}

.section-4 ul.about{
	padding-left:0;
	list-style-type:none;
	color:#000;
	font-size:14px;
}

.section-4 ul.about li{
	background:url(../tw_img/pro/icon.png) left 0.7rem no-repeat;
	line-height:2.5rem;
	padding-left:17px;
	border-bottom:none;
}


@media (max-width:768px){
.product-content .section-3 p{
	padding:15px;
}
}

@media (max-width:600px){
.col-600-50{
	width:50%;
}
}


/*************************************/
/*           product list            */
/*************************************/

/*--------list-----------*/
.pro_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;
  margin: 0;
}

.pro_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
}

@media (max-width:992px){
  .pro_list_item {
    width: 33.333%;
  }
}

@media (max-width:768px){
  .pro_list_item {
    width: 33.333%;
  }
}


@media (max-width:600px){
  .pro_list_item {
    width: 50%;
  }
}

@media (max-width:450px){
  .pro_list_item {
    width: 100%;
  }
}


.pro_list_item figure {
  margin: 0;
  /*padding:10px;*/
}

.pro_list_inner {
  background: #fff;
  width: 100%;
}
.pro_list_inner img {
  display: block;
  border:1px solid #aaaaaa;
}

.pro_list_inner img:hover {
  border:5px solid #d9edf8;
}
.pro_list_inner figcaption {
  padding: 1.25rem;
  color:#333333;
  font-size:15px;
  text-align:center;
}



/*-------------  page  --------------*/

.page{
	margin:20px auto;
	text-align:center;
}

.page .pagination > li a{
	color:#000;
	margin-right:5px;
	border:1px solid #555555;
	border-radius:0;
}


.page .pagination li a:hover{
	background:#bf1110;
	color:#fff;
}


/*************************************/
/*          product detail           */
/*************************************/

/*--------------lightbox--------------*/

.lightbox_b{
	border:1px solid rgba(0,0,0,0.5);
	box-shadow:2px 2px 4px rgba(0,0,0,0.6);
	margin:0 auto;
}

.lightbox_s{
	border:2px solid rgba(0,0,0,0.3);
}

.lightbox_s:hover{
	border:3px solid #1eb8b0;
}

.rframe p{
	color:#1e1e1e;
	font-size:16px;
	text-align:left;
}

.rel{
	font-size:20px;
	color:rgba(0,0,0,0.4);
	font-weight:bold;
	margin-bottom:15px;
	display:block;
	padding-left:15px;
}

.lightbox_dis2{
	display:inherit;
	margin-top:30px;
	overflow:hidden;
}

#button-wrap-inner{
	margin-top:20px;
}

@media (max-width:768px){

.lightbox ul{
	padding-left:0;
}

}

.smallphoto{
	list-style:none;
}
.smallphoto a{
	display:block;
	float:left;
	padding:5px 4px;
	width:33.333%;
}

.cont_btn{
	clear: both;
	margin-left:20px;
	padding:10px 0 20px;
}
.prod_title{
	color:#0961a8;
	font-size:18px;
    font-family: "微軟正黑體";
	position:relative;
	/*padding-left:15px;*/
	font-weight:bold;
	text-align:left;
	line-height:0;
}

.proBtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bbbbbb+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */

	border:1px solid #959595;
	border-radius:5px;
	margin:0.5rem 0;
	width:150px;
	color:#3f3f3f;
	padding:8px
}

.proBtn:hover{
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}



@media (max-width:1200px){

.cont_btn{
	padding:15px 0 20px 0;
}
.lightbox_dis2{
	margin-top:10px;
}
}

@media (max-width:992px){

.lightbox_dis2{
	margin-top:20px;
}
}

@media (max-width:768px){

#button-wrap-inner{
	text-align:center;
}

.proBtn{
	width:200px;
}

.cont_btn{
	margin-left:0;
	padding-top:40px;
}

.rframe p, .prod_title{
	text-align:center;
}
}

@media (max-width:550px){

#button-wrap-inner div{
	width:100%;
	float:none;
}


.proBtn{
	width:100%;
}
}


/*---------------word-----------------*/

.info-bor{
	color:#000;
	background:#eee;
	font-size:18px;
	border-left:6px solid #c71012;
	line-height:35px;
	padding-left:15px;
	letter-spacing:1px;
	margin-top:10px;
}

.word_title{
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	color:#0961a8;
}

.word-content{
	padding:25px 5px;
}


/*************************************/
/*            inquiry table          */
/*************************************/
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 704px) {
  .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 992px) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 704px) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: #0961a8;
  border: 1px solid #6a6a6a;
  font-weight: normal;
  text-align: center;
  color: white;
}
.responsive-table thead th:first-of-type {
  text-align: center;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 704px) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: .5em;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 704px) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 992px) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 1200px) {
  .responsive-table th,
  .responsive-table td {
    padding: .5em;
	font-family:"微軟正黑體";
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 704px) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 992px) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 704px) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  /*border: 2px solid #dd7901;*/
}
@media (min-width: 704px) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 704px) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: rgba(94, 93, 82, 0.1);
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: #dd7901;
  color: white;
}
@media (min-width: 704px) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: center;
}
@media (min-width: 480px) {
  .responsive-table tbody td {
    /*border-bottom: 1px solid #dd7901;*/
  }
}
@media (min-width: 704px) {
  .responsive-table tbody td {
    text-align: center;
	background:#f0f1f3;
	border-bottom:1px dotted #ccc;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: center;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(94, 93, 82, 0.85);
  font-weight:bold;
}
@media (min-width: 480px) {
  .responsive-table tbody td[data-title]:before {
    font-size: 1.1em;
	font-weight:bold;
  }
}
@media (min-width: 704px) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}

@media (max-width:710px){
.responsive-table tr{
	border-bottom:3px solid #a9a9a9;
}
}



/*************************************/
/*              inquiry              */
/*************************************/

.sub-content{
	margin:0 auto;
}

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#0961a8;

	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
	/*font-weight:bold;*/
}

.conBtn{
	text-align:center;
	margin:30px auto;
}

.btn_con{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,bbbbbb+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(187,187,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(187,187,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */

	color:#3f3f3f;
	width:150px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	margin:0 5px 10px;
	font-size:1.4rem;
	border-radius:10px;	
	border:1px solid #959595;
	box-shadow:inset 0 0 2px 1px rgba(255,255,255,1.00);
	letter-spacing:3px;
}

.btn_con:hover{
	text-decoration:none;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}

input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #3f3f3f;
	font-size:1.7rem;
	font-weight:800;
}


@media (max-width:768px) {

.sub-content{
	width:100%;
}

.getCode img{
	margin-left:-15px;
	margin-right:-15px;
}
}

@media (max-width:500px){
.btn_con{
	width:100%;
	display:block;
	margin:10px 0;
}

.proInquiry{
	width:100%;
}
}

/*************************************/
/*             application           */
/*************************************/

.content-2{
	margin-top:18px;
	overflow:hidden;
}

.application-box{
	padding:15px 20px;
	overflow:hidden;
}

.application-box:nth-child(odd){
	background:#f7f7f7;
}

.application-title {
	font-size:18px;
	color:#0961a8;
}

.application-list{
	padding-left:0;
	list-style-type:none;
	color:#000;
	font-size:14px;
}

.application-list li{
	background:url(../tw_img/pro/icon.png) left 0.5rem no-repeat;
	line-height:2rem;
	padding-left:17px;
	border-bottom:none;
}

.application-box img{
	border:1px solid #dddddd;
}


/*************************************/
/*              instal               */
/*************************************/

.instal-table .instal-th{
	background:#0961a8;
	color:#fff;
	font-size:16px;
	text-align:center;
}

.instal-table tr td:nth-child(1){
	width:14%;
	text-align:center;
	color:#0961a8;
	font-size:18px;
}

.instal-table tr td:nth-child(2){
	width:26%;
}

.instal-table tr td:nth-child(3){
	width:26%;
}

.instal-table tr td:nth-child(4){
	width:34%;
}

.instal-list{
	background:#f7f7f7;
}

.instal-table tr td img{
	text-align:center;
}



/*************************************/
/*             sitenews              */
/*************************************/

.newsTitleBorder{
	overflow:auto;
}

.newsTitle{
	text-align:left;
	vertical-align:middle;
	display:block;
	background-color:#c71012;
	padding-left:5px;
}

.newsTitle p{
	text-align:left;
	padding:0;
	font-size:1.5rem;
	margin-top:10px;
	color:#fff;
}

.dataTitle p{
	text-align:center !important;
}

.news{
	font-size:1.4rem;
	overflow:auto;
	color:hsla(0,0%,0%,1.00);
	background-color:#fff;
}

.news2{
	border-bottom:1px solid #d1d1d1;
}

.news .subj{
	line-height:2.5rem;
	padding-bottom:9px;
	padding-top:9px;
}

.news .subj a{
	text-decoration:none;
	color:rgba(0,0,0,1.00);
}

.news .subj a:hover{
	text-decoration:none;
	color:rgba(0,108,185,1.00);
}

.news .data{
	line-height:2.5rem;
	padding-bottom:8px;
	padding-top:10px;
	text-align:center;
	color:rgba(0,0,0,0.6);
	font-weight:bold;
}

.back{
	display:block;
	margin-top:5%;
	margin-bottom:5%;
}


#newsBack{
	text-align:center;
	background: #898989;
	color:#fff;
	width:150px;
	margin:30px 0;
	float:right;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	width:150px;
}

#newsBack:hover{
	box-shadow:1px 2px 3px rgba(0,0,0,0.5);
}

@media (max-width:992px){
.left-line{
	border-right:none;
}
}

@media (max-width:768px){
.news .data, .news .data2{
	text-align:left;
}

.newsDetail .data{
	text-align:left;
}

.newsCon{
	width:100%;
	margin-left:0;
}

.dataTitle{
	display:none;
}

.newsTitle{
	text-align:left;
}

.news .data{
	line-height:0.5rem;
	padding-top:15px;
	margin-bottom:8px;
}
}

@media (max-width:500px){
#newsBack{
	width:100%;
}
}


/*--------------news detail--------------*/


.new-detail-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01b5da+0,01b5da+95,f0f1f3+100,f0f1f3+100,f0f1f3+100 */
	background: rgb(1,181,218); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(220,220,220,1) 0%, rgba(220,220,220,1) 95%, rgba(240,241,243,1) 100%, rgba(240,241,243,1) 100%, rgba(240,241,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(220,220,220,1) 0%,rgba(220,220,220,1) 95%,rgba(240,241,243,1) 100%,rgba(240,241,243,1) 100%,rgba(240,241,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(220,220,220,1) 0%,rgba(220,220,220,1) 95%,rgba(240,241,243,1) 100%,rgba(240,241,243,1) 100%,rgba(240,241,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#f0f1f3',GradientType=1 ); /* IE6-9 */

	border-bottom:1px solid #fff;
	overflow:hidden;
	border-right:inset 1px solid #fff;
}

.news-detail-title{
	width:25%;
	float:left;
	background-color:#dcdcdc;
	text-align:center;
	padding:10px 10px;
	color:#1b1b1b;
	font-family:"微軟正黑體";
}

.news-detail-content{
	width:75%;
	float:left;
	padding:10px 10px;
	color:#000;
	font-family:"微軟正黑體";
	background-color:#f0f1f3;
}

.detailConBg{
	background:rgba(0,0,0,0.00);
	padding:0 !important;
}

.text-lf{
	text-align:left !important;
	padding-left:10px;
}

.text-lf02{
	padding-left:2px;
}

@media (max-width:768px){
.news-detail-title{
	width:100%;
	float:none;
	text-align:center;
}

.news-detail-content{
	width:100%;
	float:none;
	text-align:center;
}
}

/*************************************/
/*            download              */
/*************************************/

.download-TitleBorder{
	overflow:auto;
}

.download-Title{
	text-align:left;
	vertical-align:middle;
	display:block;
	background:#c71012;

	padding-left:5px;
	line-height:23px;
	color:#fff;
}

.download-Title p{
	text-align:left;
	padding:0;
	font-size:1.5rem;
	margin-top:10px;
	color:#fff;
}

.dataTitle p{
	/*text-align:center !important;*/
}

.download{
	font-size:1.4rem;
	overflow:auto;
	border-bottom:1px dashed #d1d1d1;
	color:hsla(0,0%,0%,1.00);
}

.download p{
	text-align:center;
	padding-top:18px;
}

.download .subj{
	line-height:4.5rem;
	padding-bottom:5px;
	padding-top:5px;
}

.download .subj a{
	text-decoration:none;
	color:rgba(0,0,0,1.00);
}

.download .subj a:hover{
	text-decoration:none;
	color:rgba(0, 108, 185, 1);
}

.download .data{
	line-height:2.5rem;
	padding-bottom:8px;
	padding-top:15px;
	text-align:center;
	color:rgba(0,0,0,0.5);
	font-weight:bold;
}


.data a i{
	font-size:2.3rem;
	padding-top:3px;
	color:#626262;
}

.data a i:hover{
	color:rgba(0, 108, 185, 1);
}

@media (max-width:768px){
.download-icon{
	display:none;
}
}

@media (max-width:992px){
.download p{
	text-align:left;
	padding-left:10px;
}

.download-dis-no{
	display:none;
}

/*.dataTitle p{
	padding-right:45px;
	text-align:right !important;
}*/

.download .data{
	/*text-align:right;*/
}

}

@media (max-width:768px){
.download .data, .download .data2{
	text-align:left;
}

.download-Detail .data{
	text-align:left;
}

.download-Con{
	width:100%;
	margin-left:0;
}

.dataTitle{
	display:none;
}

.download-Title{
	text-align:left;
}

.download .data{
	line-height:0.5rem;
	padding-top:15px;
	margin-bottom:8px;
}

.dataTitle p{
	text-align:right;
}

}

/*************************************/
/*           contact us              */
/*************************************/

input, button, select, textarea {
	border:none;
}

.getCode img{
	padding-top:11px;
	text-align:left;
	margin-left:10px;
}

iframe{
	margin-top:-25px;
	margin-bottom:30px;
}

.form-txt, .mapTxt{
	font-size:1.5rem;
	font-family:"微軟正黑體";
	margin-bottom:8px;
}

 .mapTxt{
	 margin-bottom:25px;
}

@media (max-width:768px){
iframe{
	margin-top:0;
}
}


/*************************************/
/*                links              */
/*************************************/

.font-position{
	text-align:center !important;
	display:block;
}



/*------------nav icon-----------------*/

.navbar ul li i.list-icon{
	padding-right:5px;
	display:none;
}

@media (max-width:992px){
.navbar ul li i.list-icon{
	display:inline-block;
}
}


/*----------side-none----------------*/

.side-none{
	display:inherit;
}

@media (max-width:992px){
.side-none{
	display:none;
}
}