/* 头部导航栏 */

.l-head_white {
	background: #fff;
}

.i_menu {
	display: none;
}
.i_close {
	display: none;
}

.l-wrap_head {
	display: block;
	width: 100%;
	height: 89px;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.submenu_show .bg_hover {
	display: block;
	width: 100%;
	height: 445px;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: a_bg_hover_show 0.2s ease-out both;
	transform-origin: 50% 0%;
}

.l-head_con {
	display: block;
	width: 1200px;
	height: 89px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
}

.l-head_con .c-logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
}

.l-menu_list {
	display: block;
	height: 89px;
	position: absolute;
	right: 160px;
	top: 0px;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.3s linear;
	transform: translate(0px, 0);
}

.l-menu_list .l-menu_item {
	/* display: inline-block; */
	height: 89px;
	float: left;
	margin: 0 36px;
	position: relative;
}

.l-menu_list .l-menu_item .txt {
	display: block;
	height: 60px;
	line-height: 89px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	opacity: 0.95;
	transition: color 0.3s linear;
	position: relative;
	z-index: 2;
	color: #2b2e2e;
}

.l-menu_list .l-menu_item .txt.js-active-menu {
	border-bottom: 3px solid #224E89;
}

.l-sub_list {
	display: none;
	position: absolute;
	width: 160px;
	left: 50%;
	margin-left: -80px;
	text-align: center;
	z-index: 2;
	margin-top: 20px;
}

.l-sub_list li a:hover {
	color: #224E89;
}

.l-sub_list li a {
	display: block;
	font-size: 16px;
	color: #2b2e2e;
	opacity: 0.7;
	padding: 13px 0;
}

.l-header__dropdown__bg {
	width: 100%;
	overflow-y: auto;
	height: auto;
	max-height: 100vh;
	background-color: #fff;
	position: absolute;
	top: 64px;
	left: 0;
	display: none;
	box-shadow: 1px 1px 5px #ccc;
}

.l-header__dropdown__bg:hover {
	display: block;
}

/* 图片 */

.l-section-ad {
	width: 100%;
	/* height: 720px; */
	overflow: hidden;
	margin-top: 89px;
}

.l-section-ad img {
	width: 100%;
	height: 100%;
}

/* 首页导航栏 */

.l-tab-container {
	width: 100%;
	height: 54px;
	position: relative;
	margin-top: -3px;
	background-color: #F2F5F8;
}

/* .l-tab {
	background-color: #F2F5F8;
} */

.l-tab-container .clearfix {
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	height: 53px;
}

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

.l-tab-container li {
	float: none;
	display: inline-block;
	margin-right: 56px;
	position: relative;
	cursor: pointer;
}

.l-tab-container li a {
	height: 50px;
	line-height: 50px;
	display: block;
	position: relative;
	color: #5F6464;
	padding: 0;
	font-size: 16px;
}

.l-tab-container li.js-active-tab a {
	color: #2a2e2e;
	border-bottom: 2px solid #224E89;
}

/* 内容 */

/* 公司简介 */

.l-tab-content .l-con {
	margin: 87px auto;
}

.l-m-title {
	width: 100%;
	font-size: 40px;
	font-family: YouSheBiaoTiHei;
	font-weight: 400;
	color: #2a2e2e;
	line-height: 54px;
	text-align: center;
}

.l-text-box {
	width: 100%;
	text-align: center;
	position: relative;
}

.l-text-box .desc {
	font-size: 16px;
	color: #5F6464;
	letter-spacing: 0;
	text-align: left;
	line-height: 24px;
	width: 100%;
	margin: 16px auto;
	margin-top: 54px;
}

.l-text-box .desc p {
	text-indent: 2em;
	margin-bottom: 20px;
}

/* 企业文化 */

.l-culture, .l-organization {
	width: 100%;
	background-color: #F2F5F8;
	padding-top: 51px;
	padding-bottom: 56px;
}

.l-mission {
	background: #fff;
	height: 270px;
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 30px 35px;
	box-sizing: border-box;
	margin-top: 44px;
}

.l-mission .l-mess {
	float: left;
	width: 35%;
}

.l-mission .r-mess {
	float: right;
	width: 390px;
	height: 210px;
	position: relative;
	left: -120px;
}

.l-mission .r-mess:before {
	content: ' ';
	width: 1px;
	position: absolute;
	left: -50px;
	top: 0;
	display: block;
	bottom: 0;
	background: #D8D9DC;
}

.l-mess-p {
	margin-bottom: 20px;
}

.l-mess img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.r-mess img {
	position: absolute;
	top: -32px;
	right: -84px;
}

.l-mess-title {
	font-size: 20px;
	font-weight: bolder;
	line-height: 2em;
}

.l-mess-text {
	font-size: 15px;
	color: #5F6464;
	line-height: 1.6em;
}

.r-mess-title {
	margin: 30px 0;
}

.r-mess-text {
	width: 286px;
}

/* 发展历程 */

.l-history-box {
	width: 100%;
}

.l-history-header {
	height: 409px;
	margin: 50px 0;
	background-size: cover;
	background-image: url(../img/development-path.jpg);
	background-position: center;
	color: #fff;
}

.l-history-header h2 {
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	padding-top: 150px;
	font-family: 'TencentSansw7';
}

.l-progress-bar {
	width: 280px;
	margin: auto;
	padding-top: 70px;
}

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

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

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

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

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

/* 组织架构 */

.l-organization {
	padding-bottom: 10px;
}

.l-architecture {
	width: 1200px;
	height: 420px;
	background: #FFFFFF;
	margin: 44px auto;
}

.l-architecture-left {
	float: left;
	margin: 30px;
}

.l-architecture-right {
	float: right;
}

.l-architecture-right img {
	margin: 26px;
}

.architecture-l-title {
	font-size: 18px;
	line-height: 1.9em;
}

.architecture-l-text li, .l-company ul li {
	list-style: disc;
}

.architecture-l-text {
	margin-left: 25px;
}

.architecture-l-text li::marker, .l-company ul li::marker {
	color: #224E89;
}

.l-architecture-box {
	margin-bottom: 30px;
}

/* 办公地点 */

.l-location {
	width: 100%;
	margin-top: 51px;
}

.l-map {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}

.l-company-dot {
	width: 15px;
	height: 15px;
	border-radius: 8px;
	background-color: #224E89;
	position: absolute;
}

.l-dot1 {
	top: 591px;
	left: 591px;
}

.l-dot2 {
	top: 548px;
	left: 634px;
}

.l-dot3 {
	top: 378px;
	left: 570px;
}

.l-bubble_box3 {
	display: none;
	position: absolute;
	top: 325px;
	right: 178px;
	background-color: #fff;
	z-index: 3;
}

.l-bubble_box2 {
	display: none;
	position: absolute;
	bottom: 391px;
	right: 122px;
	background-color: #fff;
	z-index: 3;
}

.l-bubble_box1 {
	display: none;
	position: absolute;
	bottom: 348px;
	right: 160px;
	background-color: #fff;
	z-index: 3;
}

.l-bubble {
	border: 2px solid #D8D9DC;
	position: relative;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 10px;
}

.l-tip::after {
	content: '';
	width: 0;
	height: 0;
	border: 15px solid;
	position: absolute;
	bottom: -28px;
	border-color: #fff transparent transparent;
}

.l-tip3::after {
	content: '';
	left: 345px;
}

.l-tip2::after {
	content: '';
	left: 305px;
}

.l-tip1::after {
	content: '';
	left: 298px;
}

.l-bubble::before {
	content: '';
	width: 0;
	height: 0;
	border: 18px solid;
	position: absolute;
	bottom: -36px;
	border-color: #D8D9DC transparent transparent;
}

.l-bubble3::before {
	content: '';
	left: 340px;
}

.l-bubble2::before {
	content: '';
	left: 300px;
}

.l-bubble1::before {
	content: '';
	left: 293px;
}

.l-map-box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 100px;
	border-bottom: 1px solid #D8D9DC;
}

.l-company {
	position: absolute;
	bottom: 10px;
}

.l-company ul li {
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* 底部 */

.l-footer-bg {
	background: #07182c;
	height: 104px;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.l-footer-bg ul {
	display: table;
	margin: 0 auto;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.l-footer-bg ul li {
	float: left;
}

.l-footer-bg ul li a {
	color: #fff;
}

.l-footer-bg ul li span {
	padding: 0 14px;
}

.l-footer-bg .c-logo {
	/* line-height: 22px; */
	width: 168px;
	/* position: absolute;
	left: 500px;
  top: 38px; */
	margin-right: 150px;
	color: #fff;
	display: inline-block;
}

/* 侧边栏 */

.c-aside {
	display: flex;
	flex-direction: column;
	background-color: #224e89;
	position: fixed;
	bottom: 25%;
	right: 0;
	z-index: 5;
}

.c-aside__box {
	cursor: pointer;
	width: 68px;
	height: 68px;
	background: #4077ac;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-bottom: 1px solid #fff;
	/* opacity: .4; */
	position: relative;
}

.c-aside__box:hover {
	transform: scale(1.2);
	opacity: 1;
	background: #224e89;
	z-index: 2;
	border: none;
}

.c-aside__telbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: max-content;
}

.c-aside__box .c-aside__greet {
	color: #224e89;
	text-align: center;
	display: flex;
	justify-content: center;
}

.c-aside__box:hover .c-aside__wxcode, .c-aside__box:hover .c-aside__telbox, .c-aside__box:hover .c-aside__qqnum {
	opacity: 1;
}

.c-aside__box .c-aside__wxcode img {
	width: 100% !important;
	height: auto !important;
}

.c-aside__telbox a:hover, .c-aside__telbox a:focus, .c-aside__qqnum a:focus, .c-aside__qqnum a:hover, .c-aside__qqnum a {
	color: #000;
	text-decoration: none;
}

.c-aside .c-aside__top {
	border-bottom: none;
}

.c-aside .c-aside__wx img {
	width: 35px;
	height: 28px;
}

.c-aside__box img {
	width: 25px;
	height: 25px;
}

.c-aside__box span {
	color: #fff;
	font-size: 12px;
	margin-top: 8px;
}

.c-aside__box .c-aside__wxcode, .c-aside__box .c-aside__qqnum {
	font-size: 16px;
	position: absolute;
	color: #000;
	opacity: 0;
	transition: 0.3s;
}

.c-aside__box .c-aside__telnum1, .c-aside__box .c-aside__telnum2 {
	font-size: 14px;
	margin-top: 8px;
	color: #000;
	transition: 0.3s;
}

.c-aside__box .c-aside__telnum1 a, .c-aside__box .c-aside__telnum2 a {
	font-size: 14px;
	color: #000;
	transition: 0.3s;
	width: 100%;
	display: block;
	padding: 5px 0;
}

.c-aside__box .c-aside__wxcode {
	width: 100px !important;
	height: 100px !important;
	background-color: #EDEDED;
	padding: 10px;
	top: 20px;
	right: 80px;
	border-radius: 5px;
}

.c-aside__box .c-aside__telbox {
	position: absolute;
	display: block;
	background-color: #EDEDED;
	color: #000;
	top: 0;
	right: 80px;
	border-radius: 5px;
	padding: 5px;
	height: auto;
	opacity: 0;
	transition: 0.3s;
}

.c-aside__box .c-aside__qqnum {
	border-radius: 5px;
	padding: 5px;
	background-color: #EDEDED;
	color: #000;
	top: 20px;
	right: 80px;
}

@media screen and (max-width:1200px) {
	/* 头部导航 */
	.l-head_con {
		width: 100%;
	}
	.l-menu_list .l-menu_item {
		margin: 0 26px
	}
	.l-tab-container .clearfix ul {
		margin-left: 30px;
	}
	.l-con {
		width: 100%;
	}
	.l-head_con .c-logo {
		left: 30px;
	}
	/* 公司简介 */
	.l-tab-content .l-con {
		width: 90%;
	}
	/* 企业文化 */
	.l-mission {
		width: 90%;
	}
	.r-mess img {
		right: -58px;
	}
	.l-mission .r-mess:before {
		left: -10%;
	}
	.l-mission .r-mess {
		left: -4%;
	}
	/* 组织架构 */
	.l-architecture {
		width: 100%;
	}
	.l-architecture-left {
		margin-right: 0;
	}
	.l-architecture-right {
		width: 46%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.l-architecture-right img {
		margin-left: 0;
		width: 100%;
	}
	/* 办公地点 */
	.l-map-box {
		width: 100%;
	}
	.l-company {
		left: 4%;
	}
}

@media screen and (max-width:992px) {
	/* 导航 */
	.l-menu_list .l-menu_item {
		margin: 0 16px;
	}
	.l-menu_list {
		right: 5%;
	}
	/* 组织架构 */
	.l-architecture {
		height: auto;
		padding: 30px 0;
	}
	.l-architecture-left, .l-architecture-right {
		float: none;
		margin: 0 auto;
		width: 90%;
	}
	.l-architecture-right img {
		margin: 0;
	}
	/* 企业文化 */
	.l-mission .r-mess {
		width: 45%;
	}
	/* 办公地点 */
	.l-map {
		width: 90%;
	}
	.l-map img {
		width: 100%;
	}
	.l-dot3 {
		top: 41%;
		left: 71.5%;
	}
	.l-dot2 {
		top: 59.5%;
		left: 79.5%;
	}
	.l-dot1 {
		top: 64%;
		left: 74%;
	}
	.l-bubble_box3 {
		top: 34.5%;
		right: 21.5%;
	}
	.l-tip3::after {
		left: 85.4%;
	}
	.l-bubble3::before, .l-bubble2::before {
		left: 85%;
	}
	.l-bubble_box2 {
		bottom: 43%;
		right: 14.2%;
	}
	.l-tip2::after {
		left: 85.5%;
	}
	.l-bubble_box1 {
		bottom: 38.5%;
		right: 21%;
	}
	.l-tip1::after {
		left: 84.1%;
	}
	.l-bubble1::before {
		left: 83.6%;
	}
}

@media screen and (max-width:768px) {
	/* 导航 */
	.l-menu_list {
		display: block;
		position: fixed;
		background: #fff;
		width: 260px;
		height: 100%;
		right: 0px;
		left: 0px;
		padding-top: 90px;
		z-index: 3;
		transform: translate(-260px, 0);
		transition: transform 0.25s ease-out, opacity 0.25s ease-out;
	}
	.l-menu_list .l-menu_item {
		display: block;
		float: none;
		height: 63px;
		margin-left: 58px;
	}
	.l-menu_list .l-menu_item .txt {
		color: #2a2e2e;
		font-weight: normal;
	}
	.l-head_con .c-logo {
		display: block;
		position: absolute;
		left: 50%;
		margin-left: -68px;
	}
	.l-head_con .c-logo img {
		width: 120px;
	}
	.l-head_con {
		width: 100%;
		height: 56px;
		z-index: 99;
	}
	.l-wrap_head {
		height: 56px;
	}
	.icon_menu {
		display: block;
		position: absolute;
		left: 21px;
		top: 24px;
		z-index: 99;
	}
	.l-head_white .icon_menu .i_menu {
		font-size: 24px;
		display: block;
	}
	.icon_menu .i_close {
		display: none;
		left: 21px;
		top: 21px;
		z-index: 4;
		font-size: 24px;
	}
	.bg_hover {
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0, 0, 0, 0);
		z-index: 98;
	}
	/* 广告图片 */
	.l-section-ad {
		margin-top: 72px;
	}
	/* 首页导航 */
	.l-tab-container .clearfix {
		width: auto;
		overflow-x: scroll;
		height: 58px;
	}
	.l-tab-container .clearfix ul {
		white-space: nowrap;
	}
	.l-tab-container li a {
		height: 40px;
	}
	/* 内容 */
	.l-m-title {
		font-size: 30px;
	}
	/* 公司简介 */
	.l-tab-content .l-con {
		margin: 30px auto;
	}
	.l-text-box .desc {
		margin-top: 24px;
	}
	/* 企业文化 */
	.l-culture, .l-organization {
		padding-top: 30px;
	}
	.l-mission {
		height: auto;
		margin-top: 24px;
	}
	.l-mission .l-mess, .l-mission .r-mess {
		float: none;
		left: 0;
		width: 80%;
	}
	.l-mission .r-mess:before {
		width: 0;
	}
	.r-mess img {
		right: -98px;
		top: -134px;
	}
	.l-mission .r-mess {
		height: auto;
		margin-bottom: 20px;
	}
	.r-mess-title {
		margin: 0;
	}
	/* 发展历程 */
	.l-history-header {
		height: 250px;
	}
	.l-history-header h2 {
		padding-top: 50px;
	}
	/* 组织架构 */
	.l-architecture {
		margin: 24px auto;
	}
	/* 办公地点 */
	.l-map-box {
		padding-bottom: 100px;
	}
	.l-company {
		left: 8%;
	}
	.l-company-dot {
		width: 10px;
		height: 10px;
	}
	.l-location {
		margin-top: 30px;
	}
	/* 底部 */
	.l-footer-bg .c-logo {
		width: 120px;
		margin-right: 20px
	}
	.l-footer-bg .c-logo img {
		width: 100%;
	}
}

@media screen and (max-width:500px) {
	.l-head_white .icon_menu .i_menu {
		display: block;
	}
	.l-footer-bg ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.l-footer-bg ul li:nth-of-type(1) {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	/* 侧边栏 */
	.c-aside {
		display: flex;
		flex-direction: column;
		position: fixed;
		bottom: 25%;
		right: 0;
		z-index: 5;
	}
	.c-aside__box {
		cursor: pointer;
		width: 68px;
		height: 68px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-bottom: 1px solid #fff;
		/* opacity: .4; */
		position: relative;
	}
	.c-aside__box:hover {
		transform: scale(1.2);
		opacity: 1;
		z-index: 2;
		border: none;
	}
	.c-aside__telbox {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: max-content;
	}
	.c-aside__box .c-aside__greet {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.c-aside__box:hover .c-aside__wxcode, .c-aside__box:hover .c-aside__telbox, .c-aside__box:hover .c-aside__qqnum {
		opacity: 1;
	}
	.c-aside__box .c-aside__wxcode img {
		width: 100% !important;
		height: auto !important;
	}
	.c-aside__telbox a:hover, .c-aside__telbox a:focus, .c-aside__qqnum a:focus, .c-aside__qqnum a:hover, .c-aside__qqnum a {
		color: #000;
		text-decoration: none;
	}
	.c-aside .c-aside__top {
		border-bottom: none;
	}
	.c-aside .c-aside__wx img {
		width: 35px;
		height: 28px;
	}
	.c-aside__box img {
		width: 25px;
		height: 25px;
	}
	.c-aside__box span {
		color: #fff;
		font-size: 12px;
		margin-top: 8px;
	}
	.c-aside__box .c-aside__wxcode, .c-aside__box .c-aside__qqnum {
		font-size: 16px;
		position: absolute;
		color: #000;
		opacity: 0;
		transition: 0.3s;
	}
	.c-aside__box .c-aside__telnum1, .c-aside__box .c-aside__telnum2 {
		font-size: 14px;
		margin-top: 8px;
		color: #000;
		transition: 0.3s;
	}
	.c-aside__box .c-aside__telnum1 a, .c-aside__box .c-aside__telnum2 a {
		font-size: 14px;
		color: #000;
		transition: 0.3s;
		width: 100%;
		display: block;
		padding: 5px 0;
	}
	.c-aside__box .c-aside__wxcode {
		width: 100px !important;
		height: 100px !important;
		background-color: #EDEDED;
		padding: 10px;
		top: 20px;
		right: 80px;
		border-radius: 5px;
	}
	.c-aside__box .c-aside__telbox {
		position: absolute;
		display: block;
		background-color: #EDEDED;
		color: #000;
		top: 0;
		right: 80px;
		border-radius: 5px;
		padding: 5px;
		height: auto;
		opacity: 0;
		transition: 0.3s;
	}
	.c-aside__box .c-aside__qqnum {
		border-radius: 5px;
		padding: 5px;
		background-color: #EDEDED;
		color: #000;
		top: 20px;
		right: 80px;
	}
}
