@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
html,
body {
	margin: 0;
	background-color: white;
	font-family: "微软雅黑", "microsoft yahei";
	text-align: center;
}

header {
	display: block;
}

a {
	text-decoration: none;
}

.Header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 80px;
	color: #000;
	background-color: #da251c;
}
h1 img{
	width: 175px;
	height: auto;
}

.Header .Logo {
	float: left;
	padding-left: 50px;
}
.Header h1{
	margin-top: 16px;
	margin-bottom: 16px;
}
.Header .Logo a {
	color: #fff;
}

.Header .Nav {
	float: right;
	padding: 25px 40px 0 0;
}

.Header .Nav li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

.Header .Nav a {
	display: block;
	color: white;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-align: center;
}
.Header .Nav a:hover .Nav__line {
	width: 100%;
}

.Header .Nav span {
	display: block;
	text-align: left;
}

.Header .Nav__line {
	display: inline-block;
	vertical-align: top;
	height: 1px;
	width: 0;
	margin: 0 auto;
	overflow: hidden;
	background: #999;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
}

.Footer {
	width: 100%;
	padding: 20px 0;
	margin-top: 50px;
	text-align: center;
}

.Footer p,
.Footer a {
	color: #F5F5F5;
}

.Footer .Footer__copy {
	margin: 0;
	padding-right: 40px;
	letter-spacing: 0.12em;
	line-height: 1;
}

.Footer .Footer__copy small {
	font-size: 12px;
	/*font-family: "Arial";*/
}

.Footer .Footer__sites {
	float: right;
	padding: 0 20px 0 0;
}

.Footer .Footer__sites li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 20px;
}

.Footer .Footer__sites a {
	font-size: 12px;
	letter-spacing: 0.12em;
}

.Footer .Footer__sites a:hover {
	color: #ccc;
}