@charset "utf-8";
/* CSS Document */

@import "routine.css";

body{
	font-family:"微軟正黑體";
}

ul{
	list-style-type:none;
	padding-left:0;
}

/*************************************/
/*              header              */
/*************************************/

header{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,89fffa+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(137,255,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(137,255,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(137,255,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#89fffa',GradientType=0 ); /* IE6-9 */
	text-align:right;
	font-size:15px;
}

.stylish-input-group .input-group-addon{
    background: white !important; 
}
.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;
	background:#898989;
	padding:5px 13px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
}

.lang a:hover{
	background:rgba(106,106,106,1.00);
	text-decoration:none;
}

.lang-box{
	margin-top:10px;
}

@media (max-width:991px){
 header ul li{
  float:none;
  margin-top:10px;
  display:block;
 }
}

@media (max-width:500px){
header ul li{
	float:none;
	margin-top:10px;
	padding-left:0;
}

.lang-box{
	margin-top:15px;
}
}



/*************************************/
/*                nav                */
/*************************************/

.navigation{
	background:#00cac1;
}

@media (min-width: 768px) {
	#main-menu > li {
		float: none;
		display: table-cell;
		width: 1%;
		text-align: center;
	}
}




/*************************************/
/*            title-line             */
/*************************************/

.content-box-index{
	margin:60px auto 10px;
	overflow:hidden;
}

.title-line{
	background:url(../tw_img/other/title_bg.png) top left no-repeat;
	height:47px;
	font-size:26px;
	color:#03b085;
	letter-spacing:1px;
	padding-left:60px;
	padding-top:4px;
}

.content-info-01{
	margin-top:30px;
	margin-bottom:15px;
	overflow:hidden;
}

.index-company{
	font-size:15px;
	line-height:25px;
	letter-spacing:0.5px;
	padding-left:30px;
	padding-top:50px;
}

@media (max-width:992px){
.index-company{
	padding-top:0;
}
}

@media (max-width:768px){
.content-info-01 img{
	margin-top:20px;
}

.index-company{
	padding-left:0px;
	text-align:justify;
}

}

.index-company p{
	padding:0;
	margin:0;
}

.index-company p a{
	display:block;
	width:65px;
	height:25px;
	color:#fff;
	background:#00cac1;
	line-height:23px;
	text-align:center;
	text-decoration:none;
	margin-top:15px;
}

.index-company p a:hover{
	text-decoration:none;
	box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}


/*************************************/
/*               footer              */
/*************************************/

footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dafffd+0,27d4cc+100 */
	background: rgb(218,255,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(218,255,253,1) 0%, rgba(39,212,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(218,255,253,1) 0%,rgba(39,212,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(218,255,253,1) 0%,rgba(39,212,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dafffd', endColorstr='#27d4cc',GradientType=0 ); /* IE6-9 */
	overflow:hidden;
	padding-top:60px;
	padding-bottom:40px;
	color:#5e5e5e;	
}

.footer ul li{
	display:inline-block;
	vertical-align:top;
}

.footer ul li.footer_title{
	font-size:20px;
	font-weight:bold;	
	padding-right:10px;
	/*margin-top:5px;*/	
}

.footer ul li.footer_info{
	border-left:1px solid #757575;
	padding-left:10px;
	line-height:30px;
}

.footer ul li.footer_info i{
	padding-right:5px;
}

/*.section1{
	width:33%;
	float:left;	
}*/

.footer>ul{
	position: relative;
}

.footer .img-responsive.qrcode {
    max-width: 60px;
    position: absolute;
    top: 30px;
}

/*.section2{
	width:36%;
	float:left;
}

.section3{
	width:31%;
	float:left;
}*/

.footer.section2 ul li.footer_info i.fa-map-marker,
.footer.section3 ul li.footer_info i.fa-map-marker{
	display: none;
}

@media (max-width:1200px){
.footer ul li.footer_info{
	border-left:none;
	padding-left:0;
}
	
	.footer .img-responsive.qrcode{
		position: static;
	}
}

@media (max-width:992px){

footer{
	padding-top:30px;
	padding-bottom:20px;
}

.section1, .section2, .section3{
	width:100%;
	text-align:center;
}

.footer ul li{
	display:inherit;
}
	
	.footer .img-responsive.qrcode{
		margin: 0 auto;
	}
}


.footer-2{
	background:#00cac1;
	text-align:center;
	padding:10px 0;
	color:#000;
	letter-spacing:0.05rem;
	border-top:5px solid #fff;
}

.footer-2 ul{
	list-style-type:none;
	margin-bottom:0;
	padding-left:0;
}

.footer-2 ul li a{
	color:#000;
	text-decoration:none;
}

.footer-2 ul br{
	display:none;
}

.footer-2 ul li{
	display:inline;
	margin-right:1.5%;
	line-height:2.5rem;
}

@media (max-width:992px){
.footer-2 ul br{
	display:block;
}
}



/*************************************/
/*             company               */
/*************************************/

.breadcrumb2{
	float:right;
	font-size:12px;
	color:#b2b2b1;
}

.title-line br{
	display:none;
}

.content-box{
	margin:30px auto 10px;
	overflow:hidden;
}

.company-text{
	margin-top:30px;
	text-align:justify;
	line-height:30px;
	margin-bottom:20px;
}

@media (max-width:768px){
.title-line br{
	display:block;
}

.breadcrumb2{
	margin-top:15px;
}

.company-text{
	line-height:25px;
}

}

/*************************************/
/*              product              */
/*************************************/

.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;
  padding: 10px 0;
  margin: 0;
}

.pro_list li:hover figure{
  opacity:0.7;
}

/*.pro_list li:hover figcaption{
  color:#134e60;
  background-color:#b0e4f2;
}*/

.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: 25%;
  }
}

@media (max-width:768px){
  .pro_list_item {
    width: 25%;
  }
}


@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 rgba(0,0,0,0.5);
  box-shadow:2px 2px 4px rgba(0,0,0,0.3);
}
.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:#fff;
	margin-right:5px;
	border-radius:0;
	font-weight:bold;
	background:#0eada2;
	border-radius:5px;
}


.page .pagination li a:hover{
	background:#ff6e67;
}

.page .pagination > li > a, .pagination > li > span{
	border:none;
}

/*************************************/
/*          product detail           */
/*************************************/

.lightbox{
	margin-top:30px
}

.lightbox_b{
	border:1px solid rgba(0,0,0,0.5);
	box-shadow:2px 2px 4px rgba(0,0,0,0.3);
}

.lightbox_s{
	border:2px solid rgba(0,0,0,0.3);
}

.lightbox_s:hover{
	border:3px solid #1eb8b0;
}

.rframe p{
	color:#b5b44d;
	font-size:24px;
	text-align:left;
	margin-top:30px;
}

.rel{
	font-size:20px;
	color:rgba(0,0,0,0.4);
	font-weight:bold;
	margin-bottom:15px;
	display:block;
	padding-left:15px;
}

.dis1{
	display:none;
}

.dis2{
	display:inherit;
	margin-top:30px;
	overflow:hidden;
}

@media (max-width:768px){
.dis2{
	display:none;
}

.dis1{
	display:inherit;
}
}

.smallphoto{
	list-style:none;
}
.smallphoto a{
	display:block;
	float:left;
	padding:5px 4px;
	width:33.333%;
}

.cont_btn{
	clear: both;
	margin-left:20px;
	padding:37px 0 20px 0;
}
.prod_title{
	color:#008d83;
	font-size:24px;
    font-family: "微軟正黑體";
	position:relative;
	/*padding-left:15px;*/
	font-weight:bold;
	text-align:left;
	line-height:28px;
}

.proBtn{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30e2d5+0,297fb3+100 */
	background: rgb(48,226,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(48,226,213,1) 0%, rgba(41,127,179,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(48,226,213,1) 0%,rgba(41,127,179,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(48,226,213,1) 0%,rgba(41,127,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30e2d5', endColorstr='#297fb3',GradientType=0 ); /* IE6-9 */
	border:none;
	border-radius:5px;
	margin:0.5rem 0;
	width:150px;
	color:#fff;
	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;
}
.dis2{
	margin-top:0;
}
}

@media (max-width:992px){
#button-wrap-inner div{
	width:50%;
	float:left;
}

.proBtn{
	width:140px;
}

.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;
}
}

@media (max-width:550px){

#button-wrap-inner div{
	width:100%;
	float:none;
}


.proBtn{
	width:100%;
}
}





/*-----------------product description------------------*/

.pro-description-title{
	font-size:24px;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a1a2a2+0,ffffff+100 */
	background: rgb(161,162,162); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(161,162,162,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(161,162,162,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(161,162,162,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a2a2', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	margin-top:50px;
	padding-left:20px;
	height:42px;
	line-height:42px;
	margin-bottom:25px;
}

.pro-description-title:after{
	content: '';
	position: absolute;
	display: block;
	top: 92px;	
	height: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d4d4d4+0,b1b2ae+100 */
	background: rgb(212,212,212); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(212,212,212,1) 0%, rgba(177,178,174,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(212,212,212,1) 0%,rgba(177,178,174,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(212,212,212,1) 0%,rgba(177,178,174,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#b1b2ae',GradientType=1 ); /* IE6-9 */
	width:97.5%;
	left:15px;
}

@media (max-width:992px){
.pro-description-title:after{
	top:42px;
	width:96%;
}
}

@media (max-width:768px){
	
.pro-description-title{
	margin-top:30px;
}

.pro-description-title:after{
	left:0;
	width:100%;
}
}


/*************************************/
/*            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: #6a6a6a;
  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(0, 0, 0, 1);
  font-weight:bold;
  display:block;
  width:100%;
  line-height:40px;
  background:#eee;
  margin-bottom:10px;
}
@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{
	width:90%;
	margin:0 auto;
}

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#598808;
	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{
	font-family:"微軟正黑體";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c5c5c5+0,373737+100 */
	background: rgb(197,197,197); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(197,197,197,1) 0%, rgba(55,55,55,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(197,197,197,1) 0%,rgba(55,55,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(197,197,197,1) 0%,rgba(55,55,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#373737',GradientType=0 ); /* IE6-9 */

	color:#fff;
	width:150px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	margin:0 5px 10px;
	font-size:1.4rem;
	border-radius:10px;	
	border:1px solid #eee;
	box-shadow:inset 0 0 2px 1px rgba(255,255,255,1.00);
	letter-spacing:3px;
}

.btn_con:hover{
	color:#fff;
	text-decoration:none;
	background:#8f8f8f;

	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%;
}
}



/*----------------------------------*/
/*              sitenews            */
/*----------------------------------*/

.mt42{
	margin-top:42px;
}

.news-box{
	width:80%;
	margin:0 auto;
}

.newsTitleBorder{
	overflow:auto;
}

.newsTitle{
	text-align:left;
	vertical-align:middle;
	display:block;
	background-color:#6a6a6a;
	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%;
}

.page{
	margin:25px auto;
	text-align:center;
}


#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);
}

.left-line{
	border-right:2px solid #fff;
}

@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(106,106,106,1) 0%, rgba(106,106,106,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(106,106,106,1) 0%,rgba(106,106,106,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(106,106,106,1) 0%,rgba(106,106,106,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='#01b5da', 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:#6a6a6a;
	text-align:center;
	padding:10px 10px;
	color:#fff;
	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:2px;
}

.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;
}
}

/*************************************/
/*             contacts              */
/*************************************/


.con_info{
	padding-left:30px;
	margin-bottom:40px;
}

.con_info h5{
	font-size:20px;
	color:#4bc2ba;
	width:50%;
	border-bottom:1px solid #4bc2ba;
	padding-bottom:5px;
}

.con_info p{
	margin-bottom:2px;
	color:#000;
}

.con_info p i{
	color:#4bc2ba;
	padding-right:5px;
}

h4+.con_info>h5+p{
	display: block;
}

.con_info>h5+p {
    display: none;
}

@media (max-width:768px) {

.sub-content2{
	width:100%;
}

.con_info h5{
	width:100%;
}
}

@media (max-width:480px){
	.con_info{
		padding-left: 0;
	}
}


/*************************************/
/*             sitemap               */
/*************************************/

.pro_list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0;
  font-size:14px;
  margin-bottom:30px;
  margin-top:-20px;
  
}

.pro_list_item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0.625rem;
  margin: 0;
  margin-top:30px;
}

.sitemap-title{
	font-size:16px;
	font-weight:bold;
	height:37px;
	line-height:37px;
	color:#fff;
	background:#0eada2;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:7px;
	font-family:"微軟正黑體";
}

.pro_list_inner2 ul{
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

/*.pro_list_inner2 ul li{
	margin-bottom:3px;
}
*/
.pro_list_inner2 ul li a{
	display:block;
	background:#fff;
	color:#6a6a6a;
	line-height:27px;
	padding-left:8px;
	padding-right:8px;
	border-bottom:1px solid #6a6a6a;
	padding-bottom:5px;
	padding-top:3px;
}

.pro_list_inner2 ul li a:hover{
	text-decoration:none;
	background:#dfeeed;
}

@media (max-width:992px){
  .pro_list_item2 {
    width: 33.333%;
  }
}

@media (max-width:768px){
  .pro_list_item2 {
    width: 33.333%;
  }
}


@media (max-width:600px){
  .pro_list_item2 {
    width: 50%;
  }
}

@media (max-width:450px){
  .pro_list_item2 {
    width: 100%;
  }
}


.pro_list_item2 figure {
  margin: 0;
  padding:10px;
}

.pro_list_inner2 {
  width: 100%;
}
.pro_list_inner2 img {
  display: block;
}
.pro_list_inner2 figcaption {
  padding: 1.25rem;
  color:#333333;
  font-size:15px;
  text-align:center;
}

@media (max-width:400px){
.pro_list_item2 figure{
	padding:0;
}
}

/*---------200424------------*/
.con_info .qrcode{
	max-width: 120px;
}

/*--------220107----------*/
.footer .img-responsive.qrcode2 {
    max-width: 90px;
	margin: auto;
}

footer{
	padding-top: 30px;
	padding-bottom: 20px;
}