/* 第二屏企业简介 */
.page2_top {
	display: flex;
	justify-content: space-between;
}

.page2_video,
.page2_video video {
	width: 66.6rem;
	height: 36rem;
}

.page2_text {
	width: 50rem;
	height: 36rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.page2_text h5 {
	padding-top: 2.5rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	line-height: 3.6rem;
	color: #202020;
}

.page2_text h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

.tetx_line {
	border-top: solid 1px #c0c0c0;
}

.page2_text p {
	margin-left: -1%;
	width: 102%;
	text-indent: 2em;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #202020;
}

.more {
	text-align: center;
	display: inline-block;
	width: 10.4rem;
	height: 3rem;
	background-color: #ffffff;
	border-radius: 1.5rem;
	border: solid 1px #c0c0c0;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: -0.1rem;
	color: #646464;
}

.more img {
	width: 0.8rem;
	height: 1.4rem;
	vertical-align: -0.1rem;
	margin-left: 0.5rem;
}

.page2_foot {
	margin-top: 6rem;
	/* height: 25rem; */
}

.page2_count {
	display: flex;
	justify-content: space-between;
	height: 10rem;
}

.count_item>div {
	display: flex;
	color: #236ab5;
	font-family: SourceHanSansCN-Normal;
	height: 5.2rem;
}

.count_item>div>span {
	font-size: 2.2rem;
	vertical-align: bottom;
	line-height: 8rem;
	letter-spacing: 0.5rem;
}

.count_item>div>p {
	font-family: Bahnschrift;
	font-size: 7.2rem;
	line-height: 5.2rem;
}

.count_item>div>h5 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	line-height: 1;
	font-size: 2.2rem;
	text-align: center;
}

.count_item>div>h5 span:first-child {
	font-size: 4rem;
	margin-top: -2.5rem;
}

.count_item>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 5rem;
	color: #353535;
}

.page2_label {
	margin-top: 6rem;
	height: 5.5rem;
	display: flex;
	justify-content: space-between;
}

.label_item {
	width: 19.3rem;
	height: 5.5rem;
	line-height: 5.5rem;
	background-color: #eee;
	border-radius: 0.8rem;
	text-align: center;
	cursor: pointer;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;

	color: #525252;
}

.label_item_active,
.label_item:hover {
	background-color: #0068b7;
	color: #fff;
}

@media screen and (max-width: 1200px) {

	.page2_video,
	.page2_video video {
		width: 416.25px;
		height: 225px;
	}

	.page2_text {
		width: 312.5px;
		height: 225px;
	}

	.page2_text h5 {
		padding-top: 15.625px;
		font-size: 18.75px;
		line-height: 22.5px;
	}

	.page2_text h5 span {
		font-size: 10px;
	}

	.page2_text p {
		font-size: 10px;
		line-height: 22.5px;
	}

	.more {
		width: 65px;
		height: 18.75px;
		border-radius: 9.4px;
		font-size: 10px;
		line-height: 18.75px;
		letter-spacing: -0.6px;
	}

	.more img {
		width: 5px;
		height: 8.75px;
		vertical-align: -0.6px;
		margin-left: 3.1px;
	}

	.page2_foot {
		margin-top: 56.25px;
		height: 156.25px;
	}

	.page2_count {
		height: 62.5px;
	}

	.count_item>div {
		height: 32.5px;
	}

	.count_item>div>span {
		font-size: 13.75px;
		line-height: 50px;
		letter-spacing: 3px;
	}

	.count_item>div>p {
		font-size: 45px;
		line-height: 32.5px;
	}

	.count_item>div>h5 {
		font-size: 13.75px;
	}

	.count_item>div>h5 span:first-child {
		font-size: 25px;
		margin-top: -15.625px;
	}

	.count_item>p {
		font-size: 10px;
		line-height: 31.25px;
	}

	.page2_label {
		margin-top: 56.25px;
		height: 34.4px;
	}

	.label_item {
		width: 120.63px;
		height: 34.4px;
		line-height: 34.4px;
		border-radius: 5px;
		font-size: 11px;
	}
}


@media screen and (max-width: 1140px) {

	.page2_video,
	.page2_video video {
		width: 93.137rem;
		height: 52.379rem;
	}

	.page2_text {
		width: 70.4rem;
		height: 52.379rem;
	}

	.page2_text h5 {
		font-size: 5.053rem;
		line-height: 1;
	}

	.page2_text h5 span {
		font-size: 2.695rem;
	}

	.page2_text p {
		font-size: 2.695rem;
		line-height: 4.5rem;
	}

	.more {
		width: 19.2rem;
		height: 5.558rem;
		border-radius: 2.75rem;
		font-size: 2.695rem;
		line-height: 5.558rem;
	}

	.more img {
		width: 1.43rem;
		height: 2.5rem;
		margin-left: 0.9rem;
	}

	.page2_foot {
		margin-top: 9rem;
		height: 31rem;
	}

	.page2_count {
		height: 15rem;
	}

	.count_item>div {
		height: 7.8rem;
	}

	.count_item>div>span {
		font-size: 3.459rem;
		line-height: 10rem;
	}

	.count_item>div>p {
		font-size: 10.43rem;
		line-height: 7.8rem;
	}

	.count_item>div>h5 {
		line-height: 1;
		font-size: 3.459rem;
	}

	.count_item>div>h5 span:first-child {
		font-size: 6.959rem;
		margin-top: -4.5rem;
	}

	.count_item>p {
		font-size: 2.695rem;
		line-height: 9.5rem;
	}

	.page2_label {
		margin-top: 7.75rem;
		height: 8rem;
	}

	.label_item {
		width: 27.958rem;
		height: 8rem;
		line-height: 8rem;
		border-radius: 1.347rem;
		font-size: 3.032rem;
		color: #525252;
	}

}
