.cq-header {
	top:0;
	z-index:1200;
	width:100%;
	min-width:1200px;
	background-color:#fff
}
.cq-header.home {
	width:100%;
	position:fixed;
	z-index:1200;
	background-color:transparent
}
.cq-header.fix {
	position:fixed;
	color:#999;
	background-color:#fff;
	-webkit-box-shadow:0 2px 10px 0 rgba(51,51,51,.3);
	-moz-box-shadow:0 2px 10px 0 rgba(51,51,51,.3);
	box-shadow:0 2px 10px 0 rgba(51,51,51,.3);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#F5F5F5',Direction=180,Strength=2)
}
.cq-header .cq-header-wrap .cq-header-nav li a.active,.cq-header.fix .cq-header-wrap .cq-header-nav li a.active {
	color:var(--main-color)
}
.cq-header.home .cq-header-wrap .cq-header-nav li a.active {
	color:#fff
}
.cq-header.home.fix .cq-header-wrap .cq-header-nav li a.active {
	color:var(--main-color)
}
.cq-header.home .cq-header-wrap .cq-header-nav li > a:hover {
	color:#fff
}
.cq-header.fix .cq-header-wrap .cq-header-nav li > a:hover {
	color:var(--main-color)
}
.cq-header .cq-header-wrap {
	padding:22px 0 0;
	margin:0 auto
}
.cq-header .cq-header-wrap .cq-header-logo {
	float:left;
	overflow:hidden;
	margin-left:20px
}
.cq-header-wrap .cq-header-logo a {
	float:left
}
.cq-header-wrap .cq-header-nav {
	float:left;
	margin-left:284px;
	padding:5px 0 0
}
.cq-header-wrap .cq-header-nav li {
	float:left;
	margin-right:46px;
	height:44px
}
.cq-header .cq-header-wrap .cq-header-nav li a {
	font-size:15px;
	color:#333
}
.cq-header.home .cq-header-wrap .cq-header-nav li a {
	font-size:15px;
	color:#c8c8c8
}
.cq-header.fix .cq-header-wrap .cq-header-nav li a {
	color:#333
}
.cq-header-wrap .cq-header-nav li > a:hover {
	color:var(--main-color)
}
.cq-header-wrap .cq-header-nav li.nav-level-third {
	position:relative
}
.cq-header-wrap .cq-header-nav .nav-level-third {
	width:auto
}
.cq-header-wrap .cq-header-nav .nav-level-third4 {
	width:65px
}
.cq-header-wrap .cq-header-nav .nav-level-second {
	z-index:999;
	display:none;
	position:absolute;
	overflow:hidden;
	top:44px;
	left:-45px;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#fff;
	text-align:center;
	border:1px solid #eee
}
.cq-header.home.fix .cq-header-nav .nav-level-second {
	border:1px solid #eee;
	background-color:#fff
}
.cq-header.home .cq-header-nav .nav-level-second {
	border:0;
	background:rgba(0,0,0,.2)
}
.cq-header-wrap .cq-header-nav .nav-level-second a {
	display:block;
	text-align:center;
	padding:5px 20px;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cq-header.home.fix .cq-header-wrap .cq-header-nav .nav-level-second a {
	color:#333
}
.cq-header.home .cq-header-wrap .cq-header-nav .nav-level-second a {
	color:#e8e8e8
}
.cq-header .cq-header-wrap .cq-header-nav .nav-level-second a:hover,.cq-header.home.fix .cq-header-wrap .cq-header-nav .nav-level-second a:hover {
	color:var(--main-color)
}
.cq-header-wrap .cq-header-nav .nav-arrows {
	position:absolute;
	top:9px;
	right:-16px;
	width:13px;
	height:6px;
	background:url(../images/arrows-down.png) no-repeat;
	cursor:pointer
}
.cq-header-wrap .cq-header-nav .nav-arrows.up {
	background-image:url(../images/arrows-up.png)
}
.cq-header.home .free-btn {
	position:fixed;
	top:18px;
	width:135px;
	height:40px;
	border-radius:20px;
	font-size:16px;
	text-align:center;
	line-height:40px;
	color:#c8c8c8;
	border:solid 1px #c8c8c8;
}
.cq-header.home .free-btn:hover {
	width:133px;
	height:38px;
	line-height:38px;
	border:solid 2px #c8c8c8;
}
.cq-header.home.fix .free-btn {
	color:var(--main-color);
	border:solid 1px var(--main-color);
}
.cq-header .free-btn {
	position:fixed;
	top:18px;
	width:135px;
	height:40px;
	border-radius:20px;
	font-size:16px;
	text-align:center;
	line-height:40px;
	color:var(--main-color);
	border:solid 1px var(--main-color);
}
.cq-header .free-btn:hover {
	width:133px;
	height:38px;
	line-height:38px;
	border:solid 2px var(--main-color);
}
.cq-header.home.fix .free-btn:hover {
	width:133px;
	height:38px;
	line-height:38px;
	border:solid 2px var(--main-color);
}
