* {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: white;
}

li {
	list-style-type: none;
}

html {
	font-size: 16px;
}

.clearf::after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.container {
	min-width: 900px;
}

/**********头部样式**********/
.header {
	width: 100%;
	height: 120px;
	background: #33c184;
}

.header-content {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
}

.company {
	margin-right: 100px;
	height: 120px;
	line-height: 120px;
}

.company>img {
	width: 100%;
	position: relative;
	top: 10px;
}

.nav-li {
	display: inline-block;
	width: 80px;
	height: 120px;
	line-height: 120px;
	box-sizing: border-box;
	color: white;
	text-align: center;
	margin-right: 30px;
}

.nav-li:hover {
	border-bottom: 4px solid white;
}

/**********底部样式**********/
.footer {
	background-image: url('../images/footer_bg.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	text-align: center;
}

.footer-content {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.qrcode-wrap {
	width: 450px;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.qrcode-wrap>img {
	width: 100%;
}

.website-info {
	width: 400px;
	text-align: center;
	color: white;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.website-desc span {
	margin-right: 30px;
}

.website-record {
	margin-top: 30px;
}
