
/* CSS Document */
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

*{
-webkit-tap-highlight-color:rgba(255,0,0,0);	
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
	/* font-weight: normal; */
}
body{
	width: 100%;
	margin: 0 auto;
    background: #FFF;
    max-width: 9.6rem;
    min-width: 3.2rem;
}
html {
	width: 100%;
	margin: 0 auto;
    background: #FFF;
}
body {
	font-family: "微软雅黑";
	font-size: 20px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* 重置列表元素 */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
/* 重置文本格式元素 */
a{ text-decoration:none; blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ -webkit-tap-highlight-color:transparent;} 
a:focus{ -moz-outline-style: none; /* FF */ }
a:hover,a:link,a:visited { text-decoration: none; }
img{
	border: 0 none;
}
/* remember to highlight inserts somehow! */
ins,a {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0 none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
   font-family: "微软雅黑";
}

.clearfix {
  overflow: auto;
  zoom: 1;
}
.qing{
	display: block;
	clear: both;
}
.public-container, .container{
	display: block;
	width: 90%;
	margin: 0 auto;
	/* overflow: hidden; */
	zoom: 1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

video,
img {
	display: inline;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.botdis{
	padding-bottom: 18vw;
}


.nav-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	height: 14.49vw;
	height: 1rem;
	background: none;
	z-index: 99;
    max-width: 9.6rem;
    min-width: 3.2rem;
}
/*  */
/* .logo {
	display: block;
    position: absolute;
    width: 3rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
    left: 3.5vmin;
    z-index: 2;
}
.logo a {
    display: block;
    width: 100%;
	height: 100%;
	position: relative;
    background: url(../image/logo.png) bottom left no-repeat;
    background-size: auto 80% !important;
} */
/*  */
.fo-nk-hr{
	display: block;
	width: 100%;
	height: 1.1rem;
}
.fo-nk {
	display: block;
	position: fixed;
	z-index: 98;
	left: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 1.1rem;
	border-top: 0.02rem solid #e3e3ea;
	height: 1.1rem;
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}

.fo-fuk {
	display: block;
	width: 40vmin;
	text-align: center;
	height: 1.1rem;
	line-height: 1.05rem;
	font-size: 0.34rem;
	color: #444;
}
.fo-fuk p{
	display: inline-block;
}
.fo-fuk img {
	display: block;
	float: left;
	height: 0.5rem;
	margin-top: 0.3rem;
}

.fo-fuk span {
	display: block;
	float: left;
	margin-left: 0.06rem;
}

.fo-fotu3 {
	display: block;
	position: absolute;
	width: 17vmin;
	height: 17vmin;
	border-radius: 50%;
	background: #005af0;
	bottom: 1vmin;
	left:calc(50% - 8.5vmin);
}

.fo-fotu3 img {
	width: 100%;
}
/*头部*/

.logo {
	display: block;
    position: absolute;
    width: 3rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
    left: 3.5vmin;
    z-index: 2;
}
.logo a {
    display: block;
    width: 100%;
	height: 100%;
	position: relative;
    background: url(../image/logo.png) bottom left no-repeat;
    background-size: auto 80% !important;
}
.nin-logo{
	display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: calc(50% - 0.5rem);
    right: 3.5vmin;
    z-index: 2;
    background: url(../image/nav-nb.png) bottom right no-repeat;
    background-size: auto 70% !important;
}




/*nav*/
.deploy-right-sidebar {
}

.sidebar-scroll-right {
	width: 100%;
    max-width: 9.6rem;
    min-width: 3.2rem;
	overflow-x: hidden!important;
	-webkit-overflow-scroll: touch!important;
	background:rgba(0,0,0,0.8) ;
	height: 100%;
	padding: 0.6rem 0.4rem;
}

.sidebar-right {
	/*display: none;*/
	/*box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.3);*/
	background-image: url(https://m.bolehu.net/Public/home/ke01_img/sidebar-bg.png);
	background-repeat: repeat;
	position: fixed;
	overflow: hidden;
	z-index: 99999;
	right: -100%;
	top: 0px;
	bottom: 0px;
	width: 100%;
    max-width: 9.6rem;
    min-width: 3.2rem;
	/*margin-right: -10px;*/
}

/*Left sidebar styles*/

.close-sidebar-left {
	background-color: #212326;
	background-image: url(https://m.bolehu.net/Public/home/ke01_img/accessdenied.png);
	background-size: 17px 17px;
	background-repeat: no-repeat;
	/*background-position: 16px 18px;*/
	height: 0.5rem;
	width: 0.5rem;
	margin-left: 2rem;
	display: block;
}
.close-bottom-right {
	display: block;
	position: relative;
	z-index: 3;
	margin: 0 0.45rem;
	/*height: 0.42rem;*/
	border-radius: 0.04rem;
	background: #5e8bb2;
	text-align: center;
	line-height: 2.4;
	font-size: 0.3rem;
	color: #fff;
}
.close-bottom-right:hover{
	color: #fff;
}
/*Sidebar RIght Styles*/
.close-sidebar-right {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	float: left;
	line-height: 0.8rem;
	font-size: 0.8rem;
	color: #fff;
}
.close-sidebar-right:hover{
	color: #fff;
}
.sidebar-header-right{
	display: block;
	position: relative;
	z-index: 3;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
.close-fu{
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.navn-titk{
	display: block;
	margin-left: 0.30rem;
	padding-left: 0.3rem;
}
.navn-titcn{
	margin-bottom: 4px;
	line-height: 2;
	font-size: 0.36rem;
	color: #fff;
}
.navn-titen{
	text-transform: uppercase;
	line-height: 1.6;
	font-size: 0.24rem;
	color: #75b0e3;
}
.navnlbk{
	display: block;
	position: relative;
	z-index: 3;
	padding-bottom: 0.6rem;
}
.navnlb{
	display: block;
	overflow: hidden;
	padding: 0.28rem 0 0;
	border-bottom: 0.01rem solid rgba(255,255,255,0.4);
}
.navnlb li{
	display: block;
	float: left;
	width: 33.333%;
	padding-bottom: 0.28rem;
}
.navnl-en{
	display: block;
	line-height: 1.6;
	font-size: 0.24rem;
	margin-bottom: 0.1rem;
	color: #eee;
}
.navnl-cn{
	display: block;
	line-height: 1.6;
	font-size: 0.28rem;
	color: #eee;
}
.navnl-cn:hover, .navnl-cn:visited{
	color: #eee;
}
/*foot*/
.botdis{
	padding-bottom: 18vw;
}
.bottom-nav{
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	/* background: #1e9dc2; 
	height: 14.6vw;*/
	z-index: 99;
	
    max-width: 9.6rem;
    min-width: 3.2rem;
	margin-top: 10px;
	margin-top: .2rem;	
}
.botnav-box{
	display: -webkit-flex;
	display: block;
	-webkit-flex-wrap:nowrap;
	flex-wrap:nowrap;
	width: 100%;
	background: url('https://m.bolehu.net/Public/home/images/btnav-bg.jpg') repeat-x;
	background-size: 100% 103% !important;
	padding: 0.2rem 0;
	overflow: hidden;
}
.botnav-box li{
	width: 25%;
	float: left;
	display: block;
}

.online-text, .tel-text{
	display: block;
	font-size: 14px;
	font-size: .28rem;
	text-align: center;
	color: #000;
}
.botnav-box li:first-child span{
	color: #0098c5;
}

.btnav-icon{
	display: block;
	width: 6.94vw;
	height: 5.21vw;
	margin: 0 auto 6px;
	margin: 0 auto .12rem;
}
.btnav-icon img{
	width: 100%;
}
/**/
.footer{
	padding: 10px 5% 0;
	padding: .2rem 5% 7vmin;
	text-align: center;
}
.footer,.footer a{
	font-size: 14px;
	font-size: .28rem;
	line-height: 24px;
	line-height: 1.7em;
	color: #7f7f7f;
}
/*  */

/*  */
.kfy-addnk {
	display: block;
	padding: 60px 0 37px;
	overflow: hidden;
}

.kfy-add-list {
	display: block;
	margin-left: -100px;
}

.kfy-add-list li {
	display: block;
	width: calc(20% - 100px);
	float: left;
	margin-left: 100px;
}

.kfy-add-lim1 {
	margin-bottom: 3px;
	line-height: 25px;
	font-size: 18px;
	color: #474747;
}

.kfy-add-lim2 {
	line-height: 21px;
	font-size: 14px;
	color: #737373;
}

/*  */
.kfy-telnk {
	display: block;
	position: relative;
	overflow: hidden;
}

.kfy-telnk .container {
	display: block;
	position: relative;
	z-index: 3;
	padding: 22px 0 22px;
	overflow: hidden;
}

.kfy-tel-mk {
	display: block;
	text-align: center;
	margin-bottom: 24px;
	line-height: 28px;
	font-size: 16px;
	color: #fff;
}

.kfy-tel-b {
	display: block;
	float: left;
	    width: 32px;
}

.kfy-tel-bm {
	display: block;
	float: left;
	margin-left: 10px;
	line-height: 32px;
	font-size: 24px;
	color: #fff;
}

.kfy-telsdk {
	display: block;
	text-align: center;
}

.kfy-telsxk {
	display: inline-block;
	text-align: left;
}

.kfy-telsmk {
	display: block;
	/* float: left; */
	
    margin-bottom: 10px;
	overflow: hidden;
}

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover !important;
	background-size: cover !important;
}

.in-protuk {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	left: 0;
	top: 0;
}