@charset "UTF-8";

@font-face {
	font-family: 'Zero G Regular';
	/* 自定义字体名称 */
	src: url('../fonts/ZeroG/ZeroG/Zero-G Regular.otf'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Pontano Sans';
	/* 自定义字体名称 */
	src: url('../fonts/Pontano_Sans/PontanoSans-Regular.ttf'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Teko';
	src: url('../fonts/teko/teko-regular.otf'),
		font-weight: normal;
	font-style: normal;
}

.bgblue {
	width: 1920px;
	height: 1890px;
	flex-shrink: 0;
	border-radius: 945px;
	background: radial-gradient(50% 50% at 50% 50%, #001433 0%, rgba(0, 3, 13, 0.00) 100%);
	/* background-color: #fff; */
	position: absolute;
	top: 106px;
	left: 0;
	z-index: 1;
}


.bg_top2 {
	top: 106px;

}

/* 轮播图 */
html,
body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper {
	width: 100%;
	height: 100%
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.back {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
	border-radius: 30px;
	border: 1px solid var(---, #E8B732);
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.back>img {
	width: 36px;
	height: 36px;
	display: block;
}

/* 轮播图 */
.mySwiper {
	width: 559px;
	height: 347px;
	flex-shrink: 0;
	aspect-ratio: 559/347;
	margin: 141px 0 0 118px;
	overflow: hidden;
}

.botBox {
	width: 180px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	bottom: 80px;
	left: 305px;
	display: flex;
}

.botBox .swiper-paginations {
	flex: 1;
	color: #FFF;
	font-family: "Pontano Sans";
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	text-transform: capitalize;
	text-align: center;
}

.botBox .swiper-button-nexts,
.botBox .swiper-button-prevs {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: #fff solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s ease;
}

.botBox .swiper-button-nexts:hover,
.botBox .swiper-button-prevs:hover {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: #E8B732 solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.botBox .swiper-button-nexts .next_img,
.botBox .swiper-button-prevs .prev_img {
	width: 24px;
	height: 24px;
	display: block;
	transition: all 0.6s ease;
}

.botBox .swiper-button-nexts .next_imged,
.botBox .swiper-button-prevs .prev_imged {
	width: 24px;
	height: 24px;
	display: none;
	transition: all 0.6s ease;
}

.detail_banner {
	width: 100%;
	margin-top: 200px;
}

.detail_banner .inner {
	width: 1597px;
	height: 650px;
	flex-shrink: 0;
	margin: 0 auto;
	background-image: url('../img/contact/bg1.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	border-radius: 30px;
	display: flex;
	position: relative;
}

.detail_banner .inner {
	width: 1597px;
	height: 650px;
	flex-shrink: 0;
	margin: 0 auto;
	background-image: url('../img/contact/bg1.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	border-radius: 30px;
	display: flex;
}

.detail_banner .inner .left {
	width: 559px;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.detail_banner .inner .right {
	flex: 1;
	margin-left: 131px;
	margin-top: 141px;
}

.detail_banner .inner .right .p1 {
	width: 592px;
	color: var(---, #00030D);
	min-height: 120px;
	font-family: Teko;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.detail_banner .inner .right .div1 {
	display: block;
	margin-top: 107px;
}

.detail_banner .inner .right .div1>button {
	display: inline-block;
	min-width: 200px;
	padding: 15px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: var(---, #E8B732);
	margin-right: 20px;
	transition: all 0.6s ease;
}

.detail_banner .inner .right .div1>button:hover {

	background: var(---, #fff);
}

.detail_banner .inner .right .div1>button>a>p {
	color: var(---, #00030D);
	font-family: "Pontano Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display: inline-block;
}

.detail_banner .inner .right .div1>button>a>img {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: text-bottom;
}

/* 内容1 */
.detail_content1 {
	width: 100%;
	margin: 100px auto 0;
}

.detail_content1 .inner {
	width: 1596px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.detail_content1 .inner .left {
	width: 182px;
}

.detail_content1 .inner .left>p {
	color: #FFF;
	font-family: Teko;
	font-size: 70px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}



.detail_content1 .inner .right>p {
	color: #FFF;
	font-family: "Pontano Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	/* 150% */
	text-transform: capitalize;
}

.detail_content1 .inner .right .p2 {
	margin-top: 50px;
}

.detail_content1 .inner .right .p3 {
	margin-top: 10px;
}

.detail_content1 .inner .right {
	flex: 1;
	margin-left: 348px;
}

.detail_content1 .inner .right2 {
	flex: 1;
	margin-left: 348px;
}

.detail_content1 .inner .right2 .table {
	width: 1066px;
	border-collapse: collapse;
	/* 合并相邻边框 */
}

.detail_content1 .inner .right2 .table th,
td {
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.detail_content1 .inner .right2 .table>thead>tr>th {
	width: 25%;
	padding: 26px 0px 26px 20px;
	text-align: left;
	gap: 10px;
	flex: 1 0 0;


	color: #FFF;
	font-family: "Pontano Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	opacity: 0.9;
}

.detail_content1 .inner .right2 .table>tbody {
	border-top: 4px solid rgba(255, 255, 255, 0.2);
}

.detail_content1 .inner .right2 .table>tbody>tr>td {
	width: 25%;
	padding: 26px 0px 26px 20px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;


	color: #FFF;
	font-family: "Pontano Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	opacity: 0.9;
}

/* 内容2 */
.mt100 {
	margin-top: 100px;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.bg_top {
		top: 706px;
		left: -340px;
	}

	.bg_top2 {
		top: 0px;
		left: -340px;

	}

	/* 轮播图 */
	.mySwiper {
		width: 380px;
		height: auto;
		flex-shrink: 0;
		aspect-ratio: 559/347;
		margin: 136px 0 0 80px;
		overflow: hidden;
	}

	.botBox {
		width: 180px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		bottom: 80px;
		left: 170px;
		display: flex;
	}

	.botBox .swiper-paginations {
		flex: 1;
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		text-transform: capitalize;
		text-align: center;
	}

	.botBox .swiper-button-nexts,
	.botBox .swiper-button-prevs {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #fff solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts:hover,
	.botBox .swiper-button-prevs:hover {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #E8B732 solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.botBox .swiper-button-nexts .next_img,
	.botBox .swiper-button-prevs .prev_img {
		width: 22px;
		height: 22px;
		display: block;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts .next_imged,
	.botBox .swiper-button-prevs .prev_imged {
		width: 22px;
		height: 22px;
		display: none;
		transition: all 0.6s ease;
	}

	.detail_banner {
		width: 100%;
		margin-top: 170px;

	}

	.detail_banner .inner {
		width: 90%;
		height: 500px;
		flex-shrink: 0;
		margin: 0 auto;
		background-image: url('../img/contact/bg1.jpg');
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 30px;
		display: flex;
	}



	.detail_banner .inner .left {
		width: 559px;
		/* flex: 1; */
		overflow: hidden;
		position: relative;
	}

	.detail_banner .inner .right {
		flex: 1;
		margin-left: 0px;
		margin-top: 131px;
	}

	.detail_banner .inner .right .p1 {
		width: 400px;
		color: var(---, #00030D);
		font-family: Teko;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}

	.detail_banner .inner .right .div1 {
		display: block;
		margin-top: 57px;
	}

	.detail_banner .inner .right .div1>button {
		display: inline-block;
		min-width: 140px;
		padding: 10px 8px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 50px;
		background: var(---, #E8B732);
		margin-right: 20px;
		transition: all 0.6s ease;
	}

	.detail_banner .inner .right .div1>button:hover {

		background: var(---, #fff);
	}

	.detail_banner .inner .right .div1>button>a>p {
		color: var(---, #00030D);
		font-family: "Pontano Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
		display: inline-block;
	}

	.detail_banner .inner .right .div1>button>a>img {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-left: 10px;
		vertical-align: text-bottom;
	}

	/* 内容1 */
	.detail_content1 {
		width: 100%;
		margin: 60px auto 0;
	}

	.detail_content1 .inner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
	}

	.detail_content1 .inner .left {
		width: 200px;
	}

	.detail_content1 .inner .left>p {
		color: #FFF;
		font-family: Teko;
		font-size: 50px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
	}



	.detail_content1 .inner .right>p {
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
		text-transform: capitalize;
	}

	.detail_content1 .inner .right .p2 {
		margin-top: 50px;
	}

	.detail_content1 .inner .right .p3 {
		margin-top: 10px;
	}

	.detail_content1 .inner .right {
		flex: 1;
		margin-left: 80px;
		/* 	overflow-x: auto;
		white-space: nowrap */
	}

	.detail_content1 .inner .right2 {
		flex: 1;
		margin-left: 80px;
		/* 	overflow-x: auto;
		white-space: nowrap */
	}

	.detail_content1 .inner .right2 .table {
		width: 100%;
		border-collapse: collapse;
		/* 合并相邻边框 */
	}

	.detail_content1 .inner .right2 .table th,
	td {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>thead>tr>th {
		width: 25%;
		padding: 20px 0px 20px 14px;
		text-align: left;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	.detail_content1 .inner .right2 .table>tbody {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>tbody>tr>td {
		width: 25%;
		padding: 20px 0px 20px 14px;
		align-items: center;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	/* 内容2 */
	.mt100 {
		margin-top: 100px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.bg_top {
		top: 106px;
		left: -500px;
	}

	.bg_top2 {
		top: 250px;
		left: -600px;

	}

	/* 轮播图 */
	.mySwiper {
		width: 300px;
		height: auto;
		flex-shrink: 0;
		aspect-ratio: 559/347;
		margin: 40px 0 0 60px;
		overflow: hidden;
	}

	.botBox {
		width: 180px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		bottom: 30px;
		left: 100px;
		display: flex;
	}

	.botBox .swiper-paginations {
		flex: 1;
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		text-transform: capitalize;
		text-align: center;
	}

	.back {
		width: 60px;
		height: 60px;
		flex-shrink: 0;
		position: absolute;
		top: 30px;
		right: 30px;
		z-index: 9;
		border-radius: 20px;
		border: 1px solid var(---, #E8B732);
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.back>img {
		width: 24px;
		height: 24px;
		display: block;
	}

	.botBox .swiper-button-nexts,
	.botBox .swiper-button-prevs {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #fff solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts:hover,
	.botBox .swiper-button-prevs:hover {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #E8B732 solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.botBox .swiper-button-nexts .next_img,
	.botBox .swiper-button-prevs .prev_img {
		width: 22px;
		height: 22px;
		display: block;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts .next_imged,
	.botBox .swiper-button-prevs .prev_imged {
		width: 22px;
		height: 22px;
		display: none;
		transition: all 0.6s ease;
	}

	.detail_banner {
		width: 100%;
		margin-top: 100px;

	}

	.detail_banner .inner {
		width: 90%;
		height: 300px;
		flex-shrink: 0;
		margin: 0 auto;
		background-image: url('../img/contact/bg1.jpg');
		background-size: fill;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 30px;
		display: flex;
	}



	.detail_banner .inner .left {
		width: 559px;
		/* flex: 1; */
		overflow: hidden;
		position: relative;
	}

	.detail_banner .inner .right {
		flex: 1;
		margin-left: 0px;
		margin-top: 66px;
	}

	.detail_banner .inner .right .p1 {
		width: 240px;
		color: var(---, #00030D);
		min-height: 70px;
		font-family: Teko;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
	}

	.detail_banner .inner .right .div1 {
		display: block;
		margin-top: 47px;
	}

	.detail_banner .inner .right .div1>button {
		display: inline-block;
		min-width: 100px;
		padding: 10px 8px;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 30px;
		background: var(---, #E8B732);
		margin-right: 20px;
		transition: all 0.6s ease;
	}

	.detail_banner .inner .right .div1>button:hover {

		background: var(---, #fff);
	}

	.detail_banner .inner .right .div1>button>a>p {
		color: var(---, #00030D);
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
		display: inline-block;
	}

	.detail_banner .inner .right .div1>button>a>img {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-left: 4px;
		vertical-align: text-bottom;
	}

	/* 内容1 */
	.detail_content1 {
		width: 100%;
		margin: 100px auto 0;
	}

	.detail_content1 .inner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		display: flex;
		display: block;
		flex-wrap: wrap;
	}

	.detail_content1 .inner .left {
		width: 200px;
	}



	.detail_content1 .inner .left>p {
		color: #FFF;
		font-family: Teko;
		font-size: 50px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
	}



	.detail_content1 .inner .right>p {
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
		text-transform: capitalize;
	}

	.detail_content1 .inner .right .p2 {
		margin-top: 50px;
	}

	.detail_content1 .inner .right .p3 {
		margin-top: 10px;
	}

	.detail_content1 .inner .right {
		flex: 1;
		margin-left: 30px;
		margin-left: 0;
		/* 	overflow-x: auto;
		white-space: nowrap */
	}

	.detail_content1 .inner .right2 {
		flex: 1;
		width: 100%;
		margin-left: 30px;
		margin-left: 0;
		display: block;
		/* 	overflow-x: auto;
		white-space: nowrap */
	}

	.detail_content1 .inner .right2 .table {
		width: 800px;
		width: 100%;
		border-collapse: collapse;
		/* 合并相邻边框 */
	}

	.detail_content1 .inner .right2 .table th,
	td {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>thead>tr>th {
		width: 25%;
		padding: 10px;
		text-align: left;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	.detail_content1 .inner .right2 .table>tbody {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>tbody>tr>td {
		width: 25%;
		padding: 10px;
		align-items: center;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	/* 内容2 */
	.mt100 {
		margin-top: 50px;
	}

}


@media screen and (max-width: 767px) {
	.back {
		width: 40px;
		height: 40px;
		flex-shrink: 0;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 9;
		border-radius: 10px;
		border: 1px solid var(---, #E8B732);
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.back>img {
		width: 18px;
		height: 18px;
		display: block;
	}

	/* 轮播图 */
	.mySwiper {
		width: 300px;
		height: auto;
		flex-shrink: 0;
		aspect-ratio: 559/347;
		margin: 40px auto;
		display: block;
		overflow: hidden;
	}

	.botBox {
		width: 180px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		left: 80px;
		display: flex;
	}

	.botBox .swiper-paginations {
		flex: 1;
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 40px;
		text-transform: capitalize;
		text-align: center;
	}

	.botBox .swiper-button-nexts,
	.botBox .swiper-button-prevs {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #fff solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts:hover,
	.botBox .swiper-button-prevs:hover {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		border: #E8B732 solid 1px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.botBox .swiper-button-nexts .next_img,
	.botBox .swiper-button-prevs .prev_img {
		width: 22px;
		height: 22px;
		display: block;
		transition: all 0.6s ease;
	}

	.botBox .swiper-button-nexts .next_imged,
	.botBox .swiper-button-prevs .prev_imged {
		width: 22px;
		height: 22px;
		display: none;
		transition: all 0.6s ease;
	}

	.detail_banner {
		width: 100%;
		margin-top: 100px;

	}

	.detail_banner .inner {
		width: 90%;
		height: 500px;
		flex-shrink: 0;
		margin: 0 auto;
		background-image: url('../img/contact/bg1.jpg');
		background-size: fill;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 30px;
		display: block;

	}


/* 
	.detail_banner .inner .left {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.detail_banner .inner .right {
		flex: 1;
		margin-left: 0px;
		margin-top: 36px;
		width: 100%;
	} */

	.detail_banner .inner .left {
		width: 100%;
		height: 290px;
		/* flex: 1; */
		overflow: hidden;
		position: absolute;
		top: 130px;
		left: 0;
	}

	.detail_banner .inner .right {
		flex: 1;
width:100%;
		margin-left: 0px;
		margin-top: 60px;
	}
	.detail_banner .inner .right .p1 {
		width: 90%;
		min-height: 70px;
		margin: 0 auto;
		color: var(---, #00030D);
		font-family: Teko;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: capitalize;
		text-align: center;
	}

	.detail_banner .inner .right .div1 {
		width: 90%;
		margin: 0 auto;
		display: flex;
		margin-top: 280px;
		justify-content: center;
		align-items: center;
	}

	.detail_banner .inner .right .div1>button {
		display: inline-block;
		min-width: 100px;
		padding: 10px 8px;
		gap: 10px;
		border-radius: 30px;
		background: var(---, #E8B732);
		margin-right: 20px;
		transition: all 0.6s ease;
	}

	.detail_banner .inner .right .div1>button:hover {

		background: var(---, #fff);
	}

	.detail_banner .inner .right .div1>button>a>p {
		color: var(---, #00030D);
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
		display: inline-block;
	}

	.detail_banner .inner .right .div1>button>a>img {
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-left: 4px;
		vertical-align: text-bottom;
	}

	/* 内容1 */
	.detail_content1 {
		width: 100%;
		margin: 20px auto 0;
	}

	.detail_content1 .inner {
		width: 90%;
		margin: 0 auto;
		overflow: hidden;
		display: block;
		flex-wrap: wrap;
	}

	.detail_content1 .inner .left {
		width: 100%;
	}

	.detail_content1 .inner .left>p {
		color: #FFF;
		font-family: Teko;
		font-size: 50px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: capitalize;
	}



	.detail_content1 .inner .right>p {
		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		/* 150% */
		text-transform: capitalize;
	}

	.detail_content1 .inner .right .p2 {
		margin-top: 50px;
	}

	.detail_content1 .inner .right .p3 {
		margin-top: 10px;
	}

	.detail_content1 .inner .right {
		flex: 1;
		width: 100%;
		margin-left: 0;
	}

	.detail_content1 .inner .right2 {
		flex: 1;
		width: 100%;
		margin-left: 0;
		overflow: scroll;
	}

	.detail_content1 .inner .right2 .table {
		width: 600px;
		border-collapse: collapse;
		/* 合并相邻边框 */
	}

	.detail_content1 .inner .right2 .table th,
	td {
		border: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>thead>tr>th {
		width: 25%;
		padding: 10px;
		text-align: left;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	.detail_content1 .inner .right2 .table>tbody {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.detail_content1 .inner .right2 .table>tbody>tr>td {
		width: 25%;
		padding: 10px;
		align-items: center;
		gap: 10px;
		flex: 1 0 0;


		color: #FFF;
		font-family: "Pontano Sans";
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
		opacity: 0.9;
	}

	/* 内容2 */
	.mt100 {
		margin-top: 30px;
	}

}




@media screen and (min-width: 1441px) and (max-width: 1669px) {
	.swiper-slide img {
		width: 80%;
		height: auto;
	}

	.inner {
		width: 94%;
		margin: auto;
	}

	.detail_banner {
		width: 90%;
		margin: auto;
		margin-top: 200px;

	}

	.detail_banner .inner {
		width: 100%;
	}

	.detail_content1 .inner {
		width: 90%;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.swiper-slide img {
		width: 80%;
		height: auto;
	}

	.inner {
		width: 94%;
		margin: auto;
	}

	.detail_banner {
		width: 90%;
		margin: auto;
		margin-top: 200px;

	}

	.detail_banner .inner {
		width: 100%;
	}

	.detail_content1 .inner {
		width: 90%;
	}
}



	@media screen and (min-width: 1441px) and (max-width: 1669px) {
		.inner {
			width: 94%;
			margin: auto;
		}

		.intro_centent1 .inner {
			width: 100%;
		}

		.intro_centent2 .inner {
			width: 100%;

		}

		.intro_centent3 .inner {
			width: 100%;

		}

		.intro_centent1 .inner .p4 {
			width: 100%;
		}

		.detail_content1 .inner .right2 .table {
			width: 100%;
		}
	}

	@media screen and (min-width: 1025px) and (max-width: 1440px) {
		.inner {
			width: 94%;
			margin: auto;
		}

		.intro_centent1 .inner {
			width: 100%;
		}

		.intro_centent2 .inner {
			width: 100%;

		}

		.intro_centent3 .inner {
			width: 100%;

		}

		.intro_centent1 .inner .p4 {
			width: 100%;
		}
	}
