@charset "UTF-8";
*, ::before, ::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-content .part1 {
	width: 87.2%;
	margin-left: auto;
	margin-right: auto;
}

.main-content .part1 .top-title {
	display: block;	
	width: 100%;
	padding-bottom: 5.14%;
	background-image: url('../images/gaosujiagongzhongxin/p-mainTitle.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.main-content .part2 .content {
    font-size: 24px;
    line-height: 40px;
    color: #595757;
    text-align: center;
}

.main-content .part2 .tongping-banner {
	width: 100%;
	padding-bottom: 41.667%;
	background-image: url('/website/mcmi/en/images/mcmi-machines/ppe-23.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.main-content .part2-m-desc {
	display: none;
} 

/*视频模块样式*/
.main-content .part3 {
	width: 53.333%;
	min-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*High-speed Machining Centers Series*/
.main-content .part4 {
	background-color: #F6F6F6;
}

.main-content .part4 .part4-title {
	font-family: "Univers LT Pro 47 Lt Cn";
    font-weight: 400;
    line-height: 1;
    color: #221815;
    font-size: 60px;
    text-align: center;
}

.main-content .part4 .buttonBox-container .buttonBox {
	margin: 0 auto;
}

.main-content .part4 .machine-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.main-content .part4 .machine-items .machine-item {
	position: relative;
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	background-color: #fff;
	margin-right: 1%;
}
.main-content .part4 .machine-items .machine-item .machine-item-title {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	z-index: 2;
}

.main-content .part4 .machine-items .machine-item:last-child {
	margin-right: 0;
}

.main-content .part4 .machine-items .machine-item .title-1 {
	/*font-family: "Univers LT Pro 47 Lt Cn";*/
    font-weight: 400;
    line-height: 34px;
    color: #a42220;
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-top: 0;
}

.main-content .part4 .machine-items .machine-item .title-1 span:first-child {
	font-family: "Univers LT Pro 47 Lt Cn";
}

.main-content .part4 .machine-items .machine-item .title-1 .icon--8 {
	display: none;
}

.main-content .part4 .machine-items .machine-item .title-2 {
	color: #595757;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.main-content .part4 .machine-items .machine-item .img-div {
	position: relative;
	width: 100%;
	padding-bottom: 116.8224%;
	overflow: hidden;
}

.main-content .part4 .machine-items .machine-item .img-div figure {
	position: absolute;
	bottom: 0;
	top: 42px;
	width: 100%;
	height: 100%;
	transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main-content .part4 .machine-items .machine-item .img-div figure.img1 { background-image: url('../images/gaosujiagongzhongxin/GR.png'); }
.main-content .part4 .machine-items .machine-item .img-div figure.img2 { background-image: url('../images/gaosujiagongzhongxin/HGT.png'); }
.main-content .part4 .machine-items .machine-item .img-div figure.img3 { background-image: url('../images/gaosujiagongzhongxin/MR.png'); }
.main-content .part4 .machine-items .machine-item .img-div figure.img4 { background-image: url('../images/gaosujiagongzhongxin/PGT.png'); }

.main-content .part4 .machine-items .machine-item:hover .img-div figure {
	transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
	 
@media only screen and (max-width: 1599px) {
	.main-content .part1 {
		max-width: 1012px;
	}
	.main-content .part2 .content {
		font-size: 20px;
    	line-height: 30px;
	}
	.main-content .part4 .part4-title {
		font-size: 40px;
	}
	.main-content .part4 .machine-items .machine-item {
		padding-top: 20px;
	}
	.main-content .part4 .machine-items .machine-item .machine-item-title {
		top: 40px;
	}
	.main-content .part4 .machine-items .machine-item .title-1 {
		font-size: 26px;
	}
	.main-content .part4 .machine-items .machine-item .title-2 {
		font-size: 16px;
	}
}
	 
@media only screen and (max-width: 1299px) {
	.main-content .part4 .machine-items .machine-item .machine-item-title {
		top: 30px;
	}

	.main-content .part4 .machine-items .machine-item .img-div figure {
		top: 0;
	}
}
	 
@media only screen and (max-width: 1024px) {
	.main-content .pc-wrap {
		display: none;
		line-height: 0;
	}
	
	.main-content {
		padding-top: 42px;
	}
	.main-content .part1 .top-title {
		padding-bottom: 22.93578%;
		background-image: url('../images/gaosujiagongzhongxin/m-mainTitle.png');
	}

	.main-content .part1 {
		max-width: 654px;
	}

	.main-content .part2 {
		position: relative;
		padding-bottom: 177.86667%;
		margin-top: 24px;
		background-image: url('../images/gaosujiagongzhongxin/m-banner.png');
		background-size: cover;
		background-repeat: no-repeat;
	}

	.main-content .part2 .content {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 18px;
		line-height: 28px;
		text-align: left;
		color: #333;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.main-content .part2 .tongping-banner {
		display: none;
	}
	
	.main-content .part2-m-desc {
		display: block;
		background-color: #f6f6f6;
		padding-top: 12px;
		/*padding-bottom: 12px;*/
	}
	
	.main-content .part2-m-desc.desc-items {
		/*display: block;*/
	}
	
	.main-content .part2-m-desc.desc-items .desc-item {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		align-items: center;
		-webkit-align-items: center;
		padding-bottom: 12px;
	}
	.main-content .part2-m-desc.desc-items .desc-item:last-child {
		padding-bottom: 24px;
	}
	
	.main-content .part2-m-desc.desc-items .desc-item img {
		width: 100px;
		height: 100px;
		margin-right: 15px;
	}
	
	.main-content .part2-m-desc.desc-items .desc-item p {
		flex: 1;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
	}
	
	/*视频*/
	.main-content .part3 {
		/*display: none;*/
		width: 100%;
		min-width: 100%;
		background-color: #f6f6f6;
		margin-bottom: 12px;
		padding-bottom: 42px;
		padding-top: 0;
	}
	.main-content .part3 video {
		width: 100%;
	}
	
	/* High-speed machining centers */
	.main-content .part4 {
		padding-top: 0;
		padding-bottom: 42px;
	}
	.main-content .part4 .part4-title {
		font-size: 34px;
    	line-height: 42px;
	    color: #000000;
	    padding-top: 24px;
	    padding-bottom: 24px;
	    text-align: center;
	    font-family: "Univers LT Pro 47 Lt Cn";
	}
	.main-content .part4 .buttonBox-container {
		margin-top: 0;
		margin-bottom: 24px;
	}
	.main-content .part4 .buttonBox {
		width: 180px;
		height: 36px;
		line-height: 36px;
	}
	
	.main-content .part4 .buttonBox button {
		height: 36px;
		line-height: 36px;
	}
	
	/* High-speed Machining Centers Series */
	.main-content .part4 .machine-items {
		/*flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;*/
		display: block;
	}

	.main-content .part4 .machine-items .machine-item {
		position: static;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		min-width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-top: 0;
	}
	.main-content .part4 .machine-items .machine-item:last-child {
		margin-bottom: 0;
	}

	.main-content .part4 .machine-items .machine-item .machine-item-title {
		position: static;
		flex: 1;
		-ms-flex: 1;
		-webkit-flex: 1;
		margin-left: 15px;
		margin-right: 15px;
	}

	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 {
		/*margin: 0;*/
		text-align: left;
		font-size: 24px;
	    line-height: 36px;
	    margin-top: 19px;
	    margin-bottom: 7px;
	    color: #a42220;
	    text-align: left;
	    font-family: "Univers LT Pro 47 Lt Cn";
	}
	
	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 {
		font-size: 24px;
	}
		
	.main-content .part4 .machine-items .machine-item .title-1 .icon--8 {
		display: inline-block;
	}

	.main-content .part4 .machine-items .machine-item:active .machine-item-title .title-1,
	.main-content .part4 .machine-items .machine-item:active .machine-item-title .title-1 span.icon--8::before {
		color: #000;
	}

	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 span:first-child {
		vertical-align: middle;
		display: inline-block;
	}
	
	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 span.icon--8 {
		line-height: 18px;
		margin-top: -4px;
	}
	
	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 span.icon--8::before {
		color: #a42220;
		font-weight: bold;
		font-size: 18px;
		margin-left: 15px;
	}

	.main-content .part4 .machine-items .machine-item .machine-item-title .title-2 {
		/*margin: 0;*/
		text-align: left;
		font-size: 18px;
	    line-height: 28px;
	    color: #333333;
	    text-align: left;
	}

	.main-content .part4 .machine-items .machine-item .img-div {
		width: 140px;
		/*height: 150px;*/
		padding-bottom: 150px;
	}
	
	.main-content .part4 .machine-items .machine-item:hover .img-div figure {
		transform: scale(1);
	    -o-transform: scale(1);
	    -ms-transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	}
	
	.main-content .part4 .machine-items .machine-item:nth-child(1) .img-div,
	.main-content .part4 .machine-items .machine-item:nth-child(2) .img-div {
		width: 150px;
		padding-bottom: 140px;
	}
	
	.main-content .part4 .machine-items .machine-item .img-div figure.img1 { background-image: url('../images/gaosujiagongzhongxin/GR-m.png'); }
	.main-content .part4 .machine-items .machine-item .img-div figure.img2 { background-image: url('../images/gaosujiagongzhongxin/HGT-m.png'); }
	.main-content .part4 .machine-items .machine-item .img-div figure.img3 { background-image: url('../images/gaosujiagongzhongxin/MR-m.png'); }
	.main-content .part4 .machine-items .machine-item .img-div figure.img4 { background-image: url('../images/gaosujiagongzhongxin/PGT-m.png'); }

}

@media only screen and (max-width: 750px) {
	.main-content .part2 .content {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 450px) {
	.main-content .part4 .part4-title {
		font-size: 28px;
   		line-height: 36px;
	}
	.main-content .part4 .machine-items .machine-item .machine-item-title {
		padding: 0;
	}
	.main-content .part4 .machine-items .machine-item .machine-item-title .title-1 span:first-child {
		font-size: 22px;
	}
	.main-content .part4 .machine-items .machine-item .machine-item-title .title-2 {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 12px;
	}
	.main-content .part4 .machine-items .machine-item .img-div {
		width: 120px;
		padding-bottom: 127px;
	}
	.main-content .part4 .machine-items .machine-item:nth-child(1) .img-div,
	.main-content .part4 .machine-items .machine-item:nth-child(2) .img-div {
		width: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 350px) {
}