@charset "UTF-8";
/*@font-face {font-family:runyuan; src: url("runyuan.ttf")}*/

/* header start */
header {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: rgba(255,255,255,0.9);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	display: flex;
	justify-content: space-between;
}
header img {
	height: 55px;
		width: auto;
		margin-left: 60px;
}
.header-nav {
	margin-right: 50px;
}
header a, header span {
	font-size: 17px;
}
header a {
	margin: 0 8px;
	font-family: Helvetica;
}
/* header end */
.nav-slider {
 position: fixed;
 top: 40px;
 right: 200px;
 z-index: 99999;
 display: none;
 width: 200px;
 margin: 0;
 padding: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.slider-triangle {
 width: 0;
 height: 0;
 border-top: 20px solid transparent;
 border-right: 12px solid transparent;
 border-bottom: 15px solid rgba(0,0,0,0.4);
 border-left: 12px solid transparent;
 margin-left: 30px;
}
.accordion {
	width: 200px;
	background: rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.accordion li {
	border-bottom: 1px solid #fff;
}
.link {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}
.link:hover {
	color: #a51c30;
	background: rgba(255,255,255,0.4);
}
