@font-face {
	font-family: 'MontserratLight';
           src: url('../fonts/Montserrat-Light.otf') format('opentype');
}

@font-face {
	font-family: 'MontserratBold';
           src: url('../fonts/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
	font-family: 'MontserratRegular';
           src: url('../fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'MontserratExtraBold4';
           src: url('../fonts/Montserrat-ExtraBold-4.otf') format('opentype');
}

body {
	font-family: 'MontserratLight', sans-serif;
	margin: 0;
	padding: 0;
}

.banner_h1 {
	font-family: 'MontserratBold', sans-serif;
	font-size: 3.2rem;
	white-space: nowrap;
	font-display: swap;
	line-height: 1.2;
}

/* 导航栏样式 */
.navbar {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 65px;
	z-index: 999;
	top: 0px;
	left: 0px;
  /* padding: 10px 50px; */
	padding: 10px;
}

.header {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 0px 50px;
}

.logo {
	position: relative;
}

.logo img {
	display: flex;
	height: 65px;
	margin-left: 40px;
	margin-right: 10px;
}

.header-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center
    -moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.nav-links {
	list-style: none;
	display: flex;
	gap: 10px;
}

.nav-links li {
	position: relative;
	margin-right: 30px;
	font-weight: 700;
	font-size: 1.1rem;
	white-space: nowrap;
}

.nav-links > li > a {
	color: #fff;
	text-decoration: none;
}

.dropdown {
	position: relative;
}

.dropdown-content {
	display: none;
	position: absolute;
  /* background-color: #f9f9f9; */
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content {
	display: none;
	width: 100vw;
	left: 0;
	margin-top: 20px;
    /* max-width: 100vw; */
	height: 360px;
	background-color: black;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1;
	overflow-x: auto;
	white-space: nowrap;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown:hover.dropdown-content {
	display: block;
}

.search-bar {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

.language {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
    /* height: .44rem; */
}

.language img {
	height: 60px;
	padding-right: 30px
}

.search-bar input {
	padding: 3px;
}

.search-bar button {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.search-container {
	border: 1px solid #fff;
	border-radius: 20px;
	overflow: hidden;
	height: 22px;
	width: 260px;
}

.search-icon {
	padding: 10px;
}

.search-input {
	border: none;
	outline: none;
	padding: 10px;
	font-size: 14px;
	background-color: transparent;
	color: #fff;
}

/* 默认隐藏手机端导航栏 */
.mobile-nav {
	display: none;
}

/* 默认显示电脑端导航栏 */
.desktop-nav {
	display: flex;
}

/* 默认隐藏手机端导航栏 */
.mobile-footer {
	display: none;
}

/* 默认显示电脑端导航栏 */
.desktop-footer {
	display: block;
}

/* 横幅容器样式 */
.banner-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 65px;
}

/* 横幅项样式 */
.banner-item {
	flex: 1;
	position: relative;
	color: white;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

.banner-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 80%;
	padding: 0 20px;
}

.shop-now-button {
	display: inline-block;
	padding: 10px 10px;
	background-color: #007BFF;
	color: white;
	text-decoration: none;
	border-radius: 5px;
    /* margin-top: 10px; */
	width: 160px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
}

.home-featured-div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px;
}

/* 特色设备部分样式 */
.home-featured-equipment {
    /* text-align: center; */
    /* box-sizing: border-box; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-featured-equipment h1 {
	font-size: 2.0rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: 350px;
	margin: 0;
	padding: 0;
}

.home-equipment-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
 /* 图片间隔 */
	padding-top: 50px;
}

.home-equipment-item {
	text-align: center;
	width: 280px;
	margin: 10px;
	padding: 10px;
	transition: transform 0.3s ease;
 /* 添加过渡效果 */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.home-equipment-item:hover {
	border: 1px solid #ccc;
	transform: scale(1.05);
 /* 鼠标悬停放大效果 */
	will-change: transform;
}

.home-equipment-item.selected {
	border: 3px solid #007BFF;
 /* 选中效果 */
	will-change: border;
}

.home-equipment-item p {
	text-align: center;
	color: #777777;
	min-height: 18px;
	margin: 8px;
}

.home-equipment-item h3 {
	text-align: center;
	min-height: 22px;
	margin: 8px;
}

.home-equipment-item img {
	text-align: center;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.home-equipment-item a {
	background-color: white;
	border: 2px solid #0074db;
	border-radius: 5px;
 /* 设置圆角半径 */
	color: #0074db;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 8px;
}

.featured-div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 80px;
}
 
 /* 特色设备部分样式 */
.featured-equipment {
    /* text-align: center; */
    /* box-sizing: border-box; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.featured-equipment h1 {
	font-size: 2.0rem;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: 350px;
	margin: 0;
	padding: 0;
}

.equipment {
	text-align: center;
}

.equipment h1 {
	font-family: 'MontserratBold', sans-serif;
	font-size: 3.2rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
 /* 垂直居中对齐 */
	justify-content: center;
 /* 水平居中对齐 */
}

.equipment_decoration_left {
	width: 120px;
 /* 调整图片大小 */
	height: 50.13px;
 /* 调整图片大小 */
	padding-right: 20px;
}

.equipment_decoration_right {
	width: 120px;
 /* 调整图片大小 */
	height: 50.13px;
 /* 调整图片大小 */
	padding-left: 20px;
}

.equipment p {
	font-size: 18px;
	font-weight: 400;
}

.featured-equipment-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.equipment-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
 /* 图片间隔 */
	padding-top: 50px;
}

.equipment-item {
	text-align: center;
	width: 280px;
	margin: 10px;
	padding: 10px;
    /* border: 1px solid #ccc; */
	transition: transform 0.3s ease;
 /* 添加过渡效果 */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.equipment-item:hover {
	transform: scale(1.05);
 /* 鼠标悬停放大效果 */
	will-change: transform;
	border: 1px solid #ccc;
}

.equipment-item.selected {
	border: 3px solid #007BFF;
 /* 选中效果 */
	will-change: border;
}

.equipment-item p {
	text-align: center;
	color: #777777;
	min-height: 18px;
	margin: 8px;
}

.equipment-item h3 {
	text-align: center;
	min-height: 22px;
	margin: 8px;
}

.equipment-item img {
	text-align: center;
	max-width: 100%;
	height: 280px;
	object-fit: cover;
}

.equipment-item a {
	background-color: white;
	border: 2px solid #0074db;
	border-radius: 5px;
 /* 设置圆角半径 */
	color: #0074db;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 8px;
}

.mobile-equipment-container {
	display: none;
}

.desktop-equipment-container {
	display: block;
}

.desktop-equipment-item {
	text-align: center;
	width: 280px;
	margin: 10px;
	padding: 10px;
    /* border: 1px solid #ccc; */
	transition: transform 0.3s ease;
 /* 添加过渡效果 */
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.desktop-equipment-item:hover {
	transform: scale(1.05);
 /* 鼠标悬停放大效果 */
	will-change: transform;
	border: 1px solid #ccc;
}

.desktop-equipment-item.selected {
	border: 3px solid #007BFF;
 /* 选中效果 */
	will-change: border;
}

.desktop-equipment-item p {
	text-align: center;
	color: #777777;
	min-height: 18px;
	margin: 8px;
}

.desktop-equipment-item h3 {
	text-align: center;
	min-height: 22px;
	margin: 8px;
}

.desktop-equipment-item img {
	text-align: center;
	max-width: 100%;
	height: 280px;
	object-fit: cover;
}

.desktop-equipment-item a {
	background-color: white;
	border: 2px solid #0074db;
	border-radius: 5px;
 /* 设置圆角半径 */
	color: #0074db;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin: 8px;
}

/* 横幅容器样式 */
.foot-banner-container {
	display: flex;
}

.foot-banner-item img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 60px 0;
}

.contact-section {
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
}

.contact-section h1 {
	text-align: center;
}

.contact-section p {
	text-align: center;
	margin-bottom: 20px;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.contact-section form input[type="submit"] {
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
}

.footer {
	background-color: #000;
	color: #fff;
	padding: 20px;
}

.footer-logo {
	display: flex;
	justify-content: flex-start;
	padding-left: 4%;
}

.footer-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.footer-section {
	flex-basis: 200px;
	margin: 10px;
}

.footer-section h3,
.footer-section h4 {
	margin-bottom: 10px;
	color: #0074db;
}

.footer-section p {
	margin-bottom: 5px;
}

.footer-section_a {
	color: #fff;
	text-decoration: none;
}

.footer-section form {
	display: flex;
	width: 400px;
}

.footer-section input[type="email"] {
	padding: 10px;
}

.footer-section input[type="submit"] {
	background-color: #007BFF;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
}

.footer-section_contract_a {
	color: #fff;
	text-decoration: none;
}

.footer-section-connect {
	margin-top: 50px;
}

.footer-section-connect a {
	color: #0074db;
	text-decoration: none;
}

.footer-section button {
	background-color: #007BFF;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

.footer-addr-title {
	font-family: 'MontserratBold', sans-serif;
}

.footer-bottom {
	text-align: center;
	margin-top: 20px;
}

.footer-bottom button {
	background-color: #007BFF;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}

.footer_last_content {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

.footer_last_left {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	border-top: 1px solid #dee2e6;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 21px;
	font-weight: normal;
	flex-wrap: wrap;
	width: 100%;
	min-width: 200px;
}

.footer_last_left a,
.footer_last_left span {
	text-decoration: none;
	color: #000;
	margin: 0 5px;
	white-space: nowrap;
	font-size: 14px;
}

.footer_last_right {
	position: relative;
	width: 25%;
	min-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer_last_right img {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	height: 61px;
}

/* .arrow-down, */
/* .arrow-up { */
	/* display: none; */
	/* right: -20px; */
	/* top: 0; */
/* } */

/* .arrow-down { */
	/* display: inline; */
/* } */

/* .dropdown-item { */
	/* display: inline-block; */
	/* margin: 25px 0px 25px 0px; */
/* } */

/* .dropdown-item:hover { */
	/* font-weight: bold; */
	/* text-decoration: underline; */
	/* text-decoration-thickness: 3px; */
	/* color: #007BFF; */
/* } */

/* .dropdown-item img { */
	/* margin: 20px; */
	/* width: 200px; */
	/* height: 200px; */
/* } */

/* .dropdown-item h5 { */
	/* color: white; */
	/* margin: 0; */
	/* text-align: center; */
/* } */

.nav-item:hover .dropdownc {
	opacity: 1;
	visibility: visible;
	transform: translateY(5px);
}
 /* 下拉菜单样式 */
.dropdownc {
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	background-color: #000;
	padding: 25px 0;
    border-radius: 0 0 5px 5px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}

.dropdownc-item {
    list-style: none;
}
        
.dropdownc-link {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 12px 20px;
	font-size: 15px;
	transition: all 0.3s ease;
}

.dropdownc-link:hover {
	background-color: #ff6b00;
	padding-left: 25px;
}

.bread {
	display: block;
	padding: 80px 75px 40px;
}

.bread a:first-of-type {
	color: #0074db;
	text-decoration: none;
	font-weight: bold;
}

.bread a {
	font-family: 'MontserratRegular', sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: black;
}

.maincon {
	margin-top: 65px;
}

/* 默认隐藏手机端导航栏 */
.mobile-footer {
	display: none;
}

.mobile-nybanner {
	display: none;
}

.nybanner {
	display: flex;
}

.nybanner img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.nybanner-banner-text {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.nybanner-banner-text h1 {
	font-family: 'MontserratExtraBold4', sans-serif;
	margin-bottom: 10px;
	font-size: 3.5rem;
	font-weight: 600;
	white-space: nowrap;
}

.nybanner-banner-text p {
	font-size: 1.5rem;
	/* font-weight:600; */
}

.page_navi {
	margin: 60px;
	text-align: center;
}

.needhelp-container {
	margin-bottom: 80px;
	text-align: center;
}

.needhelp-container a {
	background-color: white;
	border: 2px solid #0074db;
	border-radius: 5px;
 /* 设置圆角半径 */
	color: #0074db;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
}

.commercial-banner {
	flex-wrap: wrap;
	padding-top: 100px;
}

.commercial-banner-container {
	position: relative;
}

.commercial-banner-container img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.commercial-banner-text {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-50%, -50%);
	text-align: left;
	color: white;
	width: 800px;
}

.commercial-banner-text span {
	font-size: 1.3em;
}

.commercial-banner-text h1 {
	margin: 10px 10px 10px 0px;
	font-size: 3em;
}

.commercial-banner-text p {
	font-size: 0.6em;
}

.commercial-banner-text a {
	display: inline-block;
	padding: 10px 10px;
	background-color: #007BFF;
	color: white;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.commercial-banner-text-right {
	position: absolute;
	top: 50%;
	left: 65%;
	transform: translate(-50%, -50%);
	text-align: right;
	color: white;
	width: 800px;
}

.commercial-banner-text-right span {
	font-size: 1.3em;
}

.commercial-banner-text-right h1 {
	margin: 10px 10px 10px 0px;
	font-size: 3em;
}

.commercial-banner-text-right p {
	font-size: 0.6em;
}

.commercial-banner-text-right a {
	display: inline-block;
	padding: 10px 10px;
	background-color: #007BFF;
	color: white;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

.content-prt-container {
	padding: 60px 0px 0px 75px;
	display: flex;
}

.content-prt-left-container {
	display: flex;
	width: 40%;
}

.content-prt-right-container {
	display: flex;
	width: 60%;
}

.gallery-container {
	display: flex;
}

.media-thumbnails {
	display: flex;
	flex-direction: column;
}

.thumbnail {
	width: 100px;
	height: 100px;
	margin-bottom: 40px;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 5px;
}

.thumbnail_no_switch {
	width: 100px;
	height: 100px;
	margin-bottom: 40px;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 5px;
}

.main-image-container {
	margin-left: 60px;
}

.main-image-container img {
	width: 520px;
	height: 520px
}

.product-container {
	width: 80%;
	margin: 0 auto;
}

.product-container h1 {
	font-family: 'MontserratBold', sans-serif;
	text-align: left;
	font-size: 2.5rem;
	margin-top: 0;
}

.tab-menu {
	display: flex;
	justify-content: left;
	margin-bottom: 20px;
}

.tablinks {
	font-family: 'MontserratBold', sans-serif;
	background-color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 4px solid gray;
	width: 410px;
}

.tablinks.active {
	border-bottom: 8px solid #0074db;
	width: 410px;
}

.tabcontent {
	display: none;
	padding-top: 6px;
	text-align: left;
	line-height: 1.5;
	color: #777777;
}

.tabcontent li {
	color: #777777;
	font-size: 18px;
    /* list-style-position: inside; /* 将圆点放在文本流内部 */
	*/
    /* padding-left: 1em; /* 为圆点留出空间 */ */
    /* text-indent: -1em; /* 负的缩进值，使文本与圆点对齐 */ */
	list-style-position: outside;
 /* 圆点放在文本外部 */
	padding-left: 1.5em;
 /* 为圆点留出空间 */
	text-indent: -1.5em;
 /* 负的缩进值，使文本与圆点对齐 */
    /* margin-left: 1.5em; /* 调整整体左边距 */
	*/
}

.tabcontent.active {
	display: block;
}

.content-contact-container {
	display: flex;
	justify-content: center;
 /* 水平居中内部元素 */
	align-items: center;
 /* 垂直居中内部元素 */
}

.contact-sales-rep-button {
	display: inline-block;
	padding: 10px 10px;
	background-color: #007BFF;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	width: 220px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.all-product-in-series {
	display: block;
}

.all-product-in-series > a {
	color: #007BFF;
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: left;
	margin-left: 75px;
	margin-top: 20px;
	text-decoration: none;
}

.video-js.vjs-progress {
	display: none;
}

#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 800px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
	border: 1px dashed black;
}

#popup video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#closePopup {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: white;
	color: black;
	border: 1px solid black;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}

.pl_empty {
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 200px;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	color: #999;
	font-size: 14px
}

.companyinfo h1 {
	font-family: 'MontserratBold', sans-serif;
	font-size: 3.2rem;
	white-space: nowrap;
	display: flex;
	align-items: center;
 /* 垂直居中对齐 */
	justify-content: center;
 /* 水平居中对齐 */
	text-align: center;
}

.mobile-conpanycontent {
	display: none;
}

.desktop-conpanycontent {
	display: block;
	padding: 0px 75px 80px 75px;
}

.desktop-conpanycontent p {
	line-height: 1.6;
	font-size: 18px;
	font-weight: 400;
	font-family: 'MontserratRegular', sans-serif;
}

.productinfo {
	display: none;
}

.video-popup {
	position: relative;
	cursor: pointer;
}

.video-popup img {
	object-fit: cover;
	border-radius: 10px;
}

.video-popup button {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
}

/* 自定义样式 */
.swiper-container {
	position: relative;
	margin: 50px auto;
	padding: 0 60px;
 /* 两侧留出箭头位置 */
}

.content-custom-swiper {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;
}

.content-custom-swiper-slide {
	width: 220px;
	height: auto;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	transition: transform 0.3s ease;
 /* 添加过渡效果 */
	border-radius: 10px;
	object-fit: cover;
	/* width: auto !important; */
	margin-right: 15px !important;
	display: flex;
	flex-direction: column;
}

.content-custom-swiper-slide:hover {
	transform: scale(1.05);
 /* 鼠标悬停放大效果 */
}

.content-custom-swiper-slide.selected {
	border: 3px solid #007BFF;
 /* 选中效果 */
}

.content-custom-swiper-slide p {
	text-align: center;
	color: #777777;
}

.content-custom-swiper-slide h3 {
	text-align: center;
}

/* 图片样式 */
.content-custom-swiper-slide img {
	width: 220px;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.content-custom-swiper-slide a {
	background-color: white;
	border-radius: 5px;
 /* 设置圆角半径 */
	color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.swiper-button-prev,
.swiper-button-next {
	width: 20px;
	height: 50px;
	top: 45%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background-image: url('../images/swiper_left.png');
	left: 10px;
	outline: none;
}

.swiper-button-next {
	background-image: url('../images/swiper_right.png');
	right: 10px;
	outline: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.news-container {
	padding: 20px;
}

.separator {
	border: none;
	height: 2px;
	background-color: #ccc;
 /* 分隔线颜色 */
	margin: 10px 0;
}

.news-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 50px;
}

.news-item img {
	margin-right: 20px;
}

.news-content {
	padding: 10px;
}

.news-content h2 {
	font-family: 'MontserratBold', sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
}

.news-content h2>a {
	color: #333;
	text-decoration: none
}

.news-content p {
	font-family: 'MontserratLight', sans-serif;
	font-size: 18px;
	color: #777777;
}

.news-content-p1 {
	font-style: italic;
}

.detail-container {
	margin: 0;
	padding: 0;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.detail-news-container {
	width: 60%;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.detail-news-container h1 {
	font-family: 'MontserratBold', sans-serif;
	font-size: 26px;
	color: #000;
	margin-bottom: 20px;
}

.detail-news-container-date {
	font-family: 'MontserratLight', sans-serif;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
	font-style: italic;
}

.detail-news-container-content {
	font-family: 'MontserratLight', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}