.about-devlpment {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background-color: #5216a7;
}

.about-devlpmentm {}

.about-devlpment__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 87%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-title {
	color: #fff;
	text-align: left;
}

.about-devlpment__bg span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: no-repeat url(../0324/circle.png) center center;
	background-size: contain;
	-webkit-transition: transform 1s;
	transition: transform 1s;
}

.path-item {
	color: #fff;
	opacity: 0.5;
}

.path-item__year {
	font-family: "Open Sans", arial;
	font-weight: bold;
}

.path-item__year {
	font-size: 40px;
	font-family: "OpenSans-Semibold";
}

.path-item__desc {
	line-height: 1.6;
	font-size: 12px;
	margin-top: 10px;
}

.path-item__img {
	margin-top: 10px;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-transition: all 0.5s ease 0.3s;
	transition: all 0.5s ease 0.3s;
}

.jsslickpath {
	margin-top: 60px;
}

.path-item {
	transition: all 0.3s ease;
}

.path-txt {
	padding: 0 12%;
}

.swiper-slide-prev .path-txt {
	padding-left: 0;
	padding-right: 24%;
}

.swiper-slide-next .path-txt {
	padding-right: 0;
	padding-left: 24%;
}

.swiper-slide-active.path-item {
	opacity: 1;
}

.path-item__desc {
	position: relative;
}

.p02,
.p01 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.p02 {
	font-size: 16px;
	opacity: 0;
	line-height: 1.6;
	transition: all 0.6s ease;
	top: 60px;
	position: relative;
}

.p02 p {
	position: relative;
}

.p02 p:nth-child(1) {
	padding-left: 0;
}

.p02 p:nth-child(1):before {
	display: none;
}

/* .p02 p:before {
	width: 4px;
	height: 4px;
	top: 10px;
	position: absolute;
	content: "";
	left: 0;
	background: #fff;
	border-radius: 50%;
}

.p02 p {
	padding-left: 12px;
} */

.swiper-slide-active .p02 {
	top: 30px;
	opacity: 1;
}

.swiper-slide-active .p01 {
	opacity: 0;
}

.path-item__desc {
	top: 0;
}

.jsslickpath {
	height: 350px;
}

.history-main {
	position: relative;
	padding: 5px 70px 0;
}

.mt-60 {
	margin-top: 60px;
}

.btn-history-arrow.left {
	left: 0;
	background: url(../0324/zjta.png) center no-repeat;
	background-size: 80% auto;
}

.btn-history-arrow {
	position: absolute;
	top: 0;
	width: 25px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.btn-history-arrow.right {
	right: 0;
	background: url(../0324/yjta.png) center no-repeat;
	background-size: 80% auto;
}

.history-body {
	overflow: hidden;
	padding-top: 5px;
}

.history-list {
	position: relative;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.history-list {
	font-size: 0;
	white-space: nowrap;
}

.history-list::before {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
}

.history-progress {
	position: absolute;
	top: 4px;
	left: 0;
	height: 1px;
	background-color: #fff;
}

.history-line,
.history-progress,
.prodown-item__down::before,
.btn-calc-submit::before {
	-webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.history-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	cursor: pointer;
	text-align: center;
}

.history-item:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #fff;
}

.history-item__circle {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.history-item__circle::before {
	content: "";
	position: absolute;
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.34);
}

.about-devlpment__bg::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.history-item__year {
	margin-top: 30px;
	display: block;
	font: 700 30px/1 "Montserrat";
	color: #fff;
	opacity: 0.3;
}

.history-item__year {
	font-size: 20px;
	font-family: "OpenSans-Semibold";
}

.history-item.current .history-item__year {
	opacity: 1;
}

.btn-menu span,
.history-item__year,
.btn-calc-submit {
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.history-item.current .history-item__circle {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.history-item.current .history-item__year {}

.entryBoxsma {
	width: 78%;
	min-width: 1200px;
	margin: 0 auto;
}

.pubnavej.ons {
	top: 87px;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.entryBoxs {
	width: 100%;
	background: #f2f2f2;
}

.entryBoxs2 {
	background: #fff;
}

.entry-item {
	float: left;
	width: 47%;
	margin-right: 6%;
	background-color: #fff;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.entry-Img {
	width: 100%;
	overflow: hidden;
}

.entry-Img img {
	vertical-align: top;
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
}

.entry-txts {
	padding: 25px 35px;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
}

.entry-txts span {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333;
}

.entry-txts span:after {
	content: "";
	width: 32px;
	height: 35px;
	background: url(../0324/yjt-blue-c.svg) no-repeat right center;
	background-size: 100% auto;
	display: inline-block;
	float: right;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
}

.entry-item:last-child {
	margin-right: 0;
}

.entry-item:hover .entry-Img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.entry-item:hover .entry-txts span {
	color: #3071b7;
}

/*  */
.lhh6team {
	padding: 100px 0;
	position: relative;
}

/* .lhh6team:before{height:630px;} */
/* .lhh6team:before{ position: absolute; background: #f5f5f5;width:100%;left:0;bottom:0; content:'';} */
.lhh6teamimg {
	width: 38%;
	position: relative;
}

.lhh6teamimg img {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
	opacity: 0;
}

.lhh6teamimg img.active {
	opacity: 1;
}

.lhh6teamwz {
	width: 56%;
}

.lhh6teamh4,
.lhh6teamzw {
	color: #642c93;
}

.lhh6teamh4 {
	font-size: 30px;
	font-weight: bold;
}

.lhh6teamzw {
	font-size: 20px;
	margin-top: 5px;
}

.lhh6teamxix {
	font-size: 14px;
	line-height: 1.6;
}

.lhh6teamxix {
	margin-top: 35px;
}

.lhh6teamxix p {
	margin-top: 20px;
}

.lhh6teamxix p:nth-child(1) {
	margin-top: 0;
}

.lhh6teamjs {
	margin-top: 140px;
}

.lhh6teambslider {
	padding-right: 60px;
}

.hpubtith300 {
	color: #222;
}

.lhh6teamjs {
	height: 380px;
}

.lhh6teamjs {
	margin-right: 60px;
	position: relative;
}

.lhh6teamjsm {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

.lhh6teamjsm.active {
	opacity: 1;
}

.lhh6teamb {
	margin-top: 40px;
	padding-bottom: 70px;
}

.lhh6teambslider {
	position: relative;
}

.lhh6teambshover img {
	width: 100%;
	vertical-align: top;
	transition: all 0.3s ease;
}

.lhh6teambshover:hover img {
	transform: scale(1.03);
}

.lhh6teambbtni {
	vertical-align: top;
}

.lhh6teambbtni {
	border-radius: 50%;
	background: #642c93;
	background: rgba(100, 44, 147, 0.9);
	position: relative;
	width: 100%;
	height: 35px;
	display: block;
}

.lhh6teambbtn {
	position: absolute;
	right: 0;
	width: 35px;
	height: 85px;
	top: 50%;
	transform: translateY(-50%);
}

.lhh6teambbtnr {
	margin-top: 15px;
}

.lhh6teambbtnl i {
	background-image: url(../0324/zyjt01.svg);
}

.lhh6teambbtnr i {
	background-image: url(../0324/zyjt02.svg);
}

.lhh6teambbtni i {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.lhh6teambbtni i {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px auto;
}

.lhh6teambbtni:hover {
	background: rgba(100, 44, 147, 1);
}

.lhh6teambbtni {
	transition: all 0.3s ease;
}

/*  */
.lhh6culture {
	padding: 100px 0;
}

.lhh6culturem {
	width: 31.5%;
	margin-right: 2.75%;
}

.lhh6culturem:nth-child(3n) {
	margin-right: 0;
}

.lhh6cultureh3 {
	text-align: center;
}

.lhh6culturema {
	position: relative;
	overflow: hidden;
}

.lhh6culturema:before,
.lhh6culturema:after {
	content: "";
	transition: all 0.5s;
	background: #000;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lhh6culturema:after {
	z-index: 2;
}

.lhh6culturema:after {
	background: linear-gradient(180deg,
			rgba(97, 23, 174, 0.07608981092436973) 0%,
			rgba(97, 23, 174, 0.42062762605042014) 60%,
			rgba(97, 23, 174, 0.913624824929972) 100%);
}

.lhh6cultureimg {
	overflow: hidden;
}

.lhh6cultureimg img {
	width: 100%;
	transition: all 0.3s ease;
}

.lhh6culturewz {
	z-index: 3;
	position: absolute;
	width: 100%;
	padding: 55px;
	left: 0;
	top: 0;
	color: #fff;
}

.lhh6cultureh5 {
	font-size: 24px;
}

.lhh6culturep1 {
	margin-top: 30%;
	line-height: 1.6;
}

.lhh6culturebx {
	margin-top: 45px;
}

.lhh6culturep1 {
	transition: all 0.3s ease;
	top: 0;
	position: relative;
}

.lhh6culturem:hover .lhh6culturema:after {
	opacity: 0.6;
}

.lhh6culturem:hover .lhh6cultureimg img {
	transform: scale(1.04);
}

/*  */
.h_lhmap {
	position: relative;
	padding: 70px 0;
	overflow: hidden;
}

.hpubtith31 {
	color: #fff !important;
	text-align: left;
}

.h_lhmapvideo {
	background: #021d44;
}

.h_lhmapvideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-ban {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
	opacity: 0.1;
}

.h_lhmapm {
	position: relative;
	z-index: 6;
}

.h_lhmapimg {
	position: relative;
	margin-left: 0;
	margin-top: 50px;
}

.h_lhmapimg .mapbg {
	width: 920px;
}

.h_lhmapimg .mapbg img {
	max-width: 100%;
	width: 100%;
}

.h_lhmapspan {
	color: rgba(255, 255, 255, 0.7);
	width: 110px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.h_lhmapspan span {
	display: block;
	line-height: 14px;
	height: 14px;
	padding-left: 20px;
	position: relative;
}

.h_lhmapspan span:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
}

.h_lhmapspan span {
	font-size: 12px;
	margin-bottom: 10px;
}

.h_lhmapspan span:before {
	width: 14px;
	border-radius: 2px;
}

.h_lhmapspan span:nth-child(1)::before {
	background: #0b5e99;
}

.h_lhmapspan span:nth-child(2)::before {
	background: #dd0d20;
}

.h_lhmapspan span:nth-child(3)::before {
	background: #35a0dc;
}

.video-ban {
	opacity: 1;
}

.video-ban {
	background: linear-gradient(-90deg,
			rgba(2, 29, 69, 0) 0%,
			rgba(2, 29, 69, 0.8295912114845938) 72%,
			rgba(2, 29, 69, 1) 100%);
}

/* map site */
.mppiont1_1 {
	top: 100px;
	left: 180px;
}

.mppiont2_1 {
	top: 169px;
	left: 103px;
}
.mppiont9_1{
	top: 148px;
	left: 223px;
}

.mppiont2_11 {
	position: absolute;
	top: 375px;
	left: 22px;
	color: #fff;
	font-size: 14px;
}

.mppiont3_1 {
	top: 115px;
	left: 353px;
}

.mppiont3_11 {
	position: absolute;
	top: 3px;
	left: 400px;
	color: #fff;
	font-size: 14px;

}

.mppiont4_1 {
	top: 150px;
	left: 382px;
}

.mppiont4_11 {
	position: absolute;
	top: 377px;
	left: 332px;
	color: #fff;
	font-size: 14px;

}

.mppiont5_1 {
	top: 153px;
	left: 627px;
}

.mppiont5_11 {
	position: absolute;
	top: 120px;
	left: 928px;
	color: #fff;
	font-size: 14px;

}

.mppiont6_1 {
	top: 173px;
	left: 645px;
}

.mppiont6_11 {
	position: absolute;
	top: 248px;
	left: 926px;
	color: #fff;
	font-size: 14px;

}

.mppiont7_1 {
	top: 191px;
	left: 642px;
}

.mppiont7_11 {
	position: absolute;
	top: 380px;
	left: 600px;
	color: #fff;
	font-size: 14px;

}

.mppiont8_1 {
	top: 175px;
	left: 688px;
}

.mppiont8_11 {
	position: absolute;
	top: 188px;
	left: 924px;
	color: #fff;
	font-size: 14px;

}


/*  */
.h_lhserv {
	padding: 100px 0;
}

.h_lhserva {
	width: 32%;
	margin-right: 2%;
}

.h_lhserva:nth-child(3) {
	margin-right: 0;
}

.h_lhservm {
	margin-top: 30px;
}

.h_lhservdesc {
	position: relative;
	z-index: 3;
	text-align: left;
}

.h_lhservdesc:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
}

.h_lhservdesc:before {
	background: #dd0d20;
	left: 0;
	bottom: 0;
}

.h_lhservdesc {
	padding: 25px;
}

.h_lhservh4 {
	font-size: 24px;
	font-weight: bold;
}

.h_lhservp1 {
	color: #444;
	margin-top: 5px;
}

.h_lhservmore {
	height: 20px;
	line-height: 20px;
	padding-right: 25px;
}

.h_lhservmore {
	color: #666;
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	margin-top: 25px;
	position: relative;
}

.h_lhservmore i {
	background: url(../0324/yjt001.svg);
	width: 16px;
	height: 100%;
}

.h_lhservmore i {
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.h_lhservmore i {
	display: block;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
}

.g_lmi1 {
	right: 0;
}

.g_lmi2 {
	left: -100%;
	opacity: 0;
}

.h_lhservimg {
	overflow: hidden;
}

.h_lhservimg img,
.h_lhservh4,
.h_lhservmore,
.h_lhserva {
	transition: all 0.3s ease;
}

.h_lhserva:hover img {
	transform: scale(1.05);
}

.h_lhserva:hover .h_lhservh4 {
	color: #642c93;
}

.h_lhserva:hover .g_lmi1 {
	opacity: 0;
	right: -100%;
}

.h_lhserva:hover .g_lmi2 {
	opacity: 1;
	left: 0;
}

.h_lhserva:hover .h_lhservmore {
	padding-left: 25px;
}

.h_lhserva:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.lhh6teamchange {
	box-shadow: 0 1px 30px #e3e3e3f7;
	margin-top: 50px;
	display: flex;
}

.lhh6teamchangeimg {
	margin: 60px;
	/* width: 35%; */
	margin-top: 110px;
}

.lhh6teamchangeimg img {
	width: auto;
}

.lhh6teamchangediv {
	margin: 30px 60px 30px 0px;
	width: 93%;

}

.lhh6teamchangediv h5 {
	font-size: 18px;
	/* color: #5216a7; */
	/*text-align: right;*/
	font-weight: bold;
	padding-right: 10px;

}
.lhh6teamchangediv .lhh6teamchangediv_p1{
	font-size: 18px;
	font-weight: bold;
}

.lhh6teamchangediv span {
	font-size: 16px;
	/* color: #5216a7; */
	display: block;
	/*text-align: right;*/
	padding-right: 10px;

}

.lhh6teamchangediv p {
	font-size: 16px;
	opacity: 0.9;
	color: #000;
	margin-top: 12px;
	line-height: 28px;
}

.webboxs {
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	left: 0;
	top: -100px;
}


/*  */
.inpage {
	background: #f6f6fa;
	position: relative;
}

.inpagema {
	width: 50%;
	height: 240px;
	position: relative;
}

.inpagemap {
	padding: 0 16%;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.inpagemapa {
	position: relative;
	padding: 0 16%;
}

.inpageap1 {
	color: #747480;
	font-size: 16px;
	line-height: 22px;
}

.inpageap2 {
	font-size: 32px;
	color: #58585b;
	line-height: 1;
}

.inpagemar {
	text-align: right;
}

.inpagemal {
	text-align: left;
}

.inpagemapai {
	position: absolute;
	color: #58585b;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	transition: all 0.3s ease;
}

.inpagemar .inpagemapai {
	right: 0;
}

.inpagemal .inpagemapai {
	left: 0;
}

.inpagemar:hover .inpagemapai {
	right: -10px;
}

.inpagemal:hover .inpagemapai {
	left: -10px;
}

.inpagema:hover .inpagemapaihome {
	left: 0;
	top: 42%;
}

.inpagema {
	transition: background-color 0.3s;
}

.inpagema:hover {
	background: #eaeaf2;
}

.inpage:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #eee;
	bottom: 0;
	left: calc(50% - 1px);
}

.inpageap2home {
	margin-top: 22px;
}

.inpagemar .inpagemapai {
	width: 30px;
	height: 30px;
	background-size: 40px;
	background-image: url(../icon/about3chanicon.png);
	background-repeat: no-repeat;
	background-position: center;
}

.inpagemal .inpagemapai {
	width: 30px;
	height: 30px;
	background-size: 40px;
	background-image: url(../icon/about3chanicon2.png);
	background-repeat: no-repeat;
	background-position: center;
}



@media screen and (max-width: 1000px) {
	.h_lhmapimg .mapbg {
		width: 100%;
	}

	.lhh6teamchange {
		display: block;
		margin-top: 20px;
	}

	.lhabout5date {
		padding: 20px 0 !important;
	}

	.lhabout5m,
	.lhh6culturebx,
	.inadvam {
		margin-top: 20px !important;
	}

	.lhabout5r p {
		margin-top: 0 !important;
		line-height: 24px !important;
		font-size: 14px;
	}

	.lhabout5date ul {
		width: 50%;

	}

	.lhh6team {
		padding: 20px 0;
		position: relative;
		margin-top: 0 !important;
	}

	.lhh6teamchangediv h5,
	.lhh6cultureh5 {
		font-size: 20px;
		/* margin-top: 30px; */
	}

	.lhh6teamchangediv,
	.lhh6culture {
		padding: 20px 0;
	}

	.lhh6culturem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lhh6culturep1 {
		margin-top: 30px;
		line-height: 24px;
		font-size: 14px;
	}

	.lhh6cultureimg {
		height: 245px;
	}

	.lhh6culturewz {
		padding: 30px 40px;
	}

	.lhh6culturep1>br {
		display: none;

	}

	.inadvamwz {
		bottom: 0;
		padding: 10px 40px;
	}

	.h_lhmap {
		padding: 20px;
		padding-bottom: 20px !important;
		height: auto;
	}

	.webboxs {
		top: 0;
	}

	.h_lhmapimg {
		margin-top: 20px;
	}

	.about-devlpment {
		padding: 20px 0;
	}

	.jsslickpath {
		margin-top: 30px;
		height: 300px;
	}

	.history-item__year {
		opacity: 0;
	}

	.current .history-item__year {
		display: none;
	}

	.lhabout5r {
		height: 182px;
		overflow: hidden;
		overflow-y: scroll;
		margin: 0 auto !important;
		width: 100% !important;
		padding: 0 2% 0 0;
	}

	.lhh6teamchange {
		height: 450px;
		overflow: hidden;
		overflow-y: scroll;
	}

	.lhh6teamchangeimg img {
		height: auto;
	}
}