@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%;
	height: 100%;
	background: url(../images/hd_bg.webp) center 0 no-repeat;
	background-color: #f0f4ff;
	position: relative;
	z-index: 9999;
}

/*彩票球漂浮--------开始--------------------------------------*/
header .piaofu_box {
	padding-top: 20px;
	height: 400px;
	left: 50%;
	margin-left: -600px;
	position: absolute;
	box-sizing: border-box;
	z-index: 991;
}

.piaofu_box li {
	width: 100%;
	height: 100%;
	position: relative;
}

.piaofu_box li span {
	display: block;
	position: absolute;
}

.piaofu_box li span:nth-child(1) {
	width: 155px;
	height: 143px;
	background: url(../images/pf_01.png) center 0 no-repeat;
	top: 80px;
	left: 100px;
	animation: pf02 5s infinite;
}

.piaofu_box li span:nth-child(2) {
	width: 86px;
	height: 86px;
	background: url(../images/pf_02.png) center 0 no-repeat;
	right: 108px;
	top: 108px;
	animation: pf01 5s infinite;
}

.piaofu_box li span:nth-child(3) {
	width: 52px;
	height: 53px;
	background: url(../images/pf_03.png) center 0 no-repeat;
	left: 220px;
	bottom: 80px;
	animation: pf01 5s infinite;
}

.piaofu_box li span:nth-child(4) {
	width: 76px;
	height: 56px;
	background: url(../images/pf_04.png) center 0 no-repeat;
	right: 240px;
	bottom: 50px;
	animation: pf02 3s infinite;
}

@keyframes pf01 {

	0%,
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	50% {
		-webkit-transform: translate3D(-10px, 10px, 0);
		transform: translate3D(-10px, 10px, 0);
	}
}

@keyframes pf02 {

	0%,
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	50% {
		-webkit-transform: translate3D(-10px, -10px, 0);
		transform: translate3D(-10px, -10px, 0);
	}
}

/*彩票球漂浮--------结束--------------------------------------*/

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: url(../images/laba.png) 0 no-repeat;
	background-size: 36px 36px;
	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: url(../images/ico_lsgg_01.png) 0 no-repeat;
	background-size: 20px 20px;
	margin-right: 2px;
}

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

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

.lishi_gg:hover i {
	background: url(../images/ico_lsgg_02.png) 0 no-repeat;
	background-size: 20px 20px;
}

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

/*音乐播放器--------开始--------------------------------------*/
.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: url(../images/yy_cp.png) 0 no-repeat;
	background-size: 35px 35px;
	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: url(../images/yy_qs01.png) 0 no-repeat;
}

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

.btn_3 {
	background: url(../images/yy_qx01.png) 0 no-repeat;
}

/*暂停按钮*/

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

.btn_1:hover {
	background: url(../images/yy_qs02.png) 0 no-repeat;
}

.btn_2:hover {
	background: url(../images/yy_qz02.png) 0 no-repeat;
}

.btn_3:hover {
	background: url(../images/yy_qx02.png) 0 no-repeat;
}

.music_btn .pau:hover {
	background: url(../images/yy_zt02.png) 0 no-repeat;
}

.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;
}

/*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: url(../images/kjtg.png) center 0 no-repeat;
	background-position: 7px 13px;
	background-size: 32px auto;
	background-color: var(--bai);
	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: url(../images/bt_zs.png) 0 no-repeat;
}

.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: url(../images/pt_an_01.png) 0 no-repeat;
}

.gy_btn a:nth-child(2) {
	background: url(../images/pt_an_02.png) 0 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区域--------结束--------------------------------------*/
	/*彩票球漂浮--------开始--------------------------------------*/
	header .piaofu_box {
		margin-left: -50%;
	}

	.piaofu_box li span:nth-child(1) {
		top: 80px;
		left: 10px;
	}

	.piaofu_box li span:nth-child(2) {
		right: 10px;
		top: 108px;
	}

	.piaofu_box li span:nth-child(3) {
		left: 120px;
		bottom: 80px;
	}

	.piaofu_box li span:nth-child(4) {
		right: 100px;
		bottom: 50px;
	}

	/*彩票球漂浮--------结束--------------------------------------*/
	/*通用标题--------开始--------------------------------------*/
	.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: 22.417vw 4.167vw;
	}

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

@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);

	}

	.gy_btn a:nth-child(1) {
		background-size: 26.122vw 6.122vw;
	}

	.gy_btn a:nth-child(2) {
		background-size: 26.122vw 6.122vw;
	}

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

@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;
	}

	/*彩票球漂浮--------开始--------------------------------------*/
	header .piaofu_box {
		padding-top: 2.778vw;
		height: 55.556vw;
	}

	.piaofu_box li span:nth-child(1) {
		width: 21.528vw;
		height: 19.861vw;
		background-size: 21.528vw 19.861vw;
		top: 11.111vw;
		left: 1.389vw;
		animation: pf04 5s infinite;
	}

	.piaofu_box li span:nth-child(2) {
		width: 11.944vw;
		height: 11.944vw;
		background-size: 11.944vw 11.944vw;
		right: 1.389vw;
		top: 15vw;
		animation: pf03 5s infinite;
	}

	.piaofu_box li span:nth-child(3) {
		width: 7.222vw;
		height: 7.361vw;
		background-size: 7.222vw 7.361vw;
		left: 16.667vw;
		bottom: 11.111vw;
		animation: pf03 5s infinite;
	}

	.piaofu_box li span:nth-child(4) {
		width: 10.556vw;
		height: 7.778vw;
		background-size: 10.556vw 7.778vw;
		right: 13.889vw;
		bottom: 6.944vw;
		animation: pf04 5s infinite;
	}

	@keyframes pf03 {

		0%,
		100% {
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}

		50% {
			-webkit-transform: translate3D(-1.389vw, 1.389vw, 0);
			transform: translate3D(-1.389vw, 1.389vw, 0);
		}
	}

	@keyframes pf04 {

		0%,
		100% {
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
		}

		50% {
			-webkit-transform: translate3D(-1.389vw, -1.389vw, 0);
			transform: translate3D(-1.389vw, -1.389vw, 0);
		}
	}

	/*彩票球漂浮--------结束--------------------------------------*/
	.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;
}
