@media only screen and (min-width: 1400px) and (max-width: 1920px) {
.company .bottom .text p {
  max-height: 320px;
  overflow: hidden;
 }
}

.company {
	padding-top: 82px;
}
.company .top {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 94px;
}
.company .top ul {
	display: inline-block;
	overflow: hidden;
	border-top: 1px solid #e4e4e4;
}
.company .top ul li {
	width: 290px;
	height: 194px;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	color: #666;
}
.company .top ul li + li {
	border-left: 1px solid #e4e4e4;
}
.company .top ul li span {
	font-size: 48px;
	color: #454545;
	margin-bottom: 34px;
	font-weight: bold;
}
.company .top ul li:last-child span {
	color: #7cbc27;
}
.company .bottom {
	overflow: hidden;
}
.company .bottom .image {
	width: 50%;
}
.company .bottom .text {
	width: 50%;
	padding: 80px 50px 50px 70px;
	background-color: #54af28;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	position: relative;
}
.company .bottom .text p {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}
.company .bottom .text::before {
	content: '';
	display: inline-block;
	border-width: 26px;
	border-style: solid;
	border-color: transparent #54af28 transparent transparent;
	position: absolute;
	left: -52px;
	top: 50%;
	margin-top: -26px;
}
.environment {
	padding-top: 86px;
	padding-bottom: 82px;
	background-color: #f8f8f8;
}
.environment .container {
	padding-top: 64px;
	overflow: hidden;
}
.environment .container .image {
	width: 418px;
}
.environment .container .image:nth-of-type(1) {
	width: 856px;
	margin-right: 22px;
	margin-bottom: 29px;
}
.environment .container .image:nth-of-type(2),
.environment .container .image:nth-of-type(3) {
	margin-bottom: 29px;
}
.environment .container .image:nth-of-type(4),
.environment .container .image:nth-of-type(5) {
	margin-right: 22px;
}
.technology {
	padding-top: 84px;
}
.technology .images {
	overflow: hidden;
	padding-top: 60px;
}
.technology .images > div {
	width: 33.33%;
}
.technology .images > div:nth-of-type(4),
.technology .images > div:nth-of-type(5) {
	width: 50%;
}
.service {
	background-color: #f8f8f8;
	padding-top: 84px;
}
.service .list {
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 30px;
}
.service .list > .item {
	margin-bottom: 86px;
	display: flex;
	align-items: center;
	float: left;
	width: 46%;
}
.service .list > .item:nth-of-type(2n-1) {
	margin-right: 8%;
}
.service .list > .item .icon-box {
	border: dashed 1px #cdcdcd;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.service .list > .item .icon-box img {
	width: 36px;
	height: auto;
}
.service .list > .item .text {
	flex: 1;
	padding-left: 28px;
	height: 110px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.service .list > .item .text h6 {
	font-size: 20px;
	color: #444444;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.service .list > .item .text p {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	height: 48px;
}
.history {
	padding-top: 82px;
	padding-bottom: 66px;
}
.history .container {
	/*overflow: hidden;*/
	position: relative;
	padding-top: 176px;
	padding-bottom: 114px;
}
.history ul {
	position: relative;
}
.history li {
	overflow: hidden;
	margin-bottom: 120px;
	opacity: 0;
	transition: all ease-out 1s 0s;
  -webkit-transition: all ease-out 1s 0s;
  -moz-transition: all ease-out 1s 0s;
  -o-transition: all ease-out 1s 0s;
}
.history li.active {
	opacity: 1;
}
.history li .item {
	/*overflow: hidden;*/
	width: 50%;
	position: relative;
}
.history li .item .avatar {
	width: 127px;
	height: 127px;
	border-radius: 50%;
	overflow: hidden;
}
.history li .item .text {
	width: 60%;
	padding-top: 10px;
}
.history li .item .text span {
	display: block;
	font-size: 36px;
	letter-spacing: 1px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
}
.history li .item .text p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.history li:nth-of-type(2n-1) .item {
	float: left;
	padding-right: 50px;
}
.history li:nth-of-type(2n-1) .item .avatar {
	float: left;
}
.history li:nth-of-type(2n-1) .item .text {
	float: right;
	text-align: right;
}
.history li:nth-of-type(2n) .item {
	float: right;
	padding-left: 50px;
}
.history li:nth-of-type(2n) .item .avatar {
	float: right;
}
.history li:nth-of-type(2n) .item .text {
	float: left;
	text-align: left;
}
.history .container .line {
	position: absolute;
	width: 1px;
	top: 70px;
	bottom: 0;
	left: 50%;
	background-color: #d7d7d7;
}
.history .container .line::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px dashed #d7d7d7;
	position: absolute;
	top: -16px;
	left: -8px;
}
.history li .item .text span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px dashed #999;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	background-color: #fff;
	z-index: 9;
}
.history li:nth-of-type(2n-1) .item .text span::before {
	right: -60px;
}
.history li:nth-of-type(2n) .item .text span::before {
	left: -60px;
}
.history li .item .text span::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #7cbc27;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	z-index: 99;
}
.history li:nth-of-type(2n-1) .item .text span::after {
	right: -55px;
}
.history li:nth-of-type(2n) .item .text span::after {
	left: -55px;
}
@media(max-width: 768px) {
	.company {
		/*padding-top: 2rem;*/
		padding: 2rem 0 0;
	}
	.company .top {
		padding-top: 1.4rem;
		padding-bottom: 0;
	}
	.company .top ul {
		overflow: hidden;
		display: block;
	}
	.company .top ul li {
		float: left;
		width: 33.33%;
		height: 8rem;
	}
	.company .top ul li span {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
	.company .bottom .image {
		width: 100%;
	}
	.company .bottom .text {
		width: 100%;
		padding: 10px;
		font-size: 0.8rem;
		line-height: 2rem;
	}
	.environment {
		padding: 2rem 0 1.8rem;
	}
	.environment .container {
		padding-top: 1.5rem;
	}
	.environment .container .image {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 0.4rem !important;
	}
	.technology {
		padding-top: 2rem;
	}
	.technology .images {
		padding-top: 1.5rem;
	}
	.service {
		padding-top: 2rem;
	}
	.service .list > .item {
		width: 100% !important;
		margin-bottom: 2rem !important;
	}
	.service .list > .item .icon-box {
		width: 5rem;
		height: 5rem;
	}
	.history {
		padding-top: 2rem;
		padding-bottom: 1.8rem;
	}
	.history .container {
		padding-top: 5rem;
		padding-bottom: 2rem;
	}
	.history .container .line {
		top: 3rem;
	}
	.history li {
		margin-bottom: 3rem;
	}
	.history li:nth-of-type(2n-1) .item {
		padding-right: 1rem;
	}
	.history li:nth-of-type(2n) .item {
		padding-left: 1rem;
	}
	.history li .item .avatar {
		width: 4rem;
		height: 4rem;
	}
	.history li .item .text {
		width: 100%;
		padding-top: 0;
	}
	.history li:nth-of-type(2n-1) .item .text {
		float: none;
	}
	.history li:nth-of-type(2n) .item .text {
		float: none;
	}
	.history li .item .text span {
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.history li .item .text span::before {
		width: 1rem;
		height: 1rem;
		margin-top: -0.5rem;
	}
	.history li .item .text span::after {
		width: 0.5rem;
		height: 0.5rem;
		margin-top: -0.25rem;
	}
	.history li:nth-of-type(2n-1) .item .text span::before {
		right: -1.5rem;
	}
	.history li:nth-of-type(2n-1) .item .text span::after {
		right: -1.25rem;
	}
	.history li:nth-of-type(2n) .item .text span::before {
		left: -1.5rem;
	}
	.history li:nth-of-type(2n) .item .text span::after {
		left: -1.25rem;
	}
}