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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;user-select:none; -webkit-user-select:none;}
html{
	background-color: #000000;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;

}


img { border:none;}
@font-face
{
font-family: BrandonText-Black;
src: url('../images/BrandonText-Black.otf')
}


.qjx_logo {
	position: absolute;
	top: 6%;
	left: 3%;
	width: 5%;
	z-index:100;
}
.qjx_logo img {
	width: 100%;
}
.qjx_logo a {
	display: block;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
}
.qjx_logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.70;
}

@-webkit-keyframes title {
	0% {opacity: 0;-webkit-transform: translateX(60px);}	
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@keyframes title {
	0% {opacity: 0;transform: translateX(60px);}	
	100% {opacity: 1;transform: translateX(0);}
} 
.nr {
	position: absolute;
	bottom: 37%;
	z-index: 100;
	left: 4%;
	overflow:hidden;
}
.nr dd.button {display: none;}

.nr dd.one {
	font-family: BrandonText-Black;
	font-weight: bold;
	font-size: 120px;
	color: #FFFFFF;
	letter-spacing: -3px;
	padding-bottom: 15px;
	-webkit-animation:'title' 1.5s 1;
}
.nr dd.two {
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 15px;
	-webkit-animation:'title' 3s 1;
}

.copyright {
	position: absolute;
	bottom: 6%;
	z-index: 100;
	left: 4%;
}
.copyright dd.logo {
	float: left;
	padding-right: 20px;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 20px;
	width: 120px;
	background-image: url(../images/QJX_logo.svg);
	background-repeat: no-repeat;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.logo a:hover {
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:1;
}
.copyright dd.b {
	height: 20px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
	-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);
	opacity:0.50;
}
.copyright dd.b a:hover {
	text-decoration: none;
	opacity:1;
}


@media screen and (max-width: 1200px) {
.nr dd.one {font-size: 60px;}
.nr dd.two {font-size: 18px;}
}
@media screen and (max-width: 600px) {
html{
	background-color: #000000;
	background-image: url(../images/m-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

@-webkit-keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes button {
	0% {opacity: 0;}	
	100% {opacity: 1;}
} 
.qjx_logo {top: 3%;left: 6%;width: 8%;}


.nr {left: 0%; top: 80px; width: 100%;}
.nr dl{width: 400px; margin: auto; text-align: center;}
.nr dd.button {font-family: PingFangSC-Light;display: block;height: 46px;width: 100%;margin-bottom: 10px;background: rgb(0 0 0 / 15%);-webkit-backdrop-filter: saturate(100%) blur(30px);backdrop-filter: saturate(100%) blur(30px);font-size: 14px;border-radius: 10px;-webkit-animation:'button' 3s 1;}
.nr dd.button a {text-decoration: none;color: #FFFFFF;display: block;height: 46px;width: 100%;display: flex;justify-content: center;align-items: center;}
.nr dd.button a:hover {text-decoration: none;}
.wechat_icon {padding-right: 5px;}
.nr dd.one {font-size: 70px;padding-bottom: 5px;}
.nr dd.two {font-size: 16px;line-height: 26px;font-family: PingFangSC-Light;}

.copyright {left: 6%;right: 6%;bottom: 3%;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 9px;letter-spacing: -0.3px;font-family: BrandonText-Black;width: 100%;text-align: center;}
.copyright dd.b a {opacity:1;}
}