<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.contain
{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	top: 15px;
	left: -1px;
}

body
{
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1.8em;
}

div, ul, li
{
	margin: 0;
	padding: 0;
}

.slides
{
	position: absolute;
	width: 100%;
	overflow: hidden;
	border: 0px solid #ccc;
	z-index: 90;
}

	.slides img
	{
	}

	.slides .ico
	{
		position: absolute;
		left: 47%;
		bottom: 16px;
	}

		.slides .ico li
		{
			background: url(../images/IndexBannerPoint.png);
			float: left;
			display: block;
			width: 14px;
			height: 14px;
			line-height: 14px;
			border: 0px solid #cecece;
			font-family: Arial,sans-serif;
			text-align: center;
			margin: 5px;
			padding: 0px;
			cursor: pointer;
		}

			.slides .ico li.high
			{
				background: url(../images/IndexBannerPoint2.png);
				color: #fff;
				font-weight: bolder;
			}

.class1
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.class2
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.class3
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.class4
{
	float: left;
	width: 100%;
	overflow: hidden;
}

#ToumingGG
{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	_left: auto;
	z-index: 9998;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background-color: #000;
	display: none;
	height: 920px;
	top: 100px;
}

#bg
{
	display: none;
	position: absolute;
	top: 101px;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}


#NewsGGdiv
{
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left:-350px;
	margin-top:-150px;
	border: 0px solid #ccc;
	padding: 1px;
	display: block;
	color: #fff;
	z-index: 9999;
}

#NewsGGdiv2
{
	position: fixed;
	left: 20px;
	top: 130px;
	border: 0px solid #ccc;
	padding: 1px;
	display: block;
	color: #fff;
	z-index: 9999;
}</pre></body></html>