@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		/*开始为原始大小*/
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/* 

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}


.banner-container .swiper-slide {
    overflow: hidden;

}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}






.bannerBar .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    bottom: 0.4rem !important;
}

.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border: none !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem !important;
    float: left;
    color: #fff;
    position: relative;

} */




.banner-container .swiper-pagination-bullet-active {
	/* background-color: #006acc !important;
    opacity: 1;
    border: 1px solid #006acc !important; */
	background: #024a9e;
}



.banner-txt {
	width: 100%;
	position: absolute;
	bottom: 0%;
	left: 0;
	color: #fff;
	opacity: 0;
	transition-duration: 2s;


}

.swiper-slide-active .banner-txt {
	opacity: 1;
	bottom: 10%;
}



.banner-txt dl dd h1 {
	font-size: 0.42rem;
	font-weight: bold;
	text-shadow: 2px 2px 2px #333333;
}


.banner-txt dl dd p {
	font-size: 0.26rem;
	line-height: 1;
}

.homeBox1 {

	background: url(../images/bg.jpg) no-repeat center;
	position: relative;
	background-size: 100% 100%;
	width: 100%;
	padding-top: 2.1rem;
	padding-bottom: 1rem;

}

.homeSearch {
	background: #072c7f;
	height: 1.5rem;
	color: #fff;
}

.homeSearch .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.seTitle p {
	font-size: 0.24rem;
}

.seTitle h1 {
	font-size: 0.3rem;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
}

.seTitle {
	width: 15%;
	height: 0.65rem;
	border: 1px solid #fff;
	border-radius: 0.3rem;
	color: #fff;
	position: relative;
}

/* 隐藏 select 默认样式 */
.seTitle select {
	appearance: none;
	/* 隐藏默认箭头 */
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	/* 去除边框 */
	outline: none;
	/* 去除聚焦边框 */
	width: 100%;
	height: 100%;
	padding-left: 10px;
	/* 调整文字位置 */
	background-color: transparent;
	color: #fff;
	font-size: 0.24rem;
	/* 背景透明 */
}

/* 自定义下拉图标 */
.seTitle::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 8px solid #ffffff;
	position: absolute;
	bottom: 0;
	right: 0.3rem;
	top: 50%;
	margin-top: -4px;
	/* 替换为你的图标路径 */
	pointer-events: none;
	/* 防止点击事件影响 */
}

.seLis {
	width: 84%;
}

.seLis,
.seLis a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.seLis input {
	width: 85%;
	height: 0.65rem;
	background: #e4e4e4;
	border: 0;
	border-radius: 0.3rem 0 0 0.3rem;
	font-size: 0.22rem;
	padding: 0 0.2rem !important;
	outline: none;
}

.seLis a {
	width: 15%;
	color: #fff;
	font-size: 0.24rem;
	text-transform: uppercase;
	background: #414141;
	height: 0.65rem;
	border-radius: 0 0.3rem 0.3rem 0;
}

.seLis a i {
	font-size: 0.36rem;
	margin-left: 0.15rem;
}

.homeLy {
	padding: 0.9rem 0;
}

.homeLy h1 {
	font-size: 0.36rem;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 0.35rem;
}

.homeLy ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.homeLy ul li {
	width: 2.49rem;
	height: 0.6rem;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 0.2rem;
	background: #f4f4f4;
	margin: 0 0.03rem;
	font-size: 0.22rem;
}

.homeLy ul li input {
	background: none;
	border: none;
	max-width: 60%;
	outline: none;
	font-size: 0.22rem;
	height: 100%;
}

.homeLy ul li:nth-child(1) {
	border-radius: 0.3rem 0 0 0.3rem;
}

.homeLy ul li:last-child {
	border-radius: 0 0.3rem 0.3rem 0;
	overflow: hidden;
	background: #072c7f;
	padding-left: 0;
}

.homeLy ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.24rem;

}

.homeAdver {
	position: relative;
	overflow: hidden;
}

.homeAdver img {
	width: 100%;
	height: 100%;
	display: block;
}

.homeAdver .txt {
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.homeAdver .txt h1 {
	font-size: 0.48rem;
}

.hMore {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 2.55rem;
	height: 0.57rem;
	color: #fff;
	background: #072c7f;
	font-size: 0.22rem;
	border-radius: 0.3rem;
	transition-duration: .5s;
}

.hMore:hover {
	box-shadow: inset 10px 10px 10px #1743a5;
	color: #fff;
}

.homeNews {
	margin: 1rem auto;
}

.newBox {
	overflow: hidden;
}

.homeTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.6rem;
}

.text-5xl {
	font-size: 0.55rem;
	margin: 0 0.4rem;
	font-weight: bold;
}

.text-primary {
	color: #072c7f;
}

.bar {
	background-color: #072c7f;
	height: 0.3rem;
	display: inline-block;
	width: 0.04rem;
	margin-top: 0.1rem;
}

.bar-short {
	height: 0.12rem;
}

.bar-medium {
	height: 0.24rem;
}

.bar-group {
	display: flex;
	align-items: center;
	gap: 4px;
}

/* Animation Classes */
.animate-bar {
	animation: barAnimation 1.5s ease-in-out infinite;
}

.animate-bar-delay-1 {
	animation-delay: 0.2s;
}

.animate-bar-delay-2 {
	animation-delay: 0.4s;
}

.animate-bar-delay-3 {
	animation-delay: 0.6s;
}


/* Keyframes */
@keyframes barAnimation {

	0%,
	100% {
		transform: scaleY(1);
		opacity: 0.2;
	}

	50% {
		transform: scaleY(1.1);
		opacity: 1;
		background-color: #072c7f;
	}
}



.newJs dt {
	overflow: hidden;
}

.newJs dt img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.5s;
}

.newJs:hover dt img {
	transform: scale(1.1);
}

.newJs dd {
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.21);
	box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.21);
	border-bottom: 0.06rem solid #072c7f;
	height: 2.84rem;
	padding: 0.3rem 0.2rem;
}

.zz {
	font-size: 0.22rem;
	color: #919191;
}

.zz i {
	font-size: 0.3rem;
}

.js {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 1.3rem;
}

.gd {
	font-size: 0.22rem;
	color: #072c7f;
}

.date {
	position: absolute;
	width: 2rem;
	height: 0.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #072c7f;
	color: #fff;
	border-radius: 0.3rem;
	top: -0.3rem;
	font-size: 0.24rem;
}

.newBox .swiper-container {
	padding: 0 0.2rem;
}

.homePro {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;

}

.homePro li {
	width: 33%;
	margin: 0 0.05rem;
	/* 中间1像素间距 */
	overflow: hidden;

	/* 倾斜角度，实现平行四边形效果 */
	transition: all 0.3s ease;
	position: relative;

}

.homePro li img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease;
}

.homePro li a {
	color: #fff;
}

.homePro li:hover img {
	transform: scale(1.05);
}

.homePro li .txt {
	position: absolute;
	bottom: 0.2rem;

	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;

}

.homePro li .txt h1 {
	font-size: 0.46rem;
	margin-bottom: 0.1rem;
}

.homeCase {
	padding: 0.8rem 0;
}

.caseMenubox ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}

.caseMenubox ul li {
	text-align: center;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.5rem;
}

/* 向下的三角形 */
.caseMenubox ul li:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #063f8e;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
}

.caseMenubox ul li.hover:after {
	opacity: 1;
}

.caseMenubox ul li h1 {
	width: 1.4rem;
	height: 1.4rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	transition-duration: .5s;
	font-weight: normal;
}

.caseMenubox ul li h1 i {
	font-size: 0.5rem;
	color: #7c7c7c;
	transition-duration: .5s;
}

.caseMenubox ul li p {
	font-size: 0.26rem;
	color: #072c7f;
	transition-duration: .5s;
	margin-top: 0.04rem;
	height: 0.6rem;
	line-height: 1.3;
}

.caseMenubox ul li.hover h1 {
	border: 1px solid #072c7f;
}

.caseMenubox ul li.hover h1 i {
	color: #072c7f;
}

.caseMenubox ul li.hover p {
	font-weight: bold;
}

.CbContainer:nth-child(1) {
	display: block;
}

.CbContainer {
	display: none;
}

.Menubox ul {
	width: 100%;
	height: 0.94rem;
	background: #072c7f;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Menubox ul li {

	font-size: 0.3rem;
	cursor: pointer;
	transition-duration: .5s;
	margin: 0 0.5rem;
}

.Menubox ul li.hover {
	font-weight: bold;
}

.Contentbox {
	background: url(../images/h.jpg) no-repeat center;
	padding: 0.64rem 0;
	background-size: 100% 100%;
	height: 7.78rem;
}

.whiteBg {
	background: rgba(255, 255, 255, 0.9);
	height: 6.17rem;
}

.lTit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #d2d7d9;
	height: 0.9rem;
	padding: 0 0.4rem;
	margin-bottom: 0.15rem;
}

.lTit h1 {
	font-size: 0.36rem;
}

.lTit a {
	font-size: 0.22rem;
}

.flLis {
	height: 4.9rem;
	overflow: auto;
	padding-right: 0.3rem;
	width: 98%;

}

/* 定义滚动条整体宽度和背景 */
.flLis::-webkit-scrollbar {
	width: 4px;

	/* 水平滚动条高度 */
	background-color: #d2d2d2;
}

/* 定义滚动条轨道样式 */
.flLis::-webkit-scrollbar-track {
	background: #e0e0e0;
	border-radius: 5px;
}

/* 定义滚动条滑块样式 */
.flLis::-webkit-scrollbar-thumb {
	background: #0d3dab;
	border-radius: 5px;
}

.liTi {
	border-bottom: 1px solid #d2d7d9;
	display: flex;
	justify-content: left;
	align-items: center;
	padding-left: 0.4rem;
	padding-bottom: 0.1rem;

}

.liTi i {
	font-size: 0.3rem;
	color: #072c7f;
	margin-right: 0.1rem;
}

.liTi h1 {
	font-size: 0.26rem;
	text-transform: uppercase;
}

.flLis ul {
	padding: 0 0.4rem;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.flLis ul li {
	width: 50%;
	padding: 0.1rem 0;
	font-size: 0.22rem;
}

#globe-container {

	width: 70%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#globe-container canvas {
	width: 120% !important;
	height: 120% !important;
	display: block;
	top: -10%;
	position: relative;
}

.country-info {
	position: relative;
	border-radius: 10px;
	width: 4.78rem;
	z-index: 100;
}

.jxBg {
	width: 100%;
	height: 100%;
	display: block;
}

.banTxt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 8%;
	width: 84%;
	padding-top: 0.4rem;
}

.banTxt h2 {
	line-height: 1.28rem;
	text-align: center;
	font-size: 0.48rem;
	color: white;
}

.country-item a {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 1px solid #68bfed;
	height: 1.18rem;
	padding: 0 0.4rem;
	transition-duration: .5s;
}

.country-item:hover a {
	padding: 0 0.2rem;
}


.country-flag {
	width: 0.52rem;
	display: block;
	margin-right: 10px;
}

.country-name {
	flex-grow: 1;
	font-size: 0.28rem;
}

.country-item span {
	color: #717171;
	font-size: 0.26rem;
	font-weight: bold;
}



.banTxt .hMore {
	width: 90%;
	margin-top: 0.4rem;
	background: #0d3dab;
}

.banTxt .hMore:hover {
	box-shadow: inset 10px 10px 10px #072c7f;
	color: #fff;
}

.pulse {
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	animation: pulse 2s infinite;
	transform: translate(-50%, -50%);
}

.country-label {
	position: absolute;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	transform: translate(-50%, 0);
	text-align: center;
	width: 100px;
	pointer-events: none;
}

@keyframes pulse {
	0% {
		width: 10px;
		height: 10px;
		opacity: 0.8;
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
	}

	70% {
		width: 20px;
		height: 20px;
		opacity: 0;
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		width: 10px;
		height: 10px;
		opacity: 0;
	}
}

/*  */
#prompt {
	width: 100%;
	position: fixed;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 9999;
}

.promptBox {
	width: auto;
	height: auto;
	border-radius: 0.15rem;
	border-bottom: 4px solid #05357e;
	background: #fff;
	padding: 0.5rem 0.6rem;

}

.promptBox h1 {
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin-bottom: 0.35rem;
}

.promptBox h1 span {
	font-size: 0.16rem;
	color: #888888;
}

.promptList ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.promptList li {
	width: 1.7rem;
	background: #072c7f;
	color: #fff;
	height: 0.48rem;
	text-align: center;
	border-radius: 0.2rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.14rem;
	line-height: 0.18rem;
	margin: 0 12px;
}

.promptList li a {
	color: #fff;
	text-align: center;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1450px) {
	#globe-container {
		height: 90%;
	}

	#globe-container canvas {
		height: 100% !important;
		display: block;
		top: 0%;
		position: relative;
	}

	.homeBox1 {
		padding-top: 1.7rem;
	}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {




	.swiper-slide .b-img {
		display: none;
	}

	.mobileImg,
	.s-img {
		display: block;
	}

	.banner-txt dl dd h1 {
		font-size: 20px;
	}


	.banner-txt {
		padding-right: 0;
	}

	.banner-txt dl dd p {
		font-size: 16px;
	}

	.homeBox1 {
		padding-top: 100px;
	}

	.homeBox1 .wrap {
		display: block !important;
	}

	#globe-container {
		display: none;
	}

	.country-info {
		margin: 0 auto;
	}

	.seTitle {
		width: 30%;
	}

	.seTitle select {
		font-size: 14px;
	}

	.seLis input {
		width: 55%;
	}

	.seLis a {
		width: 35%;
	}

	.text-5xl {
		font-size: 26px;
	}

	.caseMenubox ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.caseMenubox ul li {
		width: 33.33%;
	}

	.caseMenubox ul li p {
		font-size: 14px;
		line-height: 1.2;
	}

	.caseMenubox ul li h1 {
		width: 50px;
		height: 50px;
	}

	.caseMenubox ul li.hover:after {
		opacity: 0;
	}

	.Menubox ul li {
		font-size: 16px;
		margin: 0 10px;
	}

	.flLis ul {
		display: block;
	}

	.flLis ul li {
		width: 100%;
	}

	.homePro li,
	.homePro li .txt {
		transform: skewX(0);
	}

	.homePro li {
		width: 100%;
		margin-bottom: 10px;
	}

	.homePro {
		width: 100%;
		left: 0;
		display: block;
		padding: 0 20px;
	}

	.newBox .swiper-container {
		padding: 0;
	}

	.homeAdver {
		background: url(../images/adve.jpg) no-repeat center;
		background-size: 100% 100%;
		padding: 50px 0;
	}

	.homeAdver img {
		display: none;
	}

	.homeAdver .txt {
		position: relative;
	}
}