.hznk-color {
	color: #acd925;
}
.hznk-background {
	background-color: #acd925;
}

.index-about {
	width: 100%;
	padding-top: 38px;
	background-color: #eaeaea;
}
.index-about .company-name {
	width: 100%; height: 214px;
	line-height: 214px;
	text-align: center;
	font-size: 60px;
	background-image: url(../images/01.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-about .company {
	width: 100%;
	font-size: 0;
}
.index-about .img {
	width: 50%; height: 456px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.index-about .img img {
	height: 100%;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.index-about .text {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0 48px;
	box-sizing: border-box;
}
.index-about .text p {
	font-size: 16px;
	max-width: 606px;
	line-height: 30px;
}
.index-about .text p:first-child {
	margin-bottom: 35px;
}
.index-about .company .text .button-style {
	margin-top: 33px;
}
.index-equipment {
	padding: 70px 7.3% 0 7.3%;
	width: 100%;
	box-sizing: border-box;
	background-color: #000;
	background-image: url(../images/index-equipment.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 46%;
}
.equipment-title {
	font-size: 58px;
	background-image: url(../images/02.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 70px;
	margin-bottom: 55px;
}
.equipment-title .en {
	margin-top: 70px;
	display: inline-block;
	color: #9f9f9f;
}
.index-equipment .swiper-container {
	padding: 56px 0 115px 0;
}
.index-equipment .swiper-slide {
	text-align: center;
	width: 23.8%
}
.index-equipment .equipment-images img {
	max-width: 100%;
}
.index-equipment .equipment-name {
	line-height: 58px;
	background-color: #fff;
	color: #000;
	width: 390px;
	display: inline-block;
	margin-top: 16px;
	max-width: 100%;
}
.index-equipment .swiper-button-prev, 
.index-equipment .swiper-button-next {
	top: 43%;
}
.index-more {
	padding: 110px 0 140px 0;
	box-sizing: border-box;
	height: 755px; 
	background-color: #eaeaea;
	position: relative;
}
.index-more .main {
	margin: 0 auto;
	width: 1200px;
}
.index-more li {
	width: 360px; height: 504px;
	float: left;
	margin-right: 60px;
}
.index-more li:last-child {
	margin-right: 0;
}
.index-more img {
	width: 100%; height: 272px;
}
.index-more .more-text {
	height: 233px;
	background-color: #fff;
	padding: 20px 38px 32px;
	box-sizing: border-box;
	line-height: 1.5;
	position: relative;
}
.index-more .more-text .time {
	margin-bottom: 14px;
}
.index-more .index-download p {
	display: block;
}
.index-more .more-text .button-style {
	position: absolute;
	bottom: 32px; left: 50%;
	transform: translateX(-98px);
}
.index-more .index-contact {
	line-height: 40px;
}
