@charset "gb2312";
    /* 把标签默认的间距设为0 */
body,ul,ol,p,h1,h2,h3,h4,h5,h6,dl,dd,select,input,textarea,form{margin:0;padding:0}

/* 让h标签文字大小继承body的文字设置 */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

/* 去掉列表默认的图标 */
ul,ol{list-style:none;}

/* 去掉em默认的斜体 */
em{font-style: normal;}

/* 去掉a标签默认的下划线 */
a{text-decoration:none;}


/* 去掉加链接时产生的框线 */
img{border:0;}

/* 清除浮动 */
.clearfix:before,.clearfix:after{content:"";display:table}
.clearfix:after{clear:both;}
.clearfix{zoom:1}

/* 浮动 */
.fl{float:left}
.fr{float:right}


.ht_sidebar{
	width: 120px;
	height: 120px;
	background-color: #fff;
	position: fixed;
	right: 0%;
	top:40%;
	display: block;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 15px rgb(223,221,221);
	
}
.ht_sidebar:hover{
	color: #267fcd;
}
.ht_sidebar>img{
	margin: 10px;
	cursor: pointer;
}
.ht_sidebar>p{
	font-size: 19px;
	line-height: 20px;
	cursor: pointer;
}

@media screen and (max-width: 1000px){
	.ht_sidebar{
		width: 4rem;
		height: 4rem;
		background-color: #fff;
		position: fixed;
		right: 0%;
		top: 90%;
		display: block;
		text-align: center;
		border-radius: 10px;
		box-shadow: 0 0 15px rgb(223,221,221);
	}

	#kefu{
		margin: 0.6rem;
		width: 2.8rem !important;
	}

	#kefu01{
		font-size: 0.1rem;
		cursor: pointer;
		line-height:0.4rem ;
	}

}