			*{
				padding: 0px;
				margin: 0px;
			}
			a{
				cursor: pointer;
				text-decoration:none;
				color: none;
			}
			a:hover{
				opacity: 0.8;
			}
			p{
				text-indent: 2em;
			}
			.fix{
				content:"";
				display: table;
				clear: both;
			}
			.head{
				height: 380px;
				background-color: #395692;
				width: 100%;
			}
			.t1{
				width: 100%;
				height: 50px;
				margin-top: 15px;
			}
			.ur{
				float: right;
				margin-top: -10px;
				list-style: none;
			}
			.ur li{
				float: left;
				margin-left: 35px;
				color: white;
				font-weight: 600;
			}
			.tr a{
				color: white;
			}
			.tl a{
				color: white;
			}
			.tr{
				margin-right: 50px;
			}
			.tl{
				font-family: sans-serif;
				color: white;
				font-size: 18px;
				font-weight: 800;
				margin-left: 20px;
			}
			.t2{
				font-family: "微软雅黑";
				color: white;
				font-size: 60px;
				font-weight: 800;
				letter-spacing: 10px;
				width: 340px;
				height: 80px;
				text-align: center;
			}
			.t3{
				width: 340px;
				height: 40px;
				border-top: 4px solid white;
				font-family: "微软雅黑";
				color: white;
				font-size: 20px;
				font-weight: 500;
				text-align: center;
				letter-spacing: 5px;
				margin-top:10px ;
			}
			.tt{
				top:100px;
				margin: 80px auto;
				width: 340px;
				height: 100px;
			}
			.footer{
				width: 100%;
				height: 50px;
				line-height: 50px;
				color: #a3a3a3;
				font-size: 20px;
				text-align: center;
				border-top: 2px solid gainsboro;
			}
/* 底部建设中样式 */
			.under-construction {
				width: 100%;
				margin-top: 60px;
				padding: 40px 0;
				background: linear-gradient(135deg, #f5f7fa 0%, #e4eaf5 100%);
				border-top: 1px solid #eee;
				text-align: center;
			}
			.construction-content {
				max-width: 800px;
				margin: 0 auto;
				padding: 0 20px;
			}
			.construction-title {
				font-size: 24px;
				color: #2d3748;
				margin-bottom: 15px;
				font-weight: 600;
				letter-spacing: 1px;
				background: linear-gradient(90deg, #4299e1, #38b2ac);
				-webkit-background-clip: text;
				background-clip: text;
				color: transparent;
				animation: fadeIn 1.5s ease-in-out;
			}
			.construction-desc {
				font-size: 16px;
				color: #718096;
				line-height: 1.8;
				margin-bottom: 20px;
				animation: fadeIn 2s ease-in-out;
			}
			.construction-loading {
				display: inline-flex;
				gap: 8px;
				animation: fadeIn 2.5s ease-in-out;
			}
			.construction-loading span {
				width: 10px;
				height: 10px;
				border-radius: 50%;
				background: #4299e1;
				animation: bounce 1.5s infinite alternate;
			}
			.construction-loading span:nth-child(2) {
				background: #9f7aea;
				animation-delay: 0.3s;
			}
			.construction-loading span:nth-child(3) {
				background: #38b2ac;
				animation-delay: 0.6s;
			}
			/* 动画效果 */
			@keyframes fadeIn {
				from { opacity: 0; transform: translateY(20px); }
				to { opacity: 1; transform: translateY(0); }
			}
			@keyframes bounce {
				from { transform: scale(0.8); opacity: 0.6; }
				to { transform: scale(1.2); opacity: 1; }
			}
			 /* 备案号样式 - 可根据实际需求调整 */
            .icp-info {
                width: 100%;
                text-align: center;
                padding: 20px 0;
                margin-top: 30px;
                font-size: 14px;
                color: #666;
                border-top: 1px solid #eee;
            }
            .icp-info a {
                color: #666;
                text-decoration: none;
            }
            .icp-info a:hover {
                text-decoration: underline;
            }