.sjq_footer {
  margin: auto;
  min-width: 1400px;
  max-width: 1920px;
  background: #1c2332;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  color: #fff;
}
.sjq_footer .main_w {
  text-align: center;
}
.sjq_head{
	width: 100%;
	height: 64px;
	position: relative;
	z-index: 999;
}
.sjq_head.fixed .warpper{
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.sjq_head.bg .warpper{
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.sjq_head .warpper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	padding: 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sjq_head .box{
	width: 100%;
	height: 64px;
	display: none;
}
.sjq_head.fixed .box{
	display: block;
}
.sjq_head .left{
	float: left;
	display: flex;
	align-items: center;
}
.sjq_head .logo{
	float: left;
}
.sjq_head .logo img{
	background: none;
}
.sjq_head .nav{
	margin-left: 64px;
	float: left;
}
.sjq_head .nav li{
	float: left;
	margin-right: 48px;
}
.sjq_head .nav a{
	font-size: 16px;
	color: #666;
}
.sjq_head .nav li.on a{
	color: #1F68FE;
}
.sjq_head .nav a:hover{
	color: #1F68FE !important;
}
.sjq_head .sjq_download{
	float: right;
}
.sjq_head .sjq_download span{
	float: left;
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
}
.sjq_head .sjq_download .app{
	width: 114px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}
.sjq_head .sjq_download .app a{
	color: #666;
}
.sjq_head .sjq_download .app i{
	width: 20px;
	height: 16px;
	background: url(/pgs/design/common/images/icon_app.png) no-repeat;
	display: inline-block;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.sjq_head .sjq_download .app:hover{
	background: #fff;
}
.sjq_head .sjq_download .app:hover i{
	background: url(/pgs/design/common/images/icon_app_hor.png) no-repeat;
}
.sjq_head .sjq_download .app:hover a{
	color: #333 !important;
}
