@charset "utf-8";

/* CSS Idex */

@font-face {
	font-family: 'iconfont';
	/* project id 3255898 */
	src: url('');
	src: url('?#iefix') format('embedded-opentype'), url('/skin/css/font_3255898_c69856y1ja.woff2') format('woff2'), url('../fonts/font_3255898_c69856y1ja.woff') format('woff'), url('../fonts/font_3255898_c69856y1ja.ttf') format('truetype'), url('#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.txt_bs01 {
	color: var(--c02);
}

.txt_bs02 {
	color: var(--c06);
}

.w1200 {
	width: 1200px;
}

.w1400 {
	width: 1400px;
}

.padding_l_r {
	padding-left: 20px;
	padding-right: 20px;
}

header {
	width: 100%;
	background: url(../images/hd_bg.webp) center 0 no-repeat;
	background-color: #f0f4ff;
	position: relative;
	z-index: 9999;
}

header .top_box {
	margin: 0 auto;
	position: relative;
	padding-top: 5px;
	box-sizing: border-box;
	z-index: 998;
}

.top_box dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_box dl dd {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*滚动公告--------开始--------------------------------------*/
.gonggao {
	width: 680px;
	height: 50px;
	box-sizing: border-box;
	background: linear-gradient(180deg, #dde1ee, #f4f7ff, #eef2fd);
	box-shadow: 0 5px 8px 0 rgba(83, 113, 165, 0.2), inset 3px 3px 6px 2px #fafdff, inset 0 0 2px 0 rgba(251, 254, 255, 0.459);
	border-radius: 30px;
	line-height: 40px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-right: 10px;
}

.laba {
	width: 36px;
	height: 36px;
	background: rgba(107, 114, 128, 0.2)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475669' stroke-width='2'%3E%3Cpath d='M18 8A6 6 0 006 8c0 7-3 9-3 9h18s-3-2-3-9'/%3E%3Cpath d='M13.73 21a2 2 0 01-3.46 0'/%3E%3C/svg%3E")
		center/22px no-repeat;
	border-radius: 10px;
	flex-shrink: 0;
	margin-right: 10px;
	margin-left: 8px;
}

.gg_txt {
	width: 500px;
	height: 36px;
	overflow: hidden;
	border-radius: 6px;
	background: #e8ecf7;
	box-shadow: 1px 1px 1px 0 rgb(255, 255, 255), inset 1px 2px 2px 0 rgba(199, 210, 233, 0.8);
	box-sizing: border-box;
}

.gg_txt ul {
	width: 100%;
	position: relative;
}

.gg_txt ul li {
	position: absolute;
	font-size: 16px;
	float: left;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 50px;
	padding-right: 50px;
	color: var(--c06);
}

.gg_btn {
	width: 80px;
	height: 32px;
	border-radius: 4px;
	background: #f2f5fe;
	box-shadow: inset 1px 1px 1px 0 rgb(255, 255, 255), 1px 1px 1px 0 rgba(199, 210, 233, 0.8);
	line-height: 30px;
	margin-left: 12px;
}

.gg_btn:hover {
	color: var(--c02);
}

.gg_btn .xq {
	margin: 1px 2px 0px 8px;
}

/*滚动公告--------结束--------------------------------------*/

/*历史公告--------开始--------------------------------------*/

.lishi_gg {
	width: 150px;
	height: 50px;
	border-radius: 30px;
	background: linear-gradient(180deg, #dde1ee, #f4f7ff, #eef2fd);
	box-shadow: 0 5px 8px 0 rgba(83, 113, 165, 0.2), inset 3px 3px 6px 2px #fafdff, inset 0 0 2px 0 rgba(251, 254, 255, 0.459);
	line-height: 46px;
	margin: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lishi_gg i {
	display: block;
	width: 20px;
	height: 20px;
	background: rgba(71, 85, 105, 0.25)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234769e5'%3E%3Cpath d='M4 19h16v2H4v-2zM18 8h2V6h2V4H2v2h2v2h2v7h12V8z'/%3E%3C/svg%3E")
		center/14px no-repeat;
	border-radius: 4px;
	margin-right: 2px;
}

.lishi_gg p {
	margin-left: 5px;
}

.lishi_gg:hover {
	color: var(--c02);
}

.lishi_gg:hover i {
	background-color: rgba(71, 85, 105, 0.35);
}

/*历史公告--------结束--------------------------------------*/

/*音乐播放器--------开始--------------------------------------*/
.music_box {
	width: 160px;
	background: linear-gradient(to top, #e4e4ee, #e9eaf1);
	box-sizing: border-box;
	border: 4px solid rgb(236, 241, 253);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin: 10px;
}

.music_name {
	padding-top: 2px;
	padding-left: 5px;
	margin-right: 5px;
}

.music_name span {
	width: 35px;
	height: 35px;
	background: radial-gradient(circle at 30% 30%, #e2e8f0 0%, #cbd5e1 40%, #94a3b8 100%);
	border: 2px solid rgba(255, 255, 255, 0.95);
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.6), 0 2px 4px rgba(15, 23, 42, 0.12);
	border-radius: 50%;
	display: block;
}

.cp_xz01 {
	animation: xuanzhuan 6s linear infinite running;
}

.cp_xz02 {
	animation: xuanzhuan 6s linear infinite paused;
}

@keyframes xuanzhuan {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.music_btn li {
	float: left;
	cursor: pointer;
}

.btn_1,
.btn_3 {
	width: 28px;
	height: 40px;
}

.btn_1 {
	background: linear-gradient(180deg, #64748b, #475569)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E")
		center/16px no-repeat;
}

.btn_2 {
	width: 34px;
	height: 40px;
	background: linear-gradient(180deg, #64748b, #475569)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 6h4v12H6V6zm8 0h4v12h-4V6z'/%3E%3C/svg%3E")
		center/12px no-repeat;
}

.btn_3 {
	background: linear-gradient(180deg, #64748b, #475569)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 18L18 6v12H6z' transform='rotate(180 12 12)'/%3E%3C/svg%3E")
		center/14px no-repeat;
}

/*暂停按钮*/

.pau {
	width: 34px;
	height: 40px;
	background: url(../images/yy_zt01.png) 0 no-repeat;
}

.btn_1:hover {
	filter: brightness(1.12);
}

.btn_2:hover {
	filter: brightness(1.12);
}

.btn_3:hover {
	filter: brightness(1.12);
}

.music_btn .pau:hover {
	filter: brightness(1.08);
}

.music_up,
.music_yl {
	font-size: 0px;
}

/*音乐播放器--------结束--------------------------------------*/

/*LOGO区域--------开始--------------------------------------*/
.logo_box {
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 80px;
	position: relative;
	z-index: 997;
}

.logo h1 a {
	display: block;
	width: auto;
	height: 245px;
	font-size: 0px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.kouhao {
	width: 420px;
	height: 50px;
	-webkit-mask-image: linear-gradient(to bottom, #e9af47, #e88c28);
	background-image: linear-gradient(to bottom, #e9af47, #e88c28);
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color: var(--bai);
	margin-top: 30px;
	font-size: 25px;
	text-shadow: 2px 2px 5px rgba(255, 17, 0, 0.5);
	letter-spacing: 2px;
}

.logo-announcement {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 5px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px 12px;
	border-radius: 8px;
	backdrop-filter: blur(5px);
}

.logo-announcement p {
	margin: 0;
	padding: 2px 0;
}

.logo-announcement img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
}

/* PK04：后台纯文本网站介绍，前台红色显示 */
.logo-announcement.pk04-site-desc-plain {
	color: #dc2626 !important;
	text-shadow: none;
	font-weight: 600;
	word-break: break-word;
}

/*LOGO区域--------结束--------------------------------------*/

/*快捷联系--------开始 --------------------------------------*/
.kjlx_box {
	width: 680px;
	height: 60px;
	border-radius: 30px;
	border: solid 1px var(--c06);
	background: #eaeef5;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
}

.kjlx_box li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.kjlx_box li span {
	width: 100%;
	height: 60px;
	display: block;
	background: var(--c06);
	margin-right: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	color: var(--bai);
}

.kjlx_box li span i {
	width: 50px;
	height: 50px;
	background: var(--bai)
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E")
		center/26px no-repeat;
	border-radius: 50%;
	margin-right: 10px;
}

.kjlx_box li span p {
	font-size: 20px;
}

.kjlx_box li h2 {
	font-size: 32px;
}

.kjlx_box .jt_box {
	width: 100px;
	height: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 0;
	animation: jt 1s infinite;
}

.kjlx_box .jt_box img {
	width: auto;
	height: 100%;
	padding-left: 0;
	animation: jt 1s infinite;
}

@keyframes jt {

	0%,
	100% {
		padding-left: 0;
	}

	30% {
		padding-left: 10%;
	}
}

.kjlx_box a {
	width: 160px;
	height: 60px;
	background: var(--c06);
	color: var(--bai);
	box-sizing: border-box;
	border: 0;
	border-left: solid 1px var(--c06);
	font-size: 20px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
}

.kjlx_box a:hover {
	background: var(--bai);
	color: var(--c06);
}

/*快捷联系--------结束--------------------------------------*/

/*通用标题--------开始--------------------------------------*/
.bt {
	width: 980px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
}

.bt h2 {
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 4px;
	text-align: center;
	margin: 20px;
}

.bt li {
	width: 269px;
	height: 50px;
	background-image: linear-gradient(90deg, transparent 0%, rgba(118, 75, 162, 0.45) 50%, transparent 100%);
	background-repeat: no-repeat;
	background-size: 100% 8px;
	background-position: center center;
	background-color: transparent;
}

.bt li:nth-child(3) {
	transform: rotateY(180deg);
}

/*通用标题--------结束--------------------------------------*/

/*滑动导航-PC--------开始--------------------------------------*/
.nav_pc {
	position: fixed;
	right: 0px;
	bottom: 120px;
	z-index: 9999;
}

.nav_pc a {
	height: 40px;
	color: var(--c06);
	display: flex;
	align-items: center;
	justify-content: right;
	margin: 10px auto;
	cursor: pointer;
}

.nav_pc a p {
	padding-left: 20px;
	padding-right: 20px;
}

.nav_pc a i {
	height: 20px;
	width: 20px;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	box-sizing: border-box;
	background: var(--c06);
}

.nav_pc p {
	color: var(--c06);
}

.nav_pc .act_pc i {
	width: auto;
	height: 100%;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	border: solid 4px var(--c06);
	box-sizing: border-box;
	background: var(--c06);
}

.nav_pc .act_pc p {
	display: flex;
	align-items: center;
	height: 100%;
	background: var(--c06);
	color: var(--bai);
	margin-left: -20px;
}

.nav_pc .act_pc i span:nth-child(1) {
	width: 32px;
	height: 32px;
	border-radius: 32px 0 0 32px;
	background: var(--bai);
}

.nav_pc .act_pc i span:nth-child(2) {
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-left: 20px solid var(--bai);
}

/*滑动导航-PC--------结束--------------------------------------*/

/*滑动导航-APP--------开始--------------------------------------*/
.nav_app {
	position: relative;
	width: 720px;
	height: auto;
	margin: 0 auto;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 34px;
	box-sizing: border-box;
	box-shadow: inset 0 0 30px 0 rgba(214, 218, 224, 0.7);
	background: #f0f4ff;
	z-index: 9999;
}

.nav_app a {
	flex: 1 1 calc(100% / 4);
	height: 100%;
	padding: 10px 0;
	color: var(--c06);
	border-right: 1px solid #c4cbe0;
	border-bottom: 1px solid #c4cbe0;
	cursor: pointer;
	box-sizing: border-box;
}

.nav_app a:nth-child(4),
.nav_app a:last-child {
	border-right: none;
}

.nav_app a:nth-child(5),
.nav_app a:nth-child(6),
.nav_app a:nth-child(7),
.nav_app a:nth-child(8) {
	border-bottom: none;
}

.nav_app a p {
	text-align: center;
	color: var(--c06);
	font-size: 24px;
}

.nav_app a i {
	display: block;
	width: 16px;
	height: 11px;
	background: url(../images/nav_jt.png) 0 -11px no-repeat;
	background-size: 16px 22px;
	margin: 0 auto;
	margin-top: 10px;
}

.nav_app .act_app {
	-webkit-mask-image: linear-gradient(to bottom, #7f8fbe, #6e7daa, #7f8fbe);
	background-image: linear-gradient(to bottom, #7f8fbe, #6e7daa, #7f8fbe);
}

.nav_app .act_app p {
	color: var(--bai);
}

.nav_app .act_app i {
	color: var(--bai);
	background: url(../images/nav_jt.png) 0 0px no-repeat;
	background-size: 16px 22px;
}

/*滑动导航-APP--------结束--------------------------------------*/

/*成人观影--------开始--------------------------------------*/
.crgy {
	width: 902px;
	height: 189px;
	background: url(../images/gy_bg.png) 0 no-repeat;
	margin: 20px auto;
	margin-bottom: 50px;
	background-size: 902px 189px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 10px 0 rgba(31, 26, 107, 0.14);
}

.gy_nr {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0 0 24px;
}

.gy_nr .gy_pt {
	width: auto;
	height: 158px;
}

.gy_btn {
	text-align: center;
	margin: 0 auto;
}

.gy_btn a {
	width: 256px;
	height: 60px;
	margin: 10px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: var(--bai);
	border-radius: 30px;
	overflow: hidden;
	letter-spacing: 2px;
	box-shadow: 0 2px 6px 0 rgba(31, 26, 107, 0.14);
	text-shadow: 0 1px 3px 0 rgba(31, 26, 107, 0.24);
}

.gy_btn a:nth-child(1) {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) no-repeat;
}

.gy_btn a:nth-child(2) {
	background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) no-repeat;
}

/*成人观影--------结束--------------------------------------*/

@media only screen and (max-width: 1200px) {
	.w1200 {
		width: 100%;
	}

	.top_box dl {
		margin: 0 auto;
	}

	.gonggao {
		margin-right: 0;
	}

	/*LOGO区域--------开始--------------------------------------*/
	.logo_box {
		margin-top: 2.5vw;
		margin-bottom: 6.667vw;
	}

	.logo h1 a {
		height: 20.417vw;
	}

	.kouhao {
		width: 35vw;
		height: 4.167vw;
		border-radius: 2.083vw;
		line-height: 4.167vw;
		margin-top: 2.5vw;
		font-size: 2.083vw;
		text-shadow: 0.167vw 0.167vw 0.417vw rgba(255, 17, 0, 0.5);
		letter-spacing: 0.167vw;
	}

	/*LOGO区域--------结束--------------------------------------*/
	/*通用标题--------开始--------------------------------------*/
	.bt {
		width: 81.667vw;
		margin-top: 20px;
	}

	.bt h2 {
		font-size: 3.333vw;
		line-height: 4.167vw;
		letter-spacing: 0.333vw;
		margin: 1.667vw;
	}

	.bt li {
		width: 22.417vw;
		height: 4.167vw;
		background-size: 100% 0.85vw;
	}

	/*通用标题--------结束--------------------------------------*/
}

@media only screen and (max-width: 1069px) {

	/*LOGO区域--------开始--------------------------------------*/
	.logo_box {
		margin-top: 27.15px;
		margin-bottom: 72.4px;
	}

	.logo h1 a {
		height: 222px;
	}

	.kouhao {
		width: 380px;
		height: 45.25px;
		border-radius: 23px;
		line-height: 45.25px;
		margin-top: 27.15px;
		font-size: 22px;
		text-shadow: 0.167vw 0.167vw 0.417vw rgba(255, 17, 0, 0.5);
		letter-spacing: 0.167vw;
	}

	/*LOGO区域--------结束--------------------------------------*/
}

@media only screen and (max-width: 1020px) {
	.nav_pc {
		display: none;
	}

	.nav_app {
		width: 100%;
		display: flex;
		position: fixed;
		bottom: 0;
	}

	footer {
		margin-bottom: 185px;
	}
}

@media only screen and (max-width: 980px) {
	.bt {
		width: 100%;
	}

	/*成人观影--------开始--------------------------------------*/
	.crgy {
		width: 92.041vw;
		height: 19.286vw;
		background-size: 92.041vw 19.286vw;
		margin: 2.041vw auto;
		margin-bottom: 5.102vw;
		border-radius: 1.633vw;
		box-shadow: 0 0.816vw 1.020vw 0 rgba(31, 26, 107, 0.14);
	}

	.gy_nr {
		padding: 1.531vw 0 0 2.449vw;
	}

	.gy_nr .gy_pt {
		height: 16.122vw;
	}

	.gy_btn a {
		width: 26.122vw;
		height: 6.122vw;
		margin: 1.020vw auto;
		font-size: 2.041vw;
		border-radius: 3.061vw;
		letter-spacing: 0.204vw;
		box-shadow: 0 0.204vw 0.612vw 0 rgba(31, 26, 107, 0.14);
		text-shadow: 0 0.102vw 0.306vw 0 rgba(31, 26, 107, 0.24);

	}

	/*成人观影--------结束--------------------------------------*/
}

@media only screen and (max-width: 740px) {
	.top_box dl dd {
		width: 100%;
		margin: 10px auto;
	}

	.lishi_gg {
		margin: 0;
	}

	.music_box {
		margin: 0;
	}
}

@media only screen and (max-width: 720px) {
	header {
		background-size: auto 66.667vw;
	}

	.top_box dl dd {
		margin: 1.389vw auto;
	}

	/*滚动公告--------开始--------------------------------------*/
	.gonggao {
		width: 94.444vw;
		height: 6.944vw;
		box-shadow: 0 0.694vw 1.111vw 0 rgba(83, 113, 165, 0.2), inset 0.417vw 0.417vw 0.833vw 0.278vw #fafdff, inset 0 0 0.278vw 0 rgba(251, 254, 255, 0.459);
		border-radius: 4.167vw;
		line-height: 5.556vw;
		padding: 0 1.389vw;
		margin-right: 1.389vw;
	}

	.laba {
		width: 5vw;
		height: 5vw;
		background-size: 5vw 5vw;
		margin-right: 1.389vw;
		margin-left: 1.111vw;
	}

	.gg_txt {
		width: 69.444vw;
		height: 5vw;
		border-radius: 0.833vw;
		box-shadow: 0.139vw 0.139vw 0.139vw 0 rgb(255, 255, 255), inset 0.139vw 0.278vw 0.278vw 0 rgba(199, 210, 233, 0.8);
	}

	.gg_txt ul li {
		font-size: 2.222vw;
		line-height: 5vw;
		margin-right: 6.944vw;
		padding-right: 6.944vw;
	}

	.gg_btn {
		width: 11.111vw;
		height: 4.444vw;
		border-radius: 0.556vw;
		box-shadow: inset 0.139vw 0.139vw 0.139vw 0 rgb(255, 255, 255), 0.139vw 0.139vw 0.139vw 0 rgba(199, 210, 233, 0.8);
		line-height: 4.167vw;
		margin-left: 1.667vw;
	}

	.gg_btn p {
		font-size: 2.5vw;
	}

	.gg_btn .xq {
		margin: 0.139vw 0.278vw 0vw 1.111vw;
	}

	.iconfont {
		font-size: 2.778vw;
	}

	/*滚动公告--------结束--------------------------------------*/

	/*历史公告--------开始--------------------------------------*/

	.lishi_gg {
		width: 20.833vw;
		height: 6.944vw;
		border-radius: 4.167vw;
		box-shadow: 0 0.694vw 1.111vw 0 rgba(83, 113, 165, 0.2), inset 0.417vw 0.417vw 0.833vw 0.278vw #fafdff, inset 0 0 0.278vw 0 rgba(251, 254, 255, 0.459);
		line-height: 6.389vw;
	}

	.lishi_gg i {
		width: 2.778vw;
		height: 2.778vw;
		background-size: 2.778vw 2.778vw;
		margin-right: 0.278vw;
	}

	.lishi_gg p {
		margin-left: 0.694vw;
		font-size: 2.5vw;
	}

	.lishi_gg:hover i {
		background-size: 2.778vw 2.778vw;
	}

	/*历史公告--------结束--------------------------------------*/

	/*音乐播放器--------开始--------------------------------------*/
	.music_box {
		width: 22.222vw;
		border: 0.556vw solid rgb(236, 241, 253);
		border-radius: 1.389vw;
	}

	.music_name {
		padding-top: 0.278vw;
		padding-left: 0.694vw;
		margin-right: 0.694vw;
	}

	.music_name span {
		width: 4.861vw;
		height: 4.861vw;
		background-size: 4.861vw 4.861vw;
	}

	.btn_1,
	.btn_3,
	.btn_1:hover,
	.btn_3:hover {
		width: 3.889vw;
		height: 5.556vw;
		background-size: 3.889vw 5.556vw;
	}

	.btn_2,
	.btn_2:hover {
		width: 4.722vw;
		height: 5.556vw;
		background-size: 4.722vw 5.556vw;
	}

	/*暂停按钮*/

	.pau,
	.music_btn .pau:hover {
		width: 4.722vw;
		height: 5.556vw;
		background-size: 4.722vw 5.556vw;
	}

	/*音乐播放器--------结束--------------------------------------*/

	/*LOGO区域--------开始--------------------------------------*/
	.logo_box {
		margin-top: 3.771vw;
		margin-bottom: 10.056vw;
	}

	.logo h1 a {
		height: 30.833vw;
	}

	.kouhao {
		width: 52.778vw;
		height: 6.285vw;
		border-radius: 3.194vw;
		line-height: 6.285vw;
		margin-top: 3.771vw;
		font-size: 3.056vw;
		text-shadow: 0.278vw 0.278vw 0.694vw rgba(255, 17, 0, 0.5);
		letter-spacing: 0.278vw;
	}

	/*LOGO区域--------结束--------------------------------------*/

	/*快捷联系--------开始 --------------------------------------*/
	.kjlx_box {
		width: 94.444vw;
		height: 8.333vw;
		border-radius: 4.167vw;
	}

	.kjlx_box li span {
		height: 8.333vw;
		margin-right: 1.389vw;
		padding: 0.694vw;
	}

	.kjlx_box li span i {
		width: 6.944vw;
		height: 6.944vw;
		background-size: 4.444vw auto;
		background-position: 0.972vw 1.806vw;
		margin-right: 1.389vw;
	}

	.kjlx_box li span p {
		font-size: 2.778vw;
	}

	.kjlx_box li h2 {
		font-size: 4.444vw;
	}

	.kjlx_box .jt_box {
		width: 13.889vw;
		height: 2.778vw;
	}

	.kjlx_box a {
		width: 22.222vw;
		height: 8.333vw;
		font-size: 2.778vw;
		letter-spacing: 0.278vw;
	}

	/*快捷联系--------结束--------------------------------------*/

	/*滑动导航-APP--------开始--------------------------------------*/
	.nav_app {
		width: 100%;
		padding: 2.778vw 4.722vw;
		box-shadow: inset 0 0 4.167vw 0 rgba(214, 218, 224, 0.7);
	}

	.nav_app a {
		padding: 1.389vw 0;
		border-right: 0.139vw solid #c4cbe0;
		border-bottom: 0.139vw solid #c4cbe0;
	}

	.nav_app a p {
		font-size: 3.333vw;
	}

	.nav_app a i {
		width: 2.222vw;
		height: 1.528vw;
		background: url(../images/nav_jt.png) 0 -1.528vw no-repeat;
		background-size: 2.222vw 3.056vw;
		margin-top: 1.389vw;
	}

	.nav_app .act_app i {
		background-size: 2.222vw 3.056vw;
	}

	/*滑动导航-APP--------结束--------------------------------------*/

}

.tj {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.tjitem {
	width: 32%;
	width: 24%;
	height: 100px;
	text-align: center;
	/* border: 1px solid #abb2bf; */
	border-radius: 10px;
	box-shadow: 0 1.111vw 1.389vw 0 rgba(31, 26, 107, 0.14);
	margin: 10px 0 0 0;
	font-size: 12px;
	background: #fff;
	padding-bottom: 5px;
}
.pt_box3 .tjitem{
	width: 32%;
}

.tjitem img{
	margin: 6px 0;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	border:1px solid #eee;
	padding: 3px;
}

.menu-button {
	padding: 10px 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	border: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	background: #f7f7f7;
	flex: 1;
	min-width: 80px;
	/* 确保按钮可以被点击 */
	position: relative;
	z-index: 1;
	/* 移除可能阻止点击的样式 */
	pointer-events: auto;
	/* 确保文字不会被选中 */
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.menu-button.active {
	background-color: #efd0a4;
	color: #333;
	/* 确保激活状态也可点击 */
	pointer-events: auto;
}

/* 确保按钮内的文字也可以触发点击 */
.menu-button * {
	pointer-events: none;
}

/* 当分类较多时，调整按钮样式 */
.navbar.many-categories .menu-button {
	width: auto;
	flex: none;
	min-width: 60px;
	font-size: 12px;
	padding: 8px 5px;
	/* 保持点击功能 */
	pointer-events: auto;
}

/* 确保导航栏容器不会阻止点击 */
.navbar {
	display: flex;
	justify-content: space-between;
	background: #ffffff;
	padding: 15px 5px;
	flex-wrap: wrap;
	/* 确保容器不阻止点击事件 */
	pointer-events: auto;
}
