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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
}

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;}/*边角，即两个滚动条的交汇处*/

/*顶部导航*/
.topbs {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: 60px;width: 66px;background-image: url(https://www.qijishow.com/img/logo.svg);background-size: auto 60px;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:1;}
.nav_logo a:hover {width: 121px;opacity:0.5;}
.nav {display: flex;justify-content: space-between;float: right;width: 101px;padding-right: 30px;}

.nav_design {float: right;}
.nav_design a {text-decoration:none;display: block;height: 28px;width: 28px;background-image: url(https://www.qijishow.com/img/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:1;}
.nav_design a:hover {opacity:1;}

.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;

	z-index:50;
}
.zhezhao_bj{
	width: 100%;
	height: 100%;
	position: fixed;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/img1.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: 5%;
    margin-left: 8%;
	margin-bottom: 6%;
	border-radius: 8px;
}

/* 标题动画 */
@-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: 10%;
	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-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) {


.content {
    position: absolute;
    top: 29%;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
}
}