<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;}
html{
	background-color: #1c1d29;
}
img {border:none;width: 100%;}

h1{
	    color: #ffffff;
    font-size: 20px;
}


h4{
	    color: #ffffff;
    font-size: 14px;
}
.fix {clear:both;font-size: 0px;}

.copy{
    padding-top: 25%;
    position: absolute;
    z-index: 75;
    /* left: 10%; */
    color: #ffffff;
    padding-left: 21%;
    padding-right: 21%;
    margin: auto;
}
.copy dd.b{
     font-size: 5vh;
     margin-bottom: 16px;
     font-family: 微软雅黑;
}
.copy dd.bb{/* margin-bottom: 3vh; */font-family: 微软雅黑;color: rgba(255, 255, 255, 0.54);font-size: 2vh;}

.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: 100%;
	position: absolute;
	z-index: 70;
	top: 7%;
	text-align: center;
}
#container img {
	width: 50%;
}
#container2 {
width: 80%;
    position: absolute;
    z-index: 75;
    top: 56%;
    right: 4.5%;
    background-color: #1515158c;
    padding: 35px 20px 17px;
    border-radius: 10px;
    color: #ffffff;
}
#container2 img {
	width: 80%;
}

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

.copyright {
	width: 100%;
	font-size: 1vh;
	color: #484848;
	line-height: 20px;
	background-color: #0E0E0E;
	padding-bottom: 20px;
	padding-top: 5%;
}
.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 img{
	width: 100%;
}
.vis_2{
	width: 100%;
	background-image: url(../images/m_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 130%;
}

</pre></body></html>