* {
	box-sizing: border-box
}

html {
	font-size: 16px
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden
}

img {
	max-width: 100%;
	height: 450
}

.menu {
	position: fixed;
	right: 5px;
	top: 25%;
	z-index: 999
}

.menu li {
	list-style: none;
	text-align: center;
	width: 80px;
	height: 73px;
	background: #26207a;
	padding-bottom: 5px;
	padding-top: 2px;
	position: relative;
	cursor: pointer
}

.menu a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 12px;
	text-decoration: none
}

.menu li:hover {
	background: #FFBB50
}

.menu ul {
	padding-top: 105px
}

.tel {
	position: relative
}

.tel:hover .number {
	display: block
}

.erweima {
	position: relative
}

.number {
	position: absolute;
	width: 240px;
	right: 81px;
	top: 0;
	color: #fff;
	display: none;
	z-index: 888;
	box-sizing: border-box;
	padding: 10px 0 10px 15px;
	background: #FFBB50;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	min-height: 80px
}

.number span {
	margin-bottom: 5px;
	display: inline-block
}

.mt1 {
	margin-top: 5px
}

.erweima .gz {
	position: absolute;
	width: 240px;
	padding: 10px;
	box-sizing: border-box;
	right: 80px;
	display: none;
	padding: 10px;
	top: 0;
	border: 1px solid #eee;
	background: #FFBB50;
	font-size: 12px;
	font-weight: bold;
	color: #fff
}

.erweima:hover .gz {
	display: block
}

.checkme {
	width: 240px;
	height: 80px;
	box-sizing: border-box;
	background: #FFBB50;
	position: absolute;
	right: 81px;
	top: 0px;
	display: none
}

.checkme a {
	color: #fff;
	padding: 5px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	border: none
}

.qq:hover .checkme {
	display: block
}

.checkme img {
	border-radius: 25px
}

.news_list {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.list_sub {
	flex: 1;
	min-width: 300px;
	margin-bottom: 20px
}

.lmTit {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #26207a
}

.lmTit a {
	float: right;
	font-size: 14px;
	color: #666;
	text-decoration: none
}

.list_sub ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.list_sub ul li {
	padding: 0px 0;
	border-bottom: 1px dashed #eee
}

.list_sub ul li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.list_sub ul li a:hover {
	color: #26207a
}

.list_sub ul li span {
	color: #999;
	font-size: 12px;
	margin-right: 10px
}

.ks_link {
	flex: 0 0 250px;
	min-width: 200px
}

.ks_link h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #26207a
}

.ks_link ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.ks_link ul li {
	margin-bottom: 10px
}

.ks_link ul li a {
	display: block;
	padding: 10px 15px;
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s
}

.ks_link ul li a:hover {
	background-color: #26207a;
	color: #fff
}

.main-container-2 {
	max-width: 1440px;
	width: 95%;
	margin: 0px auto;
	background-color: #fff;
	padding: 30px 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	border-radius: 24px
}

.nav-bar {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom: 15px;
	margin-bottom: 25px;
	flex-wrap: wrap
}

.nav-item-active {
	background-color: #26207a;
	color: #fff;
	padding: 8px 25px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	margin-right: 30px;
	display: flex;
	align-items: center;
	cursor: default
}

.nav-item-active::before {
	content: "▶";
	font-size: 14px;
	margin-right: 8px;
	opacity: 0.8
}

.tab-radio {
	display: none
}

.tab-label {
	font-size: 18px;
	margin-right: 30px;
	cursor: pointer;
	font-weight: 500;
	transition: color 0.3s;
	color: #333;
	padding: 6px 0;
	position: relative
}

.tab-label:hover {
	color: #26207a
}

.tab-radio:checked+.tab-label {
	color: #26207a;
	font-weight: 700;
	border-bottom: 3px solid #26207a
}

.more-link {
	margin-left: auto;
	color: #666;
	font-size: 14px
}

.content-area {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap
}

.video-section {
	flex: 0 0 65%;
	position: relative;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1)
}

.video-section img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 16/9
}

.play-btn-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(38, 32, 122, 0.8);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: transform 0.2s;
	border: 4px solid #fff
}

.play-btn-overlay:hover {
	transform: translate(-50%, -50%) scale(1.1);
	background: #26207a
}

.play-btn-overlay::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 20px solid #fff;
	margin-left: 5px
}

.video-title-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(38, 32, 122, 0.9);
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: 500
}