<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*base*/
* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:none;
	background-attachment: fixed;
	background-image: url(backgroundxx.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
img { border:none;}
.fix {clear:both;font-size: 0px;}
.mangoq{height: 100px;width: 1000px;margin-right: auto;margin-left: auto;}
.wangge {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index:10;
}


#container {
	width:180px;
	position:absolute;
	z-index:50;
	height: 220px;
	top: 70px;
	right: 90px;
}
#example {
	width:180px;
	height:220px;
	position:relative;
}
#ribbon {position:absolute;top:-3px;left:-15px;z-index:500;}
#frame {position:absolute;z-index:0;width:840px;height:341px;top:0px;left:0px;}
#slides {
	position:absolute;
	z-index:100;
	padding-bottom: 6px;
}

.hunantv{
	width: 2px;
	position: relative;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	height: 2px;
}



.tongji{width: 200px;filter:alpha(opacity=50);position: absolute;z-index: 1;left: 0px;bottom: 0px;height: 20px;}
.tongji a {color:#000000;text-decoration:none;}
.tongji a:hover {text-decoration:none;color: #276045;}




.copyright {
	height: 50px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	left: 35%;
}
.copyright dd.logo {
	width: 223px;
	height: 27px;
	float: left;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 27px;
	width: 223px;
	background-image: url(../img/fshow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(../img/fshow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.copyright dd.b {
	height: 27px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #555555;
	padding-right: 20px;
	padding-left: 20px;
}
.copyright dd.b a {
	text-decoration:none;
	color: #555555;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #EAEAEA
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #d1ab73;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #c49e66
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}
</pre></body></html>