.page_box {
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.more:hover {
	background-color: #0C3863 !important;
	color: #fff !important;
}

.fixedMenu {
	display: none;
}


@keyframes changeIndex {
	0% {
		transform: translate(0, 10px);
	}

	50% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(0, 10px);
	}
}




@media (max-width: 500px) {

	.HomeF6 .HomeF6_content {
		top: 0;
		margin-top: 0;
		height: auto;
	}

	.top_box {
		padding-top: 20px;
		height: 200px;
	}

	.HomeF4 .HomeF4_content .more {
		height: 40px;
		line-height: 39px;
		width: 112px;
		font-size: 12px;
	}
}


@media (max-width: 1025px) {
	.section {
		height: auto !important;
	}

	.section .fp-tableCell {
		height: auto !important;
	}
}

/* 轮播图 -------------------------------------start  */
.swiperBox {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.swiper-pagination-box {
	position: fixed;
	top: 50%;
	right: 30px;
	z-index: 10;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 15px 0;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: url(/assets/image/favicon.png) no-repeat center center;
	background-size: 25px 25px;
	width: 15px;
	height: 15px;
	position: relative;
	left: -3px;

}

.swiperBox .swiperBox-prev {
	position: absolute;
	left: 30px;
	top: 48%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9;
	border-radius: 50px;
	width: 45px;
	height: 45px;
}

.swiperBox .swiperBox-prev::after {
	position: absolute;
	content: '';
	border-left: 2px solid #fff;
	width: 12px;
	top: 15px;
	height: 12px;
	left: 16px;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.swiperBox .swiperBox-next {
	position: absolute;
	right: 30px;
	top: 48%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9;
	border-radius: 50px;
	width: 45px;
	height: 45px;

}

.swiperBox .swiperBox-next::after {
	position: absolute;
	content: '';
	border-left: 2px solid #fff;
	width: 12px;
	top: 15px;
	height: 12px;
	left: 13px;
	border-bottom: 2px solid #fff;
	transform: rotate(-135deg);
}

.swiperBox .swiperBox-container {
	width: 100vw;
	height: 100vh;
	position: relative;
}

.swiperBox .swiperBox-container .swiper-wrapper {
	width: 100vw;
	height: 100vh;
}

.swiperBox .swiperBox-container .swiper-wrapper .swiper-slide {
	width: 100vw;
	height: 100vh;
	background: no-repeat center;
	background-size: cover;
}

.swiperBox .BanbBox {
	position: absolute;
	bottom: 0px;
	width: 100vw;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 7;
	color: #fff;
}

.swiperBox .BanbList {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.swiperBox .BanbList .BanbLi {
	flex: 1;
	text-align: center;
	padding: 3.5vh 0;
}

.swiperBox .BanbList .BanbLi ._row .h1 {
	font-size: 40px;
	display: inline-block;
	font-weight: 800;
}

.swiperBox .BanbList .BanbLi ._row {
	font-size: 16px;
}

@media (max-width: 1290px) {
	.page_box {
		overflow: auto;
		overflow-x: hidden;
	}

	.page_box>.swiper-wrapper {
		display: block;
	}

	.swiper-slide {
		height: auto;
	}

	.swiperBox {
		height: 100vh;
	}

	.swiperBox .swiperBox-container {
		height: 100vh;
	}

	.swiperBox .swiperBox-container .swiper-wrapper {
		width: 100vw;
		height: 100vh;
	}

	.swiperBox .swiperBox-container .swiper-wrapper .swiper-slide {
		height: 100vh;
	}

	.swiperBox .BanbBox {
		height: 12vw;
	}

	.swiperBox .swiperBox-prev,
	.swiperBox .swiperBox-next {
		/* display: none; */
	}

	.swiperBox .BanbBox .BanbList {
		display: flex;
	}

	.swiperBox .BanbBox .BanbList .BanbLi {
		display: inline-block;
		width: 32vw;
		height: 12vw;
		padding: 2.5vw 0 0;
		font-size: 13px;

	}

	.swiperBox .BanbList .BanbLi ._row .h1 {
		font-size: 28px;
	}
}

@media (max-width: 1025px) {

	.page_box {
		overflow: auto;
		overflow-x: hidden;
	}

	.page0 .swiperBox,
	.page0 .swiperBox .swiperBox-container,
	.page0 .swiperBox .swiperBox-container .swiper-wrapper,
	.page0 .swiperBox .swiperBox-container .swiper-wrapper .swiper-slide {
		height: 50vw;
	}

	.swiperBox .swiperBox-prev,
	.swiperBox .swiperBox-next {
		width: 30px;
		height: 30px;
	}

	.swiperBox .swiperBox-prev::after,
	.swiperBox .swiperBox-next::after {
		height: 8px;
		width: 8px;
		left: 12px;
		top: 11px;
	}

	.swiperBox .BanbBox,
	.swiperBox .BanbBox .BanbList {
		height: 17vw;
	}

	.swiperBox .BanbBox .BanbList .BanbLi {
		height: 17vw;
		padding: 3.5vw 0;
		font-size: 12px;
		line-height: 3.2vw;
	}
}

@media (max-width: 991px) {

	.page0 .swiperBox,
	.page0 .swiperBox .swiperBox-container,
	.page0 .swiperBox .swiperBox-container .swiper-wrapper,
	.page0 .swiperBox .swiperBox-container .swiper-wrapper .swiper-slide {
		width: 100vw;
		height: 145.33vw;
	}

	.app_page {
		overflow: scroll;
	}

	.swiperBox .swiperBox-prev,
	.swiperBox .swiperBox-next {
		display: none;
	}

	.page0 .swiperBox .BanbBox {
		position: absolute;
		height: 45vw;
		padding: 3vw 0 2vw 0;
		background-color: rgba(0, 0, 0, 0.3)
	}

	.page0 .swiperBox .BanbBox .BanbList .BanbLi {
		font-size: 2.5vw;
		display: inline-block;
		width: 32vw;
		overflow: hidden;
		padding: 0;
		height: 20vw;
		line-height: 5vw;
		transform: scale(0.9);
	}

	.page0 .swiperBox .BanbBox .BanbList .BanbLi ._row {
		line-height: 3.5vw;
	}

	.page0 .swiperBox .BanbBox .BanbList .BanbLi ._row .h1 {
		font-size: 6vw;
		padding: 0 3px;
		line-height: 5vw;
	}

	.page0 .swiperBox {
		height: auto;
	}

	.page0 .swiperBox .swiper-container {
		height: 42vw;
	}

	.page0 .swiperBox .swiper-container .swiper-slide {
		height: 42vw;
		background-size: 42vw;
		background-position-y: -19.5vw;
	}

	.page0 .swiperBox .swiper-container .swiper-slide {
		height: 42vw;
	}



	.page0 .swiperBox .BanbBox .BanbList {
		display: block;
	}
}

/* 轮播图 -------------------------------- end */

/* 产品中心 -------------------------------- start */
.HomeF4 {
	padding-top: 120px;
	height: 100vh;
	width: 100%;
	position: relative;
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f4_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.HomeF4 .HomeF4_content {
	max-width: 1400px;
	margin: 0 auto;
	height: 800px;
	position: relative;
	/* top: 50%;
	margin-top: -350px; */
	overflow: hidden;
	width: 100%;
}

.HomeF4 .HomeF4_content .F4_title {
	font-size: 40px;
	line-height: 70px;
	color: #fff;
	font-weight: normal;
	margin: 1% 0 2%;
	text-align: center;
}

.HomeF4 .HomeF4_content .f4_tap_list {
	margin: 0 auto;
	max-width: 1400px;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 49px;
}

.HomeF4 .HomeF4_content .f4_tap_li {
	display: inline-block;
	line-height: 45px;
	padding: 0px 2%;
	font-size: 18px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 35px;
	margin: 0px 12px;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}


.HomeF4 .HomeF4_content .f4_tap_li.auto {
	background-color: #fff;
	color: #0074E5;
}

.HomeF4 .HomeF4_content .f4_listBox {
	margin: 2% auto 0;
	text-align: center;
	overflow: hidden;
	user-select: none;
	height: 530px;
	width: 90%;
	position: absolute;
	left: -100vw;
}

.HomeF4 .HomeF4_content .f4_listBox.auto {
	position: relative;
	left: 0;
}

.HomeF4 .HomeF4_content .f4_listBox .swiper-slide {
	width: 260px;
	height: 255px;
	margin: 0 2%;
}

.HomeF4 .HomeF4_content .f4_listBox .f4_li {
	width: 260px;
	margin: 8px 0 0;
	height: 100%;
	border-radius: 10px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	text-align: center;
}

.HomeF4 .HomeF4_content .f4_listBox .f4_li .f4_img {
	width: 260px;
	height: 195px;
	object-fit: contain;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.HomeF4 .HomeF4_content .f4_listBox .f4_li ._title {
	padding-top: 6px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.HomeF4 .HomeF4_content .f4_listBox .f4_li ._text {
	font-size: 13px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-top: 6px;
}

.HomeF4 .HomeF4_content .more {
	width: 180px;
	font-size: 16px;
	border-radius: 10px;
	border: 1.5px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 49px;
	height: 50px;
	margin: 2% auto 0;
	display: block;
}

.HomeF4 .HomeF4_content .f4_tap_list_md {
	display: none;
}


@media (max-width: 1280px) {
	.HomeF4 {
		height: 100vh;

	}

	.HomeF4 .HomeF4_content {
		width: 100vw;
		height: 100vh;
		top: 0;
		margin: 0;
	}

	.HomeF4 .HomeF4_content .F4_title {
		font-size: 26px;
		line-height: 8vh;
		color: #fff;
		font-weight: normal;
		margin: 1vh 0 2vh;
		text-align: center;
	}

	.HomeF4 .HomeF4_content .f4_tap_list {
		height: 6.5vh;
	}

	.HomeF4 .HomeF4_content .f4_tap_li {
		line-height: 6vh;
		height: 6.5vh;
	}

	.HomeF4 .HomeF4_content .f4_listBox.auto {
		margin-top: 4vh;
		height: 38vh;
	}

	.HomeF4 .HomeF4_content .f4_listBox .swiper-slide {
		height: 38vh;
		width: 29vh;
		margin: 0 2.5vh;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li {
		height: 38vh;
		width: 29vh;
		border-radius: 5px;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li .f4_img {
		height: 29vh;
		width: 29vh;
		border-radius: 0;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li ._title {
		font-size: 14px;
		padding-top: 4px;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li ._text {
		font-size: 12px;
		padding-top: 2px;


	}

	.HomeF4 .HomeF4_content .more {
		margin-top: 5vh;
		height: 6vh;
		line-height: 5.8vh;
		width: 12vw;
	}
}

@media (max-width: 1025px) {
	.HomeF4 .HomeF4_content .F4_title {
		font-size: 24px;
	}

	.HomeF4 .HomeF4_content .f4_tap_li {
		font-size: 14px;
	}

	.HomeF4 {
		height: auto;
		padding-top: 20px;

	}

	.HomeF4 .HomeF4_content {
		height: auto;
		padding-bottom: 8vh;
	}

	.HomeF4 .HomeF4_content .more {
		border-radius: 3px;
	}
}


@media (max-width:1000px) and (min-height:1000px) {
	.HomeF4 .HomeF4_content {
		padding-bottom: 8vw
	}

	.HomeF4 .HomeF4_content .F4_title {
		line-height: 8vw;
		margin: 1vw 0 2vw;
	}

	.HomeF4 .HomeF4_content .f4_tap_list {
		line-height: 6.5vw;
	}

	.HomeF4 .HomeF4_content .f4_tap_li {
		line-height: 6vw;
		height: 6.5vw;
	}

	.HomeF4 .HomeF4_content .f4_listBox.auto {
		margin-top: 4vw;
		height: 38vw;
	}

	.HomeF4 .HomeF4_content .f4_listBox .swiper-slide {
		height: 38vw;
		width: 29vw;
		margin: 0 2.5vw;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li {
		height: 38vw;
		width: 29vw;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li .f4_img {
		width: 29vw;
		height: 29vw;
	}

	.HomeF4 .HomeF4_content .more {
		margin-top: 5vw;
		height: 6vw;
		line-height: 5.8vw;
	}



}

@media (max-width: 500px) {

	.HomeF4 {
		padding-top: 20px;
		height: 125vw;
	}

	.swiperBox .BanbBox .BanbList .BanbLi {
		height: 15vw;
		padding: 3.5vw 0;
		line-height: 3vw;
	}

	.HomeF4 .HomeF4_content {
		height: auto;
		top: 0px;
		margin: 0;
	}

	.HomeF4 .HomeF4_content .F4_title {
		font-size: 21px;
		height: 50px;
		line-height: 50px;
	}

	.HomeF4 .HomeF4_content .f4_listBox {
		height: 60vw;
	}

	.HomeF4 .HomeF4_content .f4_tap_list {
		height: 40px;

	}

	.HomeF4 .HomeF4_content .f4_listBox.auto {
		height: 60vw;
		width: 100vw;
	}

	.HomeF4 .HomeF4_content .more {
		margin-top: 5vw;
		height: 11vw;
		line-height: 11vw;
		width: 30vw;
	}


	.HomeF4 .HomeF4_content .f4_tap_li {
		height: 40px;
		line-height: 38px;

	}

	.HomeF4 .HomeF4_content .f4_listBox .swiper-slide {
		width: 49vw;
		margin: 0;
	}


	.HomeF4 .HomeF4_content .f4_listBox .f4_li {
		width: 42vw;
		height: 57vw;
		margin: 0 auto;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li .f4_img {
		width: 42vw;
		height: 42vw;
	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li ._title {
		font-size: 13px;
		height: 7vw;
		line-height: 7vw;

	}

	.HomeF4 .HomeF4_content .f4_listBox .f4_li ._text {
		font-size: 12px;
		height: 7vw;
		line-height: 7vw;
	}

	.HomeF4 .HomeF4_content .f4_tap_list {
		display: none;
	}

	.HomeF4 .HomeF4_content .f4_tap_list_md {
		display: block;
		width: 100vw;
		/* background-color: #fff; */
		/* color: #0074E5; */
	}

	.HomeF4 .HomeF4_content .f4_tap_list_md .f4_tap_li {
		width: 30vw;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		border-radius: 5px;

	}

}

/* 产品中心 ----------------------end */

/* 行业解决方案 -start  */

.HomeF3 {
	padding-top: 120px;
	height: 100vh;
	width: 100%;
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f2_bg.jpg) no-repeat top center;
	background-size: cover;
}

.HomeF3 .HomeF3_content {
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	width: 100vw;
}

.HomeF3 .HomeF3_content .F3_title {
	font-size: 40px;
	line-height: 70px;
	color: #0c3863;
	font-weight: normal;
	margin: 7% 0 5%;
	text-align: center;
}

.HomeF3 .HomeF3_content .F3_listBox {
	max-width: 1200px;
	height: 300px;
	background-color: #0555ae;
	margin: 0 auto;
	display: flex;
	width: 100%;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li:hover .f3_icon {
	left: 0px;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li:hover .aside {
	top: 50px;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li:hover .aside::before {
	height: 38px;
	top: -45px;

}

.HomeF3 .HomeF3_content .F3_listBox .F3_li {
	flex: 1;
	text-align: center;
	padding: 35px 10px 0;
	color: #fff;
	position: relative;
	line-height: 32px;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li .aside {
	position: absolute;
	transition: all 0.5s;
	right: 26px;

	top: 70px;
	font-weight: 800;
	font-size: 24px;
	color: #b4b9c0;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li .aside::before {
	content: '';
	position: absolute;
	height: 50px;
	top: -60px;
	width: 1px;
	transition: all 0.5s;
	left: 15px;

	background-color: #646480;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li:nth-child(even) {
	background-color: #26405d;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_icon {
	width: 70px;
	height: 70px;
	position: relative;
	left: -23%;
	transition: all 0.5s;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_title {
	font-size: 20px;
	font-weight: normal;
	margin-top: 14px;
	color: #fff;
}

.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_text {
	font-size: 18px;
	margin: 15px 0 0;
}

.HomeF3 .HomeF3_content .more {
	margin: 5% auto 0;
	width: 200px;
	text-align: center;
	border: 2px solid #0c3863;
	color: #0c3863;
	font-size: 18px;
	border-radius: 10px;
	line-height: 49px;
	height: 50px;
	display: block;
}


@media (max-width: 1290px) {
	.HomeF3 {
		padding-top: 120px;
		height: 100vh;
		margin: 1vh 0;
		background-size: 100vw 100vh;
	}

	.HomeF3 .HomeF3_content .F3_listBox {
		width: 80vw;
		height: 24vw;
	}

	.HomeF3 .HomeF3_content {}

	.HomeF3 .HomeF3_content .F3_title {
		margin: 1vh 0 2vh;
		line-height: 9vh;
		font-size: 30px;
		font-size: 30px;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_title,
	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_text {
		font-size: 16px;
		margin-top: 10px;
	}


	.HomeF3 .HomeF3_content .more {
		margin-top: 3vh;
		width: 15vw;
		line-height: 40px;
		padding-top: 0;
		height: 45px;
	}

}

@media (max-width: 1025px) {
	.HomeF3 {
		padding-top: 2vw;
		height: 48vw;
	}

	.HomeF3 .HomeF3_content {
		height: 48vw;
	}

	.HomeF3 .HomeF3_content .F3_title {
		height: 8vw;
		line-height: 8vw;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_icon {
		width: 60px;
		height: 60px;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_title {
		font-size: 14px;
		margin-top: 10px;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_text {
		font-size: 14px;
		margin-top: 0px;
	}


}


@media (max-width: 800px) {
	.HomeF3 {
		padding-top: 2vw;
		height: 58vw;
	}

	.HomeF3 .HomeF3_content {
		height: auto;
	}

	.HomeF3 .HomeF3_content .F3_title {
		margin: 0;
		line-height: 8vw;
		height: 9vw;
		font-size: 24px;
	}


	.HomeF3 .HomeF3_content .F3_listBox {
		display: block;
		overflow: hidden;
		height: auto;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li {
		background-color: #0555ae;
		height: 15vw;
		padding: 1vh 0 0 15vw;
		position: relative;
		text-align: left;
		line-height: 4vw;
		width: 49.5%;
		;
		display: inline-block;

	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .aside {
		display: none;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_icon {
		position: absolute;
		left: 0px;
		top: 3.2vh;
		width: 8vw;
		height: 8vw;
		left: 4.5vw;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li:hover .f3_icon {
		left: 4vw;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_title {
		font-size: 16px;
		margin-top: 10px;
	}


	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_text {
		font-size: 14px;
		margin-top: 10px;

	}


	.HomeF3 .HomeF3_content .more {
		display: block;
		/* padding-top: 4vw; */
		height: 5vw;
		line-height: 5vw;
	}
}

@media (max-width: 500px) {
	.HomeF3 {
		padding-top: 0;
		height: 120vw;
	}

	.HomeF3 .HomeF3_content .F3_title {
		font-size: 16px;
		line-height: 8vh;
		height: 8vh;
	}

	.HomeF3 .HomeF3_content .F3_listBox {
		height: 300px;
		width: 90vw;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_icon {
		top: 5vw;
		width: 10vw;
		height: 10vw;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li {
		width: 100%;
		height: 75px;
		padding: 0 0 0 20vw;

	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_title {
		padding-top: 10px;
		font-size: 17px;
	}

	.HomeF3 .HomeF3_content .F3_listBox .F3_li .f3_text {
		font-size: 13px;
	}

	.HomeF3 .HomeF3_content .more {
		font-size: 14px;
		border: 1px solid #0c3863;
		width: 45vw;
		height: 6vh;
		padding-top: 0;
		line-height: 6vh;
	}
}

/* 行业解决方案--------------------------------------end */

/* 城市级智慧停车解决方案 start */
.HomeF1 {
	padding-top: 120px;
	height: 100vh;
	width: 100vw;
	object-fit: contain;
	position: relative;
}

.HomeF1 .F1_bg {
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f1_bgs.jpg) repeat top center;
	width: 50%;
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
}

.HomeF1 .F2_bg {
	object-fit: cover;
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
}

.HomeF1 .F2_bg img {
	width: 100%;
	height: 100%;
}

.HomeF1 .HomeF1_content {
	width: 900px;
	height: 600px;
	margin: -300px auto 0;
	position: relative;
	top: 50%;
	left: -5vw;
}

.HomeF1 .HomeF1_content .distabcel {
	font-size: 44px;
	font-weight: normal;
	color: #0c3863;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1.2%;
	letter-spacing: 0.1em;
	font-weight: 800;
}

.HomeF1 .HomeF1_content ._title {
	font-size: 44px;
	font-weight: 800;
	line-height: 40px;
	color: #0c3863;
	font-weight: normal;
	margin: 0;
}

.HomeF1 .HomeF1_content ._titles {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	color: #0c3863;
	position: relative;
	padding-bottom: 3%;
	margin: 5px 0 0;
}

.HomeF1 .HomeF1_content .listBox {
	width: 100%;
	background-color: #0555ae;
	margin: 20px 0 40px;
	color: #fff;
	display: flex;
}

.HomeF1 .HomeF1_content .listBox .li {
	flex: 1;
	text-align: center;
	height: 160px;
	padding: 55px 0 0 10px;
	transition: all 1s ease-out;
}



.HomeF1 .HomeF1_content .listBox .li ._img {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: relative;
	top: -2px;
}

.HomeF1 .HomeF1_content .listBox .li ._title {
	font-size: 24px;
	display: inline-block;
	color: #fff;
	line-height: 34px;
}

.HomeF1 .HomeF1_content .listBox .li ._text {
	font-size: 16px;
	width: 100%;
	line-height: 20px;
	display: none;
}

.HomeF1 .HomeF1_content .listBox .li:hover {
	transform: scale(1.2);
	padding: 20px 0 0;
	line-height: 30px;
}

.HomeF1 .HomeF1_content .listBox .li:hover ._text {
	display: block;
}

.HomeF1 .more {
	width: 180px;
	border-radius: 10px;
	border: 1.5px solid #0c3863;
	color: #0C3863;
	text-align: center;
	line-height: 49px;
	font-size: 16px;
	height: 50px;
	display: block;
}

@media (min-width: 1290px) {
	.HomeF1 {
		background-size: cover;
	}

	.HomeF3 {
		background-size: cover;
	}
}


@media (max-width: 1290px) {

	.HomeF1 .HomeF1_content {
		background-size: 100vw 100vh;
		overflow: hidden;
		width: 75vw;
		top: 0;
		margin: 0;
		left: 10vw;

	}

	.HomeF1 .HomeF1_content .distabcel {
		font-size: 30px;
		font-weight: normal;
		color: #0c3863;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: 800;
		margin: 4vh 0 1.5vh;
	}

	.HomeF1 .HomeF1_content ._title {
		font-size: 35px;
	}

	.HomeF1 .HomeF1_content ._titles {
		font-size: 20px;
		margin: 1vh 0 0vh;
		padding-bottom: 2vh;
	}

	.HomeF1 .HomeF1_content .listBox {
		margin: 4vh 0 6vh;
	}

	.HomeF1 .HomeF1_content .listBox .li {
		height: 23vh;
		padding: 8vh 0 0;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover {
		padding-top: 5vh;
	}

	.HomeF1 .HomeF1_content .listBox .li ._text {
		font-size: 12px;
		line-height: 4vh;
	}

	.HomeF1 .more {
		line-height: 38px;
		height: 40px;
		font-size: 14px;
		width: 12vw;
	}
}

@media (max-width:1000px) and (min-height:1000px) {
	.HomeF1 .HomeF1_content .distabcel {
		margin: 40px 0 15px;
	}

	.HomeF1 .HomeF1_content ._titles {
		margin: 15px 0 5px;
		padding-bottom: 20px;
	}

	.HomeF1 .HomeF1_content .listBox {
		margin: 10px 0 16px;

	}

	.HomeF1 .HomeF1_content .listBox .li {
		height: 90px;
		padding: 28px 0 0;
	}

	.HomeF1 .HomeF1_content .listBox .li {
		height: 12vw;
		padding: 4vw 0 0;
	}

}

@media (max-width: 1025px) {
	.HomeF1 {
		padding-top: 50px;
		height: 500px;
	}

	.HomeF1 .HomeF1_content {
		height: 400px;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover ._title {
		font-size: 18px;
	}
}

@media (max-width: 900px) {
	.HomeF1 .HomeF1_content .listBox .li ._title {
		font-size: 18px;
	}
}


@media (max-width: 800px) {
	.HomeF1 {
		padding: 0 0 10vh;
		background-size: 80vw;
		background-position: 10vw 30vh;
		height: auto;
	}

	.HomeF1 .F1_bg,
	.HomeF1 .F2_bg {
		display: none;
	}

	.HomeF1 .HomeF1_content {
		width: 80vw;
		color: #333;
		height: auto;
	}

	.HomeF1 .HomeF1_content .distabcel {
		padding: 0;
		font-size: 34px;
		height: 9vh;
		line-height: 9vh;
	}

	.HomeF1 .HomeF1_content ._title {
		padding: 0;
		font-size: 28px;
		height: 6vh;
		line-height: 6vh;
	}

	.HomeF1 .HomeF1_content ._titles {
		padding: 0;
		font-size: 18px;
		height: 6vh;
		line-height: 6vh;
	}

	.HomeF1 .HomeF1_content .listBox {
		display: block;
		background-color: transparent;
		width: 80vw;
		margin: 10vh 0 0;
	}

	.HomeF1 .HomeF1_content .listBox .li {
		width: 100%;
		height: 12vh;
		line-height: 12vh;
		width: 40vw;
		margin: 0 auto 3vh;
		background-color: #0555ae;
		padding-top: 0;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover {
		transform: scale(1);
		padding-top: 0;
		line-height: 12vh;
	}

	.HomeF1 .HomeF1_content .listBox .li ._img {
		width: 7vh;
		height: 7vh;
		top: 0;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover ._title {
		font-size: 16px;
	}

	.HomeF1 .HomeF1_content .listBox .li ._title {
		font-size: 16px;
		line-height: 27px;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover {
		transform: scale(1);
		padding-top: 0;

	}

	.HomeF1 .HomeF1_content .listBox .li:hover ._text {
		display: none;
	}

	.HomeF1 .more {
		width: 30vw;
		display: block;
		margin: 0 auto;
		font-size: 14px;
		background: #0555ae;
		border: none;
		color: #fff;
		border-radius: 5px;
		line-height: 8vh;
		height: 8vh;
	}
}

@media (max-width: 500px) {
	.HomeF1 {
		height: 55vh;
		padding: 0;
		background: none;
	}

	.HomeF1 .HomeF1_content .distabcel {
		height: auto;
	}

	.HomeF1 .HomeF1_content {
		width: 92vw;
		left: 4vw;
		font-size: 28px;
		margin-bottom: 0;
		line-height: 8vh;
	}

	.HomeF1 .HomeF1_content ._title {
		font-size: 18px;
	}

	.HomeF1 .HomeF1_content ._titles {
		font-size: 15px;
		height: 4vh;
		line-height: 4vh;
	}

	.HomeF1 .HomeF1_content .listBox {
		margin: 2vh auto 0;
	}


	.HomeF1 .HomeF1_content .listBox .li {
		height: 7vh;
		line-height: 5vh;
		width: 70vw;
		border-radius: 5px;
		text-align: left;
		padding-left: 5vw;
		margin: 0 0 2vh;
	}

	.HomeF1 .HomeF1_content .listBox .li:hover {
		height: 7vh;
		line-height: 5vh;
		width: 70vw;
		border-radius: 5px;
		text-align: left;
		padding-left: 5vw;
		margin: 0 0 2vh;

	}

	.HomeF1 .HomeF1_content .listBox .li ._img {
		width: 4vh;
		height: 4vh;
		top: 0.5vh;
	}

	.HomeF1 .HomeF1_content .listBox .li ._title {
		font-size: 14px;
	}

	.HomeF1 .more {
		height: 6vh;
		line-height: 5.5vh;
		width: 35vw;
		background: #fff;
		color: #0555ae;
		border: 2px solid #0555ae;
	}


}


/* 城市级智慧停车解决方案 -end */

/* 新闻中心  ------------------------start */

.HomeF2 {
	padding-top: 100px;
	height: 100vh;
	width: 100%;
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f2_bg.jpg) no-repeat top center;
	background-size: cover;
}

.HomeF2_content {
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	height: calc(100% - 188px);
	position: relative;
	top: 80px;
}

.HomeF2 .HomeF2_left {
	position: absolute;
	left: 0;
	top: 40px;
	width: 220px;
	height: 100%;
	z-index: 8;
}

.HomeF2 .HomeF2_lefts {
	display: none;
}

.F2_title {
	width: 300px;
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	color: #333;
}

.F2_titles {
	line-height: 24px;
	font-size: 18px;
	color: #666;
	margin-top: 28px;
	padding-right: 45px;
}

.F2_list {
	position: absolute;
	top: 210px;
	background-color: rgba(255, 255, 255, .7);
}

.F2_list_md {
	display: none;
}

.F2_li {
	display: block;
	width: 356px;
	height: 52px;
	line-height: 52px;
	padding: 0 28px 0 20px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.F2_li.auto {
	height: 70px;
	line-height: 70px;
	color: #fff;
	background-color: #13bfe4;
}

.HomeF2 .HomeF2_rigth {
	width: 100%;
	height: 100%;
	padding-left: 18%;
	box-sizing: border-box;
}

.HomeF2 .HomeF2_rigth {
	width: 100%;
}

.HomeF2_rigth {
	position: relative;
	width: 100%;
	height: 100%;
}

.HomeF2_rigth .F2_r_li {
	height: 100%;
	width: 100%;
	display: none;
}

.HomeF2_rigth .F2_r_li.auto {
	display: block;
}

.F2_r_img {
	height: 100%;
	/* width: 100%; */
	/* width: 60%; */
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.F2_r_li .F2_r_text {
	max-width: 400px;
	width: 30.5%;
	height: 100%;
	padding: 65px 2% 30px;
	color: #fff;
	background-color: #014da3;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0.9;
}

.F2_r_li .F2_r_text .F2_r_text_titles {
	line-height: 30px;
	font-size: 14px;
}

.F2_r_li .F2_r_text .F2_r_text_title {
	margin-top: 10px;
	font-size: 26px;
	line-height: 40px;
}

.F2_r_li .F2_r_text .F2_r_text_dotdot {
	line-height: 24px;
	text-align: left;
	margin-top: 25px;
	font-size: 16px;
	overflow-wrap: break-word;
}

.F2_r_li .F2_r_text .pageNum {
	position: absolute;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: 33px;
	width: 100%;
	padding: 0 40px;
	font-size: 22px;
	color: #26b6ed;
}

.F2_r_li .F2_r_text .pageNum .more {
	width: 40px;
	height: 40px;
	line-height: 39px;
	position: absolute;
	top: 0px;
	right: 40px;
	background-color: #26b6ed;
	color: #fff;
	text-align: center;
}

@media (min-width:1290px) {
	.HomeF2 {
		background-size: 100vw 100vh;
	}

	.HomeF2 .HomeF2_content {
		max-width: 1200px;
		height: 70vh;
		margin-top: 0;
		top: 74px;
	}

	.HomeF2 .HomeF2_left {
		top: 10px;
	}

	.HomeF2 .HomeF2_content .F2_list {
		top: 100px;
	}

}

@media (max-width: 1290px) {
	.HomeF2 {
		background-size: 100vw 100vh;
	}

	.HomeF2 .HomeF2_left {
		top: 10px;
	}

	.HomeF2 .HomeF2_content {
		max-width: 870px;
		height: 70vh;
		margin-top: 0;
		top: 30px;
	}


	.HomeF2 .HomeF2_content .F2_title {
		font-size: 27px;
	}

	.HomeF2 .HomeF2_content .F2_titles {
		font-size: 16px;
		margin-top: 2px;
	}

	.HomeF2 .HomeF2_content .F2_list {
		top: 100px;
	}

	.HomeF2 .HomeF2_content .F2_li {
		font-size: 14px;
		width: 300px;
		height: 50px;
		line-height: 50px;
	}

	.HomeF2 .HomeF2_content .F2_r_li .F2_r_text {
		padding-top: 20px;
	}

	.HomeF2 .HomeF2_content .F2_r_li .F2_r_text .F2_r_text_title {
		font-size: 15px;
		line-height: 20px;
	}
}

@media (max-width: 1025px) {

	.HomeF2 {
		padding-top: 10vh;
		height: 90vh;
	}

	.HomeF2 .HomeF2_content {
		top: 0;
	}

}

@media (max-width:1000px) and (min-height:1000px) {
	.HomeF2 {
		padding-top: 10vw;
		height: 90vw;
	}

	.HomeF2 .HomeF2_content {
		height: 70vw;
	}


}

/*  @media (max-width: 950px) {
  	.HomeF2 {
  		height: 78vw;

  	}

  } */

@media (max-width: 800px) {
	.HomeF2 {
		height: 55vw;
		padding-top: 7vw;
	}

	.HomeF2 .HomeF2_content {
		height: 45vw;
		margin-top: 0;
		top: 0;
	}

	.HomeF2 .HomeF2_content .F2_title {
		display: none;
	}


	.HomeF2 .HomeF2_content .HomeF2_rigth {
		padding: 0 2vw;
		height: 45vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_img {
		width: 45vw;
		height: 45vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text {
		width: 51vw;
		height: 45vw;
		right: 2vw;
		max-width: 100%;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_titles {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_dotdot {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .pageNum {
		bottom: 1.5vw;
		height: 30px;
		font-size: 18px;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .pageNum .more {
		height: 30px;
		width: 30px;
		line-height: 30px;
	}

	.HomeF2 .HomeF2_content .HomeF2_left {
		display: none;
	}

	.HomeF2 .HomeF2_content .HomeF2_lefts {
		display: block;
		height: 6vw;
		line-height: 6vw;
		width: 96vw;
		margin: 1vw auto 0;
	}

	.HomeF2 .HomeF2_content .HomeF2_lefts .F2left_li {
		width: 30vw;
		line-height: 6vw;
		background-color: #0074E5;
		color: #fff;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 14px;
		height: 6vw;
		white-space: nowrap;
		padding: 0 1vw;
	}
}

@media (max-width: 500px) {
	.HomeF2 {
		height: 122vw;
		padding-top: 0;
	}

	.HomeF2 .HomeF2_content {
		margin: 0;
		top: 0;
	}

	.HomeF2 .HomeF2_content .HomeF2_left {
		display: block;
		top: 0;
	}

	.HomeF2 .HomeF2_content .HomeF2_left .F2_list {
		display: none;
	}

	.HomeF2 .HomeF2_content .F2_list_md {
		display: block;
		width: 100vw;
		position: absolute;
		top: -7px;
		left: 0;
		overflow: hidden;

	}

	.HomeF2 .HomeF2_content .F2_list_md .swiper-wrapper {
		width: 100vw;
	}

	.HomeF2 .HomeF2_content .F2_list_md .F2_li {
		width: 50vw !important;
		padding: 0;
	}



	.HomeF2 .HomeF2_content {
		height: 110vw;
		padding-top: 12vw;
		width: 100vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth {
		width: 100vw;
		height: 110vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_img {
		width: 100vw;
		height: 90vw;
		left: 0;
		position: absolute;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text {
		width: 100vw;
		height: auto;
		right: 0;
		max-width: 100%;
		bottom: 0vw;
		position: absolute;
		top: auto;
		opacity: 0.9;
		padding: 4vw 5vw 9vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_titles {
		position: absolute;
		right: 4vw;
		top: -6vw;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_dotdot {
		margin-top: 5px;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .F2_r_text_title {
		padding-top: 0;
		margin-top: 0;
	}

	.HomeF2 .HomeF2_content .HomeF2_rigth .F2_r_li .F2_r_text .pageNum {
		bottom: 3vw;
	}

}

/* 新闻中心 -------------------------------------end */



/* 城市智能停车解决方案 ------------------------start  */

.HomeF6 {
	padding-top: 120px;
	height: 100vh;
	width: 100%;
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f6_bg.jpg) no-repeat bottom center;
	position: relative;
}

.HomeF6 .F6_bg {
	background: url(https://zhanjiangjituan.oss-cn-shenzhen.aliyuncs.com/uploads/20240517/f1_bgs.jpg) repeat top center;
	width: 56%;
	position: absolute;
	top: 0px;
	right: 0;
	height: 100%;
}

.HomeF6 .HomeF6_content {
	max-width: 1400px;
	height: 600px;
	margin: -300px auto 0;
	position: relative;
	top: 50%;
	text-align: right;
	width: 98vw;
}

.HomeF6_content .distabcel {
	font-size: 44px;
	font-weight: normal;
	color: #0c3863;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 1.2%;
	letter-spacing: 0.1em;
	font-weight: 800;
	width: 94%;
}

.HomeF6_content ._title {
	font-size: 44px;
	font-weight: 800;
	line-height: 40px;
	color: #0c3863;
	font-weight: normal;
	width: 94%;
	margin: 0;
}

.HomeF6_content .nextStep {
	position: absolute;
	z-index: 9;
	width: 40px;
	border-radius: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 14px 10px 14px 14px;
	left: -60px;
	top: 50%;
	transform: rotate(180deg);
}

.HomeF6_content .nextStep::after {
	content: '';
	position: absolute;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	top: 14px;
	right: 16px;
}

.HomeF6_content .nextStep.right {
	transform: rotate(0deg);
	left: auto;
	right: -70px;
}

.casesTitleBox {
	text-align: right;
	width: 100%;
	max-width: 1200px;
	line-height: 50px;
	font-size: 20px;
	margin: 0 auto;
}

.casesTitleBox .casesLi {
	display: inline-block;
	padding: 0 15px;
	padding-top: 30px;
}

.casesTitleBox .casesLi.auto {
	color: #0c3863;
	border-bottom: 2px solid #0c3863;
	font-weight: 800;
}

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

.f6_content_list .f6_listBox {
	width: 410px;
	position: absolute;
	overflow: hidden;
	height: 280px;

	left: -1000vw;
}

.f6_content_list .f6_listBox.auto {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 280px;
	left: 0;
}



.casesList {
	margin: 0 auto;
	width: 410px;
	height: 293px;
	padding-top: 30px;
}

.casesList .casesLi {
	height: 250px;
	width: 390px;
	margin-right: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 40px;
	position: relative;
	display: inline-block;
}

.casesList .casesLi ._title {
	height: 40px;
	bottom: 0;
	left: 0%;
	width: 100%;
	color: #fff;
	font-size: 16px;
	position: absolute;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	padding-left: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1290px) {
	.HomeF6 .HomeF6_content {
		height: 70vh;
		margin: 0 auto 0;
		width: 98vw;
		top: 1vh;
	}

	.HomeF6_content .distabcel {
		font-size: 30px;
		height: 8vh;
		line-height: 7vh;
		margin: 0;
	}

	.HomeF6_content ._title {
		font-size: 27px;
		height: 5vh;
		line-height: 5vh;
	}

	.f6_listBox .swiper-slide {
		width: 300px;
	}

	.casesList {
		height: 180px;
	}

	.casesList .casesLi {
		height: 180px;
		width: 280px;
	}

	.casesTitleBox {
		width: 94%;
		height: 7.5vh;
		line-height: 6vh;
	}

	.casesTitleBox .casesLi {
		padding-top: 1vh;
	}

	.HomeF6_content .nextStep {
		left: 20px;
	}

	.HomeF6_content .nextStep.right {
		right: 20px;
	}

	.f6_content_list .f6_listBox.auto {
		height: 230px;
	}


}

@media (max-width: 1025px) {
	.HomeF6 {
		padding-top: 5vh;
		height: 75vh;
	}

	.HomeF6 .HomeF6_content {
		height: 70vh;
	}

	.f6_content_list .f6_listBox.auto {
		height: 40vh;
	}

	.f6_content_list .f6_listBox.auto .casesList {
		height: 34vh;
		padding-top: 6vh;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi {
		height: 32vh;
		width: 48.5vh;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi ._title {
		height: 7vh;
		line-height: 7vh;
		font-size: 14px;
	}


}

@media (max-width:1000px) and (min-height:1000px) {
	.HomeF6 {
		padding-top: 5vw;
		height: 75vw;
	}

	.HomeF6 .HomeF6_content {
		height: 70vw;
	}

	.HomeF6_content .distabcel {
		height: 8vw;
		line-height: 7vw;
	}

	.HomeF6_content ._title {
		height: 5vw;
		line-height: 5vw;
	}

	.casesTitleBox {
		line-height: 6vw;
		height: 7vw;
	}

	.casesTitleBox .casesLi {
		padding-top: 1vw;
	}

	.f6_content_list .f6_listBox.auto {
		height: 40vw;
	}

	.f6_content_list .f6_listBox.auto .casesList {
		width: 100vw;
		height: 34vw;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi {
		height: 32vw;
		width: 48vw;
	}

	.f6_listBox .swiper-slide {
		width: 49vw;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi ._title {
		height: 8vw;
		line-height: 8vw;
	}

}



@media (max-width:500px) {
	.HomeF6 {
		height: 80vw;
		padding: 1vw 0 0;
	}

	.HomeF6 .HomeF6_content {
		height: 80vw;
	}

	.HomeF6_content .distabcel {
		height: 10vw;
		line-height: 10vw;
		font-size: 22px;
	}

	.HomeF6_content ._title {
		font-size: 18px;
		line-height: 8vw;
		height: 8vw;
	}

	.casesTitleBox {
		height: 13vw;
		line-height: 10vw;
	}

	.casesTitleBox .casesLi {
		padding-top: 2vw;
	}

	.f6_content_list .f6_listBox.auto {
		height: 40vw;
	}

	.f6_content_list .f6_listBox.auto .casesList {
		height: 32vw;
		padding-top: 6vw;
	}

	.HomeF6 .HomeF6_content {
		height: 80vw;
		margin: 0 auto 0;
		top: 0;
	}

	.f6_listBox .swiper-slide {
		width: 48vw;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi {
		height: 30vw;
		width: 47vw;
	}

	.HomeF6 .HomeF6_content .casesList .casesLi {
		height: 30vw;
		width: 47vw;
	}

	.f6_content_list .f6_listBox.auto .casesList .casesLi ._title {
		height: 7.5vw;
		line-height: 7.5vw;
		font-size: 12px;
	}


	.HomeF6_content .nextStep,
	.HomeF6_content .nextStep.right {
		display: none;
	}

}

/* 城市智能停车解决方案 --------------------------end  */


/* 合作伙伴 - start */
.HomeF5 {
	height: 100vh;
	width: 100%;
	background: #014da3;
	position: relative;
}

.top_box {
	background-color: #014da3;
	padding-top: 120px;
	margin: 0 auto 0;
	height: 50vh;
	position: relative;
	width: 100vw;
	max-width: 1400px;
}

.top_box ._title {
	text-align: center;
	font-size: 40px;
	color: #fff;
	height: 10vh;
	line-height: 10vh;
}

.top_box .F5_list {
	max-width: 1304px;
	padding: 0;
	width: 94vw;
	height: 185px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	text-align: center;
	position: relative;

}

.top_box .F5_list .F5_li {
	padding: 0;
	margin: 0;
	width: 262px;
	height: 170px;
}

.top_box .F5_list .F5_li img {
	width: 250px;
	height: 77px;
	padding: 6px 0 0;
	display: block;
	background-size: cover;
	user-select: none;
	margin: 0 auto;
}

.top_box .swiper-button {
	position: absolute;
	z-index: 9;
	width: 40px;
	border-radius: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding: 14px 10px 14px 14px;
	left: -10px;
	top: 65%;
	/* bottom: 160px; */
	transform: rotate(180deg);


}

.top_box .swiper-button::after {
	content: '';
	position: absolute;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	top: 14px;
	right: 16px;
}

.top_box .swiper-button.swiper-button-next {
	transform: rotate(0deg);
	left: auto;
	right: -10px;

}

@media (min-width: 1290px) {
	.top_box {
		padding-top: 120px;
	}

	.top_box ._title {
		font-size: 26px;
		height: 8vh;
		line-height: 8vh;
	}

	.top_box .swiper-button {
		top: 60%;
	}

	.top_box .F5_list {
		height: 140px;
	}

	.top_box .F5_list .F5_li {
		width: 200px;
		height: 130px;
	}

	.top_box .F5_list .F5_li img {
		width: 184px;
		height: 64px;
	}
}

@media (max-width: 1290px) {
	.top_box {
		padding-top: 120px;
	}

	.top_box .swiper-button {
		display: none;
	}

	.top_box ._title {
		font-size: 26px;
		height: 8vh;
		line-height: 8vh;
	}

	.top_box .F5_list {
		height: 140px;
	}

	.top_box .F5_list .F5_li {
		width: 200px;
		height: 130px;
	}


	.top_box .F5_list .F5_li img {

		width: 184px;
		height: 64px;
	}


}


@media (max-width: 1025px) {
	.HomeF5 {
		height: auto;
	}

	.top_box {
		padding-top: 5vh;
		height: 40vh;
	}

	.top_box .F5_list {
		height: 24vh;
	}

	.top_box .F5_list .F5_li {
		width: 34vh;
		height: 24vh;
	}

	.top_box .F5_list .F5_li img {
		height: 11.5vh;
		width: 34vh;
	}
}

@media (max-width:1000px) and (min-height:1000px) {
	.top_box {
		padding-top: 5vw;
		height: 40vw;
	}

	.top_box ._title {
		height: 8vw;
		line-height: 8vw;
	}

	.top_box .F5_list {
		height: 16vw;
		width: 100vw;
	}

	.top_box .F5_list .F5_li {
		width: 22vw;
		height: 16vw;
		padding-left: 2vw;
	}

	.top_box .F5_list .F5_li img {
		height: 8vw;
		width: 22vw;
	}

}

/*
  @media (max-width: 950px) {
  	.top_box {
  		padding-top: 50px;
  		height: 320px;
  	}

  	.top_box .F5_list {
  		max-width: 100vw;
  	}

  	.top_box .F5_list .F5_li {
  		width: 220px;
  	}

  	.top_box .F5_list .F5_li img {
  		width: 200px;
  		height: 72px;
  	}

  }

  @media (max-width: 800px) {
  	.HomeF5 {
  		height: auto;
  	}
  } */


@media (max-width: 740px) {
	.HomeF5 {
		height: auto;
	}

	.HomeF5 .top_box .F5_list {
		max-width: 100vw;
	}

	.top_box .F5_list .F5_li {
		width: 31vw;
		height: 13vw;
	}

	.HomeF5 .top_box .F5_list .F5_li img {
		width: 29vw;
		height: 12.2vw;
	}
}

@media (max-width: 500px) {
	.top_box {
		padding-top: 3vh;
		height: 52vw;
	}

	.top_box ._title {
		font-size: 18px;
	}

	.top_box .F5_list {
		height: 27vw;
	}


}


/* 合作伙伴 --------------------------end  */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (max-width:1440px) {
	.footer {
		font-size: 14px;
		position: relative;
		top: 3vh;
		height: 50vh;
	}

	.footer .ft-contact .tit {
		width: 350px;
	}

	.footer .ft-contact .imgs {
		width: 350px;
	}

	.footer .ft-contact .call {
		font-size: 16px;
		width: 350px;
		padding: 0px 32px 5px 0;

	}

	.footer .ft-contact .address {
		font-size: 16px;
		width: 350px;
		position: relative;
		top: -15px;
	}

	/* .col-xl-3{
				    flex: 0 0 30%;
				    max-width: 30%;
			} */
	.footer .ft-top {
		padding: 0 0 0;
		transform: scale(0.85);
		position: relative;
		top: -0.5vh;
		height: 32vh;
	}

	.footer .tit {
		padding-bottom: 10px;
	}

	.footer .friends {
		font-size: 16px;
		padding-bottom: 0;
		transform: scale(0.85);
	}

	.footer .copyright {
		font-size: 16px;
		padding: 5px 0;
		transform: scale(0.85);
	}

	.footer .copyright .right {
		display: none;
	}

}

@media (min-width: 1025px) and (max-width: 1440px) {
	.footer .ft-contact .call {
		font-size: 14px;
		width: auto;
		padding: 8px 8px 0 32px;
	}
}

@media (max-width:1025px) {
	.footer {
		position: relative;
		top: 0;
		height: auto;
	}

	.footer .ft-contact .tit {
		width: auto;
	}

	.footer .ft-contact .imgs {
		width: auto;
	}

	.footer .ft-contact .call {
		font-size: 14px;
		width: auto;
		padding: 8px 8px 0 32px;
	}

	.footer .ft-contact .address {
		width: auto;
		font-size: 14px;
		position: relative;
		top: -5px;
	}

	/* .col-xl-3{
				    flex: 0 0 30%;
				    max-width: 30%;
			} */
	.footer .ft-top {
		padding: 4% 0 2%;
		transform: scale(1);
		position: relative;
		top: 0;
		height: auto;
	}

	.footer .tit {
		padding-bottom: 10px;
	}

	.footer .friends {
		font-size: 14px;
		padding-bottom: 0;
		transform: scale(1);
	}

	.footer .copyright {
		font-size: 14px;
		padding: 5px 0;
		transform: scale(1);
	}

	.footer .copyright .right {
		display: block;
	}
}