/****************************************************************
 *																*
 * 						      代码库							*
 *                        www.dmaku.com							*
 *       		  努力创建完善、持续更新插件以及模板			*
 * 																*
****************************************************************/
* {
	font-family: '微软雅黑';
}
body {
	background-color: #fff;
	width: 100%;
}
body,
input,
button,
select,
textarea {
	font-size: 14px;
	color: #333;
}
textarea {
	resize: none;
}
body,
ul,
ol,
li,
dl,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img,
fieldset,
.pr,
.pc {
	margin: 0;
	padding: 0;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
caption,
th {
	text-align: left;
	font-weight: 400;
}
ul li,
.xl li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
em,
cite,
i {
	font-style: normal;
	display: block;
}
a {
	color: #666;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
a:hover {
	text-decoration: none;
	color: #cb000f;
}

img {
	border: 0;
}
label {
	cursor: pointer;
}
input:disabled {
	background-color: #fff;
	color: #666;
}
textarea:disabled {
	background-color: #fff;
	color: #666;
}
/* 兼容问题，自动调试间距比例*/
.cl:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cl {
	zoom: 1;
}

/*图片自适应*/
.imgauto {
	width: 100%;
	height: auto;
	display: block;
	min-width: 1170px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.relative {
	position: relative;
}

.qz_menubg {
	width: 100%;
	height: 100px;
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	z-index: 9;
	background: rgba(0, 0, 0, 0.4);
}
.qz_menubg .qz_menu {
	float: right;
	height: 100px;
}
.qz_menubg .qz_menu ul li {
	list-style-type: none;
	float: left;
	line-height: 100px;
	text-align: center;
	width: 100px;
	font-size: 14px;
}
.qz_menubg .qz_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.qz_menubg .qz_logo {
	width: 180px;
	float: left;
}

.qz_menubg .qz_logo img {
	width: 180px;
	margin-top: 26px;
	transition: 1s all;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
}

.qz_menuadd {
	background: #000;
	height: 60px;
}
.qz_menuadd .qz_logo img {
	width: 180px;
	margin-top: 13px;
}
.qz_menuadd .qz_menu {
	float: right;
	height: 60px;
}
.qz_menuadd .qz_menu ul li {
	list-style-type: none;
	float: left;
	line-height: 60px;
	text-align: center;
	width: 100px;
	font-size: 14px;
}
.qz_menuadd .qz_menu ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.qz_menuadd .qz_menu ul li.cur a {
	color: #199f0c;
}

.qz_footbot {
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #fff;
}
.qz_footbot a {
	color: #fff;
}
.qz_footbg {
	background: #000;
}

.qz_wrap {
	width: 1120px;
	margin: 0 auto;
}

.qz_top120 {
	padding-top: 120px;
}
.qz_top180 {
	padding-top: 180px;
}
.nav-btn {
	display: none;
}
@media (max-width: 1024px) {
	.qz_wrap {
		max-width: 90%;
	}
	.nav-btn {
		display: block;
	}
	.nav-btn {
		display: block;
		float: right;
		position: relative;
		z-index: 99;
		width: 26px;
		cursor: pointer;
		transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
	}
	.nav-btn i {
		display: block;
		height: 3px;
		background-color: #fff;
		margin: 6px 0;
		border-radius: 5px;
		transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
	}
	.nav-btn.nav-open i {
		display: none;
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
	}
	.nav-btn.nav-open i:first-child {
		display: block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
	.nav-btn.nav-open i:last-child {
		display: block;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.qz_menubg {
	}
	.qz_menubg .qz_wrap {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between; /* 水平居中 */
		align-items: center; /* 垂直居中 */
		align-content: center; /* 多行一起垂直居中 */
	}
	.qz_menubg {
		height: auto;
		padding: 10px 0;
	}
	.qz_menu {
		display: none;
	}
	.qz_menu.header-on {
		display: block;
		position: absolute;
		top: 59px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		line-height: 50px;
		padding: 10px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		text-align: left;
		-wekit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
		overflow: hidden;
		height: auto;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.08);-webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);box-shadow: 0 0 10px rgba(0,0,0,.08);
	}
	.qz_menubg .qz_menu ul li{
		float: none;
		width: auto;
		line-height: 40px;
		color: #333;
	}
	.qz_menubg .qz_menu ul li a{
		color: #333;
	}
	.qz_menubg .qz_logo img {
		margin-top: 0;
	}
	.qz_footbot {height: auto;line-height: 30px;text-align: center;padding: 10px 0;}
	.qz_footbot .fl{float: none;}
	.qz_footbot .fr{float: none;}
}
