@charset "utf-8";
/* CSS Document */


/*----- 研發 -----*/
h2.subtitle {
	font-size: 29px; 
	color: #4c3c32;
	font-weight: normal;
	margin-bottom: -43px;
	text-align: center;
	font-family: 'Philosopher', 微軟正黑體, 新細明體, sans-serif;
}

.contentTxt {
	margin: 70px 0 40px;
	line-height: 32px; 
}

.process-m {
	display: none;
}




/*----- 模具 -----*/
.toolBox {
	margin-bottom: 70px; 
}

.toolBox:last-child {
	margin-bottom: 0; 
}

.toolTxt {
	width: 47%;
	float: left;
	line-height: 32px;
}

.toolImg {
	width: 46%;
	float: right;
	margin-top: 8px;
}



/*----- 材料 -----*/
.materialTxt {
	margin-bottom: 45px;
	line-height: 30px;
}

ul.material {
	text-align: center;
	margin-bottom: -50px;
}

ul.material li {
	width: 43%;
	display: inline-block;
	margin: 0 30px 50px;
	text-align: center;
}



/*----- 鍛鐵廠 -----*/
.spectableBox {
	margin-bottom: 70px;
}

.specTable {
	width: 65%;
	margin: 0 auto;
}

.specTable > thead > tr > th,
.specTable > tbody > tr > td {
	padding: 10px 0; 
    border: 1px solid #979797;
	text-align: center;
}

.specTable > thead > tr > th {
	font-size: 17px;
	color: #fff;
	font-weight: normal;
	border-bottom: none;
	background-color: #6b6b6b;
}

.specTable > tbody > tr > td {
	vertical-align: middle;
	background-color: #fff;
}

ul.steel {
	text-align: center;
	margin-bottom: -60px;
}

ul.steel li {
	width: 42%;
	display: inline-block;
	margin: 0 25px 60px;
	text-align: center;
}



/*----- 鍛鋁廠 -----*/
ul.aluminum {
	text-align: center;
	margin-bottom: -60px;
}

ul.aluminum li {
	width: 40%;
	display: inline-block;
	margin: 0 20px 60px;
	text-align: center;
}



/*----- 鍛銅廠 -----*/







@media (max-width: 1199px){

/*----- 鍛鐵廠 -----*/
.specTable {
	width: 80%;
}

ul.steel li {
	width: 42.8%;
	margin-left: 23px;
	margin-right: 23px;
}



/*----- 鍛鋁廠 -----*/
ul.aluminum li {
	width: 42.5%;
	margin-left: 23px;
	margin-right: 23px;
}



}



@media (max-width: 991px){

/*----- 模具 -----*/
.toolBox {
	margin-bottom: 50px; 
}

.toolTxt {
	width: 100%;
	float: none;
}

.toolImg {
	width: 100%;
	float: none;
	margin-top: 37px;
}



/*----- 材料 -----*/
ul.material li {
	margin-left: 23px;
	margin-right: 23px;
}



/*----- 鍛鐵廠 -----*/
.specTable {
	width: 100%;
}




	
}


@media (max-width: 767px){

/*----- 研發 -----*/
h2.subtitle {
	margin-bottom: -23px;
}

.contentTxt {
	margin-top: 50px;
}

.process {
	display: none;
}

.process-m {
	display: block;
}



/*----- 材料 -----*/
ul.material li,
ul.steel li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}



/*----- 鍛鐵廠 -----*/
.spectableBox {
	margin-bottom: 60px;
}

.table-responsive {
    border: 1px solid #979797;
}

.specTable > thead > tr > th,
.specTable > tbody > tr > td {
	font-size: 15px;
}

.specTable > thead > tr > th {
	border-top: none;
}



/*----- 鍛鋁廠 -----*/
ul.aluminum li {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}




}


@media (max-width: 640px){



}


@media (max-width: 480px){

/*----- 公司介紹 -----*/
ul.historyList li.year {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 5px; 
	text-align: left; 
}

ul.historyList li.item {
	float: none;
	width: 100%;
}



}