/* 公司介绍 */
.company_infomation {
	padding: 2rem 5rem;
}

.company_infomation>h5 {
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	line-height: 1;
	color: #202020;
	font-weight: bold;
	padding: 2.7rem 0;
}

.company_infomation>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #202020;
	min-height: 16.2rem;
}

.company_infomation>img {
	width: 65.2rem;
	height: 26.6rem;
}

/* 统计 */
.company_count {
	padding: 4rem 0;
	display: flex;
	justify-content: space-between;
	height: 15.6rem;
}

/* 单个统计信息 */
.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: 5.8rem;
	letter-spacing: 0.5rem;
}

.count_item>div>p {
	font-family: Bahnschrift;
	font-size: 5rem;
	line-height: 4.5rem;
}

.count_item>div>h5 {
	height: 3.5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	line-height: 1;
	font-size: 2.2rem;
	text-align: center;
}

.count_item>div>h5 .hide{
	opacity: 0;
}

.count_item>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.4rem;
	color: #363636;
	font-weight: bold;
}

.count_item_line {
	width: 1px;
	height: 7.2rem;
	background-color: #d2d2d2;
}

/* 成员子公司 */
.company_child {
	width: 75rem;
	padding: 0 5rem;
}

.company_child_title {
	display: flex;
	height: 4rem;
}

.company_child_title>h5 {
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	line-height: 3rem;
	color: #3a3a3a;
	background: url('/mobile/image/walkinto/arrow_con.png') no-repeat;
	background-position: bottom;
	background-size: 100% 0.1rem;
	padding: 0.5rem 0.5rem 0.5rem 0;
}

.company_child_title>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

.company_child_title>img {
	width: 3.3rem;
	height: 1rem;
	margin-top: 3rem;
}

/* 子公司 */
.company_child_box {
	margin: 2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.company_child_item {
	text-align: center;
	width: 31.6rem;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.73rem;
	line-height: 3.6rem;
	color: #5e5e5e;
	margin-right: 1.2rem;
	margin-bottom: 3rem;
}

.company_child_item:nth-child(2n) {
	margin-right: 0;
}

.company_child_item>img {
	width: 31.6rem;
	height: 18.5rem;
}

.company_child_item>div>img {
	width: 1.7rem;
	height: 2.2rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}


/* 发展历程 */
.company_history {
	background: url("/mobile/image/walkinto/history.png");
	width: 75rem;
	height: 49.5rem;
	padding: 0 5rem;
	background-size: 100% 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.company_history>h5 {
	width: 65rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	color: #ffffff;
	margin: 0 auto;
	padding: 3.8rem 0;
}

.company_history>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

/* 内容 */
.history_content {
	display: none;
	width: 65rem;
	height: 24rem;
	margin: 3rem auto;
}

.history_content_active {
	display: block;
}

.history_content_banner {
	width: 24.9rem;
	height: 15rem;
	float: left;
	border: solid 0.2rem #7ecef4;
	padding: 0.9rem;
}

.history_content_banner>img {
	width: 23.1rem;
	height: 13.2rem;
	background-color: #ffffff;
}

.history_content_news {
	float: right;
	width: 37.7rem;
	height: 24rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.history_content_news>h5 {
	font-weight: bold;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.2rem;
	line-height: 5rem;
	color: #4cdbff;
	border-bottom: 0.2rem dotted #00a0e9;
}

.history_content_news>h5 span {
	font-family: Arial-BoldMT;
}

.history_news_text {
	display: flex;
}

.history_news_text>p:first-child {
	width: 1.1rem;
	height: 1.1rem;
	margin-top: .9rem;
	background-color: #7ecef4;
	border-radius: 50%;
	margin-right: 0.6rem;
}

.history_news_text>p:last-child {
	width: 36rem;
	/* height: 5.5rem; */
	font-family: SourceHanSansCN-Medium;
	font-size: 1.6rem;
	line-height: 2.75rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.history_news_next {
	margin-top: 4rem;
	text-align: right;
}

.history_news_next img {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	margin-left: 3rem;
	cursor: pointer;
}

.history_news_next img:last-child {
	transform: rotate(180deg);
}


/* 企业视频  CORPORATE VIDEO */
.company_video {
	width: 75rem;
	padding: 0 5rem;
}

.company_video h5 {
	padding: 4rem 0;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	color: #202020;
	line-height: 1;
}

.company_video h5 span {
	display: inline-block;
	font-family: ArialMT;
	font-size: 1.6rem;
	text-indent: 1.5em;
}

.company_video_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.5rem;
}

.company_video_item {
	width: 31.7rem;
	height: 17.7rem;
}

.company_video_item video {
	width: 100%;
	height: 100%;
}
