 /* *{
 border: 1px solid #000;
} */
/*
.listbox .item{
  width: 100%;
  height: auto;
}
*/
/*
body{
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
*/
/*
header,well,footer{
  margin-left: auto;
  margin-right: auto;
}
*/
.section {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    outline: none;
}
.table{
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 3px solid #ffffff;
	border-top: 3px solid #ffffff;
}
.table tr{
	margin: 0;
	
}
.table th{	
	
	color: brown;
/*	background-color: #ECF5FF;	*/
	margin: 20px;
	width: 15%;
}

.table th, .table td{

	border-bottom: 3px solid #d8dee2;
/*	border-right: 3px solid #d8dee2;*/
/*	padding: 15px 18px;*/
/*	border: solid 3px red;*/
/*	padding: 15px 18px;*/

}
.table td{
	text-align: justify;
/*	background-color:  #ECF9FF;*/
	padding: 15px 18px;
}
.table td img{
	float: right;
	border-radius:15px;
	width: 25%;
	height: auto;
	display: inline-block;
	padding:10px;
/*	padding: 15px 18px;	*/
/*
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
*/
}

p{
/*	width: 80%;*/
	display: inline-block;
	font-size: 10pt;
	padding: 10px 10px;
	

}
th>p{
	font-size: 13pt;
}

/*
h3{
margin-top:10PX;
margin-bottom: 15px; //30
}
*/

/*切換中或英文版 
.aboutus .en-ch = 關於精機,精機記事,專利,ISO
*/
.aboutus .ch a{
	font-family: "微軟正黑體", "新細明體", "細明體", "標楷體";
	font-size: 13pt;	/*---切換成中文---*/
	font-weight: 600;
}
.aboutus .en a{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 12pt;	/*---切換成英文---*/
	font-weight: 600;
}
.aboutus .ch a,
.aboutus .en a{
	color: red;
	float: right;	
	text-decoration: none;
	margin-right: 20px;	
}
.aboutus .ch a:hover,
.aboutus .en a:hover{
	color: blue;
}
.aboutus .ch,
.aboutus .en{
	width: 100%;
	margin-bottom: 30px;
	
}
/*切換中或英文版 
.technique .en-ch = 關於精機,精機記事,專利,ISO
*/
.breadcrumb{
  font-size: 14pt;
}

.aboutusphoto{
  margin-bottom: 20px;
}
.aboutus-inner{
  font-size: 14pt;
  margin-top: 20px;
  margin-bottom: 50px;
}


.patent{
	width: 500px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;	
}
.patent img{
	
/*  //border-radius: 10px;*/
	box-shadow: 5px 5px 5px #999999;
}
.aboutus .timeLine .row .item .caption {
	
  border-radius: 10px;
/*  //box-shadow: 5px 5px 5px #999999;*/
}
.aboutus .timeLine .row .item .caption .image img{
	width: auto;
/*  //border-radius: 10px;*/
/*  //box-shadow: 5px 5px 5px #999999;*/
}

.about .timeLine .row .item .caption .image .title{
	padding-top: 10px;
	padding-bottom: 10px;
}

.about .timeLine .row .item .caption{
	background-color: #ffffff;
}

/*
.timeLine .row .lineHeader:before, .timeLine .row .lineFooter:before {
    color: #0080ff;
}
.timeLine .row .lineFooter:after {
    color: #0080ff;

} */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .table td img{
		width: 35%;
		height: auto;   
	
}


}
@media screen and (max-width: 680px) {
  .table td img{
		width: 35%;
		height: auto;  
	  	
}



}
@media screen and (max-width: 480px) {
	.table td img{
		width: 65%;
		height: auto;   
	
}
	
}
  