/* 发展历程 */

.both {
	clear: both;
}

.mod-con {
	width: 1200px;
	margin: 0 auto;
}

.history-item {
	position: relative;
}

.history-header {
	width: 100%;
	height: 384px;
	background-size: cover;
	background-color: #2A2E2E;
	background-position: center;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.history-header h2 {
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	padding-top: 150px;
}

.progress-bar {
	width: 1000px;
	margin: auto;
	padding-top: 70px;
	display: flex;
}

.progress-bar .node {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	flex-shrink: 0;
}

.progress-bar .node .txt {
	position: absolute;
	font-size: 16px;
	top: -30px;
	width: 200px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
}

.progress-bar .node .core {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
}

.progress-bar .node.active .core {
	background: #fff;
}

.progress-bar .line {
	float: left;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	width: 100px;
	margin-top: 11px;
	flex-grow: 1;
}


.history-content {
	width: 100%;
	height: 413px;
	background: #FBFBFB;
	color: #5F6464;
	overflow: hidden;
}

.en-us .history-content {
	height: 620px;
}

.history-main {
	width: 10000px;
	position: absolute;
}

.history-main-box {
	width: 384px;
	float: left;
	margin-right: 25px;
}

.history-title {
	font-size: 24px;
	padding-top: 40px;
	line-height: 36px;
	font-family: 'TencentSansw7';
	padding-bottom: 8px;
	border-bottom: 1px solid #D8D9DC;
	margin-bottom: 18px;
	color: #2A2E2E;
}

.history-main-box .li {
	line-height: 25px;
	margin-bottom: 18px;
	font-size: 14px;
}

.history-main-box .li .left {
	float: left;
	width: 40px;
	padding-right: 10px;
	text-align: right;
}

.history-main-box .li .right {
	width: 320px;
	float: left;
}

.history-content .mod-con {
	position: relative;
}

.clearfix-mission {
	display: none;
}

.history-button {
	display: none;
}

.address-wrap-wrap .mod-m-title {
	padding-top: 40px;
	padding-bottom: 30px;
}

.business-architecture {
	display: none;
}

@media screen and (max-width: 768px) {
	.mod-con {
		width: auto;
		margin: 0 12px;
	}

	.history-header {
		height: 250px;
	}

	.history-header h2 {
		padding-top: 72px;
		font-size: 24px;
	}

	.history-content {
		position: relative;
	}

	.progress-bar {
		padding-top: 50px;
		transform: translate(-50%, -50%) scale(0.6, 0.6);
		position: absolute;
		left: 50%;
		top: 160px;
	}

	.progress-bar .node {
		transform: scale(1.5, 1.5);
	}

	.progress-bar .line {
		transform: scale(0.88, 0.88);
	}

	.history-content {
		height: 395px;
	}

	.history-main-box {
		width: 250px;
	}

	.history-main-box .li .right {
		width: 200px;
	}

	.history-title {
		padding-top: 0px;
		margin-bottom: 12px;
	}

	.history-main-box .li {
		margin-bottom: 12px;
	}

	.history-button {
		display: block;
		height: 50px;
		background: #FBFBFB;
	}

	.history-button .line-wrap {
		padding-top: 24px;
		float: left;
		width: 75%;
		margin-right: 4%;
	}

	.history-button .line {
		height: 2px;
		background: #E9ECF0;
		position: relative;
	}

	.history-button .focus {
		width: 10%;
		height: 100%;
		position: absolute;
		background: #0052D9;
	}

	.history-button .img {
		float: left;
	}

	.history-button img {
		width: 8px;
		float: left;
		padding: 12px;
		padding-top: 18px;
		box-sizing: content-box;
	}
}
@media screen and (max-width: 330px){}
	.history-button .line-wrap {
		margin-right: 0%;
	}
}