@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #e0e0e0; /* 改为浅色文字 */
	font-family: "΢���ź�";
	box-sizing: border-box;
}

ul, ol {
	list-style-type: none;
}

button {
	cursor: pointer;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

body {
	min-width: 1200px;
	width: 100%;
	background-color: #0f0f0f; /* 深色背景 */
}

.header {
	width: 100%;
	height: 120px;
	/* 改为黑金色渐变 */
	background: linear-gradient(90deg, #000000, #1a1a1a, #110e07);
	box-shadow: 0 2px 10px rgba(0,0,0,0.8);
	position: relative;
	z-index: 9;
}

.header .center {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}

.header .center h1 {
	float: left;
	
}

.header .center .txt {
	float: left;
	width: 600px;
}

.header .center .txt img {
	display: block;
	margin: 0 auto;
	margin-top: 18px;
}

.header .center .txt .txt-box {
	width: 740px;
	text-align: center;
	margin: 0 auto;
	height: 24px;
	margin-top: 8px;
}

.header .center .txt .txt-box p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	float: left;
	line-height: 24px;
}

.header .center .txt .txt-box p strong {
	font-size: 18px;
	color: #fff;
}

.header .center .txt .txt-box .wz {
	float: left;
}

.header .center .txt .txt-box .wz p {
	color: #d4af37; /* 改为金色 */
	font-weight: bold;
}

.header .center .txt .txt-box .wz .wz-box {
	float: left;
}

.header .center .txt .txt-box .wz .wz-box h1 {
	display: none;
	font-size: 18px;
	color: #d4af37; /* 改为金色 */
	font-weight: bold;
	line-height: 24px;
}

.header .center .txt .txt-box .wz .wz-box h1:nth-child(1) {
	display: block;
}

.header .center .r-btn {
	float: right;
	position: absolute;
	right: 0;
}

.header .center .r-btn a {
	border: 1px solid #b8860b; /* 金色边框 */
	display: block;
	width: 114px;
	height: 36px;
	float: left;
	border-radius: 23px;
	/* 改为黑金渐变 */
	background: linear-gradient(90deg, #000000, #1a1a1a, #0f0e0b);
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
	transition: all 0.4s ease;
}

.header .center .r-btn a:hover {
	background: linear-gradient(90deg, #1a1a1a, #0e0d0a, #11100b);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(184,134,11,0.4);
}

.header .center .r-btn a img {
	display: inline-block;
	margin-right: 2px;
	position: relative;
	top: 1px;
	width: 14px;
	/* 移除滤镜，保持图标原色 */
}

.header .center .r-btn a.sy {
	margin-right: 10px;
}

.content {
	width: 100%;
	background: url(../img/bg2.jpg) no-repeat top center;
	height: 1340px;
	overflow: hidden;
	background-color: #0f0f0f; /* 深色背景 */
}

.content .center {
	width: 1200px;
	height: 1340px;
	margin: 0 auto;
}

.content .center .pt1 {
	width: 100%;
	height: 280px;
	margin-top: 40px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

.content .center .pt1 .l-banner {
	width: 710px;
	height: 280px;
	float: left;
}

.content .center .pt1 .l-banner .flex-control-nav {
	display: none;
}

.content .center .pt1 .l-banner .flex-direction-nav {
	display: none;
}

.content .center .pt1 .r-txt {
	width: 490px;
	height: 280px;
	float: left;
	border: 2px solid #b8860b; /* 金色边框 */
	border-left: none;
	background: rgba(26,26,26,0.8); /* 深色半透明背景 */
	padding: 20px;
}

.content .center .pt1 .r-txt .flex-control-nav {
	display: none;
}

.content .center .pt1 .r-txt .flex-direction-nav {
	display: none;
}

.content .center .pt1 .r-txt .tit img {
	display: block;
	width: 66px;
}

.content .center .pt1 .r-txt .tit strong {
	display: block;
	font-weight: 500;
	color: #d4af37; /* 金色文字 */
	font-size: 16px;
}

.content .center .pt1 .r-txt dl {
	margin-top: 15px;
}

.content .center .pt1 .r-txt dl dd {
	padding: 10px 0;
	border-bottom: 1px solid #b8860b; /* 金色分隔线 */
}

.content .center .pt1 .r-txt dl dd:last-child {
	border-bottom: none;
}

.content .center .pt1 .r-txt dl dd a {
	color: #e0e0e0; /* 浅色文字 */
	font-size: 14px;
	transition: color 0.3s ease;
}

.content .center .pt1 .r-txt dl dd a:hover {
	color: #d4af37; /* 悬停时金色 */
}

.content .center .pt1 .r-txt .gd {
	display: block;
	width: 110px;
	height: 30px;
	border-radius: 15px;
	/* 改为黑金渐变 */
	background: linear-gradient(90deg, #000000, #1a1a1a, #0f0c05);
	margin-top: 10px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border: 1px solid #b8860b;
}

.content .center .pt1 .r-txt .gd img {
	margin-left: 10px;
	/* 移除滤镜，保持图标原色 */
}

.content .center .pt2 {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	height: 130px;
	border: 2px solid #b8860b; /* 金色边框 */
	background: rgba(26,26,26,0.8); /* 深色半透明背景 */
	box-shadow: 0 1px 10px rgba(0,0,0,0.8);
}

.content .center .pt2 a {
	display: block;
	width: 25%;
	float: left;
	padding-top: 0.2rem;
	position: relative;
}

.content .center .pt2 a:hover span {
	color: #d4af37; /* 悬停时金色 */
}

/* 移除图标悬停时的滤镜效果，保持图标原色 */
.content .center .pt2 a:hover s.i1 {
	background-position: -34px;
}

.content .center .pt2 a:hover s.i2 {
	background-position: -39px;
}

.content .center .pt2 a:hover s.i3 {
	background-position: -23px;
}

.content .center .pt2 a:hover s.i4 {
	background-position: -43px;
}

.content .center .pt2 a s {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
	/* 移除滤镜，保持图标原色 */
	transition: all 0.3s ease;
}

.content .center .pt2 a s.i1 {
	width: 34px;
	height: 34px;
	background: url(../img/pt2-1.png);
}

.content .center .pt2 a s.i2 {
	width: 39px;
	height: 37px;
	background: url(../img/pt2-2.png);
}

.content .center .pt2 a s.i3 {
	width: 23px;
	height: 37px;
	background: url(../img/pt2-3.png);
}

.content .center .pt2 a s.i4 {
	width: 43px;
	height: 32px;
	background: url(../img/pt2-4.png);
}

.content .center .pt2 a i {
	display: block;
	width: 1px;
	height: 48px;
	position: absolute;
	background: #b8860b; /* 金色分隔线 */
	right: 0;
	top: 45px;
}

.content .center .pt2 a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
	transition: color 0.3s ease;
}

.content .center .pt3 {
	margin-top: 40px;
}

.content .center .pt3 dl {
	overflow: hidden;
	padding-top: 10px;
}


.content .center .pt3 dl dd {
	width: 149px;
	height: 165px;
	float: left;
	display: block;
	background: url(../img/xl-bg2.png);
	padding-top: 30px;
	margin-left: 60px;
	position: relative;
	top: 0;
	transition: all 0.4s ease;
}

.content .center .pt3 dl dd:hover {
	top: -10px;
}

.content .center .pt3 dl dd:first-child {
	margin-left: 0;
}

.content .center .pt3 dl dd strong {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.content .center .pt3 dl dd .x {
	text-align: center;
	margin-top: 10px;
}

.content .center .pt3 dl dd .x i {
	margin: 0 1px;
	display: inline-block;
	width: 14px;
	height: 14px;
}
.content .center .pt3 dl dt {
	float: left;
	margin-left: 75px;
	margin-top: 40px;
}

.content .center .pt3 dl dd .x i.x1 {
	background: url(../img/x1.png) no-repeat;
}

.content .center .pt3 dl dd .x i.x2 {
	background: url(../img/x2.png) no-repeat;
}

.content .center .pt3 dl dd p {
	font-size: 16px;
	text-align: center;
	margin-top: 8px;
}

.content .center .pt3 dl dd p.zt1 {
	color: #2dff9f;
}

.content .center .pt3 dl dd p.zt2 {
	color: #2dff9f;
}

.content .center .pt3 dl dd p.zt3 {
	color: #ff632c;
	font-weight: bold;
}

.content .center .pt3 dl dd p.zt4 {
	color: #ff632c;
}

.content .center .pt4 {
	width: 100%;
	margin-top: 55px;
}

.content .center .pt4 .tit {
	text-align: center;
	color: #d4af37; /* 金色标题 */
}

.content .center .pt4 .tit.mt {
	margin-top: 55px;
}

.content .center .pt4 ul {
	overflow: hidden;
	margin-top: 35px;
}

/* 链接地址模块 */
.content .center .pt4 ul li {
	float: left;
	width: 190px;
	height: 60px;
	border: 1px solid #b8860b; /* 金色边框 */
	background: #1a1a1a; /* 深色背景 */
	margin-left: 12px;
	line-height: 60px;
	transition: all 0.4s ease;
	position: relative;
	border-radius: 4px;
}

.content .center .pt4 ul li:hover {
	border: 1px solid #d4af37;
	background: #2a2a2a;
	box-shadow: 0 0 12px rgba(212,175,55,0.7);
	transform: translateY(-3px);
}

.content .center .pt4 ul li a {
	text-align: center;
	display: block;
	width: 100%;
	height: 60px;
	color: #fff;
	font-size: 16px;
}

.content .center .pt4 ul li a img {
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 5px;
	/* 移除滤镜，保持图标原色 */
}

.content .center .pt4 ul li a span {
	color: #fff;
	font-size: 18px;
	position: relative;
	top: -10px;
}

.content .center .pt4 ul li:first-child {
	margin-left: 0;
}

.content .center .td {
	margin-top: 135px;
}

.copyright {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #000000; /* 纯黑背景 */
	color: #d4af37; /* 金色文字 */
}

.shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.pop {
	display: none;
	width: 500px;
	height: 540px;
	background: #1a1a1a; /* 深色背景 */
	border: 2px solid #b8860b; /* 金色边框 */
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -270px;
	z-index: 10;
	box-shadow: 0 1px 20px rgba(184,134,11,0.5);
	padding-top: 145px;
	border-radius: 8px;
}

.pop .close {
	display: block;
	width: 22px;
	height: 22px;
	background: #b8860b; /* 金色关闭按钮 */
	border-radius: 50%;
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	transition: all 0.4s ease;
	color: #000;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

.pop .close:hover {
	transform: rotate(90deg);
	background: #d4af37;
}

.pop img {
	display: block;
	margin: 0 auto;
}

/* 新增全局链接样式 */
a {
	color: #d4af37;
	transition: color 0.3s ease;
}

a:hover {
	color: #ffd700;
}

/* 输入框样式 */
input, select, textarea {
	background-color: #2a2a2a;
	border: 1px solid #b8860b;
	color: #e0e0e0;
	border-radius: 4px;
	padding: 5px 10px;
}

/* 页脚图标特殊处理 - 如果页脚图标需要保持原色 */
.footer img {
	margin: 0 auto;
	width: auto;
	height: .73rem;
	/* 移除滤镜，保持图标原色 */
}