<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
::-webkit-scrollbar{width: 2px;height:12px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#000000}
::-webkit-scrollbar-thumb:vertical{background-color:#cbb991;border-radius:6px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#FFF}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

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-repeat: no-repeat;
	background-position: center center;
}
body {
  overflow:-Scroll;overflow-x:hidden;
}

canvas {
  //opacity: 0.5;
}

img { border:none;}
.fix {clear:both;font-size: 0px;}


.vis_img2{width: 14%;margin: auto;padding-top: 3%;padding-bottom: 2%;float: left;}
.top {
	height: 80px;
	background-image: url(../images/top_bj.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0px;
}

.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index:60;
}


#container {
    width: 35%;
    position: absolute;
    z-index: 75;
    top: 20%;
    right: 5%;
    background-color: #1515158c;
    padding: 60px 21px 50px;
    text-align: center;
    border-radius: 10px;

}
#container img {
	width: 100%;
}
#container2 {
    width: 39%;
    position: absolute;
    z-index: 70;
    right: 5%;
    bottom: 62%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
#container3 {
background-color: #52525259;
    padding: 20px;
    border-radius: 6px;
    margin-top: 64px;
    text-align: -webkit-left;
}
#container2 img {
	width: 100%;
}
#langlang {
	position: absolute;
	z-index: 50;
	bottom: 0px;
	left: 0px;
	top: 0px;
}
#langlang img {
	height: 100%;
}
p{
color: #cbb991;
padding-top: 1%;
}
.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: 66px;
	/* position: absolute; */
	bottom: 0px;
	z-index: 100;
	margin: auto;
	padding-top: 4%;
	padding-bottom: 1%;
	float: right;
	padding-right: 1%;
	padding-left: 12%;
}
.copy{
    padding-top: 25%;
    position: absolute;
    z-index: 75;
    left: 10%;
	color: #ffffff;
	padding-left: 10%;
}
.copy dd.b{
     font-size: 50px;
    margin-bottom: 16px;
    font-family: 微软雅黑;
}
.copy dd.bb{
margin-bottom: 16px;
    font-family: 微软雅黑;
    color: #7b7b7b;
}

.copyright dd.logo {
	width: 123px;
	height: 52px;
	float: left;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 47px;
	width: 115px;
	background-image: url(../images/logo_qijishow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(../images/logo_qijishow.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: #777777;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
.copyright dd.b a {
	text-decoration:none;
	color: #777777;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright2 {
	position: absolute;
	bottom: 0px;
	z-index: 200;
	width: 100%;
}

.vis {
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0px;
	text-align: center;
	background-image: url(../images/bg.png);
}
.vis imgs{
	width: 100%;
}
.vis img{
	width: 100%;
}
.vis img1{
	width: 100%;
}
.vis_2{
	width: 100%;
	padding-right: 3%;
	padding-left: 0%;
	padding-top: 0%;
}

.vis_2 img{
	width: 100%;
	/* margin-top: 5%; */
	\: 2%;
	\: 2%;
	margin-bottom: 2%;
}
</pre></body></html>