/* 新增 */
.container
	.whiteBox
	.mapContent
	.map
	.model
	.mapCenter
	.mouserall
	.location_area {
	position: relative;
	width: 0.4rem;
	height: 0.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-color: #000000; */
}
.container
	.whiteBox
	.mapContent
	.map
	.model
	.mapCenter
	.mouserall
	.location_area
	.location_area_img_bottom_active {
	width: 100%;
	height: 0.24rem;
	/* background-color: #000000; */
}
.container
	.whiteBox
	.mapContent
	.map
	.model
	.mapCenter
	.mouserall
	.location_area
	.location_area_img_top_active {
	width: 0.3rem;
	height: 0.36rem;
	/* background-color: #000000; */
	animation: jumpIcon 2s infinite;
}
.container
	.whiteBox
	.mapContent
	.map
	.model
	.mapCenter
	.mouserall
	.location_area
	.location_area_img_top {
	width: 0.4rem;
	height: 0.36rem;
}

@keyframes jumpIcon {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(4px);
	}
	100% {
		transform: translateY(0);
	}
}
.whiteBox {
	background: #fff;
	position: relative;
	z-index: 2;
}
.headerFiexd {
	height: 100vh;
}

.phoneBanner {
	display: none;
}
.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header {
	width: 100%;
	/* height: 5rem; */
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/* position: absolute;
  top: 0; */
	transition: all 0.5s;
	z-index: 100;
	position: fixed;
	top: 0;
}
.swiper-container {
	height: 100%;
}
.pagination {
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.pagination p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination p span {
	display: block;
	width: 50px;
	height: 2px;
	background: rgba(255, 255, 255, 0.9);
	margin: 0 5px;
	position: relative;
	opacity: 1;
	border-radius: 0;
}
.pagination p span::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #316cfd;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.pagination p .swiper-pagination-bullet-active::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: 5.8s linear;
	-o-transition: 5.8s linear;
	transition: 5.8s linear;
}
.button p {
	position: absolute;
	z-index: 3;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.button p:hover {
	opacity: 1;
}
.button .prev {
	left: 1.5vw;
}
.button .next {
	right: 1.5vw;
}
.header .nav {
	max-width: 13.8rem;
	margin: 0 auto;
	height: 0.8rem;
	line-height: 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .nav .nav_logo {
	width: 1.93rem;
	height: 0.27rem;
}
.header .nav .nav_menu {
	font-size: 0.16rem;
	box-sizing: border-box;
}
.header .nav .nav_menu a {
	display: inline-block;
	padding: 0px 0.19rem 0 0.19rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;

	color: #000000;
	line-height: 0.7rem;
	box-sizing: border-box;
}
.header .nav .nav_menu a:hover {
	color: #316cfd;
	/* border-bottom: 3px solid #316cfd; */
	cursor: pointer;
}
.swiper {
	position: relative;
	cursor: pointer;
}

.animateswiper {
	position: absolute;
	top: 4.12rem;
	left: 2.41rem;
}
.swiper .swiper_text {
	font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
	font-weight: 500;
	font-size: 0.48rem;
	color: #000000;
	width: 5.87rem;
}
.swiper .swiper_btn {
	width: 1.82rem;
	height: 0.54rem;
	border-radius: 0.33rem;
	border: 1px solid #333333;
	position: absolute;
	/* top: 596px; */
	top: 1.84rem;
	/* left: 240px; */
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	line-height: 0.54rem;
	/* transition: transform 0.5s ease;
  /* transform: translateY(0); */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.swiper .swiper_btn:hover {
	transform: translateY(-5px);
	background: #333333;
	color: #fff;
	box-shadow: 0 0.2rem 0.8rem rgba(48, 49, 51, 0.15);
}
.serveContent {
	margin: 0 auto;
	background-color: #fff;
	padding-top: 1rem;
	padding-bottom: 1rem;
	/* margin-bottom: 105px; */
}
.serveContent .serveContent_title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.42rem;
	color: #000000;
	line-height: 0.49rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 0.72rem;
}
.serveContent .serveContent_card {
	/* max-width: 14.4rem; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.serveContent .serveContent_card .serveContent_card_item {
	width: 2.96rem;
	display: inline-block;
	text-align: center;
}
@keyframes floatAnimation {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(-20px);
		opacity: 0.8;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.serveContent
	.serveContent_card
	.serveContent_card_item
	.serveContent_card_item_img {
	width: 1.67rem;
	height: 1.87rem;
	margin-bottom: 0.45rem;
	transition: all 0.5s;
	/* animation: floatAnimation 5s infinite; */
}
.serveContent
	.serveContent_card
	.serveContent_card_item
	.serveContent_card_item_img:hover {
	transform: translateY(-20px);
}

.serveContent
	.serveContent_card
	.serveContent_card_item
	.serveContent_card_item_title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.28rem;
	color: #000000;
	margin-bottom: 0.16rem;
}
.serveContent
	.serveContent_card
	.serveContent_card_item
	.serveContent_card_item_des {
	width: 2.96rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.serveContent .serveContent_card .serveContent_card_item:last-child {
	margin-right: 0px;
}
.caseContent {
	text-align: center;
	margin-bottom: 1rem;
	background: #f7faff;
	padding-top: 1.05rem;
	padding-bottom: 1rem;
}
.caseContent .title {
	margin-bottom: 0.75rem;
}
.caseContent .title .titleText {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.42rem;
	color: #000000;
	margin-bottom: 0.1rem;
}
.caseContent .title .aLink {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #316cfd;
	line-height: 0.19rem;
	cursor: pointer;
}
.caseContent .title .aLink .rightIcon {
	transition: all 0.7s;
}
.caseContent .card {
	margin: 0 auto;
	max-width: 14.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.caseContent .card .card_item {
	width: 3.45rem;
	height: 4.88rem;
	background: #ffffff;
	border-radius: 0.04rem;
	padding: 0.21rem;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
	position: relative;
}
.caseContent .card .card_item:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 0.06rem;
	background: #316cfd;
	border-radius: 0 0 0.04rem 0.04rem;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.caseContent .card .card_item:hover:after {
	right: auto;
	width: 100%;
	left: 0;
}
.caseContent .card .card_item:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0.08rem 0.2rem 0px rgba(19, 75, 185, 0.05);
}
.caseContent .card .card_item .card_item_img {
	width: 100%;
	height: 2.28rem;
	margin-bottom: 0.28rem;
}
.caseContent .card .card_item .card_item_title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.38rem;
	text-align: left;
	margin-bottom: 0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.caseContent .card .card_item .card_item_des {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	margin-bottom: 0.22rem;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.caseContent .card .card_item .card_item_link {
	float: right;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #316cfd;
	line-height: 0.19rem;
}
.caseContent .card .card_item .card_item_link .card_item_link_img {
	width: 0.2rem;
	height: 0.2rem;
}
/* .caseContent .card .card_item:hover {
  border-bottom: 0.08rem solid #316cfd;
} */
.mapContent {
	background-color: #fff;
	padding: 0px 2.76rem 0.46rem;
	margin-bottom: 1rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mapContent .title {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.42rem;
	color: #000000;
	line-height: 0.49rem;
}
.mapContent .map {
	display: flex;
	margin-top: -0.35rem;
}
.mapContent .map .model {
	display: flex;
	position: relative;
}
.mapContent .map .model .map_img {
	width: 13.67rem;
	height: 8.37rem;
}
.mapContent .map .model .left {
	position: absolute;
	top: 0.7rem;
	left: 0.74rem;
}
.mapContent .map .model .left .row {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.02rem;
}
.mapContent .map .model .left .row .row_1 {
	font-family: DIN, DIN;
	font-weight: bold;
	font-size: 0.42rem;
	color: #316cfd;
	line-height: 0.49rem;
}
.mapContent .map .model .left .row .row_2 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.23rem;
}
.mapContent .map .model .right {
	position: absolute;
	top: 0.7rem;
	right: 0.72rem;
}
.mapContent .map .model .right .row {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.02rem;
}
.mapContent .map .model .right .row .row_1 {
	font-family: DIN, DIN;
	font-weight: bold;
	font-size: 0.42rem;
	color: #316cfd;
	line-height: 0.49rem;
}
.mapContent .map .model .row .row_after {
	font-family: DIN, DIN;
	font-weight: bold;
	font-size: 0.42rem;
	color: #316cfd;
	line-height: 0.49rem;
}
.mapContent .map .model .right .row .row_2 {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.23rem;
}
.mapContent .map .model .beijing {
	position: absolute;
	font-size: 0.16rem;
	top: 2.27rem;
	right: 5.08rem;
}
.mapContent .map .model .beijing .text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #143472;
	line-height: 0.19rem;
}
.mapContent .map .model .beijing .des {
	padding: 0.16rem;
	position: absolute;
	bottom: -0.6rem;
	transform: translate(-45%, 70%);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	width: 5.44rem;
	box-sizing: border-box;
	z-index: 999;
}
.mapContent .map .model .beijing .des .case_img {
	width: 2rem;
	height: 1.49rem;
	margin-right: 0.16rem;
}
.mapContent .map .model .beijing .des .des_text {
	text-align: left;
	margin-top: 0.04rem;
	display: inline-block;
}
.mapContent .map .model .beijing .des .des_text .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.21rem;
	white-space: nowrap;
	margin-bottom: 0.11rem;
}
.mapContent .map .model .beijing .des .des_text .phone {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .beijing .des .des_text .phone .phone_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .beijing .des .des_text .email {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .beijing .des .des_text .email .email_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .beijing .des .des_text .position {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	display: flex;
}
.mapContent .map .model .beijing .des .des_text .position .local_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}

.mapContent .map .model .taiyuan {
	position: absolute;
	font-size: 0.16rem;
	top: 2.59rem;
	right: 5.54rem;
}
.mapContent .map .model .taiyuan .text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #143472;
	line-height: 0.19rem;
}
.mapContent .map .model .taiyuan .des {
	padding: 0.16rem;
	position: absolute;
	bottom: -0.6rem;
	transform: translate(-45%, 70%);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	width: 5.44rem;
	box-sizing: border-box;
	z-index: 999;
}
.mapContent .map .model .taiyuan .des .case_img {
	width: 2rem;
	height: 1.49rem;
	margin-right: 0.16rem;
}
.mapContent .map .model .taiyuan .des .des_text {
	text-align: left;
	margin-top: 0.04rem;
	display: inline-block;
}
.mapContent .map .model .taiyuan .des .des_text .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.21rem;
	white-space: nowrap;
	margin-bottom: 0.11rem;
}
.mapContent .map .model .taiyuan .des .des_text .phone {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .taiyuan .des .des_text .phone .phone_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .taiyuan .des .des_text .email {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .taiyuan .des .des_text .email .email_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .taiyuan .des .des_text .position {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	display: flex;
}
.mapContent .map .model .taiyuan .des .des_text .position .local_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .changzhi {
	position: absolute;
	font-size: 0.16rem;
	top: 2.8rem;
	right: 5.47rem;
}
.mapContent .map .model .changzhi .text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #143472;
	line-height: 0.19rem;
}
.mapContent .map .model .changzhi .des {
	padding: 0.16rem;
	position: absolute;
	bottom: -0.6rem;
	transform: translate(-45%, 70%);
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	width: 5.44rem;
	box-sizing: border-box;
}
.mapContent .map .model .changzhi .des .case_img {
	width: 2rem;
	height: 1.49rem;
	margin-right: 0.16rem;
}
.mapContent .map .model .changzhi .des .des_text {
	text-align: left;
	margin-top: 0.04rem;
}
.mapContent .map .model .changzhi .des .des_text .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.21rem;
	white-space: nowrap;
	margin-bottom: 0.11rem;
}
.mapContent .map .model .changzhi .des .des_text .phone {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .changzhi .des .des_text .phone .phone_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .changzhi .des .des_text .email {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .changzhi .des .des_text .email .email_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .changzhi .des .des_text .position {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	display: flex;
}
.mapContent .map .model .changzhi .des .des_text .position .local_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .hainan {
	position: absolute;
	font-size: 0.16rem;
	bottom: 0.56rem;
	right: 5.37rem;
}
.mapContent .map .model .commonbox {
	position: absolute;
	top: 3.08rem;
	left: 3.53rem;
	width: 2.83rem;
	height: 3.42rem;
	background-color: #fff;
	padding: 0.18rem 0.18rem 0;
	box-sizing: border-box;
	box-shadow: 0px 0.08rem 0.2rem 0px rgba(19, 75, 185, 0.05);
}

.mapContent .map .model .commonbox .des .case_img {
	width: 2.47rem;
	height: 1.49rem;
	margin-bottom: 0.18rem;
}
.mapContent .map .model .commonbox .des .des_text {
	text-align: left;
	margin-top: 0.04rem;
	font-size: 0.18rem;
	display: inline-block;
}
.mapContent .map .model .commonbox .des .des_text .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.21rem;
	white-space: nowrap;
	margin-bottom: 0.11rem;
}
.mapContent .map .model .commonbox .des .des_text .phone {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .commonbox .des .des_text .phone .phone_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .commonbox .des .des_text .email {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .commonbox .des .des_text .email .email_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .commonbox .des .des_text .position {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .commonbox .des .des_text .position .local_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .hainan .text {
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #143472;
	line-height: 0.19rem;
}
.mapContent .map .model .hainan .des {
	padding: 0.16rem;
	position: absolute;
	bottom: 0;
	transform: translate(9%, 43%);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	width: 5.44rem;
	box-sizing: border-box;
	z-index: 999;
}
.mapContent .map .model .hainan .des .case_img {
	width: 2rem;
	height: 1.49rem;
	margin-right: 0.16rem;
}
.mapContent .map .model .hainan .des .des_text {
	text-align: left;
	margin-top: 0.04rem;
	display: inline-block;
}
.mapContent .map .model .hainan .des .des_text .name {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.21rem;
	white-space: nowrap;
	margin-bottom: 0.11rem;
}
.mapContent .map .model .hainan .des .des_text .phone {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .hainan .des .des_text .phone .phone_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .hainan .des .des_text .email {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	margin-bottom: 0.08rem;
	display: flex;
}
.mapContent .map .model .hainan .des .des_text .email .email_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.mapContent .map .model .hainan .des .des_text .position {
	font-family: PingFang SC, PingFang SC;
	font-weight: 300;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.19rem;
	display: flex;
}
.mapContent .map .model .hainan .des .des_text .position .local_img {
	width: 0.16rem;
	height: 0.16rem;
	margin-right: 0.08rem;
}
.newsContent {
	padding: 1rem 0;
	margin: 0 auto;
	max-width: 14.4rem;
	padding-bottom: 1rem;
	text-align: center;
	box-sizing: border-box;
}
.newsContentBg {
	background: #f7faff;
}
.newsContent .newsTitle {
	margin-bottom: 0.72rem;
}
.newsContent .newsTitle .titleText {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 0.42rem;
	color: #000000;
	margin-bottom: 0.1rem;
}
.newsContent .newsTitle .aLink {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #316cfd;
	line-height: 0.19rem;
	cursor: pointer;
	cursor: pointer;
}
.newsContent .newsTitle .aLink .rightIcon {
	transition: all 0.7s;
}
.newsContent .news_card {
	display: flex;
	justify-content: space-between;
}
.newsContent .news_card .news_card_item {
	width: 4.6rem;
	/* height: 6.36rem; */
	/* background: #ffffff; */
	/* box-shadow: 0px 0.08rem 0.2rem 0px rgba(19, 75, 185, 0.05); */
	border-radius: 0.04rem;
	transition: all 0.3s cubic-bezier(0.6, 0.4, 0.2, 1);
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: transform 0.5s ease;
}
.newsContent .news_card .news_card_item:hover {
	transform: translateY(-10px);
}
.newsContent .news_card .news_card_item .news_card_img_box {
	/* padding-bottom: 0.32rem; */
	overflow: hidden;
	width: 100%;
	height: 2.54rem;
	background: #ffffff;
}
.newsContent .news_card .news_card_item .news_card_img_box .news_card_img {
	width: 100%;
	height: 2.54rem;
	transition: all 0.3s;
}
.newsContent .news_card .news_card_item .news_card_img_top {
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	background-image: url('./../image/img1.png');
	background-size: 100% 100%;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #fff;
}
.newsContent .news_card .news_card_item .news_card_img_top2 {
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	background-image: url('./../image/img2.png');
	background-size: 100% 100%;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #fff;
}
.newsContent .news_card .news_card_item .news_card_img_top3 {
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	background-image: url('./../image/img3.png');
	background-size: 100% 100%;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	color: #fff;
}
.newsContent .news_card .news_card_item .one_col:nth-child(1) {
	padding-top: 0.32rem;
}
.newsContent .news_card .news_card_item .one_col:nth-child(4) {
	margin-bottom: 0;
	border-bottom: none;
}
.newsContent .news_card .news_card_item .box {
	background-color: #fff;
	padding: 0 0.32rem;
	cursor: pointer;
}
.newsContent .news_card .news_card_item .one_col {
	background-color: #fff;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.21rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
	padding-bottom: 0.2rem;
	padding-top: 0.2rem;
	cursor: pointer;
	position: relative;
}
.newsContent .news_card .news_card_item .one_col:hover .one_col_title {
	color: #316cfd;
}
.newsContent .news_card .news_card_item .one_col:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background: #316cfd;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.newsContent .news_card .news_card_item .one_col:nth-child(4):after {
	content: '';
	height: 0;
}
.newsContent .news_card .news_card_item .one_col:hover:after {
	right: auto;
	width: 100%;
	left: 0;
}
.newsContent .news_card .news_card_item .one_col .one_col_title {
	margin-bottom: 0.04rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsContent .news_card .news_card_item .one_col .one_col_time {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.28rem;
}
/* .newsContent .news_card .news_card_item .one_col:hover {
  
  border-bottom: 1px solid #316cfd;
} */
.newsContent .news_card .news_card_item .one_col:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.newsContent .news_card .news_card_item .more_news {
	background-color: #fff;
	padding-top: 0.1rem;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #316cfd;
	/* line-height: 0.19rem; */
	text-align: left;
	padding-bottom: 0.21rem;
}
.newsContent .news_card .news_card_item .more_news a {
	color: #316cfd;
}

.newsContent .news_card .news_card_item .more_news .more_news_icon {
	width: 0.16rem;
	height: 0.16rem;
	margin-top: -0.03rem;
	transition: all 0.7s;
}
.newsContent .news_card .news_card_item:hover {
	box-shadow: 0px 0.08rem 0.2rem 0px rgba(19, 75, 185, 0.05);
	/* box-shadow: 1px 0.11rem 0.28rem 0px rgba(0, 0, 0, 0.2); */
}
.newsContent .news_card .news_card_item:hover .news_card_img {
	transform: scale(1.1);
}

/* 媒体查询 */
@media screen and (min-width: 1200px) {
	.animateswiper {
		position: absolute;
		top: 3.9rem;
		left: 2.41rem;
	}
	.video {
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
}
@media screen and (max-width: 800px) {
	.header {
		width: 100%;
	}
	.header .nav .nav_menu a {
		padding: 0px 0.09rem 0 0.09rem;
	}
	.headerFiexd {
		height: auto !important;
	}
	.caseContent {
		margin-bottom: 0.5rem;
	}
	.serveContent,
	.caseContent,
	.caseContent,
	.newsContent {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.serveContent .serveContent_card {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.caseContent .card {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.caseContent .card .card_item {
		width: 45%;
		margin-bottom: 0.1rem;
	}
	.mapContent {
		padding: 0.2rem;
		zoom: 1;
	}
	.mapContent .map .model .map_img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.newsContent .news_card {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.newsContent .news_card .news_card_item {
		width: 5rem;
		margin-bottom: 1rem;
	}
	.video {
		width: 100%;
		height: 50%;
		object-fit: fill;
	}
	.footer .one_box {
		flex-wrap: wrap;
		padding-left: 52px;
	}

	.footer {
		height: auto;
	}
	.newsContent {
		padding-bottom: 0;
	}

	.mapContent .map .model .left .row .row_1 {
		font-size: 0.2rem;
		line-height: 0.2rem;
	}
	.mapContent .map .model .row .row_after {
		font-size: 0.2rem;
	}
	.mapContent .map .model .right .row .row_1 {
		font-size: 0.2rem;
		line-height: 0.2rem;
	}
	.mapContent .map .model .right .row {
		margin-bottom: 0.2rem;
	}
	.mapContent .map .model .left {
		top: 0.5rem;
		left: 0;
	}
	.mapCenter {
		position: relative;
		/* zoom: 0.37; */
		transform: scale(0.6);
	}

	.mapContent .map .model .right {
		top: 0.5rem;
		right: 0;
	}
	.mapContent .map .model .left .row {
		margin-bottom: 0.2rem;
	}
	.mapContent .map {
		margin-top: -0.1rem;
	}
	.serveContent .serveContent_card .serveContent_card_item {
		width: 40%;
	}
	.serveContent
		.serveContent_card
		.serveContent_card_item
		.serveContent_card_item_des {
		width: 100%;
	}
	.titleText,
	.title,
	.serveContent_title {
		font-size: 0.26rem !important;
	}
	.serveContent_card_item_title {
		font-size: 0.22rem !important;
	}
	.card_item_title {
		font-size: 0.2rem !important;
	}
	.banner {
		display: none;
	}
	.phoneBanner {
		display: block;
		width: 100%;
	}
	.phoneBanner img {
		width: 100%;
	}
	/* 定位点 */
}
@font-face {
	font-family: DIN; /*这里是说明调用来的字体名字*/
	src: url('../font/DIN-Black.otf'); /*这里是字体文件路径*/
}
