body,
p,
ul,
li,
h1,
h2,
h3,
h5,
img {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

.btn-more {
	display: block;
	border: 1px solid #DB3D44;
	color: #DB3D44;
	width: 60px;
	padding: 4px;
	text-align: center;
	margin: auto;
	border-radius: 4px;
	font-size: 14px;
}

.normal {
	margin: auto;
	width: 1200px;
}

#header {
	display: flex;
	flex-direction: row;
	height: 80px;
}

#logo {
	width: 250px;
}

#logo img {
	margin-top: 15px;
}

#menu {
	width: 1000px;
}

#menu li {
	display: inline-block;
	margin-left: 100px;
	line-height: 80px;
}

#menu li a {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

#menu li a.menu-selected {
	color: #BB0709;
	font-size: 18px;
	font-weight: bold;
}

#nav {
	padding: 20px 0;
	color: #808080;
	font-size: 14px;
}

#banner {
	background-color: azure;
	height: 400px;
}

#footer {
	margin: auto;
	height: 280px;
	display: flex;
	padding-top: 60px;
	color: #565557;
	line-height: 30px;
	font-size: 14px;
}

#footer-left {
	width: 300px;
	text-align: center;
}

#footer-left img {
	width: 150px;
}

#footer-right {
	width: 800px;
}

#link {
	margin-bottom: 20px;
}

#link a {
	margin-right: 20px;
}

.title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 0;
}

.title-1 span {
	display: block;
	padding-top: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #808080;
}
