.cqr-header {
	width:100px;
	height:100vh;
	position:fixed;
	left:0;
	z-index:99;
	background:#f9f9f9;
	box-shadow:0 5px 10px #ccc;
}
.cqr-header .nav {
	width: 100%;
	margin-top:20%
}
.cqr-header .nav li {
	height: 80px;
	line-height: 80px;
	width:100%;
	text-align: center;
}
.cqr-header .nav li.active {
	border-bottom: 2px solid #5e66ec;
}
.cqr-header .nav li:hover {
	border-bottom: 2px solid #5e66ec;
}
.cqr-header .nav-login {
	margin:0;
	text-align: center;
}
.cqr-header .nav-login .nav-login-a {
	display: inline-block;
	width: 80px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 18px;
	background: #8881f1;
	margin: 26px 2%;
	color: #ffffff;
	font-size: 14px;
}
.cqr-header .nav-login a.active {
	background: #1237ce;
}
/*登录后样式*/
	.cqr-header .g-center {
	display: none;
	position: absolute;
	top: 0px;
	background: rgba(255,255,255,0.9);
	z-index: 50;
	width:400px;
	left:124px;
	box-shadow: 0 0 10px #ccc;
	padding: 20px;
}
.cqr-header .g-center h1 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}
.cqr-header .g-center ul li {
	height:70px;
	border-bottom: 1px dashed #ccc;
	text-align:left;
}
.cqr-header .g-center ul li:hover {
	background:#f8f8f8;
}
.cqr-header .g-center ul li:last-child {
	background:none !important;
}
.cqr-header .g-center ul li span {
	display: inline-block;
	width:200px;
	height: 70px;
	overflow:hidden;
	word-break:keep-all;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 70px;
	vertical-align: middle;
}
.cqr-header .g-center ul li a {
	vertical-align: middle;
	background: #fff;
	padding:5px 10px;
	margin:0 2px;
	color: #0a2acb;
	border:1px solid #0a2acb;
}
.cqr-header .g-center ul li a.i {
	display: inline-block;
	background:url(../images/del.png) no-repeat center center;
	padding:0 5px;
	border:none;
	width:20px;
	height:22px;
}
.cqr-header .g-center .xinzeng {
	background: #1237ce;
	padding:5px 10px;
	text-align:center;
	color:#fff;
	font-size:14px;
}


@media only screen and (min-width: 1480px) {
	.hd1-a1 {
	width: 40px;
	height: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: #f8f8f8;
	z-index: 50;
	transition: 0.5s;
}
.hd1-on1 {
	width: 124px;
	background: #f8f8f8;
	transition: 0.5s;
}
.hd1-a2 {
	width: 100%;
	height: 195px;
	position: relative;
	background: rgba(94,102,236,0);
	transition: 0.5s;
}
.hd1-on1 .hd1-a2 {
	background: rgba(94,102,236,1);
	transition: 0.5s;
}
.hd1-a2>div {
	width: 0;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-on1 .hd1-a2>div {
	width: 100%;
	transition: 0.5s;
}
.hd1-a2>div>div {
	font-size: 16px;
	line-height: 195px;
	color: #fff;
	text-align: center;
	width: 114px;
	margin-left: calc(50% - 114px/2);
}
.hd1-a3 {
	width: 100%;
	position: absolute;
	top: 242px;
	left: 0;
}
.hd1-b1 {
	width: 100%;
	height: 40px;
	margin-bottom: 26px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-b1.hd1-on2 {
	background: #5e66ec;
	transition: 0.5s;
}
.hd1-b2 {
	width: 22px;
    height: 22px;
    position: absolute;
    top: calc(30% - 4px/2);
    left: 10px;
    opacity: 1;
    transition: 0.5s;
}
.hd1-on1 .hd1-b2 {
	opacity: 0;
	transition: 0.5s;
}
.hd1-b3 {
	width: 0;
	height: 0;
	border-left: 6px solid #afafaf;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: calc(50% - 6px/2);
	left: -6px;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b3 {
	left: 20px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b3 {
	border-left: 6px solid #fff;
	transition: 0.5s;
}
.hd1-b4 {
	font-size: 12px;
	line-height: 40px;
	color: #afafaf;
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b4 {
	left: 36px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 {
	color: #fff;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 a {
	color:#fff
}
}
@media only screen and (min-width: 1280px) and (max-width: 1479px) {
	.hd1-a1 {
	width: 40px;
	height: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: #f8f8f8;
	z-index: 50;
	transition: 0.5s;
}
.hd1-on1 {
	width: 124px;
	background: #f8f8f8;
	transition: 0.5s;
}
.hd1-a2 {
	width: 100%;
	height: 120px;
	position: relative;
	background: rgba(94,102,236,0);
	transition: 0.5s;
}
.hd1-on1 .hd1-a2 {
	background: rgba(94,102,236,1);
	transition: 0.5s;
}
.hd1-a2>div {
	width: 0;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-on1 .hd1-a2>div {
	width: 100%;
	transition: 0.5s;
}
.hd1-a2>div>div {
	font-size: 16px;
	line-height: 120px;
	color: #fff;
	text-align: center;
	width: 114px;
	margin-left: calc(50% - 114px/2);
}
.hd1-a3 {
	width: 100%;
	position: absolute;
	top: 140px;
	left: 0;
}
.hd1-b1 {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-b1.hd1-on2 {
	background: #5e66ec;
	transition: 0.5s;
}
.hd1-b2 {
	width: 22px;
    height: 22px;
    position: absolute;
    top: calc(30% - 4px/2);
    left: 10px;
    opacity: 1;
    transition: 0.5s;
}
.hd1-on1 .hd1-b2 {
	opacity: 0;
	transition: 0.5s;
}
.hd1-b3 {
	width: 0;
	height: 0;
	border-left: 6px solid #afafaf;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: calc(50% - 6px/2);
	left: -6px;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b3 {
	left: 20px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b3 {
	border-left: 6px solid #fff;
	transition: 0.5s;
}
.hd1-b4 {
	font-size: 12px;
	line-height: 40px;
	color: #afafaf;
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b4 {
	left: 36px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 {
	color: #fff;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 a {
	color:#fff
}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.hd1-a1 {
	width: 40px;
	height: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: #f8f8f8;
	z-index: 50;
	transition: 0.5s;
}
.hd1-on1 {
	width: 124px;
	background: #f8f8f8;
	transition: 0.5s;
}
.hd1-a2 {
	width: 100%;
	height: 120px;
	position: relative;
	background: rgba(94,102,236,0);
	transition: 0.5s;
}
.hd1-on1 .hd1-a2 {
	background: rgba(94,102,236,1);
	transition: 0.5s;
}
.hd1-a2>div {
	width: 0;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-on1 .hd1-a2>div {
	width: 100%;
	transition: 0.5s;
}
.hd1-a2>div>div {
	font-size: 16px;
	line-height: 120px;
	color: #fff;
	text-align: center;
	width: 114px;
	margin-left: calc(50% - 114px/2);
}
.hd1-a3 {
	width: 100%;
	position: absolute;
	top: 160px;
	left: 0;
}
.hd1-b1 {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-b1.hd1-on2 {
	background: #5e66ec;
	transition: 0.5s;
}
.hd1-b2 {
	width: 22px;
    height: 22px;
    position: absolute;
    top: calc(30% - 4px/2);
    left: 10px;
    opacity: 1;
    transition: 0.5s;
}
.hd1-on1 .hd1-b2 {
	opacity: 0;
	transition: 0.5s;
}
.hd1-b3 {
	width: 0;
	height: 0;
	border-left: 6px solid #afafaf;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: calc(50% - 6px/2);
	left: -6px;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b3 {
	left: 20px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b3 {
	border-left: 6px solid #fff;
	transition: 0.5s;
}
.hd1-b4 {
	font-size: 12px;
	line-height: 40px;
	color: #afafaf;
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b4 {
	left: 36px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 {
	color: #fff;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 a {
	color:#fff
}
}
@media only screen and (max-width: 1024px) {
	.hd1-a1 {
	width: 40px;
	height: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background: #f8f8f8;
	z-index: 50;
	transition: 0.5s;
}
.hd1-on1 {
	width: 124px;
	background: #f8f8f8;
	transition: 0.5s;
}
.hd1-a2 {
	width: 100%;
	height: 120px;
	position: relative;
	background: rgba(94,102,236,0);
	transition: 0.5s;
}
.hd1-on1 .hd1-a2 {
	background: rgba(94,102,236,1);
	transition: 0.5s;
}
.hd1-a2>div {
	width: 0;
	height: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-on1 .hd1-a2>div {
	width: 100%;
	transition: 0.5s;
}
.hd1-a2>div>div {
	font-size: 16px;

	line-height: 120px;
	color: #fff;
	text-align: center;
	width: 114px;
	margin-left: calc(50% - 114px/2);
}
.hd1-a3 {
	width: 100%;
	position: absolute;
	top: 160px;
	left: 0;
}
.hd1-b1 {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}
.hd1-b1.hd1-on2 {
	background: #5e66ec;
	transition: 0.5s;
}
.hd1-b2 {
	width: 22px;
	height:22px;
	position: absolute;
	top: calc(30% - 4px/2);
	left: 10px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on1 .hd1-b2 {
	opacity: 0;
	transition: 0.5s;
}
.hd1-b3 {
	width: 0;
	height: 0;
	border-left: 6px solid #afafaf;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	top: calc(50% - 6px/2);
	left: -6px;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b3 {
	left: 20px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b3 {
	border-left: 6px solid #fff;
	transition: 0.5s;
}
.hd1-b4 {
	font-size: 12px;
	line-height: 40px;
	color: #afafaf;
	position: absolute;
	top: 0;
	left: 100%;
	opacity: 0;
	transition: 0.5s;
}
.hd1-on1 .hd1-b4 {
	left: 36px;
	opacity: 1;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 {
	color: #fff;
	transition: 0.5s;
}
.hd1-on2 .hd1-b4 a {
	color:#fff
}
}