* {
	margin: 0;
	padding: 0;
}


.about {
	padding-top: 0.7rem;
	box-sizing: border-box;
}

.about .about_name {
	font-weight: 400;
	font-size: 0.32rem;
	color: #2A2F34;
	line-height: 0.46rem;
	margin-bottom: 0.39rem;
}

.about .about_txt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.59rem;
}

.about .about_txt .about_cont {
	width: 12.81rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #2A2F34;
	line-height: 0.3rem;
}

.about .about_txt .about_cont p {
	font-weight: 400;
	font-size: 0.16rem;
	color: #2A2F34;
	line-height: 0.3rem;
}

.about .about_txt .about_more {
	width: 0.27rem;
	height: 0.36rem;
	margin-top: 0.06rem;
}

.about .about_img {
	width: 100%;
	height: 5rem;
	position: relative;
}

.about .about_img .about_key {
	position: absolute;
	width: 3.38rem;
	height: 1.04rem;
	background: rgba(0, 0, 0, 0.35);
	padding: 0.12rem 0 0 0.92rem;
	box-sizing: border-box;
	top: 1.14rem;
	left: -0.41rem;
}

.about .about_img .about_key .about_year {
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 0.17rem;
	position: relative;
}

.about .about_img .about_key .about_year::before {
	content: "";
	position: absolute;
	width: 0.44rem;
	height: 0.02rem;
	background: #fff;
	left: 0;
	bottom: -0.08rem;
}

.about .about_img .about_key .about_adree {
	font-weight: 400;
	font-size: 0.24rem;
	color: #FFFFFF;
}







.work {
	padding: 0.9rem 0;
	box-sizing: border-box;
}

.work .work_class {
	font-weight: bold;
	font-size: 0.32rem;
	color: #2A2F34;
	margin-bottom: 0.54rem;
}

.work .work_list {
	display: flex;
	gap: 0.12rem;
}

.work .work_list .work_item {
	width: calc(33.33% - 0.08rem);
	height: 6.32rem;
	background: #0E1D3B url(../img/work_bg.png) center bottom no-repeat;
	background-size: cover;
	padding: 0.71rem 0.26rem 0 0.42rem;
	box-sizing: border-box;
	position: relative;
	transition: 0.5s;
	z-index: 9;
	cursor: pointer;
}

.work .work_list .work_title {
	font-weight: bold;
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-bottom: 0.22rem;
}

.work .work_list .work_cont,
.work .work_list .work_cont p {
	font-weight: 400;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.36rem;
}

.work .work_list .work_more {
	width: 1.6rem;
	height: 0.51rem;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
	opacity: 0;
	position: relative;
	z-index: 9;
}

.work .work_list .work_more img {
	width: 0.27rem;
	height: 0.08rem;
	margin-left: 0.25rem;
}

.work .work_list .work_img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 4.4rem;
	height: 2.2rem;
	z-index: 0;
}

.work .work_list .work_item:hover {
	padding-top: 0.51rem;
}

.work .work_list .work_item:hover .work_more {
	opacity: 1;
}






.map {
	background: #F8F9FA;
	padding-top: 0.55rem;
	box-sizing: border-box;
}

.map .map_class {
	font-weight: bold;
	font-size: 0.32rem;
	color: #2A2F34;
	text-align: center;
	margin-bottom: 0.52rem;
}

.map .map_txt {
	display: flex;
	justify-content: space-around;
}

.map .map_txt .map_item .map_num {
	font-weight: 400;
	font-size: 0.44rem;
	color: #2A2F34;
	text-align: center;
}

.map .map_txt .map_item .map_title {
	font-weight: 400;
	font-size: 0.16rem;
	color: #646464;
	line-height: 0.24rem;
	margin-top: 0.11rem;
	text-align: center;
}


.map .map_body {
	width: 14.5rem;
	height: 8.72rem;
	margin: 0 auto;
	position: relative;
}

.map .map_body img {
	width: 100%;
	height: auto;
	position: relative;
	cursor: context-menu;
}

.map .map_body .map_icon {
	position: absolute;
	width: 0.09rem;
	height: 0.09rem;
}

.map .map_body .map_icon:nth-child(2) div:nth-child(2),
.map .map_body .map_icon:nth-child(5) div:nth-child(2),
.map .map_body .map_icon div:first-child {
	width: 0.09rem;
	height: 0.09rem;
	position: relative;
	z-index: 9;
}

.map .map_body .map_icon:nth-child(2) div:nth-child(2) i,
.map .map_body .map_icon:nth-child(5) div:nth-child(2) i,
.map .map_body .map_icon div:first-child i {
	position: absolute;
	width: 0.09rem;
	height: 0.09rem;
	background: #002D66;
	border: 0.01rem solid rgba(255, 255, 255, 0.8);
	display: block;
	border-radius: 50%;
	z-index: 9;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map .map_body .map_icon span {
	font-weight: 400;
	font-size: 0.16rem;
	color: #002F50;
	white-space: nowrap;
	position: relative;
	z-index: 9;
}

.map .map_body .map_icon:nth-child(2) div:nth-child(2)::before,
.map .map_body .map_icon:nth-child(2) div:nth-child(2)::before,
.map .map_body .map_icon:nth-child(5) div:nth-child(2)::after,
.map .map_body .map_icon:nth-child(5) div:nth-child(2)::after,
.map .map_body .map_icon div:first-child::before,
.map .map_body .map_icon div:first-child::after {
	content: "";
	position: absolute;
	width: 0.27rem;
	height: 0.27rem;
	background: #002D66;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	animation: dot 3s infinite;
}

.map .map_body .map_icon div:first-child::after {
	width: 0.7rem;
	height: 0.7rem;
	animation: dot 3s .75s infinite;
}

.map .map_body .map_icon.sty1 div:first-child i {
	width: 0.06rem;
	height: 0.06rem;
	display: block;
}

.map .map_body .map_icon.sty1 div:first-child::before {
	width: 0.16rem;
	height: 0.16rem;
}

.map .map_body .map_icon.sty1 div:first-child::after {
	width: 0.3rem;
	height: 0.3rem;
}

.map .map_body .map_icon:nth-child(1) {
	top: 1.08rem;
	left: 2.56rem;
	display: flex;
	align-items: center;
	gap: 0.24rem;
}

.map .map_body .map_icon:nth-child(2) {
	top: 1.38rem;
	left: 1.16rem;
	display: flex;
	align-items: center;
	gap: 0.24rem;
}

.map .map_body .map_icon:nth-child(3) {
	top: 1.53rem;
	left: 2.34rem;
	display: flex;
	align-items: center;
	gap: 0.24rem;
}

.map .map_body .map_icon:nth-child(4) {
	top: 1.64rem;
	left: 1.94rem;
	display: flex;
	gap: 0.15rem;
	flex-wrap: wrap;
	justify-content: center;
}

.map .map_body .map_icon:nth-child(5) {
	top: 2.06rem;
	left: 0.49rem;
	display: flex;
	align-items: center;
	gap: 0.24rem;
}

.map .map_body .map_icon:nth-child(6) {
	top: 2.2rem;
	left: 1.88rem;
	display: flex;
	align-items: center;
	gap: 0.24rem;
}

.map .map_body .map_icon:nth-child(7) {
	top: 2.5rem;
	left: 0.87rem;
	display: flex;
	gap: 0.19rem;
	flex-wrap: wrap;
	justify-content: center;
}


.map .map_body .map_icon.china {
	top: 2.88rem;
	left: 5rem;
	cursor: pointer;
}
.map .map_body .map_icon.china .shouzhi{
    width: 38px;
    height: 38px;
    position: absolute;
    top: -3px;
    left: -10px;
    z-index: 9;
    cursor: pointer;
}
.map .map_body .map_icon.china .china_icon {
	display: flex;
	gap: 0.2rem;
	flex-wrap: wrap;
	justify-content: center;
	cursor: pointer;
}

.map .map_body .map_icon.china .map_china {
	position: absolute;
	width: 2.48rem;
	height: 2.65rem;
	top: -0.89rem;
	left: -1.04rem;
	opacity: 0;
}

.map .map_body .map_icon:nth-child(9) {
	top: 3.04rem;
	left: 6.05rem;
	display: flex;
	gap: 0.25rem;
	flex-wrap: wrap;
	justify-content: center;
}

.map .map_body .map_icon:nth-child(10) {
	top: 3.99rem;
	left: 4.89rem;
	display: flex;
	gap: 0.25rem;
	flex-wrap: wrap;
	justify-content: center;
}


.map .map_body .map_icon:nth-child(11) {
	top: 2.99rem;
	right: 3.1rem;
	display: flex;
	gap: 0.19rem;
	flex-wrap: wrap;
	justify-content: center;
}

.map .map_body .map_icon:nth-child(12) {
	bottom: 5.05rem;
	right: 2.73rem;
	display: flex;
	gap: 0.19rem;
	flex-wrap: wrap;
	justify-content: center;
}

.map .map_body .map_icon:nth-child(13) {
	bottom: 3rem;
	right: 0.48rem;
	display: flex;
	gap: 0.19rem;
	flex-wrap: wrap;
	justify-content: center;
}


@keyframes dot {
	0% {
		width: 0.18rem;
		height: 0.18rem;
		opacity: 0.5;
	}

	50% {
		width: 0.27rem;
		height: 0.27rem;
		opacity: 0.3;
	}

	100% {
		width: 0.5rem;
		height: 0.5rem;
		opacity: 0;
	}
}



.map_pop {
	width: 13rem;
	height: 7.75rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
	border-radius: 0.2rem;
	border: 0.01rem solid #D9DBDE;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}

.map_pop.active {
	display: flex;
}

.map_pop img {
	height: auto;
	max-height: 100% !important;
	width: auto !important;
}

.map_pop .map_pop_colse {
	width: 0.21rem !important;
	height: 0.21rem !important;
	position: absolute !important;
	top: 0.23rem;
	right: 0.23rem;
}













.news {
	padding: 0.9rem 0;
	box-sizing: border-box;
}

.news .news_class {
	font-weight: bold;
	font-size: 0.32rem;
	color: #2A2F34;
	margin-bottom: 0.54rem;
}

.news .news_body {
	position: relative;
}

.news .news_body .news_item {
	padding-bottom: 0.2rem;
	border-bottom: 0.02rem solid #e8e8e8;
}

.news .news_body .news_item .news_img {
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
}

.news .news_body .news_item .news_tiem {
	font-weight: 400;
	font-size: 0.12rem;
	color: #2A2F34;
}

.news .news_body .news_item .news_title {
	margin-top: 0.1rem;
	display: block;
	line-height: 0.25rem;
	height: 0.5rem;
	font-size: 0.16rem;
	font-weight: bold;
	color: #333;
}

.news .news_body .swiper-button-next,
.news .news_body .swiper-button-prev {
	font-size: 24px;
	color: #40443F;
	top: 1.3rem;
}

.news .news_body .swiper-button-next {
	right: -0.6rem;
}

.news .news_body .swiper-button-prev {
	left: -0.6rem;
}




.news .news_more {
	width: 2.64rem;
	height: 0.57rem;
	background: #002F50;
	border-radius: 0.29rem;
	margin: 0.5rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	cursor: pointer;
}



@media only screen and (max-width:1042px) {
	.about .about_name {
		font-size: 22px;
		line-height: 1.6;
	}

	.about .about_txt {
		display: block;
		position: relative;
	}

	.about .about_txt .about_cont {
		width: 100%;
	}

	.about .about_txt .about_cont p {
		font-size: 16px;
		line-height: 1.8;
	}

	.about .about_txt .about_more {
		float: right;
		width: 20px;
		height: 30px;
		position: absolute;
		bottom: 0px;
		right: 0;
	}

	.about .about_img .about_key {
		width: 3.8rem;
		height: auto;
		padding: 0.12rem 0 0.12rem 0.72rem;
	}

	.about .about_img .about_key .about_year,
	.about .about_img .about_key .about_adree {
		font-size: 16px;
	}





	.work .work_class {
		font-size: 24px;
	}

	.work .work_list {
		display: block;
	}

	.work .work_list .work_item {
		width: 100%;
		margin-bottom: 0.2rem;
		height: auto;
	}

	.work .work_list .work_title {
		font-size: 20px;
	}

	.work .work_list .work_cont,
	.work .work_list .work_cont p {
		font-size: 16px;
		line-height: 2;
	}

	.work .work_list .work_img {
		position: initial;
		transform: none;
		width: 100%;
		height: auto;
	}


	.map .map_class {
		font-size: 24px;
	}

	.map .map_txt {
		flex-wrap: wrap;
	}

	.map .map_txt .map_item {
		width: 50%;
		margin-bottom: 18px;
	}

	.map .map_txt .map_item .map_num {
		font-size: 32px;
	}

	.map .map_txt .map_item .map_title {
		font-size: 12px;
		line-height: 1.5;
	}

	.map .map_body {
		width: 100%;
		height: auto;
		min-height: 4.3rem;
	}

	.map .map_body .map_list {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
	}


	.map_pop {
		width: 100%;
		height: auto;
	}

	.map .map_body img {
		width: 100%;
		height: 4rem;
	}

	.map .map_body .map_icon:nth-child(1) {
		top: 10%;
		left: 18%;
	}

	.map .map_body .map_icon:nth-child(2) {
		left: 4%;
		top: 13%;
	}

	.map .map_body .map_icon:nth-child(3) {
		top: 16%;
		left: 16%;
	}

	.map .map_body .map_icon:nth-child(4) {
		top: 18%;
		left: 12%;
	}

	.map .map_body .map_icon:nth-child(5) {
		left: -2%;
		top: 21%;
	}

	.map .map_body .map_icon:nth-child(6) {
		top: 24%;
		left: 13%;
	}

	.map .map_body .map_icon:nth-child(7) {
		left: 6%;
		top: 27%;
	}

	.map .map_body .map_icon:nth-child(8) {
		left: 36%;
		top: 32%;
	}

	.map .map_body .map_icon:nth-child(9) {
		top: 30%;
		left: 41.5%;
	}

	.map .map_body .map_icon:nth-child(10) {
		top: 42%;
		left: 33%;
	}

	.map .map_body .map_icon:nth-child(11) {
		top: 30%;
		right: 22%;
	}

	.map .map_body .map_icon:nth-child(12) {
		bottom: 62%;
		right: 19%;
	}

	.map .map_body .map_icon:nth-child(13) {
		right: 4%;
		bottom: 38%;
	}
	.map .map_body .map_icon.china .map_china{
		display: none;
	}


	.news .news_body .swiper-button-next::after,
	.news .news_body .swiper-button-prev::after {
		font-size: 30px;
	}

	.news .news_body .swiper-button-next {
		right: -40px;
	}

	.news .news_body .swiper-button-prev {
		left: -40px;
	}
	
	
	.map .map_body .map_icon.china .shouzhi img{
	    height: auto;
	}
}


@media only screen and (max-width: 767px) {
	.news .news_body .news_item .news_img {
		height: auto;
		margin-bottom: 30px;
	}

	.news .news_body .news_item .news_tiem {
		font-size: 12px;
	}

	.news .news_body .news_item .news_title {
		font-size: 16px;
		margin-top: 10px;
		line-height: 1.6;
		height: auto;
	}

	.news .news_body .swiper-button-next,
	.news .news_body .swiper-button-prev {
		top: 34%;
		color: #044289;
	}


	.news .news_more {
		font-size: 16px;
		padding: 8px 20px;
		width: fit-content;
		height: auto;
	}
	
	
	.map .map_body .map_icon.china .shouzhi img{
	    height: auto;
	}
}