.hd {
	height: 5rem;
	position: relative;
	z-index: 19;
	background: #313131;
	line-height: 0;
}
.hd img {
	max-width: 100%;
}
.logo {
	width: 8.7rem;
	padding: 1.4rem 0 0 3.75%;
}
.text {
	width: 46%;
	color: #211C19;
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 5rem;
}
.text a {
	display: inline-block;
	color: #B0B0B0;
	font-size: 1.2rem;
}
.text span.cur a {
	color: #C9161D;
}
.downmenu {
	width: 2.05rem;
	display: block;
	padding: 1.75rem 3.75% 1rem 1rem;
}
.menu2 {
	position: relative;
	z-index: 9;
}
.menu2 .slideMenu {
	width: 100%;
	display: none;
	z-index: 80;
	background: #f0f0f0;
	overflow: hidden;
	position: absolute;
	top: 5rem;
	right: 0;
	transition: transform 1s;
	-webkit-transition: transform 1s;
}
.menu2 .slideMenu li {
	border-bottom: 1px solid #fff;
	color: #222;
	line-height: 3.9rem;
	font-size: 1.1rem;
	clear: both;
}
.menu2 .slideMenu li a {
	color: #222;
	display: block;
	line-height: 3.9rem;
	text-align: center;
}
.menu2 .slideMenu ul {
	overflow: hidden;
	margin-bottom: 4.25rem;
}
.menu2 .slideMenu .contact a:first-child {
	display: block;
	color: #393939;
	font-size: 1.8rem;
	line-height: 100%;
	text-align: center;
	font-family: Arial;
}
.menu2 .slideMenu .contact .call {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 3.5rem;
	text-align: center;
	font-weight: bold;
	background: #c9161d;
	width: 12.15rem;
	height: 3.5rem;
	margin: 1rem auto 4.5rem;
border-radius: .3rem;
}
.g-ft {
	margin-top: 0;
}
.f_con {
	display: flex;
	flex-wrap: wrap;
	height: 11.35rem;
	padding: 1.5rem 3.75% 0;
	justify-content: space-between;
	align-content: flex-start;
}
.f_con li {
	height: 1.7rem;
	line-height: 1.7rem;
	font-size: 1rem;
	color: #999;
}
.f_con li a {
	color: #333;
}
.f_con li a.g_top {
	position: relative;
	padding-left: 1.4rem;
}
.f_con li a.g_top:before {
	position: absolute;
	content: "";
	left: 0;
top: -.35rem;
	width: 0;
	height: 0;
	display: block;
border-width: .7rem .5rem;
	border-style: solid;
	border-color: transparent transparent #C9161D transparent;
}
.f_con li:first-child {
	padding-left: 1.45rem;
	background: url(../images/f_bg.png) no-repeat left;
background-size: .55rem;
}
.f_con li:last-child {
	width: 100%;
padding-top: .75rem;
margin-top: .95rem;
	border-top: 1px solid #F4F4F4;
}
.f_nav {
	height: 4.9rem;
	min-width: 320px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 100;
	background: #313131;
	display: flex;
	justify-content: space-between;
}
.f_nav li {
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.f_nav li a {
	height: 4.9rem;
	font-size: 1rem;
	color: #fff;
	line-height: 100%;
	display: block;
	text-align: center;
}
.f_nav li img {
	width: 1.75rem;
	max-width: 100%;
margin: .8rem auto .6rem;
	display: block;
}
.f_nav li:last-child {
	border-right: none;
}
.f_nav li.cur {
	background: #C9161D;
	border-color: #C9161D;
}
