@charset "UTF-8";

body {
	font-family: "PingFang SC", "Microsoft YaHei", Alibaba-PuHuiTi-Regular, sans-serif !important
}

.kniu_web_head {
	display: block;
	height: auto;
	background-color: #fff
}

.kniu_head_cells {
	height: 20px;
	background-color: #dedede;
	color: #333
}

.kniu_app_head,
.kniu_pcs_head {
	height: 75px
}

.kniu_app_head_navs_group_type2.active .kniu_app_head_navs {
	height: 100vh
}

.kniu_app_head_nav_dropdown_link,
.kniu_app_head_nav_title {
	font-size: 12px
}

.head_text_group1 {
	width: 100%;
	text-align: right
}

.head_text1 {
	font-size: 12px;
	color: #000
}

.head_navs_group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	height: 100%
}

.kniu_app_head_title+.head_search_group1 {
	margin-left: calc(60/var(--PCS))
}

.kniu_app_head_title+.head_search_group1 .head_search_icon1 {
	width: calc(40/var(--PCS))
}

.head_search_icon1 {
	width: calc(25/var(--PCS))
}

.kniu_navs {
	position: unset;
	margin-left: 43.5px
}

.kniu_nav,
.kniu_nav_active .kniu_nav_title {
	color: #333
}

.kniu_nav {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center
}

.nav1 {
	position: unset
}

.kniu_nav_title {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	margin: 0 13.25px;
	padding: 0 13.25px;
	height: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #151515
}

.kniu_nav_dropdown {
	left: auto;
	padding: 5px 15px;
	border-radius: 10px;
	min-width: 200px;
	text-align: center;
	background: rgba(178, 224, 248, .2)
}

.nav_dropdown1 {
	overflow-y: auto;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 95px);
	box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-o-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	animation: animated_fadeIn .1s;
	-webkit-animation: animated_fadeIn .1s
}

.kniu_nav:hover .kniu_nav_title::after,
.kniu_nav_active .kniu_nav_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	width: calc(100% - 37.5/var(--PCS));
	height: 3px;
	pointer-events: none;
	cursor: default;
	background-color: #333
}

.nav1:hover .kniu_nav_title::after {
	content: none
}

.kniu_nav_link {
	/* padding: calc(13/var(--PCS)) calc(20/var(--PCS)); */
	height: 40px;
	line-height: 40px;
	border-radius: 15px;
	font-size: 16px;
	color: #fff;
	padding: 0;
	background:#07449b ;
	margin: 10px 0;
}

.kniu_nav_link:hover {
	text-decoration: underline;
	background-color: #008cd6;
	color: #fff;
}

.nav_tab_head1 {
	margin: 0 auto;
	width: 48%;
	text-align: left
}

.nav_tab_head_cell1 {
	padding-bottom: 25px;
	font-weight: 700;
	font-size: 14px
}

.nav_tab_head_cell1+.nav_tab_head_cell1 {
	margin-left: 40px
}

.kniu_tab_head_cell.kniu_tab_active {
	color: #333
}

.kniu_tab_head_cell.kniu_tab_active::after {
	height: 3px;
	background-color: #333
}

.nav_tab_body1 {
	overflow: hidden;
	border-top: 1px solid #f2f2f2
}

.nav_pros_group1 {
	margin: 0 auto -1px;
	width: 100%
}

.nav_pro_group1 {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap
}

.nav_pro_img_group1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	max-width: 190px;
	height: 100%
}

.nav_pro_img1 {
	width: 100%
}

.nav_pro1 {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	border-bottom: 1px solid #f2f2f2;
	padding: calc(20/var(--PCS));
	width: calc(100%/3);
	min-height: 190px
}

.nav_pro1::after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	width: 1px;
	height: calc(100% - 20/var(--PCS)*2);
	background-color: #f2f2f2
}

.nav_pro1:last-child::after,
.nav_pro1:nth-child(3n+3)::after {
	background-color: transparent
}

.nav_pro_text_group1 {
	margin-left: calc(30/var(--PCS));
	max-width: 47%;
	text-align: left
}

.nav_pro_text101 {
	font-size: 19px;
	line-height: 1.3;
	color: #000
}

.nav_pro_text102 {
	font-size: 12px
}

.nav_pro_links_group1 {
	margin-top: calc(10/var(--PCS))
}

.nav_pro_link_group1+.nav_pro_link_group1 {
	margin-top: calc(10/var(--PCS))
}

.nav_pro_link1 {
	font-size: 14px;
	line-height: 1.6;
	color: #686868
}

.nav_pro_link1:hover {
	text-decoration: underline
}

.kniu_app_head_logo,
.kniu_head_logo {
	height: 30px;
	margin-right: 30px;
}

.kniu_nav_bottoms_group {
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	border-bottom: 0;
	padding: calc(60/var(--PCS)) 0;
	background-color: #f5f5f5
}

.kniu_nav_bottom_cell+.kniu_nav_bottom_cell,
.kniu_nav_bottom_dropdown {
	margin-top: calc(30/var(--PCS))
}

.kniu_nav_bottom_title {
	font-size: 12px;
	color: #000
}

.kniu_nav_bottom_link {
	font-size: 12px;
	color: #969696;
	opacity: 1
}

.kniu_nav_bottom_link:hover {
	text-decoration: underline;
	color: #969696
}

.kniu_nav_bottom_head {
	border-bottom: 1px solid #ddd;
	margin-bottom: calc(65/var(--PCS));
	padding-bottom: calc(50/var(--PCS));
	width: 100%;
	text-align: center
}

.nav_bottom_logo1 {
	width: calc(158/var(--PCS))
}

.nav_bottom_link_group1,
.nav_bottom_links1,
.nav_bottom_phone_group1,
.nav_bottom_qrcode_group1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	font-size: 12px;
	color: #969696
}

.nav_bottom_links1,
.nav_bottom_phone_group1 {
	margin-top: calc(30/var(--PCS))
}

.nav_bottom_qrcode_group1 {
	margin-left: calc(80/var(--PCS))
}

.nav_bottom_qrcode_wraper1 {
	position: relative
}

.nav_bottom_icon1 {
	width: calc(26/var(--PCS))
}

.nav_bottom_qrcode_dropdown1 {
	position: absolute;
	bottom: 0;
	left: calc(50% - 230/var(--PCS));
	display: none;
	padding-bottom: calc(31/var(--PCS));
	width: calc(270/var(--PCS));
	animation: animated_fadeIn .3s;
	-webkit-animation: animated_fadeIn .3s
}

.nav_bottom_qrcode_wraper1:hover .nav_bottom_qrcode_dropdown1 {
	display: inline-block
}

.nav_bottom_qrcode1 {
	width: 100%
}

.nav_bottom_phone_group1 {
	color: #000
}

.nav_bottom_phone_text101 {
	font-size: 12px
}

.nav_bottom_phone_text102 {
	font-size: calc(36/var(--PCS));
	font-family: Arial
}

.kniu_web_foot {
	padding: calc(28/var(--PCS)) 0;
	font-size: 12px;
	background-color: #dbdbdb;
	color: #969696
}

.foot_form_label1 {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	margin-top: calc(20/var(--PCS))
}

.foot_select1 {
	border-radius: calc(28/var(--PCS));
	-webkit-border-radius: calc(28/var(--PCS));
	-moz-border-radius: calc(28/var(--PCS));
	-ms-border-radius: calc(28/var(--PCS));
	-o-border-radius: calc(28/var(--PCS));
	width: calc(150/var(--PCS));
	min-height: 28px;
	height: calc(28/var(--PCS));
	background-color: #fff;
	color: #666
}

.kniu_app_head_bar::after,
.kniu_app_head_bar::before,
.kniu_app_head_bar_icon {
	background-color: #000
}

@media (min-width:calc(1024px - 60px)) {
	.kniu_nav_bottom_head {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center
	}

	.foot_form_label1,
	.nav_bottom_links1,
	.nav_bottom_phone_group1 {
		margin-top: 0
	}

	.kniu_nav_bottoms_group {
		padding: calc(115/var(--PCS)) 0
	}
}

@media (min-width:calc(1280px - 60px)) {
	.kniu_container {
		width: calc(100vw - 130/var(--PCS)*2)
	}

	.kniu_nav_bottom_title {
		font-size: calc(20.86/var(--PCS))
	}

	.nav_bottom_phone_text101 {
		font-size: calc(18/var(--PCS))
	}
}

@media (min-width:calc(1920px - 60px)) {
	.kniu_nav_bottom_link {
		font-size: calc(14/var(--PCS))@charset "UTF-8";

body {
	font-family: "PingFang SC", "Microsoft YaHei", Alibaba-PuHuiTi-Regular, sans-serif !important
}

.kniu_web_head {
	display: block;
	height: auto;
	background-color: #fff
}

.kniu_head_cells {
	height: 20px;
	background-color: #dedede;
	color: #333
}

.kniu_app_head,
.kniu_pcs_head {
	height: 75px
}

.kniu_app_head_navs_group_type2.active .kniu_app_head_navs {
	height: 100vh
}

.kniu_app_head_nav_dropdown_link,
.kniu_app_head_nav_title {
	font-size: 12px
}

.head_text_group1 {
	width: 100%;
	text-align: right
}

.head_text1 {
	font-size: 12px;
	color: #000
}

.head_navs_group {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	height: 100%
}

.kniu_app_head_title+.head_search_group1 {
	margin-left: calc(60/var(--PCS))
}

.kniu_app_head_title+.head_search_group1 .head_search_icon1 {
	width: calc(40/var(--PCS))
}

.head_search_icon1 {
	width: calc(25/var(--PCS))
}

.kniu_navs {
	position: unset;
	margin-left: 43.5px
}

.kniu_nav,
.kniu_nav_active .kniu_nav_title {
	color: #333
}

.kniu_nav {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center
}

.nav1 {
	position: unset
}

.kniu_nav_title {
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	margin: 0 13.25px;
	padding: 0 13.25px;
	height: 100%;
	font-weight: 700;
	font-size: 14px;
	color: #151515
}

.kniu_nav_dropdown {
	left: auto;
	padding: 15px;
	border-radius: 10px;
	min-width: 200px;
	text-align: center;
	background: rgba(178, 224, 248, .5)
}

.nav_dropdown1 {
	overflow-y: auto;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 95px);
	box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-ms-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	-o-box-shadow: 0 1px calc(20/var(--PCS)) 0 rgba(0, 0, 0, .05);
	animation: animated_fadeIn .1s;
	-webkit-animation: animated_fadeIn .1s
}

.kniu_nav:hover .kniu_nav_title::after,
.kniu_nav_active .kniu_nav_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: auto;
	width: calc(100% - 37.5/var(--PCS));
	height: 3px;
	pointer-events: none;
	cursor: default;
	background-color: #333
}

.nav1:hover .kniu_nav_title::after {
	content: none
}

.kniu_nav_link {
	/* padding: calc(13/var(--PCS)) calc(20/var(--PCS)); */
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 12px;
	color: #251C1B;
	padding: 0;
	background:#D1E9F6 ;
}

.kniu_nav_link:hover {
	text-decoration: underline;
	background-color: #eee;
	color: #251C1B;
}

.nav_tab_head1 {
	margin: 0 auto;
	width: 48%;
	text-align: left
}

.nav_tab_head_cell1 {
	padding-bottom: 25px;
	font-weight: 700;
	font-size: 14px
}

.nav_tab_head_cell1+.nav_tab_head_cell1 {
	margin-left: 40px
}

.kniu_tab_head_cell.kniu_tab_active {
	color: #333
}

.kniu_tab_head_cell.kniu_tab_active::after {
	height: 3px;
	background-color: #333
}

.nav_tab_body1 {
	overflow: hidden;
	border-top: 1px solid #f2f2f2
}

.nav_pros_group1 {
	margin: 0 auto -1px;
	width: 100%
}

.nav_pro_group1 {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap
}

.nav_pro_img_group1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	max-width: 190px;
	height: 100%
}

.nav_pro_img1 {
	width: 100%
}

.nav_pro1 {
	position: relative;
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	border-bottom: 1px solid #f2f2f2;
	padding: calc(20/var(--PCS));
	width: calc(100%/3);
	min-height: 190px
}

.nav_pro1::after {
	content: "";
	position: absolute;
	top: auto;
	right: 0;
	width: 1px;
	height: calc(100% - 20/var(--PCS)*2);
	background-color: #f2f2f2
}

.nav_pro1:last-child::after,
.nav_pro1:nth-child(3n+3)::after {
	background-color: transparent
}

.nav_pro_text_group1 {
	margin-left: calc(30/var(--PCS));
	max-width: 47%;
	text-align: left
}

.nav_pro_text101 {
	font-size: 19px;
	line-height: 1.3;
	color: #000
}

.nav_pro_text102 {
	font-size: 12px
}

.nav_pro_links_group1 {
	margin-top: calc(10/var(--PCS))
}

.nav_pro_link_group1+.nav_pro_link_group1 {
	margin-top: calc(10/var(--PCS))
}

.nav_pro_link1 {
	font-size: 14px;
	line-height: 1.6;
	color: #686868
}

.nav_pro_link1:hover {
	text-decoration: underline
}

.kniu_app_head_logo,
.kniu_head_logo {
	height: 30px
}

.kniu_nav_bottoms_group {
	flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	border-bottom: 0;
	padding: calc(60/var(--PCS)) 0;
	background-color: #f5f5f5
}

.kniu_nav_bottom_cell+.kniu_nav_bottom_cell,
.kniu_nav_bottom_dropdown {
	margin-top: calc(30/var(--PCS))
}

.kniu_nav_bottom_title {
	font-size: 12px;
	color: #000
}

.kniu_nav_bottom_link {
	font-size: 12px;
	color: #969696;
	opacity: 1
}

.kniu_nav_bottom_link:hover {
	text-decoration: underline;
	color: #969696
}

.kniu_nav_bottom_head {
	border-bottom: 1px solid #ddd;
	margin-bottom: calc(65/var(--PCS));
	padding-bottom: calc(50/var(--PCS));
	width: 100%;
	text-align: center
}

.nav_bottom_logo1 {
	width: calc(158/var(--PCS))
}

.nav_bottom_link_group1,
.nav_bottom_links1,
.nav_bottom_phone_group1,
.nav_bottom_qrcode_group1 {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	font-size: 12px;
	color: #969696
}

.nav_bottom_links1,
.nav_bottom_phone_group1 {
	margin-top: calc(30/var(--PCS))
}

.nav_bottom_qrcode_group1 {
	margin-left: calc(80/var(--PCS))
}

.nav_bottom_qrcode_wraper1 {
	position: relative
}

.nav_bottom_icon1 {
	width: calc(26/var(--PCS))
}

.nav_bottom_qrcode_dropdown1 {
	position: absolute;
	bottom: 0;
	left: calc(50% - 230/var(--PCS));
	display: none;
	padding-bottom: calc(31/var(--PCS));
	width: calc(270/var(--PCS));
	animation: animated_fadeIn .3s;
	-webkit-animation: animated_fadeIn .3s
}

.nav_bottom_qrcode_wraper1:hover .nav_bottom_qrcode_dropdown1 {
	display: inline-block
}

.nav_bottom_qrcode1 {
	width: 100%
}

.nav_bottom_phone_group1 {
	color: #000
}

.nav_bottom_phone_text101 {
	font-size: 12px
}

.nav_bottom_phone_text102 {
	font-size: calc(36/var(--PCS));
	font-family: Arial
}

.kniu_web_foot {
	padding: calc(28/var(--PCS)) 0;
	font-size: 12px;
	background-color: #dbdbdb;
	color: #969696
}

.foot_form_label1 {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	margin-top: calc(20/var(--PCS))
}

.foot_select1 {
	border-radius: calc(28/var(--PCS));
	-webkit-border-radius: calc(28/var(--PCS));
	-moz-border-radius: calc(28/var(--PCS));
	-ms-border-radius: calc(28/var(--PCS));
	-o-border-radius: calc(28/var(--PCS));
	width: calc(150/var(--PCS));
	min-height: 28px;
	height: calc(28/var(--PCS));
	background-color: #fff;
	color: #666
}

.kniu_app_head_bar::after,
.kniu_app_head_bar::before,
.kniu_app_head_bar_icon {
	background-color: #000
}

@media (min-width:calc(1024px - 60px)) {
	.kniu_nav_bottom_head {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		align-items: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center
	}

	.foot_form_label1,
	.nav_bottom_links1,
	.nav_bottom_phone_group1 {
		margin-top: 0
	}

	.kniu_nav_bottoms_group {
		padding: calc(115/var(--PCS)) 0
	}
}

@media (min-width:calc(1280px - 60px)) {
	.kniu_container {
		width: calc(100vw - 130/var(--PCS)*2)
	}

	.kniu_nav_bottom_title {
		font-size: calc(20.86/var(--PCS))
	}

	.nav_bottom_phone_text101 {
		font-size: calc(18/var(--PCS))
	}
}

@media (min-width:calc(1920px - 60px)) {
	.kniu_nav_bottom_link {
		font-size: calc(14/var(--PCS))
	}

	.kniu_web_foot {
		font-size: calc(14/var(--PCS))
	}

	.nav_bottom_link_group1,
	.nav_bottom_links1,
	.nav_bottom_phone_group1,
	.nav_bottom_qrcode_group1 {
		font-size: calc(14/var(--PCS))
	}

	.nav_bottom_qrcode_dropdown1 {
		left: calc(50% - 140/var(--PCS));
		width: calc(169/var(--PCS))
	}

	.nav_tab_head1 {
		width: 70%
	}

	.nav_pros_group1 {
		width: 76%
	}
}