/*machine*/
.equipment_1_main{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	padding:110px 0;
	background:#E6EFFF;
}

.equipment_1_sub_1{
	max-width:865px;
	margin:0 auto ;
	width:90%;
}

.equipment_1_sub_1 .title_1{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-bottom:41px;
}

.equipment_1_sub_1 .title_2{
	text-align:center;
	font-size:27px;
	font-weight:bold;
	margin-bottom:100px;
}
.equipment_1_sub_2{
	max-width:1100px;
	margin:0 auto;
	width:90%;

}

.equipment_1_sub_2 .div_1{
	margin:0 auto;
}

.equipment_1_sub_2 .table_1{
	max-width:1100px;
	width:100%;
	border-spacing:0;
	margin:0 auto;
	background:#fff;
}
.equipment_1_sub_2 .table_1 td{
	word-break:break-all;
	vertical-align:top;
	width:14.285%;
	text-align:center;
	line-height:180%;
	border-bottom:#707070 1px solid;
	border-left:#707070 1px solid;
	font-size:16px;
	padding:3px 0 3px 0;
	box-sizing:border-box;
}

/*
.equipment_1_sub_2 .table_1 td:nth-of-type(1) {
	border-left:#707070 1px solid;
	font-size:16px;
	padding:3px 0 3px 0;
	
	box-sizing:border-box;
}
*/

.equipment_1_sub_2 .table_1 td:first-child{

	width:11%;
}
.equipment_1_sub_2 .table_1 td:nth-last-of-type(1){
	border-right:#707070 1px solid;
	width:5%;
}


.equipment_1_sub_2 .table_1 tr:nth-of-type(1) td{
	border-top:#707070 1px solid;
	font-size:16px;
	padding:3px 0 3px 0;
	box-sizing:border-box;
	background:#eee;
}

/*milling*/
.equipment_2_main{
	max-width:1920px;
	margin:0 auto;
	width:100%;
	padding:110px 0;
	background:#E6EFFF;
}

.equipment_2_sub_1{
	max-width:865px;
	margin:0 auto ;
	width:90%;
}

.equipment_2_sub_1 .title_1{
	text-align:center;
	font-size:27px;
	font-weight:bold;
	margin-bottom:41px;
}

.equipment_2_sub_2{
	max-width:1100px;
	margin:0 auto;
	width:90%;
}

.equipment_2_sub_2 .div_1{
	margin:0 auto;
}

.equipment_2_sub_2 .table_1{
	max-width:1100px;
	width:100%;
	border-spacing:0;
	margin:0 auto;
}
.equipment_2_sub_2 .table_1 td{
	word-break:break-all;
	vertical-align:top;
	width:14.285%;
	text-align:center;
	line-height:180%;
	border-bottom:#707070 1px solid;
	border-right:#707070 1px solid;
	font-size:16px;
	background:#fff;
	padding:3px 0 3px 0;
	box-sizing:border-box;
}
.equipment_2_sub_2 .table_1 td:nth-of-type(1) {
	border-left:#707070 1px solid;
	font-size:16px;
	padding:3px 0 3px 0;
	
	box-sizing:border-box;
}

.equipment_2_sub_2 .table_1 tr:nth-of-type(1) td{
	border-top:#707070 1px solid;
	border-bottom:#707070 1px solid;
	font-size:16px;
	background:#E5E5E5;
	padding:3px 0 3px 0;
	box-sizing:border-box;
}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:784px) {
.equipment_1_sub_2{
	overflow-x:scroll;
}
.equipment_1_sub_2 .table_1{
	width:1050px;
}
.equipment_2_sub_2{
	overflow-x:scroll;
}
.equipment_2_sub_2 .table_1{
	width:1050px;
}
}
@media screen and (max-width:430px) {

.company_4_sub_2 .table_1 td:nth-of-type(1) {
	font-size:12px;
}
.company_4_sub_2 .table_1 td:nth-of-type(2) {
	font-size:12px;
}
}