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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../images/bj.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}



/* 老虎动画 */
@-webkit-keyframes tiger_k {
	0% {opacity: 0;-webkit-transform: translateY(-20px);}	
	100% {opacity: 1;-webkit-transform: translateY(0);}
}
@keyframes tiger_k {
	0% {opacity: 0;transform: translateY(-20px);}	
	100% {opacity: 1;transform: translateY(0);}
} 
@-webkit-keyframes tiger1 {
	0% {-webkit-transform: translateY(0px);}
	50% {-webkit-transform: translateY(15px);}
	100% {-webkit-transform: translateY(0px);}
}
@keyframes tiger1 {
	0% {-webkit-transform: translateY(0px);}
	50% {-webkit-transform: translateY(15px);}
	100% {-webkit-transform: translateY(0px);}
} 
.tiger_k {
	top: 10%;
	bottom: 50%;
    left: 50%;
    right: 50%;
    position: fixed;
	display: flex;
    justify-content: center;
    align-items: center;
	-webkit-animation:'tiger_k' 3s 1;
}
.tiger1 {
	position: absolute;
	z-index: 110;
	height: 80%;
	text-align: center;
	-webkit-animation:'tiger1' 3s infinite;
}
.tiger1 img {
    max-height: 80%;
}

.tiger2 {
	position: absolute;
	z-index: 100;
	height: 100%;
	text-align: center;
}
.tiger2 img {
    max-height: 100%;
}
.statement_k {
	position: fixed;
	z-index: 1000;
	left: 15px;
	right: 15px;
	bottom: 15px;
	display: flex;
    justify-content: left;
}
.statement {
	font-family: "微软雅黑";
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 35px;
	-webkit-backdrop-filter: saturate(100%) blur(30px);
    backdrop-filter: saturate(100%) blur(30px);
}
.statement a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	-webkit-transition:all 0.3s ease-in-out;
	padding-right: 15px;
	padding-left: 15px;
    background: rgba(0,0,0,0.2);
	border-radius: 35px;
	opacity: 0.6;
	-webkit-backdrop-filter: saturate(100%) blur(30px);
    backdrop-filter: saturate(100%) blur(30px);
}
.statement a:hover {
	background: rgba(0,0,0,0.2);
	opacity: 1;
}
.copyright {
	width: 100%;
	position: fixed;
	bottom: 4%;
	z-index: 100;
	display: flex;
    justify-content: center;
}
.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/wkun_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.80;
}
.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.80;
}
.copyright dd.b a:hover {
	text-decoration: none;
	opacity:1;
}

/*媒体查询*/

@media screen and (max-width: 600px) {
html{background-image: url("../images/m_bj.jpg");background-position: top 45% center;}
.tiger_k {top: 40%;bottom: 36%;left: 7%;right: 7%;}
.tiger1 {width: 100%;height: auto;}
.tiger1 img {width: 100%;max-height: none;}
.tiger2 {width: 100%;height: auto;}
.tiger2 img {width: 100%;max-height: none;}
.top {height: 70px;}
.nav {width: 90px;padding-right: 6%;}
.nav_logo {padding-left: 6%;}
.nav_logo a {height: 30px;width: 34px;background-size: auto 30px;}
.nav_logo a:hover {width: 34px;}
.nav_design a {height: 24px;width: 24px;}
.nav_dhrs a {height: 24px;width: 24px;}
.statement_k {justify-content: center;bottom: 8%;}
.statement {font-size: 16px;line-height: 24px;font-family: PingFangSC-Light;}
.statement a {padding-right: 10px;padding-left: 10px;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 16px;font-family: PingFangSC-Light;}
}