legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}

html,
body,
label {
	font-size: 12px
}

a:focus {
	outline: 0
}

a:active {
	outline: 0
}

ol,
ul {
	list-style: none
}

.headLogo,
.nav {
	margin: 0
}

.fa-head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100001;
	height: 70px;
	width: 100%;
	overflow: unset;
	background: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px
}

.qz-logo {
	height: 70px;
	float: left;
	position: relative
}

.qz-logo .headLogo {
	cursor: pointer
}

.qz-logo .headLogo .f-img {
	height: 70px;
	width: 205px;
	display: block;
	vertical-align: middle
}

.fkwProduct {
	display: block;
	position: absolute;
	width: 112px;
	height: 30px;
	line-height: 28px;
	top: 20px;
	left: 232px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	color: #333;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.fkwProduct:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: -14px;
	width: 1px;
	height: 24px;
	background-color: #cfcfcf
}

.fkwProduct:hover {
	text-decoration: none;
	color: #2f82ff;
	border-color: #2f82ff;
	cursor: pointer
}

.topbar-item a {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	text-decoration: none
}

.topbar-item span.product_text {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
	text-decoration: none
}

.nav a:hover,
.navCheck a {
	color: #2f82ff
}

.f-topBar.f-fkw-topBar .fkw-topbar-box {
	margin: 0 auto;
	font-size: 12px;
	max-width: 1380px;
	min-width: 1200px
}

.mobi-head-btns {
	display: none
}

.topbar_btn .topbar_submenu_arrow {
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	width: 9px;
	height: 70px;
	line-height: 0;
	padding: 32px 0;
	box-sizing: border-box
}

.topbar_submenu_arrow svg * {
	stroke: #999
}

.topbar_btn .topbar_submenu_arrow svg {
	transition: transform .3s
}

.topbar_btn:hover .topbar_submenu_arrow svg {
	transform: rotate(180deg);
	transition: transform .3s
}

.topbar_btn:hover .topbar_submenu_arrow svg * {
	stroke: #2f82ff
}

.f-topBar .topbar-item:hover .product_text {
	color: #0076fe
}

@media screen and (max-width:1170px) {
	.f-topBar .nav {
		display: none
	}
}

.product-list-box {
	min-width: 880px;
	height: 0;
	top: 70px;
	position: fixed;
	z-index: 200;
	padding: 0;
	box-sizing: border-box;
	transform: translateX(-50%);
	border-radius: 0 0 8px 8px;
	transition: all .3s ease-in-out;
	box-shadow: 0 6px 12px 0 rgba(51, 57, 85, .15)
}

.topbar_btn .product-list {
	display: flex;
	flex-direction: column;
	height: 0;
	opacity: 0;
	font-size: 14px;
	line-height: normal;
	cursor: default;
	overflow: hidden;
	transition: height .3s ease-in-out;
	border-radius: 0 0 8px 8px
}

.topbar_btn:hover .product-list {
	height: 358px;
	background: #fff;
	opacity: 1
}

.topbar_btn:hover .product-list-box {
	height: 358px;
	background: #fff;
	border-top: 1px solid #e5e5e5
}

.product-list .product-multi {
	margin: 30px 40px 0 40px
}

.product-list .product-item__title {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-bottom: 17px
}

.product-list .product-item__pro-list {
	display: flex
}

.product-list .product-item__pro-title {
	height: 40px;
	width: 180px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	color: #333;
	font-size: 14px;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
	margin-right: 16px
}

.product-list .product-item__pro-title:last-child {
	margin-right: 0
}

.product-list .product-item__pro-title:hover {
	background-color: #ecf4ff;
	color: #1178fb
}

.product-list .product-item__icon {
	width: 19px;
	height: 19px;
	margin-right: 9px
}

.product-list .product-item__pro-title-weixin {
	background: -30px -37px no-repeat url('../image/icon.png')
}

.product-list .product-item__pro-title-baidu {
	background: -30px -73px no-repeat url('../image/icon.png')
}

.product-list .product-item__pro-title-toutiao {
	background: -30px -109px no-repeat url('../image/icon.png')
}

.product-list .product-item__pro-title-kuaishou {
	background: no-repeat url('../image/kuaishou.png')
}

.product-list .product-func {
	padding-top: 26px;
	margin: 0 40px 30px 40px
}

.product-func__content {
	margin-top: 23px
}

.product-func__content .product-item {
	display: flex;
	align-items: center;
	margin-bottom: 24px
}

.product-func__content .product-item:last-child {
	margin-bottom: 0
}

.product-list .product-item__content-box {
	display: flex
}

.product-item__sub-title {
	font-size: 15px;
	font-weight: bold;
	color: #999;
	margin-right: 40px
}

.product-item__sub-title-show {
	background: -66px -36px no-repeat url('../image/icon.png')
}

.product-item__sub-title-interact {
	background: -67px -66px no-repeat url('../image/icon.png')
}

.product-item__sub-title-marketing {
	background: -67px -92px no-repeat url('../image/icon.png')
}

.product-item__sub-title-operation {
	background: -67px -128px no-repeat url('../image/icon.png')
}

.product-item__content-box .product-item__content-title {
	width: 65px;
	font-size: 14px;
	color: #333;
	display: flex;
	justify-content: center;
	margin-right: 30px
}

.product-item__content-box .product-item__content-title:last-child {
	margin-right: 0
}

.product-item__hot {
	width: 11px;
	height: 12px;
	margin-left: 5px;
	background: -34px -145px no-repeat url('../image/icon.png')
}

.nav_badge {
	position: absolute;
	width: 68px;
	line-height: 17px;
	background: #ef353e;
	border-radius: 7px 7px 7px 0;
	font-size: 12px;
	color: #fff;
	top: 6px;
	right: -65px;
	text-align: center
}
