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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
}

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

/*自定义滚动条*/
::-webkit-scrollbar{width: 12px;height: 12px;background-color: #000000;}/*滚动条高宽及背景*/
::-webkit-scrollbar-track{background-color: #000000;} /*定义滚动条轨道*/
::-webkit-scrollbar-thumb{background-color: #FFFFFF;}/*滑块*/
::-webkit-scrollbar-thumb:hover{background-color:#EEEEEE}/*滑块触发*/
::-webkit-scrollbar-corner{background-color: #333333;}/*边角，即两个滚动条的交汇处*/

/*顶部导航*/
.top {display: flex;align-items: center;justify-content: space-between;z-index: 1000;position: fixed;height: 100px;width: 100%;margin-right: auto;margin-left: auto;background-image: linear-gradient(to TOP, rgba(0,0,0,0), rgba(0,0,0,0.3));}
.nav_logo {float: left;padding-left: 30px;}
.nav_logo a {text-decoration: none;display: block;height: 40px;width: 46px;background-image: url(../images/nav/web_logo.svg);background-size: auto 40px;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);background-position: left;opacity:0.50;}
.nav_logo a:hover {width: 121px;opacity:1;}
.nav {display: flex;justify-content: space-between;float: right;width: 101px;padding-right: 30px;}
.nav_dhrs {float: right;}
.nav_dhrs a {text-decoration:none;display: block;height: 28px;width: 28px;background-image: url(../images/nav/nav_book.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;}
.nav_dhrs a:hover {opacity:1;}
.nav_design {float: right;}
.nav_design a {text-decoration:none;display: block;height: 28px;width: 28px;background-image: url(../images/nav/nav_design.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;}
.nav_design a:hover {opacity:1;}

.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	-webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background: rgba(0,0,0,0.7);
	z-index:50;
}
.zhezhao_bj{
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/pc_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:10;
}
.content {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 0;
	right: 0;
	z-index:100;
	text-align: center;
}
.content img {
	max-height: 100%;
    margin-right: 8%;
    margin-left: 8%;
	margin-bottom: 6%;
	border-radius: 8px;
	background-color: #000;
	box-shadow: 0 20px 40px rgb(0 0 0 / 30%)
}

/* 标题动画 */
@-webkit-keyframes title {
	0% {opacity: 0;-webkit-transform: translateX(30px);}	
	100% {opacity: 1;-webkit-transform: translateX(0);}
}
@keyframes title {
	0% {opacity: 0;transform: translateX(30px);}	
	100% {opacity: 1;transform: translateX(0);}
} 
.nr {
	position: fixed;
	bottom: 11%;
	z-index: 100;
	left: 4%;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	-webkit-animation:'title' 1.5s 1;
	overflow:hidden;
}
.container {
	position: fixed;
	bottom: 8%;
	right: 4%;
	width: 8%;
	z-index: 100;
}
.container img {
    width: 100%;
}

.copyright {
	position: fixed;
	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/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.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: 600px) {
::-webkit-scrollbar {display: 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;}
.zhezhao_bj{
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/m_bj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:10;
}

.content {
	top: 8%;
    bottom: 8%;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    padding-top: 5%;
    padding-left: 2%;
	padding-right: 2%;
    padding-bottom: 12%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.content img {
    max-width: 92%;
    margin-right: 4%;
    margin-left: 4%;
    margin-bottom: 0;
}
.nr {left: 6%;right: 6%;bottom: 7%;font-size: 16px;line-height: 26px;font-family: PingFangSC-Light;}
.container {display: none;}
.copyright {left: 6%;bottom: 4%;}
.copyright dd.logo {display: none;}
.copyright dd.b {font-size: 10px;font-family: PingFangSC-Light;}
}