
.Width1440 {

	width: 1440px !important;

	min-width: 1440px;
	max-width: none !important;
	margin: 0 auto;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", "微软雅黑", sans-serif;
	color: #333;
	line-height: 180%;
	border: none;
}


*:focus {
	outline: 0px
}

* {
	user-select: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

}

i {
	font-style: normal;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fb {
	font-weight: bold !important;
}

.fl {
	float: left;
}

.tr {
	text-align: right;
}

.multi-line-ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.clearfix {
	clear: both;
	height: 0px;
	font-size: 0px;
	_overflow: hidden;
}

.ellipsis {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.colYel {
	color: #fdff00 !important;
}


body {
	background-color: rgba(0, 0, 0, .9);
}

header {
	background-color: #000;
	height: 100px;
	box-shadow: 0 4px 6px rgba(255, 255, 255, 0.2);
	position: fixed;
	z-index: 999;
	width: 100%;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	height: 80px;
	line-height: 80px;
	display: flex;
	align-items: center;
	width: 25%;
}

.logo a {
	display: flex;
}

.logo img {
	width: 70%;
}

header ul {
	display: flex;
	width: 55%;
}

header ul li {
	width: 16.66%;
	font-size: 18px;
	text-align: center;
	height: 100px;
	line-height: 100px;
}

header ul li a {
	color: #fdff00;
	font-size: 20px;
}

header ul .hover,
header ul li a:hover {
	height: 96px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 4px solid #fdff00;
}

.main {
	padding-top: 100px;
}

.banner {
	width: 100%;
	position: relative;
	height: calc(100vh - 100px);

	margin: 0 auto 0;
}


.banner .bgImg {
	height: 100% !important;
	overflow: hidden;
	background-repeat: no-repeat !important;
	;
	background-size: cover !important;

	position: relative;
	left: 0;
	background-size: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.banner_nav {
	position: absolute;
	z-index: 99;
	color: #fff;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 80%;
	width: 1220px;
}

.banner_title {
	margin-bottom: 40px;
}

.banner_t_m {
	display: flex;
	flex-wrap: wrap;
	font-size: 35px;
}

.banner_t_m h1 {
	width: 100%;
	font-size: 95px;
	margin-bottom: 55px;
	letter-spacing: 10px;
}

.banner_t_m .Eng {
	width: 100%;
}

.era-container {
	display: flex;
	gap: 102px;
	justify-content: center;

}

.era-circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	animation: float 3s ease-in-out infinite;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2),
		inset 0 2px 4px rgba(255, 255, 255, 0.1);
}


.era-circle:nth-child(1) {
	background: linear-gradient(180deg,
			#808080 0%,
			#808080 30%,
			rgba(192, 192, 192, 0.5) 60%,
			rgba(192, 192, 192, 0.1) 100%);
}

.era-circle:nth-child(2) {
	background: linear-gradient(180deg,
			#df8843 0%,
			#df8843 30%,
			rgba(223, 136, 67, 0.5) 60%,
			rgba(223, 136, 67, 0.1) 100%);
}

.era-circle:nth-child(3) {
	background: linear-gradient(180deg,
			#ffffff 0%,
			#ffffff 30%,
			rgba(255, 255, 255, 0.5) 60%,
			rgba(255, 255, 255, 0.1) 100%);
}

.era-circle:nth-child(4) {
	background: linear-gradient(180deg,
			#f5c243 0%,
			#f5c243 30%,
			rgba(245, 194, 67, 0.5) 60%,
			rgba(245, 194, 67, 0.1) 100%);
}

.era-circle:nth-child(5) {
	background: linear-gradient(180deg,
			#4fadea 0%,
			#4fadea 30%,
			rgba(79, 173, 234, 0.5) 60%,
			rgba(79, 173, 234, 0.1) 100%);
}


.era-circle:hover {
	transform: scale(1.1) translateY(-5px);
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3),
		inset 0 4px 8px rgba(255, 255, 255, 0.2);
	animation: none;
}


@keyframes float {

	0%,
	100% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-15px);
	}
}

.era-circle::after {
	content: '';
	position: absolute;
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	border-radius: 50%;
	background: radial-gradient(circle at 50% 50%,
			rgba(255, 255, 255, 0.3) 0%,
			transparent 70%);
	opacity: 0;
	transition: opacity 0.3s;
}

.era-circle:hover::after {
	opacity: 0.6;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fdff00 !important;
}

.banner_t_mr {
	display: inline-block;
}

.banner_t_m_m {
	display: flex;
	justify-content: right;
}

footer {
	background-color: #000;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

footer p {
	margin: 0;
}

.nei_banner {
	position: relative;
	height: calc(100vh - 100px);
	min-width: 1440px;
}

.nei_banner_m {
	position: relative;
	height: 100%;
	overflow: hidden;

	background-repeat: no-repeat;
	background-image: url("../images/n1.jpg");
	background-size: cover;
	background-position: top center;
	transition: filter 0.3s ease;

}

.nei_banner_nav {
	position: absolute;
	z-index: 99;
	color: #d9d9d9;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	max-width: 1440px;
}

.nei_banner_title {
	margin-bottom: 40px;
	margin-left: 20px;
}

.nei_banner_t_m {
	display: flex;
	flex-wrap: wrap;

	width: 100%;
	display: inline-block;
}

.nei_banner_t_m h1 {
	width: 100%;
	font-size: 110px;
	margin-bottom: 55px;
	letter-spacing: 2px;
}

.nei_banner_t_m .Eng {
	width: 100%;
	font-size: 40px;
	/*! text-align: left; */
	font-family: "Times New Roman";
}

.nei_banner_m2 {
	background-image: url("../images/n2.jpg") !important;
	background-position: center center;
}

.nei_banner_t_m2 {
	color: #b18644;
	font-family: Comic Sans MS;
	width: 100%;
	display: inline-block;
}

.nei_banner_m3 {
	background-image: url("../images/n3.jpg") !important;
	background-position: center center;
}

.nei_banner_t_m3 {
	color: #ffffff;
	font-family: Comic Sans MS;
	width: 100%;
	display: inline-block;
}

.nei_banner_m4 {
	background-image: url("../images/n4.jpg") !important;
	background-position: center center;
}

.nei_banner_t_m4 {
	color: #fdc939;
	font-family: Comic Sans MS;
	width: 100%;
	display: inline-block;
}

.nei_banner_m5 {
	background-image: url("../images/n5.jpg") !important;
	background-position: center center;
}

.nei_banner_t_m5 {
	color: #6ba4be;
	font-family: Comic Sans MS;
	width: 100%;
	display: inline-block;
}

.nei_banner_m2_bg {
	background-image: url("../images/n2_bg.jpg") !important;
}

.nei_banner_m3_bg {
	background-image: url("../images/n3_bg.jpg") !important;
}

.nei_banner_m4_bg {
	background-image: url("../images/n4_bg.jpg") !important;
}

.nei_banner_m5_bg {
	background-image: url("../images/n5_bg.jpg") !important;
}

.yb_A {}

.yb_A_m {
	padding: 60px 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.tb_A_t {
	width: 100%;
	height: 30%;
	display: flex;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	align-items: center;
}

.yb_A_t_l {
	width: 20%;
}

.yb_A_t_r {
	width: 70%;
	margin-left: 60px;

}

.tb_A_b {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tb_A_b_l {
	width: 70%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.tb_A_b_r {
	border-radius: 20px;
	width: 30%;
	display: flex;
	justify-content: right;
	align-items: center;
	margin: 25px 20px;
	margin-right: 0;
}

.yb_B {}

.yb_B h1 {

}

.yb_B_m h1 {

}

.yb_B_l {}

.yb_B_r {}

.yb_C {
	padding: 40px 0;
	padding-bottom: 0;
}

.yb_C_t {}

.yb_C_b {}

.yb_A_t_l img {
	border-radius: 62%;
	width: 100%;
	transition: transform 0.3s;
	transform-origin: center;
}

.yb_A_t_l p {
	color: #fff;
	text-align: center;
}

.yb_A_t_r p {
	color: #fff;
	text-indent: 2em;
	font-size: 18px;
	line-height: 40px;
}

.yb_A_t_r h3 {
	font-size: 30px;
}

.tb_A_b_l p {
	text-indent: 2em;
	color: #fff;
	padding: 20px;
	font-size: 18px;
	line-height: 40px;
	padding-left: 0;
	margin-bottom: 0;
}

.tb_A_b_r img {
	width: 70%;
	border-radius: 15px;
}

.yb_B_m ul {
	display: flex;
}

.yb_B_m ul li {
	width: 33.333%;
	color: #fff;
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.yb_B_l {
	display: flex;
	justify-content: right;
	width: 100%;
	flex-wrap: wrap;
}

.yb_B_l img {
	width: 100%;
}

.yb_B_r {}

.yb_B_r img {
	width: 100%;
}

.yb_B_r p {
	font-size: 18px;
	text-indent: 2em;
}

.yb_B_l p {
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
}

.yb_B_l p:first-child,
.yb_B_r p:first-child {
	font-size: 24px;
	color: #fdff00;
	line-height: 36px;
}

.yb_C_t {
	display: flex;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 20px;
	color: #fff;
	justify-content: space-between;
	padding: 20px 0;
}

.yb_C_t li {
	width: 200px;
	text-align: center;

	display: flex;
	flex-wrap: wrap;
	margin: 0 160px;
	padding: 10px;
	cursor: pointer;
}

.yb_C_t li span {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	width: 100%;
}

.yb_C_t li p {
	margin: 0;
	line-height: 40px;
	width: 100%;
}

.yb_C_b {

	margin-top: 40px;
}

.yb_C_b li {
	margin: 0 20px;
	font-size: 18px;
	margin-bottom: 40px;
}

.yb_C_b li p {
	text-indent: 2em;
	color: #fff;
	line-height: 34px;
}

.yb_C_m {
	width: 100%;
}

.yb_C_t .hover {
	background-color: #fdff00;
	border-radius: 20px;
	color: #000;
}

.yb_C_b h3 {
	color: #fdff00;
}


.yb_A.active {
	transition-delay: 0.2s;
}

.yb_B.active {
	transition-delay: 0.4s;
}

.yb_C.active {
	transition-delay: 0.6s;
}

.tb_A_b_l h3 {
	margin: 0;
	display: flex;
	align-items: center;
}

.LandmarkMain {
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

}

.LandmarkMain .Landmark_l {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
}

.LandmarkMain .Landmark_l .h_title {
	font-size: 24px;
	font-weight: 600;
	line-height: 18px;
	margin-top: 16px;
	font-size: 26px;
	color: #fdff00;
}

.LandmarkMain .Landmark_l .h_con {
	display: block;
	font-weight: 400;
	width: 100%;
	margin: 30px 40px 0px 0px;
	color: #fff;
	font-size: 18px;
	text-indent: 2em;
	line-height: 40px;
}

.bMTitle {
	font-size: 28px;
	line-height: 40px;
}

.LandmarkMain .Landmark_r {

	margin-top: 20px;
}

.LandmarkMain .Landmark_rl {
	margin-right: 40px;
}

.LandmarkMain .Landmark_lr {
	width: 47%;
	margin-right: 0px !important;
}

.LandmarkMain .Landmark_r img {
	width: 95%;

}


.yb_C_n h1 {
	font-weight: 600;
	line-height: 18px;
	margin-top: 16px;
	font-size: 36px;
	color: #fdff00;
	text-align: center;
	margin-bottom: 50px;
}

.yb_C_n p {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

.yb_D {
	display: flex;
	align-items: center;
}

.yb_D h1 {
	line-height: 18px;
	margin-top: 16px;

}

.yb_D .yb_C_b {}

.tb_C_m_t {
	margin-bottom: 40px;
}

.tb_C_m_t h1 {

	margin-bottom: 40px;
}

.tb_C_m_b {
	border-top: 1px dashed #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}

.tb_C_m_bg {
	position: relative;
	height: 400px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../images/n2_bg.jpg");
	background-size: cover;
	background-position: top center;
	transition: filter 0.3s ease;

	width: 100%;

}

.tb_C_m {

	position: absolute;
	z-index: 99;
	width: auto;
}

.tb_C_m h1 {
	width: 100%;
	font-size: 85px;
	margin-bottom: 40px;
	letter-spacing: 2px;
}

.tb_C_m .Eng {
	width: 100%;
	font-size: 25px;
	font-family: Times New Roman;
}

.yb_C_m_t {
	margin-bottom: 80px;
	padding-top: 40px;
}

.tb_A_b_All img {}

.tb_A_b_All {
	display: flex;
	float: right;
	width: 100%;
	height: 100%;
	position: relative;
	right: 0;
	justify-content: right;
	top: 120px;
}

.yb_B_hb {
	display: flex;
	gap: 2rem;
	padding: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.yb_B_hb h1 {
	width: 100%;
	color: #fdff00;
	margin-bottom: 20px;
}

.yb_B_hb .category:nth-child(2) {
	background: rgba(228, 0, 0, 0.5);
}

.yb_B_hb .category:nth-child(3) {
	background: rgba(27, 210, 27, 0.5);
}

.yb_B_hb .category:nth-child(4) {
	background: rgba(0, 138, 255, 0.5);
}

.category {
	position: relative;
	width: 31.8%;
	height: 220px;

	border-radius: 15px;
	transition: all 0.3s ease;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

.category:hover {

}

.category::after {
	content: attr(data-description);
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 94%;
	padding: 1rem;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border-radius: 0 0 15px 15px;
	transition: all 0.3s ease;
	opacity: 0;
	text-indent: 2em;
}

.category:hover::after {
	bottom: 0;
	opacity: 1;
}

.category-title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;

}

.category:hover .category-title {
	color: #fdff00;
}

.yb_A_bm {
	display: flex;
	flex-wrap: wrap;
}

.yb_A_bm_l {
	width: 60%;
}

.yb_A_bm_l h3,
.yb_A_bm_r h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.yb_A_bm_r {
	width: 40%;
}

.yb_A_bm_r h1 {}

.yb_A_bm_r img {
	width: 70%;
	border-radius: 30px;
	transition: transform 0.4s ease-in-out 0s;
}

.tb_A_b_All2 {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 60px;
}

.cs_B_m {}

.cs_B_m_t {
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.cs_B_m_t h1 {

}

.cs_B_m_t_l {
	width: 75%;
	display: flex;
	align-items: center;
}

.cs_B_m_t_l p {
	color: #fff;
	margin: 0;
	font-size: 18px;
	line-height: 40px;
	text-indent: 2em;
}

.cs_B_m_t_r {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
}

.cs_B_m_t_r img {
	border-radius: 15px;
}

.cs_B_m_t_r p {
	color: #fff;
	width: 100%;
	text-align: right;
	font-size: 18px;
}


.cs_B_m_b {
	margin-top: 40px;
}

.cs_B_m_b h1 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 26px;
}

.cs_B_m_b ul {
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}

.cs_B_m_b ul li {

	height: 125px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url("../images/cs_n6.jpg");
	background-size: 100%;
	background-position: top center;
	width: 23%;
	background-position: center center;
	margin: 5px;

}

.cs_B_m_b ul li:nth-child(2) {
	background-image: url("../images/cs_n7.jpg");
}

.cs_B_m_b ul li:nth-child(3) {
	background-image: url("../images/cs_n8.jpg");
}

.cs_B_m_b ul li:nth-child(4) {
	background-image: url("../images/cs_n9.jpg");
}

.cs_B_m_b ul li:nth-child(5) {
	background-image: url("../images/cs_n10.jpg");
}

.cs_B_m_b ul li:nth-child(6) {
	background-image: url("../images/cs_n11.jpg");
}

.cs_B_m_b ul li:nth-child(7) {
	background-image: url("../images/cs_n12.jpg");
}

.cs_B_m_b ul li:nth-child(8) {
	background-image: url("../images/cs_n13.jpg");
}

.cs_B_m_b ul li:nth-child(9) {
	background-image: url("../images/cs_n14.jpg");
}

.cs_B_m_b ul li:nth-child(10) {
	background-image: url("../images/cs_n15.jpg");
}

.cs_B_m_b ul li:nth-child(11) {
	background-image: url("../images/cs_n16.jpg");
}

.cs_B_m_b ul li:nth-child(12) {
	background-image: url("../images/cs_n17.jpg");
}


.cs_C_m {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.cs_C_m h1 {
	color: #fdff00;
	width: 100%;
}

.cs_C_m p {
	margin: ;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	justify-content: center;
	align-items: center;
}

.image-container {
	position: relative;
	max-width: 80%;
	max-height: 80%;
}

#expandedImg {
	max-width: 100%;
	max-height: 80vh;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.arrow {
	position: absolute;
	top: 50%;

	cursor: pointer;

	font-family: Comic Sans MS;
}

.prev {
	left: 20px;
	color: #fff;
	font-size: 80px;
}

.next {
	right: 20px;
	color: #fff;
	font-size: 80px;
}

.close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 70px;
	cursor: pointer;
	font-family: Comic Sans MS;
}

.cs_B_m_b ul li {
	cursor: pointer;
	position: relative;
}

.cs_B_m_b2 ul li:nth-child(1) {
	background-image: url("../images/cs_n21.jpeg");
}

.cs_B_m_b2 ul li:nth-child(2) {
	background-image: url("../images/cs_n22.jpeg");
}

.cs_B_m_b2 ul li:nth-child(3) {
	background-image: url("../images/cs_n23.jpeg");
}

.cs_B_m_b2 ul li:nth-child(4) {
	background-image: url("../images/cs_n24.jpeg");
}

.cs_B_m_b2 ul li:nth-child(5) {
	background-image: url("../images/cs_n25.jpeg");
}

.cs_B_m_b2 ul li:nth-child(6) {
	background-image: url("../images/cs_n26.jpeg");
}

.cs_B_m_b2 ul li:nth-child(7) {
	background-image: url("../images/cs_n27.jpeg");
}

.cs_B_m_b2 ul li:nth-child(8) {
	background-image: url("../images/cs_n28.jpeg");
}

.cs_B_m_b2 ul li:nth-child(9) {
	background-image: url("../images/cs_n29.jpeg");
}

.cs_B_m_b2 ul li:nth-child(10) {
	background-image: url("../images/cs_n30.jpeg");
}

.cs_B_m_b2 ul li:nth-child(11) {
	background-image: url("../images/cs_n31.jpeg");
}

.cs_B_m_b2 ul li:nth-child(12) {
	background-image: url("../images/cs_n32.jpeg");
}

.cs_C_m_l {
	width: 27%;
}

.cs_C_m_l img {
	border-radius: 60%;
	transition: transform 1s;
	transform-origin: center;
}


.cs_C_m_r {
	width: 73%;
	color: #fff;
}

.sm_B_m {
	padding-top: 20px;
}

.sm_B_m h1 {
	text-align: center;
	margin-bottom: 60px;
}

.sm_B_m ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sm_B_m ul li {}

.sm_B_m ul .font {}

.sm_B_m li h2 {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
}

.sm_B_m li p {

	font-size: 20px;
}



.sm_B_m1 {
	overflow: hidden;
	padding-top: 10px;
}

.sm_B_m1 ul {}

.sm_B_m1 li {}

.sm_B_m1 li .font {
	position: absolute;
	width: 100%;
	z-index: 99;
	margin: 20px 60px;
	width: auto;
}

.sm_B_m1 li h1 {}

.sm_B_m1 li p {
	color: #fff;
	text-indent: 2em;
}

.sm_B_m1 li .tip {
	position: absolute;

	right: 0;
	bottom: 10px;


	border: 2px solid #fdff00;

	background: rgba(253, 255, 0, 0.9);

	color: #000 !important;

	padding: 6px 15px;

	border-radius: 4px;



	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.5px;

	/* 阴影效果 */
	box-shadow: 0 3px 6px rgba(253, 255, 0, 0.3);
}

.sm_B_m1 li .tip:hover {
	background: #fdff00;
	border-color: #fff;
	box-shadow: 0 5px 12px rgba(253, 255, 0, 0.5);
	cursor: pointer;
}

.sm_B_m1 li {
	position: relative;
	padding: 10px 0 10px;
	display: flex;
	align-items: center;
}

.sm_B_m1 li .bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 300px;
	width: 100%;
	opacity: .7;
}

.sm_B_m1 li:nth-child(1) .bg {
	background-image: url('../images/fg/fm.jpg');
}

.sm_B_m1 li:nth-child(2) .bg {
	background-image: url('../images/xx/fm.jpg');
}

.sm_B_m1 li:nth-child(3) .bg {
	background-image: url('../images/jt/fm.jpg');
}

.sm_B_m1 li:nth-child(4) .bg {
	background-image: url('../images/js/fm.jpg');
}

.sm_B_m1 li:nth-child(5) .bg {
	background-image: url('../images/yd/fm.jpg');
}

.sm_B_m1 li:nth-child(6) .bg {
	background-image: url('../images/wj/fm.jpg');
}

.sm_B_m1 li:nth-child(7) .bg {
	background-image: url('../images/ss/fm.jpg');
}

.sm_B_m1 li .lImg {
	left: 0;
	right: auto;
}

.contactFormSection {

	padding: 10px;
	border-radius: 10px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.contactFormSection h3 {
	font-size: 32px;
	color: var(--primary-color);
	margin-bottom: 15px;
	text-align: center;
	color: #fdff00;
	margin-top: 10px;
}

.formDescription {
	font-size: 18px;
	color: var(--secondary-color);
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}

.contactForm {
	max-width: 800px;
	margin: 0 auto;
}

.formRow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-bottom: 20px;
}

.formGroup {}

.formGroup label {
	display: block;
	margin-bottom: 10px;
	color: var(--primary-color);
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.formGroup input,
.formGroup select,
.formGroup textarea {
	width: 93%;
	padding: 15px;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s;
	background-color: #fff;
}

.formGroup input:focus,
.formGroup select:focus,
.formGroup textarea:focus {
	outline: none;
	border-color: #000;
}

.formBtn {
	background-color: #fdff00;

	padding: 15px 40px;
	border: none;
	border-radius: 8px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.3s;
	display: block;
	margin: 40px auto 0;
	min-width: 200px;
}

.formBtn:hover {
	background-color: #fdff00;
}

.tb_A_b_All2 {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}

.tb_A_b_All2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	height: 340px;

}

.tb_A_b_All2 li {
	position: absolute;
	opacity: 0;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transform: scale(0.9);
	width: 300px;
	height: 300px;
}

.tb_A_b_All2 li.active {
	opacity: 1;
	transform: scale(1);
	z-index: 1;
}

.tb_A_b_All2 img {
	width: 300px;
	height: 300px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.tb_A_b_All2 img:hover {
	transform: translateY(-5px);
}

.image-caption {
	text-align: center;
	font-size: 16px;
	color: #333;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 4px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.arrow1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	z-index: 2;

}

.prev1 {
	left: -60px;
}

.next1 {
	right: -60px;
}

.bTitle {
	width: 100%;
	font-size: 32px;
	color: #fdff00;
}

.bTitle::before {
	content: "";
	width: 7px;
	height: 25px;
	display: inline-block;
	background: #fdff00;
	margin-right: 15px;
}

.tb_A_b_l h1 {
	margin: 0;
}

.yb_E {
	margin-bottom: 20px;
}

.yb_E_m {}

.yb_E_m ul {
	display: flex;
	justify-content: center;
}

.yb_E_m li {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.yb_E_m li img {
	width: 300px;
	border-radius: 15px;
}

.yb_E_m li p {
	text-align: center;
	font-size: 22px;
	margin: 0;
	margin-top: 20px;
	width: 100%;
}

.card-container {
	perspective: 1000px;
	width: 260px;
	height: 360px;
	margin: 20px 200px 60px;
}


.card {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.6s;
	transform-style: preserve-3d;

	cursor: pointer;
	transform: translateZ(0);
}


.card.flipped {
	transform: rotateY(180deg);
}




.card-face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;

	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.card-face {
	transition: box-shadow 0.3s ease;
}


.card-front {
	background: #f0f0f0;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}


.card-back {

	width: 300px;
	height: 400px;

	transform: rotateY(180deg) translateX(40px);

	overflow: hidden;

}


.card-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.bgImgMask {
	position: fixed;
	z-index: 999;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.bgImgMask h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}

.bgImgMask ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bgImgMask ul li {
	width: 46%;
	margin: 20px;
}

.bgImgMask span {}

.bgImgMask_m {
	margin: 60px auto;
}

.bgImgMask ul li .bgImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 400px;
}

.bgImgMask {}

.bgImgMask .close_btn {
	position: absolute;
	top: 20px;
	right: 30px;
	color: white;
	font-size: 70px;
	cursor: pointer;
	font-family: Comic Sans MS;
}

.bgImgMask .arrow2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	font-family: Comic Sans MS;
}

.bgImgMask .prev3 {
	left: 20px;
	color: #fff;
	font-size: 80px;
}

.bgImgMask .next3 {
	right: 20px;
	color: #fff;
	font-size: 80px;
}


.fullscreen-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullscreen-container img {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.fullscreen-container .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 70px;
	cursor: pointer;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
}

.fullscreen-container .prev3 {
	left: 20px;
}

.fullscreen-container .next3 {
	right: 20px;
}

.bgImgMask .arrow2 {
	display: none;
}

.bgImgMask {
	overflow: hidden;
}

.bgImgMask_m {
	height: 100vh;
	display: flex;
	flex-direction: column;
}

.bgImgMask ul {
	flex: 1;
	overflow-y: auto;
	max-height: calc(100vh - 200px);
	padding-bottom: 40px;
	scrollbar-width: thin;
	scrollbar-color: #fdff00 rgba(0, 0, 0, 0.5);
}


.bgImgMask ul::-webkit-scrollbar {
	width: 8px;
}

.bgImgMask ul::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.3);
}

.bgImgMask ul::-webkit-scrollbar-thumb {
	background: #fdff00;
	border-radius: 4px;
}


.fs-close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: white;
	font-size: 70px;
	cursor: pointer;
	z-index: 1001;
	font-family: Comic Sans MS;
}

.fs-close:hover {
	transform: scale(1.2);
}


body.mask-open {
	overflow: hidden;
}

.About_Us {
	padding-bottom: 20px;
	background-color: #c73a29;
	background-color: #fdff00;
}

.About_Us_M {}

.About_Us_top {
	display: flex;
	color: #eee;
	height: 100px;
	line-height: 100px;
	align-items: center;
	max-width: 800px;
	justify-content: center;
	margin: 0 auto;
	color: #000;
}

.About_Us_top li {
	width: 20%;
	text-align: center;
	border-right: 1px solid #000;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
}

.About_Us_top li:last-child {
	border: 0;
}

.About_Us_center {
	display: flex;
	max-width: 1000px;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 60px;
}

.About_Us_center li {
	width: 20%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.About_Us_center img {
	width: 80%;
}

.About_Us_bom {
	display: flex;
	flex-wrap: wrap;
	color: #eeee;
	width: 100px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.About_Us_bom img {
	width: 100px;
	margin-bottom: 10px;
}

.About_Us_bom p {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 14px;
	color: #000;
}

.sm_t_con p {
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: none;
}

@media (max-width: 1440px) {
	.banner_nav {
		left: 0;
		top: 50%;
		margin: 100px auto 0;
		transform: inherit;
	}
}