﻿/* 企业简介 */
.company_profile {
	width: 120rem;
	margin: 0 auto;
}

.company_profile>h5 {
	font-family: SourceHanSansCN-Bold;
	font-weight: 550;
	font-size: 3rem;
	color: #3a3a3a;
	margin: 6.5rem 0;
}

.company_profile>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

/* 文字介绍 */
.company_profile_text {
	display: flex;
	height: 26rem;
}

.company_profile_text_l {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.company_profile_text_l>h5 {
	font-family: SourceHanSansCN-Medium;
	font-weight: 550;
	font-size: 2rem;
	line-height: 1;
	color: #202020;
}

.company_profile_text_l>div {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #202020;
	padding-right: 4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}


.company_profile_text_r {
	width: 63.8rem;
	height: 26rem;
}

.company_profile_text_r img {
	width: 63.8rem;
	height: 26rem;
}

/* 统计 */
.company_profile_count {
	margin: 10rem 0;
	height: 11rem;
	display: flex;
	justify-content: space-between;
}

.company_count_item {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.company_count_item>p {
	font-family: Bahnschrift;
	font-size: 7rem;
	color: #236ab5;
	line-height: 1;
}

.company_count_item>p>span {
	font-family: SourceHanSansCN-Normal;
	font-size: 2.4rem;
	color: #236ab5;
}

.company_count_item>p>sup {
	font-family: SourceHanSansCN-Light;
	font-size: 5rem;
	color: #236ab5;
}

.company_count_item>span {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	color: #353535;
}

.company_count_item_line {
	width: 0.1rem;
	height: 100%;
	background-color: #d2d2d2;
}


/* 子公司 */
.company_child_title {
	display: flex;
	height: 4rem;
}

.company_child_title>h5 {
	font-family: SourceHanSansCN-Bold;
	font-weight: 550;
	font-size: 3rem;
	line-height: 3rem;
	color: #3a3a3a;
	background: url('/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: 5rem 0;
	display: flex;
	justify-content: space-between;
}

.company_child_item {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	line-height: 3.6rem;
	color: #5e5e5e;
	text-align: center;
	width: 29rem;
}

.company_child_item:hover {
	transition: transform .5s;
	transform: scale(1.05);
}

.company_child_item>img {
	width: 23rem;
	height: 17rem;
}

.company_child_item>div>img {
	width: 1.5rem;
	height: 2rem;
	vertical-align: middle;
	margin-right: 0.5rem;
}

/* 发展历程 */
.company_history {
	background: url("/image/walkinto/history.png");
	width: 192rem;
	height: 89rem;
	min-width: 120rem;
	background-size: 100% 100%;
	min-height: 55.6rem;
}

.company_history>h5 {
	width: 120rem;
	font-family: SourceHanSansCN-Bold;
	font-weight: 550;
	font-size: 3rem;
	color: #ffffff;
	margin: 0 auto;
	padding: 9rem 0;
}

.company_history>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

/* 节点 */
.company_history_slide {
	width: 192rem;
	min-width: 120rem;
	height: 2rem;
	position: relative;
	margin-top: 20rem;
}

.slide_wrap {
	width: 120rem;
	height: 2rem;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slide_item {
	width: 2rem;
	height: 2rem;
	background-color: #00a0e9;
	border: solid 0.2rem #0068b7;
	border-radius: 50%;
	cursor: pointer;
}

.slide_item_active,
.slide_item:hover {
	background-color: #ffffff;
	border: solid 0.2rem #7ecef4;
}

.slide_line {
	width: 100%;
	height: 0.1rem;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.2);
	top: 50%;
	left: 0;
}

/* 内容 */
.history_content {
	display: none;
	width: 120rem;
	height: 33rem;
	margin: 6rem auto;
}

.history_content_active {
	display: block;
}

.history_content_banner {
	float: left;
	width: 54rem;
	height: 33rem;
	border: solid 0.2rem #7ecef4;
	padding: 2rem;
}

.history_content_banner>img {
	width: 50rem;
	height: 28rem;
	background-color: #ffffff;
}

.history_content_news {
	float: right;
	width: 58rem;
	height: 33rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*padding-top: 4rem;*/
}

.history_content_news>h5 {
	font-family: SourceHanSansCN-Bold;
	font-weight: 550;
	font-size: 2.4rem;
	line-height: 5rem;
	color: #4cdbff;
	border-bottom: 0.2rem dashed #00a0e9;
}

.history_content_news>h5 span {
	font-family: Arial-BoldMT;
}

.history_news_text {
	display: flex;
}

.history_news_text>p:first-child {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: .7rem;
	background-color: #7ecef4;
	border-radius: 50%;
	margin-right: 1.3rem;
}
/*
.history_news_text>p:last-child {
	width: 30rem;
	height: 5.5rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.56rem;
	line-height: 2.75rem;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}*/
.history_news_text>p {
	/*width: 30rem;*/
	height: 5.5rem;
	font-family: SourceHanSansCN-Medium;
	font-size: 1.56rem;
	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 {
	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: 120rem;
	margin: 0 auto;
}

.company_video>h5 {
	margin: 5.5rem 0 4.5rem 0;
	font-weight: 550;
	font-family: SourceHanSansCN-Bold;
	font-size: 2.4rem;
	line-height: 5rem;
	color: #383838;
}

.company_video>h5 span {
	font-family: ArialMT;
	font-size: 1.6rem;
}

.company_video_wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8rem;
}

.company_video_item {
	width: 58rem;
	height: 32.5rem;
	min-height: 28rem;
	min-width: 50rem;
}

.company_video_item video {
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 1140px) {

	/* 企业简介 */
	.company_profile {
		width: 172rem;
	}

	.company_profile>h5 {
		font-size: 4.547rem;

		margin: 8.7rem 0;
	}

	.company_profile>h5 span {
		font-size: 2.358rem;
	}

	/* 文字介绍 */
	.company_profile_text {
		height: 42.6rem;
	}

	.company_profile_text_l>h5 {
		font-size: 3.03rem;
		line-height: 1;
	}

	.company_profile_text_l>div {
		font-size: 2.695rem;
		line-height: 5rem;
		padding-right: 5rem;
		-webkit-line-clamp: 7;
	}


	.company_profile_text_r {
		width: 91.284rem;
		height: 42.274rem;
	}

	.company_profile_text_r img {
		width: 91.284rem;
		height: 42.274rem;
	}

	/* 统计 */
	.company_profile_count {
		margin: 11rem 0;
		height: 16.5rem;
	}

	.company_count_item>p {
		font-size: 10.324rem;
		line-height: 0.7;
	}

	.company_count_item>p>span {
		font-size: 3.434rem;
	}

	.company_count_item>p>sup {
		font-size: 6.888rem;
	}

	.company_count_item>span {
		font-size: 2.695rem;
	}

	.company_count_item_line {
		width: 0.1rem;
	}


	/* 子公司 */
	.company_child_title {
		height: 6.4rem;
	}

	.company_child_title>h5 {
		width: 56rem;
		font-size: 4.547rem;
		line-height: 1;
	}

	.company_child_title>h5 span {
		font-size: 2.358rem;
	}

	.company_child_title>img {
		width: 5.221rem;
		height: 1.5rem;
		margin-top: 4.8rem;
	}

	.company_child_box {
		margin: 6.5rem 0;
	}

	.company_child_item {
		font-size: 2.695rem;
		line-height: 4.8rem;
		width: 41.937rem;
	}

	.company_child_item>img {
		width: 41.937rem;
		height: 24.421rem;
	}

	.company_child_item>div>img {
		width: 2.189rem;
		height: 2.863rem;
		margin-right: 0.8rem;
	}

	/* 发展历程 */
	.company_history {
		width: 192rem;
		height: 119.5rem;
	}

	.company_history>h5 {
		width: 172rem;
		font-size: 4.547rem;
		padding: 12.6rem 0;
	}

	.company_history>h5 span {
		font-size: 2.358rem;
	}

	/* 节点 */
	.company_history_slide {
		width: 192rem;
		height: 3rem;
		margin-top: 23.3rem;
	}

	.slide_wrap {
		width: 172rem;
		height: 3rem;
	}

	.slide_item {
		width: 3rem;
		height: 3rem;
	}

	/* 内容 */
	.history_content {
		width: 172rem;
		height: 46.484rem;
		margin: 8.9rem auto;
	}

	.history_content_banner {
		width: 76.968rem;
		height: 46.484rem;
		padding: 2.86rem;
	}

	.history_content_banner>img {
		width: 71.242rem;
		height: 40.758rem;
	}

	.history_content_news {
		width: 82.189rem;
		height: 46.484rem;
		padding-top: 3.8rem;
	}

	.history_content_news>h5 {
		font-size: 4.042rem;
		line-height: 8.8rem;
	}

	.history_news_text>p:first-child {
		width: 2.021rem;
		height: 2.021rem;
		margin-top: .7rem;
		border-radius: 50%;
		margin-right: 1.3rem;
	}

	.history_news_text>p:last-child {
		width: 52rem;
		height: 7.8rem;
		font-size: 2.695rem;
		line-height: 3.9rem;
	}

	.history_news_next img {
		width: 5.558rem;
		height: 5.558rem;
		margin-left: 4.2rem;
	}

	/* 企业视频  CORPORATE VIDEO */
	.company_video {
		width: 172rem;
	}

	.company_video>h5 {
		margin: 11.6rem 0 7.4rem 0;
		font-size: 4.547rem;
		line-height: 1;
	}

	.company_video>h5 span {
		font-size: 2.358rem;
	}

	.company_video_item {
		width: 83.705rem;
		height: 46.653rem;
	}

}
