﻿/*share_web*/
.fkw_control_style_shareCtr {
	display: flex;
	flex-direction: row-reverse;
}
.share_ctr_wrap {
	min-height: 1rem;
}

.fkw_share_info_span {
	width: 1rem;
	text-align: center;
}

.fkw_share_info {
	right: 1rem;
}
.fkw_share_wrap {
	display: none
}

.fkw_share_list {
	z-index: 1200;
	position: absolute;
	right: -10px;
	top: 35px;
	width: 256px;
	max-width: 240px;
	padding: 15px;
	vertical-align: middle;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	background: #fff;
	white-space: normal
}

.fkw_share_list:before {
	z-index: 1;
	content: "";
	display: inline-block;
	position: absolute;
	top: -4px;
	right: 48px;
	width: 10px;
	height: 10px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.detail_share .fkw_share_list:before {
	left: 82%
}

.fkw_share_list:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: -15px;
	right: 0;
	width: 100%;
	height: 20px;
	background: 0 0
}

.fkw_share_icon {
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	font-size: 30px
}

.fkw_share_name {
	display: none;
	color: #333
}

.fkw_share_info {
	position: absolute
}

.fkw_share_info .fkw_share_wrap {
	display: none
}

.fkw_share_info.fkw_share_info_hover .fkw_share_wrap {
	display: block
}
.device_mobile .fkw_share_info:hover .fkw_share_wrap {
	display: none
}

.device_mobile .fkw_share_info .fkw_share_list {
	padding-left: 3%;
	padding-right: 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.device_mobile .fkw_share_info .fkw_share_wrap {
	display: none
}

.device_mobile .fkw_share_info .fkw_share_wrap_active {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9100
}

.device_mobile .fkw_share_info:hover .fkw_share_wrap_active {
	display: block
}


.device_pc .fkw_share_info_hover_top .fkw_share_list {
	top: auto;
	bottom: -100%;
	margin-bottom: 56px
}

.device_pc .fkw_share_info_hover_top .fkw_share_list:before {
	top: auto;
	bottom: -4px
}

.device_pc .fkw_share_info_hover_top .fkw_share_list:after {
	top: auto;
	bottom: -25px
}


.fkw_share_cover {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: block;
	text-align: center
}

.shareCoverContent {
	z-index: 100;
	display: block;
	max-width: 768px;
	margin: 0 auto
}

.shareCoverIcon {
	margin-top: 100px;
	margin-bottom: 26px;
	width: 200px
}

.shareCoverTip {
	width: 234px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-bottom: 36px
}

.shareCoverBtn {
	height: 50px;
	width: 150px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #e0e0e0;
	font-size: 18px;
	color: #666;
	border-radius: 4px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}



.device_mobile .fkw_share_list {
	display: none;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width: 100%;
	z-index: 1;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	padding: 0;
	padding-top: 24px;
	padding-bottom: 0;
	width: 100%;
	border-radius: 0
}

.device_mobile .fkw_share_list:before {
	display: none
}

.device_mobile .fkw_share_icon {
	font-size: 38px;
	margin: 0 11px 10px;
	text-align: center;
	width: 48px
}

.device_mobile .fkw_share_name {
	display: block;
	font-size: 12px;
	line-height: 37px
}


.device_mobile .fkw_share_layout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6)
}



.c_popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9034;
	text-align: center
}

.c_popup:after {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.c_popup_main {
	position: relative;
	display: inline-block;
	padding: 40px 0;
	background-color: #fff;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	vertical-align: middle
}

.c_popup_icon {
	padding: 0 70px 5px
}

.c_popup_content {
	padding: 23px 60px 0;
	font-size: 18px;
	line-height: 22px;
	word-break: break-word
}

.c_popup_buttons {
	padding: 24px 58px 0;
	font-size: 16px
}

.c_popup_button {
	height: 34px;
	padding: 0 28px;
	border: 1px solid #e3e2e8;
	margin: 0 18px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 2px;
	color: #333;
	outline: 0;
	cursor: pointer
}

.c_popup_button:hover,.c_popup_button__active {
	background-color: #5874d8;
	border-color: #5874d8;
	color: #fff;
	outline: 0
}

.c_popup_button:active {
	background-color: #4a67d1;
	border-color: #4a67d1;
	color: #fff;
	outline: 0
}

.c_popup_close {
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
	color: #666;
	font-size: 12px
}

.c_popup_close:hover {
	color: #5874d8
}

.device_mobile .c_popup_main {
	padding: 5.333vw 0;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
	box-shadow: 0 0 10px rgba(0,0,0,.15)
}

.device_mobile .c_popup_icon {
	padding: 0 9.333vw .667vw
}

.device_mobile .c_popup_content {
	max-width: 68vw;
	padding: 3.067vw 8vw 0;
	font-size: 3.734vw;
	line-height: 4.533vw
}

.device_mobile .c_popup_buttons {
	padding: 3.2vw 7.733vw 0;
	font-size: 2.133vw
}

.device_mobile .c_popup_button {
	height: 4.533vw;
	padding: 0 3.733vw;
	border: 1px solid #e3e2e8;
	margin: 0 2.4vw;
	font-size: 1.867vw;
	border-radius: 2px
}

.device_mobile .c_popup_close {
	right: 4vw;
	top: 2.667vw;
	font-size: 1.6vw
}
/*webcontent_web*/
.g_mobi_header__fixed_bg_def {
	padding-bottom: 1px
}

.g_mobi_header__fixed_bg_def .g_header_content {
	border-bottom: 1px solid #f5f5f5
}

.g_header__fixed .g_header_content_fixed_bg_def {
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1)
}


.web_container_960 {
	width: 960px
}

.web_container_1200 {
	width: 1200px
}

/*rowcol_web*/
.device_mobile .fkw_control_sys_row .fkw_web_col {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.device_mobile .fkw_control_sys_row .fkw_col_sys_control {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
/*
    .fkw_web_row1 .fkw_web_col {
	width: 100%
}

.fkw_web_row2 .fkw_web_col {
	width: 50%
}

.fkw_web_row3 .fkw_web_col {
	width: 33.333%
}

.fkw_web_row4 .fkw_web_col {
	width: 25%
}

    

.fkw_web_row2.fkw_web_row_mobi1 .fkw_web_row__content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.device_mobile .fkw_web_row2.fkw_web_row_mobi1 .fkw_web_col {
	width: 50%
}

.fkw_web_row2.fkw_web_row_mobi2 .fkw_web_row__content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.device_mobile .fkw_web_row2.fkw_web_row_mobi2 .fkw_web_col0 {
	width: 25%
}

.device_mobile .fkw_web_row2.fkw_web_row_mobi2 .fkw_web_col1 {
	width: 75%
}

.fkw_web_row2.fkw_web_row_mobi3 .fkw_web_row__content {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.device_mobile .fkw_web_row2.fkw_web_row_mobi3 .fkw_web_col0 {
	width: 75%
}

.device_mobile .fkw_web_row2.fkw_web_row_mobi3 .fkw_web_col1 {
	width: 25%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi1 {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi1 .fkw_web_col {
	width: 33.33%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi2 {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi2 .fkw_web_col0 {
	width: 100%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi2 .fkw_web_col1 {
	width: 50%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi2 .fkw_web_col2 {
	width: 50%
}

.fkw_web_row3.fkw_web_row_mobi3 .fkw_web_row__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi3 .fkw_web_col0 {
	width: 50%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi3 .fkw_web_col1 {
	width: 50%
}

.device_mobile .fkw_web_row3.fkw_web_row_mobi3 .fkw_web_col2 {
	width: 100%
}

.fkw_web_row4.fkw_web_row_mobi1 .fkw_web_row__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi1 .fkw_web_col {
	width: 50%
}

.fkw_web_row4.fkw_web_row_mobi2 .fkw_web_row__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi2 .fkw_web_col0 {
	width: 100%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi2 .fkw_web_col1 {
	width: 33.33%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi2 .fkw_web_col2 {
	width: 33.33%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi2 .fkw_web_col3 {
	width: 33.33%
}

.fkw_web_row4.fkw_web_row_mobi3 .fkw_web_row__content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi3 .fkw_web_col0 {
	width: 33.33%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi3 .fkw_web_col1 {
	width: 33.33%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi3 .fkw_web_col2 {
	width: 33.33%
}

.device_mobile .fkw_web_row4.fkw_web_row_mobi3 .fkw_web_col3 {
	width: 100%
}
    */

/*head_web*/
@-moz-document url-prefix() {
	.fkw_scroll_wrap {
		margin-left: -17px;
		margin-top: -17px;
		overflow: hidden
	}

	.fkw_scroll_wrap .fkw_scroll {
		overflow: scroll;
		position: relative;
		bottom: -17px;
		right: -17px;
		-webkit-overflow-scrolling: touch
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.fkw_scroll_wrap {
		position: static;
		margin-left: 0;
		margin-top: 0
	}

	.fkw_scroll_wrap .fkw_scroll {
		position: static;
		bottom: auto;
		right: auto
	}

	.fkw_scroll_wrap .fkw_scroll::-webkit-scrollbar {
		display: none
	}
}

_:-ms-lang(x),_::-webkit-meter-bar,.fkw_scroll_wrap {
	margin-left: -17px;
	margin-top: -17px;
	overflow: hidden
}

_:-ms-lang(x),_::-webkit-meter-bar,.fkw_scroll_wrap .fkw_scroll {
	overflow: scroll;
	position: relative;
	bottom: -17px;
	right: -17px;
	-webkit-overflow-scrolling: touch
}

.device_mobile .nav_drawer_style .fkw_web_banner {
	-webkit-transform: translate3d(60%,0,0);
	transform: translate3d(60%,0,0)
}

.device_mobile .nav_drawer_style .fkw_web_content {
	-webkit-transform: translate3d(60%,0,0);
	transform: translate3d(60%,0,0)
}
.device_mobile .nav_drawer_style .fkw_web_footer {
	-webkit-transform: translate3d(60%,0,0);
	transform: translate3d(60%,0,0)
}



.fkw_control:hover {
	z-index: 1
}



.fkw_banner {
	position: relative;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent
}

.banner_fix_zone {
	width: 100%;
	height: 100%;
	opacity: 0
}

.banner_flv_background {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	padding-bottom: 42.1%
}

.banner_flv_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover
}

.banner_flv_area {
	z-index: 2;
	margin: auto;
	position: relative;
	padding-bottom: 42.1%
}

.banner_flv_zone {
	width: 100%;
	height: 100%;
	position: absolute
}

.banner_pic {
	position: relative;
	margin: auto;
	width: 100%
}

.banner_pic_group {
	width: 100%;
	padding-bottom: 31.25%;
	position: relative;
	overflow: hidden;
	margin: 0 auto
}

.fkw_pc_banner_group {
	display: block
}

.fkw_mobi_banner_group {
	display: none
}

.banner_pic_group:after,.banner_pic_group:before {
	clear: both
}



.banner_pic_item_wrap a .banner_pic_item {
	cursor: pointer
}

div.banner_pic_0 {
	left: 0
}

.banner_pic_item {
	width: 100%;
	height: 100%;
	cursor: default;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	outline: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.banner_pic_item img {
	width: 100%
}

.banner_short_line_wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 4;
	text-align: center;
	pointer-events: none
}

.banner_btn_left_right .pic_short_line_btn,.banner_short_line_wrap .pic_arrow_btn {
	display: none;
	pointer-events: auto
}

.banner_short_line_wrap .pic_short_line_btn {
	pointer-events: auto;
	position: relative;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	padding: 5px 0
}

.pic_short_line {
	width: 13px;
	height: 4px;
	-webkit-transition: all .3s;
	transition: all .3s;
	background: rgba(229,229,229,.4);
	border-radius: 4px
}

.pic_short_line_btn:hover .pic_short_line,.pic_short_line_btn_activity .pic_short_line {
	width: 26px;
	background-color: #e5e5e5
}

.banner_btn_left_right .pic_arrow_btn {
	display: block
}

.pic_arrow_btn {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	overflow: hidden;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 3;
	-webkit-tap-highlight-color: transparent
}

.banner_btn_left_right_1 .pic_arrow_btn_prev {
	margin-left: 1%;
	background: url(/image/rimage/fkw/vbg01.png?v=201901161546) 0 -42px;
	-webkit-transition: margin-left .3s ease-out 0s;
	transition: margin-left .3s ease-out 0s
}

.banner_btn_left_right_1 .pic_arrow_btn_next {
	margin-right: 1%;
	right: 0;
	background: url(/image/rimage/fkw/vbg01.png?v=201901161546) -55px -42px;
	-webkit-transition: margin-right .3s ease-out 0s;
	transition: margin-right .3s ease-out 0s
}

.banner_btn_left_right_1 .pic_arrow_btn_next:after,.banner_btn_left_right_1 .pic_arrow_btn_prev:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #4c4c4c;
	-webkit-transition: all .4s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .4s cubic-bezier(.215,.61,.355,1) 0s
}

.banner_btn_left_right_1 .pic_arrow_btn_prev:after {
	left: 25px
}

.banner_btn_left_right_1 .pic_arrow_btn_next:after {
	right: 22px
}

.banner_btn_left_right_1 .pic_arrow_btn_prev:hover {
	margin-left: 15px
}

.banner_btn_left_right_1 .pic_arrow_btn_prev:hover::after {
	width: 20px;
	left: 32px
}

.banner_btn_left_right_1 .pic_arrow_btn_next:hover {
	margin-right: 15px
}

.banner_btn_left_right_1 .pic_arrow_btn_next:hover::after {
	width: 20px;
	right: 28px
}

.clear_fix:after,.clear_fix:before {
	content: "";
	display: table
}

.banner_btn_left_right_2 .pic_arrow_btn_prev {
	margin-left: 1%;
	background: url(/image/rimage/fkw/vbg01.png?v=201901161546) 0 0 rgba(0,0,0,.1);
	border-radius: 6px
}

.banner_btn_left_right_2 .pic_arrow_btn_next {
	margin-right: 1%;
	right: 0;
	background: url(/image/rimage/fkw/vbg01.png?v=201901161546) -45px 0 rgba(0,0,0,.1);
	border-radius: 6px
}

.banner_btn_left_right_2 .pic_arrow_btn_next:hover,.banner_btn_left_right_2 .pic_arrow_btn_prev:hover {
	background-color: rgba(0,0,0,.3)
}

.banner_fade_in {
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
	z-index: 2
}

.banner_fade_out {
	-webkit-animation: fadeOut .4s;
	animation: fadeOut .4s;
	z-index: 1
}

.fkw_hide_flv .banner_pic,.fkw_show_flv .banner_flv {
	display: block
}

.fkw_hide_flv .banner_flv,.fkw_show_flv .banner_pic {
	display: none
}

.device_mobile .fkw_banner .banner_flv {
	display: none
}

.device_mobile .fkw_banner .banner_pic {
	display: block
}

.device_mobile .fkw_pc_banner_group {
	display: none
}

.device_mobile .fkw_mobi_banner_group,.device_mobile .fkw_mobi_same_pc_banner.fkw_pc_banner_group {
	display: block
}

.device_mobile .pic_switch_btn_area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 4;
	text-align: center;
	font-size: 0
}

.device_mobile .banner_btn_left_right .pic_arrow_btn {
	display: none
}

.device_mobile .pic_switch_btn_area .pic_short_line_btn {
	display: block
}

.device_mobile .pic_switch_btn_area .pic_short_line_btn {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	padding: 5px 0
}

.device_mobile .pic_switch_btn_area .pic_short_line {
	width: 5px;
	height: 5px
}

.device_mobile .pic_short_line_btn:hover .pic_short_line,.device_mobile .pic_short_line_btn_activity .pic_short_line {
	width: 10px
}

.banner_control_zone,.banner_control_zone .fkw_web_row,.banner_control_zone .fkw_web_row__content,.banner_control_zone .fkw_web_row_line {
	height: 100%
}

.banner_control_zone .web_col_content_empty_tips {
	display: none
}

.banner_flv_area .banner_control_zone {
	position: absolute;
	width: 100%;
	overflow: hidden
}

.device_mobile .fkw_web_banner {
	-webkit-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.fkw_scroll_wrap {
	margin-left: -17px;
	margin-top: -17px;
	overflow: hidden
}
.fkw_scroll_wrap .fkw_scroll {
	overflow: scroll;
	position: relative;
	bottom: -17px;
	right: -17px;
	-webkit-overflow-scrolling: touch
}
.fkw_web_banner
{
width:100%;
position:relative;
}
.banner_pic_item_wrap
{
position:absolute;
width:100%;
height:100%;
top:0;
left:100%;
transform:translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
}
.device_mobile .fkw_web_footer
{
-webkit-transition:all 350ms;
transition-property:all;
transition-duration:350ms;
-webkit-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
-webkit-transform-origin:0 0;
transform-origin:0 0;
}

/*btnimgtext_web*/
.control_button_content:hover .control_button_content_after {
	opacity: 1
}

.control_button_style5:hover .control_button_content_after {
	width: 100%
}
.control_button_style1:hover .control_button_content_after {
	background: #fff
}
.control_button_style0:before {
	content: "";
	position: absolute;
	display: block;
	-webkit-transition: all .6s;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}
.control_button_style0:hover:before {
	-webkit-animation: button_style_0_anim .75s;
	animation: button_style_0_anim .75s;
	z-index: 1
}

@-webkit-keyframes button_style_0_anim {
	0% {
		background: rgba(0,0,0,.25);
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	100% {
		background: 0 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes button_style_0_anim {
	0% {
		background: rgba(0,0,0,.25);
		-webkit-transform: translateX(-50%) translateY(-50%) scale(0);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	100% {
		background: 0 0;
		-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}


.device_mobile .control_text_content [style*="font-size: 15"],.device_mobile .control_text_content [style*="font-size:15"] {
	font-size: 14px!important
}

.device_mobile .control_text_content [style*="font-size: 16"],.device_mobile .control_text_content [style*="font-size:16"] {
	font-size: 14px!important
}

.device_mobile .control_text_content [style*="font-size: 17"],.device_mobile .control_text_content [style*="font-size:17"] {
	font-size: 14px!important
}

.device_mobile .control_text_content [style*="font-size: 18"],.device_mobile .control_text_content [style*="font-size:18"] {
	font-size: 14px!important
}

.device_mobile .control_text_content [style*="font-size: 19"],.device_mobile .control_text_content [style*="font-size:19"] {
	font-size: 16px!important
}

.device_mobile .control_text_content [style*="font-size: 20"],.device_mobile .control_text_content [style*="font-size:20"] {
	font-size: 16px!important
}

.device_mobile .control_text_content [style*="font-size: 21"],.device_mobile .control_text_content [style*="font-size:21"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 22"],.device_mobile .control_text_content [style*="font-size:22"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 23"],.device_mobile .control_text_content [style*="font-size:23"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 24"],.device_mobile .control_text_content [style*="font-size:24"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 25"],.device_mobile .control_text_content [style*="font-size:25"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 26"],.device_mobile .control_text_content [style*="font-size:26"] {
	font-size: 18px!important
}

.device_mobile .control_text_content [style*="font-size: 27"],.device_mobile .control_text_content [style*="font-size:27"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 28"],.device_mobile .control_text_content [style*="font-size:28"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 29"],.device_mobile .control_text_content [style*="font-size:29"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 30"],.device_mobile .control_text_content [style*="font-size:30"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 31"],.device_mobile .control_text_content [style*="font-size:31"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 32"],.device_mobile .control_text_content [style*="font-size:32"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 33"],.device_mobile .control_text_content [style*="font-size:33"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 34"],.device_mobile .control_text_content [style*="font-size:34"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 35"],.device_mobile .control_text_content [style*="font-size:35"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 36"],.device_mobile .control_text_content [style*="font-size:36"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 37"],.device_mobile .control_text_content [style*="font-size:37"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 38"],.device_mobile .control_text_content [style*="font-size:38"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 39"],.device_mobile .control_text_content [style*="font-size:39"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 40"],.device_mobile .control_text_content [style*="font-size:40"] {
	font-size: 22px!important
}

.device_mobile .control_text_content [style*="font-size: 41"],.device_mobile .control_text_content [style*="font-size:41"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 42"],.device_mobile .control_text_content [style*="font-size:42"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 43"],.device_mobile .control_text_content [style*="font-size:43"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 44"],.device_mobile .control_text_content [style*="font-size:44"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 45"],.device_mobile .control_text_content [style*="font-size:45"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 46"],.device_mobile .control_text_content [style*="font-size:46"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 47"],.device_mobile .control_text_content [style*="font-size:47"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 48"],.device_mobile .control_text_content [style*="font-size:48"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 49"],.device_mobile .control_text_content [style*="font-size:49"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 50"],.device_mobile .control_text_content [style*="font-size:50"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 51"],.device_mobile .control_text_content [style*="font-size:51"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 52"],.device_mobile .control_text_content [style*="font-size:52"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 53"],.device_mobile .control_text_content [style*="font-size:53"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 54"],.device_mobile .control_text_content [style*="font-size:54"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 55"],.device_mobile .control_text_content [style*="font-size:55"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 56"],.device_mobile .control_text_content [style*="font-size:56"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 57"],.device_mobile .control_text_content [style*="font-size:57"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 58"],.device_mobile .control_text_content [style*="font-size:58"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 59"],.device_mobile .control_text_content [style*="font-size:59"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 60"],.device_mobile .control_text_content [style*="font-size:60"] {
	font-size: 26px!important
}

.device_mobile .control_text_content [style*="font-size: 61"],.device_mobile .control_text_content [style*="font-size:61"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 62"],.device_mobile .control_text_content [style*="font-size:62"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 63"],.device_mobile .control_text_content [style*="font-size:63"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 64"],.device_mobile .control_text_content [style*="font-size:64"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 65"],.device_mobile .control_text_content [style*="font-size:65"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 66"],.device_mobile .control_text_content [style*="font-size:66"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 67"],.device_mobile .control_text_content [style*="font-size:67"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 68"],.device_mobile .control_text_content [style*="font-size:68"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 69"],.device_mobile .control_text_content [style*="font-size:69"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 70"],.device_mobile .control_text_content [style*="font-size:70"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 71"],.device_mobile .control_text_content [style*="font-size:71"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 72"],.device_mobile .control_text_content [style*="font-size:72"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 73"],.device_mobile .control_text_content [style*="font-size:73"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 74"],.device_mobile .control_text_content [style*="font-size:74"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 75"],.device_mobile .control_text_content [style*="font-size:75"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 76"],.device_mobile .control_text_content [style*="font-size:76"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 77"],.device_mobile .control_text_content [style*="font-size:77"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 78"],.device_mobile .control_text_content [style*="font-size:78"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 79"],.device_mobile .control_text_content [style*="font-size:79"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 80"],.device_mobile .control_text_content [style*="font-size:80"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 81"],.device_mobile .control_text_content [style*="font-size:81"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 82"],.device_mobile .control_text_content [style*="font-size:82"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 83"],.device_mobile .control_text_content [style*="font-size:83"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 84"],.device_mobile .control_text_content [style*="font-size:84"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 85"],.device_mobile .control_text_content [style*="font-size:85"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 86"],.device_mobile .control_text_content [style*="font-size:86"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 87"],.device_mobile .control_text_content [style*="font-size:87"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 88"],.device_mobile .control_text_content [style*="font-size:88"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 89"],.device_mobile .control_text_content [style*="font-size:89"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 90"],.device_mobile .control_text_content [style*="font-size:90"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 91"],.device_mobile .control_text_content [style*="font-size:91"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 92"],.device_mobile .control_text_content [style*="font-size:92"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 93"],.device_mobile .control_text_content [style*="font-size:93"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 94"],.device_mobile .control_text_content [style*="font-size:94"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 95"],.device_mobile .control_text_content [style*="font-size:95"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 96"],.device_mobile .control_text_content [style*="font-size:96"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 97"],.device_mobile .control_text_content [style*="font-size:97"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 98"],.device_mobile .control_text_content [style*="font-size:98"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 99"],.device_mobile .control_text_content [style*="font-size:99"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 100"],.device_mobile .control_text_content [style*="font-size:100"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 101"],.device_mobile .control_text_content [style*="font-size:101"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 102"],.device_mobile .control_text_content [style*="font-size:102"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 103"],.device_mobile .control_text_content [style*="font-size:103"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 104"],.device_mobile .control_text_content [style*="font-size:104"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 105"],.device_mobile .control_text_content [style*="font-size:105"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 106"],.device_mobile .control_text_content [style*="font-size:106"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 107"],.device_mobile .control_text_content [style*="font-size:107"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 108"],.device_mobile .control_text_content [style*="font-size:108"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 109"],.device_mobile .control_text_content [style*="font-size:109"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 110"],.device_mobile .control_text_content [style*="font-size:110"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 111"],.device_mobile .control_text_content [style*="font-size:111"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 112"],.device_mobile .control_text_content [style*="font-size:112"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 113"],.device_mobile .control_text_content [style*="font-size:113"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 114"],.device_mobile .control_text_content [style*="font-size:114"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 115"],.device_mobile .control_text_content [style*="font-size:115"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 116"],.device_mobile .control_text_content [style*="font-size:116"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 117"],.device_mobile .control_text_content [style*="font-size:117"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 118"],.device_mobile .control_text_content [style*="font-size:118"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 119"],.device_mobile .control_text_content [style*="font-size:119"] {
	font-size: 30px!important
}

.device_mobile .control_text_content [style*="font-size: 120"],.device_mobile .control_text_content [style*="font-size:120"] {
	font-size: 30px!important
}

.device_mobile .nav_drawer_style .fkw_website_title_wrap {
	-webkit-transform: translate3d(60%,0,0);
	transform: translate3d(60%,0,0);
	opacity: 0
}

.website_title_content * {
	outline: 0
}

.device_mobile .fkw_website_title_wrap_fkeditor-wrap * {
	display: inline!important;
	font-size: 20px!important;
	line-height: 50px!important
}
.fkeditor-wrap .fk-editor {
	outline: 0;
	position: relative;
	word-wrap: break-word;
	word-break: break-all;
	clear: both;
	-webkit-text-size-adjust: 100%
}

.fkeditor-wrap .fk-editor u {
	color: inherit
}

.fkeditor-wrap .fk-editor a {
	font: inherit;
	color: inherit
}

.website_title_content .title_h1 {
	font-size: inherit;
	margin: 0;
	padding: 0;
	font-weight: 400;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.fkw_website_title_wrap .titleWrapper {
	padding: 0;
	margin: 0;
	font-weight: inherit;
	font-size: inherit
}
.control_button_content:hover {
	text-decoration: none
}

/*livemap_web*/

.control_live_map .msgBox {
	display: inline-block;
	cursor: default;
	position: absolute;
	width: auto;
	height: auto;
	padding: 18px 21px 18px 12px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: #000 0 0 6px -3px;
	box-shadow: #000 0 0 6px -3px
}

.control_live_map .msgBox .msg {
	display: inline-block;
	width: auto;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 13px;
	width: 230px
}

.control_live_map .msgBox .arrow {
	position: absolute;
	display: inline-block;
	bottom: -6px;
	left: 75px;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 7px;
	border-color: #fff #fff transparent transparent;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow: #000 1px -1px 3px -2px;
	box-shadow: #000 1px -1px 3px -2px
}

.control_live_map .msgBox .close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: url(/image/rimage/control/live_map/close.png?v=201811211412);
	background-size: cover
}

.control_live_map .mapLoadError {
	width: 100%;
	height: 100%;
	text-align: center
}

.control_live_map .errormsg {
	display: inline-block;
	line-height: 278px;
	font-size: 35px
}

.control_live_map .errName {
	display: none
}


/*menu_nav_web*/
.device_pc .control_menu_nav_content .vertical>li {
	float: none!important
}

.device_pc .level_1_style1_li:after {
	content: '';
	display: block;
	position: absolute;
	top: 20px;
	right: 0;
	height: calc(100% - 40px);
	border-right: 1px dashed #ececec
}

.device_pc .level_1_style1_li:nth-child(4n):after,.device_pc .level_1_style1_li:nth-last-child(1):after {
	display: none
}
.device_pc .level_2_style1:after,.device_pc .level_3_style1:after {
	content: '';
	display: block;
	clear: both
}
.device_pc .level_2_style0:after,.device_pc .level_3_style0:after {
	content: '';
	display: block;
	clear: both
}

/*liveflv_web*/
.device_mobile .flv_play_btn:before {
	content: "\b0284";
	font-size: 18px;
	margin-left: 4px
}
.device_pc .flv_content:hover .video_poster_img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}
.device_pc .clearmb,.device_pc .clearmb .video-js,.device_pc .clearmb embed,.device_pc .clearmb iframe {
	width: 960px;
	height: 540px;
	overflow: hidden
}
.device_pc .flv_content:hover .flv_describe {
	top: 10px
}
.device_pc .video-js:hover .vjs-big-play-button {
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s
}

.device_pc .flv_content:hover .vjs-big-play-button {
	top: 50%;
	visibility: visible;
	opacity: 1
}

.device_pc .flv_content:hover .flv_play_btn {
	top: 50%;
	visibility: visible;
	opacity: 1
}

.device_mobile .clearmb,.device_mobile .dialogVideoDiv .video-js,.device_mobile .video_dialog {
	width: 100%;
	height: 100%
}

.device_mobile #bg_video_mask .popupBg {
	opacity: 1
}
.live_flv_embed {
	position: absolute;
	width: 100%;
	height: 100%
}
.flv_play_inframe {
	width: 100%;
	height: 100%;
	position: absolute
}
.video_dialog {
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 960px;
	height: 540px
}

.device_pc .vjs-big-play-button {
	top: 10%;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	visibility: hidden;
	opacity: 0
}
.flv_play_inframe_wrap {
	position: absolute;
	width: 100%;
	padding-bottom: 58%;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto
}


.img_flv_div {
	cursor: pointer
}


.flv_play_btn {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(/image/rimage/fkw/vbg01.png?v=201901161546) -116px -196px no-repeat;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 2
}
.device_pc .flv_play_btn {
	top: 10%;
	-webkit-transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	transition: all .6s cubic-bezier(.215,.61,.355,1) 0s;
	visibility: hidden;
	opacity: 0
}
.device_mobile .flv_play_btn {
	background: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
	border-radius: 30px;
	font-family: icomoon,΢���ź�,'microsoft yahei',����,������;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	width: 56px;
	height: 56px;
	line-height: 56px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}



.video_poster_img {
	width: 100%;
	height: 0;
	padding-bottom: inherit;
	background-position: center center;
	background-size: cover;
	background-image: url(/image/rimage/control/live_flv/videoFirstFrame.jpg?v=201811211412);
	-webkit-transition: all .46s ease;
	transition: all .46s ease
}


/*carousel_pics_web*/
.dot_list_li.active {
	background: #fff
}
 .pic_list_area_li.active .pic_mask {
	border: 1px solid grey;
	background: 0 0
}

 .pic_list_area_li:hover .pic_mask {
	background: 0 0
}

/*condition_filter_web*/
.device_pc .result_title:after {
	content: ":"
}
.device_pc .filter_condition_item:nth-child(1) {
	border-top: none
}

.device_mobile .filter_condition_list::-webkit-scrollbar {
	width: 0
}
.device_mobile .result_filter_condition_wrap::-webkit-scrollbar {
	width: 0
}

/*image_list_web*/
.PC .exhibition_show_image:hover .exhibition_image_pic_item {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	cursor: pointer
}

/*nav_web*/
/* no used*/
.device_mobile .nav_unfold_0 {
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0)
}

.device_mobile .fkw_nav_wrap_active .nav_unfold_0 {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

.device_mobile .nav_unfold_1 {
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0)
}

.device_mobile .fkw_nav_wrap_active .nav_unfold_1 {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
/* no used end*/
.nav_disable_target .nav_child_item,.nav_disable_target .sub_child_item {
	cursor: default
}

.nav_disable_target .nav_child_item .nav_child_item_text,.nav_disable_target .sub_child_item .nav_child_item_text {
	pointer-events: none
}
.device_pc  .fkw_show_nav_direction .nav_icon_direction {
	display: block
}

.device_pc  .fkw_show_nav_direction .nav_icon_direction.nav_hide_arrow {
	display: none
}
.device_mobile  .fkw_nav1::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #f1f1f1
}

.device_mobile  .fkw_nav1::-webkit-scrollbar {
	width: 0
}

.device_mobile  .fkw_nav1::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #b1b1b1
}
.device_mobile  .fkw_nav_content0::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #f1f1f1
}

.device_mobile  .fkw_nav_content0::-webkit-scrollbar {
	width: 0
}

.device_mobile  .fkw_nav_content0::-webkit-scrollbar-thumb {
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	background-color: #b1b1b1
}
.device_mobile  .nav_mobi_disable_target .icon_nav_item>.sub_nav_list {
	pointer-events: none
}
.device_mobile .visit_mode .fkw_nav {
	top: 0
}

.device_mobile  .fkw_nav_wrap {
	height: 100%
}

