@charset "utf-8";
/* CSS Document */
body { background:#000; color:#cccccc; font-size:14px; font-family:Arial, Helvetica, sans-serif; }
#content {
	max-width:1024px;
	margin:0 auto;
	position:relative;
}
#content-full /*五大表格用*/  {
    margin: 0 auto;
    position: relative;
}
#main{
	display:inline-block;
	vertical-align:top;
	margin-left:-4px;
	width:840px;
}
#main-full /*五大表格用*/{

}
tr.cos-width td { width:3.5%;} /*避震器*/
.brake-height tr { height: 50px !important; text-align: center; }/*煞車系統*/
.air-height tr { height: 40px !important; text-align: center; }/*氣壓式避震器*/
.air-height tr td { border-color: #fff; }
.scrollable{
	overflow-x:auto;
}
.scrollable table {
	text-align:center;
}
#path {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    z-index: 9;
    top: -1.65em;
    left: 16em;
}
/*index*/
.product-list {
    position: relative;
	display:inline-block;
	vertical-align:top;
	margin-left:-5px;
	width:169px;
	height:496px;
	overflow:hidden;
}
.product-list a p {
    position: absolute;
    top: 0px;
	width:170px;
    padding: 10px 0;
    margin: 0;
    background: #212121;
    text-align:center;
	font-style: normal;
    font-weight: normal;
	font-size: 17px;
    color: #fff;
}
.product-list:hover img{
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform: scale3d(1.3, 1.3, 2);
	transform: scale3d(1.3, 1.3, 2);
}
.product-name {
    position: absolute;
    top: 0;
    background: #212121;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}
.product-name a {
    display: block;
}
/*about-box*/
.about-box {
	background:url(../../images/aboutus-02.png) no-repeat top;
	background-size:80%;
    background-color: #232323;
    min-height: 399px;
    padding: 50px;
	position:relative;
}
.about-pic01 {
    position: absolute;
    bottom: -80px;
    left: 90px;
}
.about-point {
    font-size: 18px;
    font-weight: bold;
}
/*contact-box*/
.contact-box{
	background-color: #232323;
    min-height: 399px;
    padding: 50px;
}
.contact-title{
	font-size:18px;
	font-weight:bold;
	color:#ffcc33;
}
.contact-list {
    list-style-type: disc;
	color: #ff9900;
	margin-left: 15px;
}
.contact-list ul {
    float: left;
    margin-top: -60px;
    margin-left: 77px;
}
.contact-list a {
	color: #cccccc;
	font-weight:normal;
	font-style:normal;
	/*pointer-events: none;*/
}
.contact-list:nth-child(3) a{
	pointer-events: initial;
}
.contact-box p{
	line-height:28px;
}
.contact-box p span{
	display:inline-block;
}
/*video-box*/
.video-box{
	background-color: #232323;
    min-height: 439px;
    padding: 30px;
	text-align:center;
}
.video-list {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/2 - 40px);
    margin: 10px;
	border-bottom: 1px dashed black;
}
.video-list embed {
	margin-top:100px;
}
.video-name img {
    margin-right: 10px;
}
/*gallery-box*/
.gallery-box {
	background-color: #232323;
    padding: 40px 30px;
    min-height: 497px
}
.gallery-box a{
	font-weight: normal;
    font-style: normal;
}
.gallery-pic-name{
	margin-bottom: 10px;
    padding: 8px;
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
	border-radius:8px;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
/*technical-box*/
.technical-box{
	background-color: #232323;
}
.technical-list{
	text-align:center;
	background:#000;
}
.technical-list a{
	color:#fb3302;
	font-size:16px;
	font-weight:bold;
}
.technical-btn01{
	background:url(../images/tech01.jpg) no-repeat;
	margin: 10px 60px 0 0;
}
.technical-btn02{
	background:url(../images/tech02.jpg) no-repeat;
    margin: 10px 0 0 60px;
}
.technical-btn01, .technical-btn02{
	display:inline-block;
	vertical-align:top;
	width: 275px;
    height: 70px;
	opacity: 1;
    position: relative;
}
.btn-name {
    position: absolute;
    top: 36px;
    left: 66px;
		font-family: "標楷體"
}
.technical-list a:hover > div {
	color:#fff;
}
.technical-main, .technical2-main {
    padding:20px;
}
.technical-main p, .technical2-main p {
	color:#fff;
	line-height:22px;
}
.technical-title {
    border-bottom: 1px solid #696969;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    font-size: 15px;
    margin:15px 0;
}
.technical2-main .technical-title:first-child{ margin:15px 0; }
.technical2-main .main-couple { margin:1em 0 0 0;}
.technical-title:first-child{
	margin:0;
}
.technical-title-s{
	color:#fff;
	font-weight:bold;
}
.main-couple img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
}
.main-couple p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 290px);
}
.main-couple ul {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 290px);
}
.main-couple ul li, .technical2-main ul li {
    list-style-type: decimal;
    margin-left: 20px;
	color:#fff;
	line-height: 22px;
}
.technical2-main .main-couple p { width: calc(100% - 365px); }
.technical2-main .main-couple ul { width: calc(100% - 365px); }
.technical-table {
    border-spacing: 0px;
    color: #fff;
    text-align: center;
	width:100%;
}
.technical-table tr:nth-child(odd){
	background-color:#4c4c4c;
}
.technical-table tr:nth-child(even){
	background-color:#666666;
}
.technical-table th {
    border: 1px solid #000;
    border-left: none;
    background: #2b2b2b;
    font-weight: bold;
    padding: 5px;
}
.technical-table th:first-child {
    border-left: 1px solid #000;
}
.technical-table td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 5px;
}
.technical-table td:first-child {
    border-left: 1px solid #000;
    font-weight: bold;
    background-color: #2b2b2b;
}
.technical-table2 {
    border-spacing: 0px;
    color: #999999;
    text-align: center;
	border-left: 1px solid #000;
    border-top: 1px solid #000;
	min-width:520px;
}
.technical-table2 img{
	width:98%;
}
.technical-table2 th{
	background-color:#2b2b2b;
	font-weight:normal;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.technical-table2 td{
	background-color:#333333;
	font-weight:bold;
	border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
/*worldwide*/
.worldwide-box {
	background-color: #232323;
	padding: 30px;
}
.worldwide-box p{
	font-size:16px;
	color:#fff;
	text-align:center;
}
.worldwide-table {
	width:100%;
    border-spacing: 0px;
    text-align: center;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
}
.worldwide-table th {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    padding: 5px;
	background: #FB3302;
    color: #fff;
	font-weight: normal;
}
.worldwide-table .worldwide-title-s {
    background: #FFFF00;
    color: #000;
	font-size: 18px;
	font-weight: bold;
}
.worldwide-table .worldwide-title {
	background:none;
	font-weight:normal;
}
.worldwide-table td {
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    padding: 5px;
}
/*warranty-box*/
.warranty-box {
	background-color: #232323;
	padding: 30px;
}
.warranty-table {
    border-spacing: 0px;
    width: 100%;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	line-height:25px;
	min-width:410px;
}
.warranty-table td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding:5px;
}
.warranty-table th {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
	padding: 5px;
	text-align:center;
	background: #fb3302;
    color: #fff;
}
.warranty-table .warranty-title {
    background: #808080;
}
.warranty-table .warranty-title-s {
    background: none;
}
.warranty-table ul li {
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 10px;
}
.warranty-table .warranty-table-s {
	padding:10px 15px;
}
.p-ul-1, .p-ul-2, .p-ul-3, .p-ul-4 {
    margin: 0px 0 0 37px;
    position: relative;
}
.p-ul-1:before, .p-ul-2:before, .p-ul-3:before, .p-ul-4:before {
    position: absolute;
    left: -15px;
}
.p-ul-1:before { content: '1.'; }
.p-ul-2:before { content: '2.'; }
.p-ul-3:before { content: '3.'; }
.p-ul-4:before { content: '4.'; }

/*product*/
.product-box {
	background-color: #232323;
	text-align:center;
	min-height: 499px
}
.product-list-box{
    text-align:left;
}
.product-list-model .product-btn img{
    max-width: 314px;
    width: 100%;
}
.product-list-model .product-btn{
	display:inline-block;
	vertical-align:top;
	opacity:.9;
}
.product-list-model .product-btn:hover {
	opacity:1;
}
.product-list-model a:nth-child(1) .product-btn {
    margin: 10px 60px 10px 0;
}
.product-list-model a:nth-child(2) .product-btn {
    margin: 10px 0 10px 60px;
}
.product-list01 {
    padding: 1px 0 20px 0;
}
.product-title {
    color: #f3642c;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
	padding:0 0 0 20px;
	margin:20px 24px;
}
.product-list01-box {
    text-align: left;
    margin-left: 15px;
}
.product-list01-in {
	display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 44px);
    text-align: left;
    margin: 25px 20px;
}
.product-list01-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    min-height: 34px;
}
.product-list01-in a {
	opacity: .9;
}
.product-list01-in a:hover {
	opacity: 1;
}
.product-list01-in a:hover > p {
	color: #ff8f1b;
}
/*product-list02*/
.product-list02{
	padding:20px;
}
.product-list02 .back-btn{
	margin-top:20px;
}
.product-list02-in {
    text-align: left;
}
.product-list02-title {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
	color: #fff;
    background: #ff0000;
    border: 1px solid #333333;
	margin: 20px 0 0 0;
	text-align: center;
	padding:3px;
}
.product-list02-title-s {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #333333;
	text-align: center;
	padding:5px;
	background:#000;
}
.product-list02-pic {
    border: 1px solid #333333;
	display: inline-block;
    vertical-align: top;
    width: calc(100%/4 - 5px);
    text-align: center;
    background: #434343;
	margin: 0 -2px 0 -2px;
    padding: 2px;
	position: relative;
}
.product-list02-pic img {
    padding: 10px 0;
    border: 1px solid #333333;
    width: calc(100% - 2px);
}
.product-list02-name {
    margin: 0;
    background: #333333;
    font-size: 20px;
	border-top: 1px solid #333333;
	padding:5px 0;
}
.product-list02-pic span {
	position:absolute;
    top: -9px;
    left: 0;
	border:none;
}
.new-product img {
    width: 50px;
}
.product-list02-pic span img{
	border:none;
}
/*product-list03*/
.product-list03 {
    padding: 20px;
}
.product-list03 img {
    width: 37%;
    opacity: 1;
	margin:10px;
}
.product-list03 img:hover {
	opacity: .8;
}
/*others*/
.other-01-box {
    text-align: left;
}
.other-01 p {
    min-height: 60px;
    font-size: 14px;
}
.product-others-02-box {
    text-align: left;
    margin-left: 15px;
}
.product-others-02-box .product-list01-in {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/3 - 13px);
    text-align: left;
    margin:0px 5px 10px 5px;
}
.other-01-line {
    background: #ff0000;
    border: 1px solid #333333;
    height: 20px;
    width: 90%;
    margin: 20px auto 0px auto;
}

/*others-02-in*/
.product-other-02-in {
    padding: 30px;
	color:#999999;
	position:relative;
}
.product-other-02-in p{
	color:#999999;
}
.product-other-02-in ul {
    margin: 20px 0;
}
.product-other-02-in ul li {
    text-align: left;
    line-height: 22px;
    list-style-type: disc;
	margin-left: 15px;
}
.other-02-in-title {
    background: #000;
    text-align: center;
    padding: 5px 0;
    margin: 10px -30px;
    font-size: 24px;
}
.other-02-in-table {
    width: 100%;
    border-spacing: 0;
    line-height: 20px;
	padding-bottom: 20px;
}
.other-02-in-table th {
    background: #000;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 5px 0;
    font-weight: normal;
}
.other-02-in-table td {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    padding: 5px 0;
}
td.style28 img { margin: 0 -4px 0 0; }
td.style28 img#img18 { margin: 0; }

/*product-shock-in*/
.product-shock-in-title {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 30px 0 0 15px;
}
.product-shock-in-bottom .other-02-in-title{
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.product-shock-in-bottom p{
	text-align:left;
}
.product-shock-in-bottom img {
    display: inline-block;
    vertical-align: top;
    margin: 10px -4px -4px 0;
    border: 1px solid #808080;
    width: 214px;
}
.btn-arrow {
    margin: 0 0 10px -4px;
    text-align: right;
}
.btn-next {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
}
.btn-prev {
    position: absolute;
    right: 47px;
    background: #fff;
    top: 10px;
}
/*product-shock-model-list*/
.modellist-box{
	padding:25px;
	background:#232323;
}
.modellist-table01{
	width: 100%;
    color: #fff;
    background: #333333;
    border-spacing: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    text-align: left;
}
.modellist-table01 td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
}
.modellist-table01 td:nth-child(even) {
    background: #fb3302;
    color: #000;
    text-align: center;
}
.modellist-table01 .blue-box{
	background:#ccffff !important;
}
.modellist-table01 ul li {
    list-style-type: disc;
    margin-left: 15px;
}
.modellist-table02{
	width: 100%;
	border-spacing: 0px;
	text-align: left !important;
    margin: 20px 0;
}
.modellist-table02 a, .modellist-table03 a{
	color:#cccccc;
}
.modellist-table02 a:hover, .modellist-table03 a:hover{
	color:#fff;
}
.modellist-table02 td {
    height: 22px;
}
.modellist-table02 tr:nth-child(odd) {
    background: #333333;
}
.modellist-table02 tr td a img {
    display: inline-block;
    vertical-align: middle;
}
.modellist-table03 {
	width:100%;
	border-spacing: 0px;
	text-align: left !important;
	margin: 15px 0;
}
.modellist-table03 tr:first-child{
	background:#fb3100;
	color:#fff;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}
.modellist-table04 {
	width:100%;
	border-spacing: 0px;
	text-align:center;
	border-top:1px solid #4c4c4c;
	border-left:1px solid #4c4c4c;
	background:#222222;
	color:#999999;
}
.modellist-table04 img {
    margin: 10px 0;
}
.modellist-table04 tr:first-child{
	background:#fb3200;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.modellist-table04 tr:nth-child(2) > td, .modellist-table04 tr:nth-child(3) > td, .modellist-table04 tr:last-child{
	background:#000;
}
.modellist-table04 td{
	border-right:1px solid #4c4c4c;
	border-bottom:1px solid #4c4c4c;
}
.modellist-table04 td:nth-child(4), .modellist-table04 td:nth-child(5), .modellist-table04 td:nth-child(8), .modellist-table04 td:nth-child(10), .modellist-table04 td:nth-child(12), .modellist-table04 td:nth-child(14){
	background:#2b2b2b;
}
.modellist-table01, .modellist-table02, .modellist-table03, .modellist-table04{
	min-width:780px;
}
.table-black td{
	color:#000000;
}

/*應用領域表格樣式新增*/
.application-box{
 background: #ffffff;
 padding: 25px;   
}
.application-table01{
width:100%;
border: 1px solid #000;
border-collapse: collapse;    
}
.application-table01 th{
text-align: center;
background: #222222; 
color: #fff;
height: 30px;  
width: 5%; 
}
.application-table01 td{
background: #ffffff;
color: #000;
text-align: center;  
font-weight: bold; 
}
.application-table01 tr:nth-child(even) td{
background:#f4f4f4;  
}

.application-table02{
    width: 100%;
	border-spacing: 0px;
	text-align: left !important;
    margin: 20px 0;
    border-bottom: 10px solid #222;
}
.application-table02 th{
text-align: center;
color: #fff;
background: #222222;
height: 30px;
}
.application-table02 td {
   text-align:left; 
   background: #ffffff;
   height: 30px;
 
}

.application-table02 tr:nth-child(odd) td{
background:#f4f4f4;  
}
.application-table02 td a{
color:#000;
font-weight: bolder;
display: flex;
align-items: center;
}
.application-table02 td a img{
padding-right: 3px;
}


.application-title{
font-size: 18pt;
text-align: center;
font-weight: bolder;
color: #000;
background: rgba(204, 204, 204, 0.25);
height: 30px;
width: 100%;   
}
.application-table03{
width:100%;
border-collapse: collapse;
}
.application-table03 th{
background: #222222;
color: #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
height: 30px;
}

.application-table03 td{
background: #fff;
text-align: center;
color: #000;
font-weight: bold;
height: 30px;
}
.application-table03 tr:nth-child(odd) td{
background:#f4f4f4; 
}




/*pro-componment*/
.componment_table1 img {min-width:92px;}
#img26 {min-width:49px;}
/*btnPageTop*/
#btnPageTop {
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 9999;
	cursor:pointer;
}
#btnPageTop img { opacity:.7;}
#btnPageTop img:hover{ opacity:1;}

/*1007*/
.style17 {
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}
.modellist-front{
	width: 100%;
    color: #fff;
    background: #333333;
    border-spacing: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    text-align: left;
	min-width: 780px;
}
.modellist-front td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2px;
}
@media print, screen and (max-width:1024px){
#content{ text-align:center; }
#main { text-align:left; width:100%; }
.about-box, .contact-box { padding:1px 30px;}
.about-pic01 {
	position:relative;
	bottom:0;
	left:0;
}
.contact-list a { pointer-events:initial; }
.product-list03 img { width:auto;}
.product-list { width:calc(100%/5); }
.btn-prev, .btn-next{
	position: relative;
    display: inline-block;
    vertical-align: top;
	background: #fff;
    right: auto;
	top: auto;
	margin-left:4px;
}
#path{
    position: relative;
    padding: 10px 20px;
    top: auto;
    left: auto;
    text-align: left;
    word-wrap: break-word;
    background: #232323;
}
.product-other-02-in { padding:10px 30px; }
.gallery-box{ min-height:auto;}
.warranty-box, .worldwide-box{ padding:0 30px 30px 30px;}
.video-box { padding:0 10px 30px 10px }
.product-list-model a:nth-child(1) .product-btn {  margin: 10px 20px; }
.product-list-model a:nth-child(2) .product-btn {  margin: 10px 20px; }
}
@media print, screen and (max-width:840px){
.product-list{ height:450px;}
.product-list-model .product-btn { margin:0 0 10px 0;}
}
@media print, screen and (max-width:768px){
.product-list01-in { width: calc(100%/2 - 58px);}
.product-others-02-box .product-list01-in { width: calc(100%/2 - 25px);}
.product-list02-pic { width: calc(100%/3 - 5px); }
.product-list{ height:379px;}
.other-01-box { text-align: left;}
.other-01 { margin:0 28px; }
.video-list iframe {
    max-width: 300px;
    height: 280px;
    margin-top: 100px;
}
.technical-btn01, .technical-btn02 { margin:10px;}
}
@media print, screen and (max-width:640px){
.product-list { height:315px; }
/*.technical-list { padding: 30px 0;}*/
/*.technical-main { padding: 0 20px 20px 20px;}*/
/*.technical-btn01{ margin-bottom:4px; }*/
.main-couple img{ display:block; margin:0 auto;}
.main-couple p, .technical2-main .main-couple p { display:block; width:100%;}
.main-couple ul, .technical2-main .main-couple ul { display:block; width:100%;}
/*.product-list01-in { text-align:center;}*/
.product-list02-pic { width: calc(100%/2 - 5px); }
.other-01-box { padding:0; }
.product-list03 img { margin:0 0 10px 0;}
}
@media print, screen and (max-width:520px){
.product-list { width:calc(100%/3); }
}
@media print, screen and (max-width:480px){
.video-list { width:80%; }
.product-list01-in { text-align:center;}
.product-list01{ padding: 1px 20px 20px 20px; }
.product-title { padding: 0; }
.product-list01-in, .product-others-02-box .product-list01-in { width: 100%; margin:0 0 10px 0; text-align: center;}
.product-list02-pic { width: 100%; }
.other-01-line { width: 100%; }
.other-01 p {min-height:auto;}
}
@media print, screen and (max-width:360px){
.product-list { width:calc(100%/2); }
}
