﻿/* 公司概况 */
.company_overview {
	width: 192rem;
	min-width: 1200px;
	background-color: #fff;
	padding-bottom: 100px;
}

.company_overview_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_overview_content_item {
	cursor: pointer;
	width: 390px;
	height: 390px;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	position: relative;
	justify-content: space-between;
}

.company_overview_tab {
	cursor: default;

}

.company_overview_content_image {
	width: 390px;
	position: relative;
	height: 270px;
}

.company_overview_content_image img {
	display: block;
	width: 390px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.company_overview_tab .company_overview_content_image img {
	width: 325px;
	height: 177px;
}

.company_overview_content_text {
	z-index: 10;
	height: 120px;
	padding-top: 15px;
	flex-direction: column;
	display: flex;
}

.company_overview_content_text h5 {
	padding: 0 15px;
	font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 10px;
	color: #444444;
}

.company_overview_content_text p {
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	line-height: 25px;
	padding: 0 16px;
	color: #4a4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.company_overview_type:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0068b7;
	opacity: 0;
	/* transition: opacity .5s; */
}

.company_overview_tab:hover:before {
	opacity: 0;
	z-index: -1;
}

.company_overview_type:hover:before {
	opacity: 0.6;
	z-index: 1;
}

.company_overview_type:hover .company_overview_content_text {
	background-color: #0068b7;
	z-index: 1;
}

.company_overview_type:hover .company_overview_content_text h5 {
	color: #fff;
}

.company_overview_type:hover .company_overview_content_text p {
	color: rgba(255, 255, 255, .7);
}

/* 企业资质 */
.company_aptitude {
	width: 192rem;
	min-width: 1200px;
	background-color: #fff;
	/* padding: 40px 0; */
	padding-bottom: 100px;
}

/* 荣誉证书 */
.company_certificate_honor {
	margin: 0 auto 50px;
	width: 1200px;
	/* background-color: rgba(238,238,238,.3); */
}

.company_certificate_honor>p {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: 900;
	line-height: 3em;
	letter-spacing: 0px;
	color: #4b4b4b;
}

/* 荣誉证书展示 */
.company_certificate_honor_show {
	height: 720px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

/* 单个荣誉证书 */
.company_certificate_honor_item {
	width: 392px;
	height: 354px;
	background-color: #eeeeee;
	position: relative;
	margin-bottom: 13px;
	margin-right: 12px;
}

.company_certificate_honor_item:nth-child(3n) {
	margin-right: 0px;
}

.item_img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 325px;
	max-height: 240px;
	transform: translate(-50%, calc(-50% - 24px));
}

.item_img img {
	max-width: 325px;
	max-height: 240px;
	margin: 0 auto;
}

.company_certificate_honor_item>p {
	position: absolute;
	bottom: 0;
	width: 270px;
	margin: 16px 60px;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #4b4b4b;
}

/* 荣誉证书切换 */
.company_certificate_honor_target {
	text-align: center;
}

.company_certificate_honor_target .target_ {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #a0a0a0;
	margin: 50px 5px;
	font-size: 16px;
	color: #a0a0a0;
	cursor: pointer;
	font-family: Avanti;
}

.company_certificate_honor_target .target_active,
.company_certificate_honor_target .target_:hover {
	color: #000;
	background-color: #a0a0a0;
}

/* 资质认证 */
.aptitude_attestation {
	margin: 0 auto;
	width: 1200px;
}

.aptitude_attestation>p {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	font-weight: 900;
	line-height: 20px;
	letter-spacing: 0px;
	color: #4b4b4b;
}

/* 切换按钮 */
.aptitude_target_wrap {
	text-align: center;
}

.aptitude_target {
	text-align: center;
	width: 6em;
	height: 2.2em;
	background-color: #eeeeee;
	border-radius: 8px;
	font-family: SourceHanSansCN-Normal;
	font-size: 18px;
	line-height: 53px;
	color: #4b4b4b;
	margin: 20px auto;
	cursor: pointer;
}

.aptitude_target_active,
.aptitude_target:hover {
	color: #ffffff;
	background-color: #0068b7;
}

/* 资质认证展示 */
.aptitude_attestation_show {
	width: 1200px;
	padding: 15px;
	border: solid 1px #a0a0a0;
	display: flex;
	flex-wrap: wrap;
}

.aptitude_attestation_item {
	background-color: #000;
	height: 397px;
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
	margin-bottom: 10px;
}

.aptitude_attestation_item:nth-child(4n) {
	margin-right: 0;
}

.aptitude_attestation_item>img {
	width: 100%;
	height: 100%;
}

/* 企业文化 */
.company_culture {
	width: 1200px;
	margin: 0 auto;
	height: 694px;
	display: flex;
	position: relative;
}

.company_culture>img {
	width: 718px;
	height: 666px;
	margin: 14px 0;

}

.culture_text {
	width: 480px;
	height: 332px;
	color: #1a1c1d;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 181px 0;
}

.culture_text>p {
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	line-height: 47px;
}

/* 企业定位 */
.orientation {
	width: 192rem;
	min-width: 1200px;
	background-color: #fff;
	padding-bottom: 100px;
}

.orientation_content {
	width: 1200px;
	margin: 0 auto;
}

.orientation_tip {
	font-family: SourceHanSansCN-Regular;
	font-size: 18px;
	line-height: 80px;
	height: 80px;
	letter-spacing: 1px;
	color: #1a1c1d;
	border-bottom: 1px solid #d2d2d2;
}

.orientation_keynote {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
}

.orientation_keynote>img {
	width: 583px;
	height: 294px;
}


/* 发展历程 */
.company_history {
	width: 192rem;
	min-width: 1200px;
	background-color: #fff;
	padding: 40px 0;
	padding-bottom: 100px;
}

.company_history_item {
	cursor: pointer;
	/*padding: 11px 0;*/
	padding: 10px 0 20px 0;
	margin: 0 auto;
	width: 1200px;
	/*height: 300px;*/
	margin-bottom: 12px;
	background-color: rgba(238, 238, 238, .3);
}

.history_time {
	display: flex;
	/*margin: 18px 0;*/
	margin-bottom: 10px;
	color: #1a1c1d;
}

.triangle {
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 14px solid transparent;
	border-left: 14px solid #dcdcdc;
	border-bottom: 14px solid transparent;
	margin-right: 18px;
}

.history_time>p {
	font-family: ArialMT;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 28px;
}

.history_time>p>span {
	font-family: SourceHanSansCN-Regular;
}

.company_history_item:hover .history_time {
	color: #ffffff;
}

/*
.company_history_item:hover .triangle {
	border-left: 14px solid #284b95;
}
*/

.company_history_item:hover .triangle {
	border-left: 14px solid #ffffff;
}

.company_history_item:hover {
	background-color: #84a8f7;
}

.company_history_item:hover p{
	color: #ffffff;
}

.history_news {
	height: 190px;
	padding: 0 50px;
	display: flex;
}

.history_news_banner {
	width: 300px;
	height: 190px;
	margin-right: 32px;
}

.history_news_banner>img {
	width: 100%;
	height: 100%;
}

.history_new_text {
	width: calc(100% - 300px);
	padding: 34px 0;
}
.history_new_text>p{
	font-size: 16px;
	line-height: 2em;
}
.history_new_text li {
	list-style: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #1a1c1d;
	display: flex;
}

.history_new_text li>div {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 11.5px 0;
	margin-right: 14px;
	background-color: #d2d2d2;
}

/* 公司简介 */
.company_profile {
	width: 192rem;
	min-width: 1200px;
	background-color: #fff;
	/* padding-bottom: 100px; */
}

.company_profile_content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company_profile_content_t {
	width: 1200px;
	height: 485px;
	display: flex;
}

.company_profile_video>video {
	width: 860px;
	height: 485px;
}

.company_profile_label {
	width: 342px;
	height: 485px;
	background-color: #448aca;
	padding: 217px 94px;

}

.company_profile_label>h5 {
	font-family: SourceHanSansCN-Medium;
	font-size: 24px;
	line-height: 30px;
	color: #fffefe;
	font-weight: normal;
}

.company_profile_label>p {
	font-family: ArialMT;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fffefe;
}

.company_introduce {
	/*text-indent: 2em;*/
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #202020;
	margin: 25px 0;
}

.company_photo {
	width: 1200px;
	height: 215px;
	display: flex;
	justify-content: space-between;
}

.company_photo>img {
	width: 390px;
	height: 215px;
}
