@charset "utf-8";
/* CSS Document */

* { 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(../images/pc_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
img { border:none;}
.fix {clear:both;font-size: 0px;}
.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index:10;
}
#xq_logo {
	position:absolute;
	width: 124px;
	height: 50px;
	top: 40px;
	left: 50px;
	background-image: url(../images/xq_logo.png);
}


#container {
	position:absolute;
	z-index:50;
	top: 30%;
	left: 25%;
	width: 50%;
	text-align: center;
}
.shopimg{max-width:38%;height:auto;text-align: center;}

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

.copyright {
	height: 90px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
}
.copyright2 {
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

.copyright dd.b {
	height: 90px;
	float: right;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
