@charset "utf-8";
/*header*/
.header {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 61px;
	max-width: 860px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: linear-gradient(to right,#ff6461,#ff6461);
}

	.header.index-header {
		height: 80px;
	}

	.header .head-title-img {
		position: relative;
	}

.head-title-img .natural {
	position: absolute;
	top: 2px;
	left: 50%;
	display: block;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0 0 20px #000;
	-webkit-animation: z 5s linear 0s infinite;
	-moz-animation: z 5s linear 0s infinite;
	-ms-animation: z 5s linear 0s infinite;
	animation: z 5s linear 0s infinite;
}

@-webkit-keyframes z {
	from {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
	}

	to {
		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0) rotateY(0) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

.header .logo-box {
	height: 50px;
}

.header .logo {
	float: left;
	margin-left: 0;
	height: 50px;
}

	.header .logo .logo-img {
		width: 208px;
		height: 50px;
	}

.header .bank {
	position: relative;
	float: right;
	width: 80px;
	height: 50px;
}

	.header .bank a {
		display: block;
		padding-top: 14px;
		color: #fff;
		text-align: center;
		font-size: 12pt;
	}

	.header .bank img {
		display: block;
		margin: 0 auto;
		width: 75px;
		height: 50px;
	}

.nullbox {
	height: 91px;
}

.subnullbox {
	height: 61px;
}

/*nav*/
.nav {
   background: #32b869;
	overflow: hidden;
	border-top: 1px solid #000;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

	.nav span {
		float: left;
		display: block;
		width: 16.66%;
		height: 30px;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
	}

		.nav span:hover {
			background: #292929;
		}

	.nav.pf span:hover {
	}

.box {
	overflow: hidden;
	margin: 5px 0;
	border-radius: 5px;
	background-image: linear-gradient(to right, #FF6461, #FF6461);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.dbt img {
	margin-top: 76px;
	margin-bottom: -8px;
}

/*news*/
.news-title {
	float: left;
	padding-left: 5px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

	.news-title img {
		float: left;
		display: block;
		margin-right: 5px;
		width: 35px;
		height: 35px;
	}

.txtMarquee-left {
	position: relative;
	overflow: hidden;
	padding: 0 1px;
	width: auto;
}

	.txtMarquee-left .bd ul {
		overflow: hidden;
		zoom: 1;
	}

		.txtMarquee-left .bd ul li {
			float: left;
			margin-right: 20px;
			width: auto !important;
			height: 35px;
			color: #000;
			text-align: left;
			line-height: 35px;
		}

			.txtMarquee-left .bd ul li a {
				color: #fff;
			}

				.txtMarquee-left .bd ul li a:hover {
					text-decoration: underline;
				}



/*content*/
.subnav {
	overflow: hidden;
	padding: 5px 0;
	border-radius: 5px;
	background: rgba(255,255,255,.8);
}

	.subnav a {
		float: left;
		display: block;
		width: 20%;
		color: #000;
		text-align: center;
		text-shadow: 0 2px 1px #ff9c00;
		font-weight: 700;
		font-size: 12pt;
	}

		.subnav a img {
			display: block;
			margin: 0 auto 2px;
			width: 84px;
			height: 76px;
			animation-duration: 1s;
			animation-fill-mode: both;
		}

		.subnav a:nth-child(1) img, .subnav a:nth-child(2) img {
			animation-name: fadeInLeft;
		}

		.subnav a:nth-child(3) img {
			animation-name: bounceInDown;
		}

		.subnav a:nth-child(4) img, .subnav a:nth-child(5) img {
			animation-name: fadeInRight;
		}

.ggimg {
	margin: 5px 0;
}

	.ggimg a img {
		width: 60px;
		height: 60px;
	}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%,0,0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,60%,75%,90%,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0,-3000px,0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0,25px,0);
	}

	75% {
		transform: translate3d(0,-10px,0);
	}

	90% {
		transform: translate3d(0,5px,0);
	}

	to {
		transform: none;
	}
}

.subnav a:hover {
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes pulse {
	0% {
		transform: scaleX(1);
	}

	50% {
		transform: scale3d(1.05,1.05,1.05);
	}

	to {
		transform: scaleX(1);
	}
}

.pad {
	padding: 4px 4px;
}

.xjbox {
	overflow: hidden;
	margin: 5px 0;
	border-radius: 5px;
	background: #000;
}

.sup-title {
	overflow: hidden;
	margin: 5px 0;
	height: 50px;
	border: 1px solid #000;
	border-radius: 5px;
	background: #b99b5f;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 10px #000;
	font-size: 14pt;
	line-height: 50px;
}

.jiesitable {
	width: 100%;
	border-radius: 8px;
	color: #fff;
	table-layout: fixed;
	text-align: center;
	word-wrap: break-word;
	font-weight: 700;
	font-size: 13pt;
	font-family: simsun;
}

	.jiesitable tr {
		height: 30px;
	}

	.jiesitable td, .jiesitable th {
		border: 1px solid #b69157;
		text-overflow: ellipsis;
	}

.listtable {
	color: #000;
	table-layout: fixed;
}

	.listtable tr {
		height: 25px;
	}

	.listtable td, .listtable th {
		padding: 4px 4px;
	}

	.listtable th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.listtable td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14pt;
	}

		.listtable td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			height: 22px;
			color: #000;
			white-space: nowrap;
			font-weight: 700;
			line-height: 22px;
		}

.gg {
	color: #000;
	table-layout: fixed;
}

	.gg tr {
		height: 25px;
	}

	.gg td, .gg th {
		padding: 4px 4px;
	}

	.gg th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gg td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #383232;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 18pt;
	}

		.gg td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			color: #000;
			white-space: nowrap;
			font-weight: 700;
		}

.gjpxj {
	color: #000;
	table-layout: fixed;
}

	.gjpxj tr {
		height: 25px;
	}

	.gjpxj td, .gjpxj th {
		padding: 1px 1px;
	}

	.gjpxj th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gjpxj td {
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-overflow: ellipsis;
		font-weight: 700;
		font-size: 14pt;
	}

.spm {
	color: #000;
	table-layout: fixed;
}

	.spm tr {
		height: 25px;
	}

	.spm td, .spm th {
		padding: 4px 4px;
	}

	.spm td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border-bottom: 1px solid #b99b5f;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 14pt;
	}

		.spm td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			height: 22px;
			color: #000;
			white-space: nowrap;
			font-weight: 700;
			line-height: 22px;
		}

.img-title {
	float: right;
	margin-bottom: 35px;
	width: 65%;
	text-align: center;
}

	.img-title h1 {
		margin-top: 30px;
		color: red;
		text-shadow: 0 2px 1px #000;
		letter-spacing: 6px;
		font-size: 52px;
	}

	.img-title h2 {
		margin-top: 32px;
		color: #0060ff;
		text-shadow: 0 2px 1px #000;
		letter-spacing: 13px;
		font-size: 24px;
	}


.sideMenu {
	overflow: hidden;
	height: 248px;
	border: 1px solid #000;
	border-radius: 5px;
}

	.sideMenu h3 {
		padding-left: 10px;
		height: 42px;
		border-bottom: 1px solid #fff;
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 20px;
		line-height: 42px;
		cursor: pointer;
	}

		.sideMenu h3 em {
			float: right;
			display: block;
			width: 40px;
			height: 42px;
			cursor: pointer;
		}

		.sideMenu h3.on em {
			background-position: 16px -57px;
		}

	.sideMenu ul {
		display: none;
		padding: 20px 25px;
		color: #999;
	}

		.sideMenu ul li {
			float: left;
			width: 25%;
			height: 80px;
		}

			.sideMenu ul li a {
				display: block;
				margin: 0 auto;
				width: 90%;
				height: 80px;
				border: 1px solid #fff;
				border-radius: 10px;
				background: rgba(97,152,191,.7);
				color: #000e42;
				text-align: center;
				font-size: 18px;
				line-height: 80px;
				transition: all .5s;
			}

				.sideMenu ul li a:hover {
					border: 1px solid #000;
					background: rgba(0,0,0,.7);
					color: #fff;
				}

.qxtable {
	background: #fff;
	color: #000;
	text-align: center;
	word-wrap: break-word;
	font-weight: 700;
	word-break: break-all;
}

	.qxtable tr {
		height: 27px;
	}

	.qxtable td, .qxtable th {
		border: 1px solid #fff;
	}

	.qxtable th {
		background: #fff89c;
		color: red;
		text-align: center;
		font-size: 18px;
	}

	.qxtable td {
		text-overflow: ellipsis;
		font-size: 24px;
	}

	.qxtable .xz {
		font-size: 36px;
	}

	.qxtable .xz1 {
		font-size: 20px;
	}

	.qxtable .xz2 {
		font-size: 30px;
	}

	.qxtable.left {
		text-align: left;
	}

		.qxtable.left th {
			text-align: left;
		}

	.qxtable.yxym {
		table-layout: auto;
		word-wrap: break-word;
		word-break: break-all;
	}

		.qxtable.yxym td {
			font-size: 14pt;
		}

		.qxtable.yxym tr td:nth-child(1) {
			width: 21%;
			background: pink;
		}

		.qxtable.yxym tr td:nth-child(3) {
			width: 14%;
			background: pink;
		}

		.qxtable.yxym tr td:nth-child(2) {
			width: 65%;
			background: #f7f7f7;
		}

.list-title {
	height: 28px;
	border-bottom: 1px solid #738e9f;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #fff;
	color: #000;
	text-align: center;
	text-shadow: 1px 4px 1px #b99b5f;
	font-weight: 700;
	font-size: 16pt;
	line-height: 25px;
}

.riqi {
	text-align: center;
	font-weight: 700;
	font-size: 20pt;
}

.haoju {
	text-align: center;
	font-weight: 700;
	font-size: 20pt;
}

#yxym .list-title {
	background: linear-gradient(transparent,#ff6461);
	color: #000;
	text-shadow: 0 0 10px #e5e5e5;
	font-size: 26px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
    
}

.jueshatable {
	overflow: hidden;
	border-radius: 5px;
	background: #000;
	color: #fff;
	table-layout: auto;
	text-align: center;
}

	.jueshatable tr {
		height: 25px;
	}

	.jueshatable th {
		border: 1px solid #636262;
		background: #000;
		color: #fff;
	}

	.jueshatable td {
		width: 50%;
		border: 1px solid #636262;
		font-weight: 700;
	}

.guanggao {
	overflow: hidden;
	border-radius: 5px;
	background: #ebcd92;
	color: #fff;
	table-layout: auto;
	text-align: center;
}

	.guanggao tr {
		height: 25px;
	}

	.guanggao img {
		width: 100%;
		height: 45px;
	}

	.guanggao .dt {
		width: 100%;
		height: 90px;
	}

	.guanggao a {
		color: red;
		font-size: 16pt;
	}

	.guanggao td {
		width: 100%;
		border: 0 solid #636262;
		font-weight: 700;
	}

.liuxiao {
	overflow: hidden;
	border-radius: 5px;
	background: #ffdfff;
	color: #fff;
	table-layout: auto;
	text-align: center;
}

	.liuxiao tr {
		height: 25px;
	}

	.liuxiao td {
		width: 100%;
		border: 1px solid #fff;
		font-weight: 700;
	}

.shierma {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.shierma tr {
		height: 25px;
	}

	.shierma td {
		width: 100%;
		border: 1px solid silver;
		font-weight: 700;
	}

.yjxj {
	overflow: hidden;
	border-radius: 5px;
	background: #bdf;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.yjxj tr {
		height: 25px;
	}

	.yjxj td {
		width: 100%;
		border: 1px solid #fff;
		font-weight: 700;
	}

.gongshi {
	color: #000;
	table-layout: fixed;
}

	.gongshi tr {
		height: 25px;
	}

	.gongshi td, .gongshi th {
		padding: 2px 2px;
	}

	.gongshi th {
		border-bottom: 1px solid #000;
		text-align: center;
		text-shadow: 1px 4px 1px #b99b5f;
		font-size: 20pt;
	}

	.gongshi td {
		overflow: hidden;
		overflow: hidden;
		height: 22px;
		border: 1px solid #efe8e8;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16pt;
	}

		.gongshi td a {
			display: block;
			overflow: hidden;
			overflow: hidden;
			color: #00f;
			white-space: nowrap;
			font-weight: 700;
		}

.duilianpt {
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
    color: #000;
	table-layout: auto;
	text-align: center;
}

	.duilianpt tr {
		height: 25px;
	}

	.duilianpt td {
		border: 1px solid silver;
		font-weight: 700;
		font-size: 18pt;
	}

	.duilianpt th {
		border: 1px solid silver;
		font-weight: 700;
		font-size: 18pt;
	}

.pnzl {
	overflow: hidden;
	border-radius: 5px;
	background: #f5f5f5;
	color: #000;
	table-layout: auto;
	text-align: center;
}

	.pnzl tr {
		height: 25px;
	}

	.pnzl td {
		width: 33.3%;
		border: 1px solid #fff;
		font-weight: 700;
		font-size: 12pt;
		font-family: ??????;
	}

	.pnzl a {
		color: #000;
	}

.footer-link {
	height: 30px;
	border-bottom: 1px solid #000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	text-align: center;
	line-height: 30px;
}

	.footer-link a {
		margin: 0 10px;
		color: #6198bf;
	}

		.footer-link a:hover {
			text-decoration: underline;
		}

.copyright {
	margin: 0 auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 80%;
	border-bottom: 1px solid #000;
	color: #fff;
	text-align: center;
}

.xjct {
	background-image: linear-gradient(to right,#ff6461,#ff6461);
}

/*sub*/
.tablebox {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}

	.tablebox tr {
		line-height: 32px;
	}

	.tablebox td {
		padding: 3px 2px;
		border: 1px solid #e5e5e5;
		word-break: break-all;
	}

	.tablebox a {
		color: red;
		text-decoration: underline;
		font-weight: 700;
		font-size: 16px;
	}


.subTextTitle {
	padding: 8px 8px 0 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: #000;
}

	.subTextTitle h1 {
		overflow: hidden;
		height: 40px;
		font-weight: 700;
		font-size: 18px;
		line-height: 40px;
	}

	.subTextTitle h2 {
		color: #9e6101;
		text-indent: 6px;
	}

	.subTextTitle p {
		margin-top: 10px;
		padding: 10px 0;
		border-top: 1px solid #ffeda4;
		border-bottom: 1px solid #ffeda4;
		color: #d2b335;
		text-indent: 6px;
	}

.tablebox.imgbox a {
	display: block;
	height: 44px;
}

.tablebox.imgbox img {
	width: 100%;
	height: 44px;
}

.subListTable {
	padding: 4px 8px 8px 8px;
	color: #000;
}

	.subListTable td {
		overflow: hidden;
		border-bottom: 1px solid #ffeda4;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 700;
		line-height: 32px;
	}

.foot-subTextTitle {
	padding: 0 8px;
}

	.foot-subTextTitle p {
		padding-bottom: 10px;
		border-bottom: 1px solid #ffeda4;
		color: #d2b335;
	}

@media screen and (max-width:610px) {
	.riqi {
		font-size: 14pt;
	}

	.pad {
		padding: 2px 2px;
	}

	#yxym .list-title {
		font-size: 20px;
	}

	.duilianpt td {
		font-size: 15pt;
	}

	.duilianpt th {
		font-size: 14pt;
	}

	.qxtable td {
		font-size: 20px;
	}

	.qxtable .xz {
		font-size: 28px;
	}

	.qxtable .xz1 {
		font-size: 13px;
	}

	.qxtable .xz2 {
		font-size: 24px;
	}

	.listtable td {
		font-size: 13pt;
	}

	.qxtable.yxym td {
		font-size: 12pt;
	}

	.gg td {
		font-size: 16pt;
	}

	.haoju {
		font-size: 18pt;
	}
}

@media screen and (max-width:475px) {
	.pad {
		padding: 2px 2px;
	}

	#yxym .list-title {
		font-size: 18px;
	}

	.riqi {
		font-size: 11pt;
	}

	.haoju {
		font-size: 14pt;
	}

	.box, .subnav, .xjbox {
		margin: 3px 0;
	}

		.subnav a {
			font-size: 11pt;
		}

			.subnav a img {
				width: 67.2px;
				height: 60.8px;
			}

	.ggimg a img {
		width: 40px;
		height: 40px;
	}

	.listtable td, .xjbox table {
		font-size: 10pt;
	}

	.sideMenu ul li a {
		font-size: 12px;
	}

	.img-title {
		width: 90%;
	}

		.img-title h2 {
			letter-spacing: 7px;
		}

	.head-title-img .natural {
		left: 73%;
	}

	.header .logo {
		margin-left: 3px;
	}

	.nav span {
		font-size: 10px;
	}

	.qxtable.yxym td {
		font-size: 12px;
	}

	.qxtable.yxym tr td:nth-child(2) {
		font-size: 18px;
	}

	.guanggao img {
		width: 100%;
		height: 33px;
	}

	.guanggao .dt {
		height: 66px;
	}

	.guanggao a {
		font-size: 10pt;
	}

	.gongshi td {
		font-size: 12pt;
	}

	.duilianpt td {
		font-size: 14pt;
	}

	.duilianpt th {
		font-size: 11pt;
	}

	.gg td {
		font-size: 13pt;
	}

	.pnzl td {
		font-size: 11pt;
	}

	.qxtable td {
		font-size: 15px;
	}

	.qxtable .xz {
		font-size: 22px;
	}

	.qxtable .xz1 {
		font-size: 12px;
	}

	.qxtable .xz2 {
		font-size: 16px;
	}

	.gjpxj td {
		font-size: 12pt;
	}
}

@media screen and (max-width:357px) {
	.riqi {
		font-size: 10pt;
	}

	.haoju {
		font-size: 13pt;
	}

	.qxtable td {
		font-size: 13px;
	}

	.qxtable .xz {
		font-size: 20px;
	}

	.qxtable .xz1 {
		font-size: 11px;
	}

	.qxtable .xz2 {
		font-size: 14px;
	}

	#yxym .list-title {
		font-size: 17px;
	}

	.duilianpt td {
		font-size: 13pt;
	}

	.duilianpt th {
		font-size: 10pt;
	}

	.listtable td, .xjbox table {
		font-size: 9pt;
	}

	.pnzl td {
		font-size: 10pt;
	}

	.gg td {
		font-size: 12pt;
	}

	.gongshi td {
		font-size: 11pt;
	}
}
/* ========== 新增广告样式，适配现有页面布局 ========== */
.ad-box{
    width:100%;
    max-width:860px;
    margin:8px auto;
    padding:10px;
    border-top:1px solid #eee;
    display:flex;
    align-items:center;
    background:#ffffff;
    position:relative;
    box-sizing:border-box;
}
/* 左侧图片 */
.ad-img{
    width:120px;
height:80px;
    flex-shrink:0;
}
.ad-img img{
    width:120px;
height:80px;
display:block;
}
/* 钟间文字 */
.ad-text{
    padding-left:14px;
    flex:1;
}
.ad-text h2{
    font-size:22px;
    color:#000;
    font-weight:bold;
    line-height:1.3;
    margin-bottom:8px;
}
.ad-text p{
    font-size:18px;
    color:#888;
}
/* 右下角广告文字+关闭按钮 */
.ad-close{
    position:absolute;
    right:12px;
    bottom:8px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#999;
    font-size:14px;
}
.close-btn{
    cursor:pointer;
    font-size:18px;
    padding:2px 6px;
}
.close-btn:hover{
    color:#f00;
}
.ad-tag{
    opacity:0.7;
}
