/*css去掉浏览器默认样式开始a*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td
/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea
/* for ie */
	{
	font: 14px/1.5 tahoma, \5b8b\4f53, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
address,
cite,
dfn,
em,
var {
	font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
	font-size: 12px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
	list-style: none;
}
/** 重置文本格式元素 **/
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
sup {
	vertical-align: text-top;
}
/* 重置, 减少对行高的影响 */
sub {
	vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
	color: #000;
}
/* for ie6 */
fieldset,
img {
	border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
	font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	display: block;
	margin: 0;
	padding: 0;
}
mark {
	background: #ff0;
}
/*css去掉浏览器默认样式结束*/
/*A标签样式开始*/
a {
	text-decoration: none;
	color: #333;
}
a:hover,
a:visited,
a:link,
a:active {}
/*A标签样式结束*/
/*input标签样式开始*/
/**input {
    border: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;

    -webkit-appearance: none;



}


:-moz-placeholder {

    color: #3c8bee;
    ;
    opacity: 1;
    font-size: 0.25rem;
    text-align: left;
}

::-moz-placeholder {
  
    color: #3c8bee;
    ;
    opacity: 1;
    font-size: 0.25rem;
    text-align: left;
}

input:-ms-input-placeholder {
    color: #3c8bee;
    ;
    opacity: 1;
    font-size: 0.25rem;
    text-align: left;
}

input::-webkit-input-placeholder {
    color: #3c8bee;
    ;
    opacity: 1;
    font-size: 0.25rem;
    text-align: left;
}

/*清除<ul><ol>的默认样式开始*/
ul,
ol,
	{
	margin: 0;
	padding: 0;
	list-style: n;
}
/*清除<ul><ol>的默认样式结束*/
/*清除img的默认样式开始*/
img {
	vertical-align：top;
	border: none;
}
/*清除img的默认样式结束*/
/*清除<em><strong>的默认样式开始*/
em,
strong {
	font-style: normal;
	font-weight: normal;
}
/*清除<em><strong>的默认样式结束*/
/*清除button的默认样式开始*/
.button {
	border: 0;
	background-color: none outline:none;
	-webkit-appearance: none;
}
/*清除select的默认样式结束*/
select {
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
	padding-right: 14px;
}
/*清除button的默认样式开始*/
#hang #progressBar {
	display: none;
}
.hh {
	width: 72px;
	height: 500px;
	position: fixed;
	right: 0px;
	top: 25%;
}
.h_list {
	position: absolute;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, .4);
	border: 1px solid #3e8ef7;
	box-sizing: border-box;
	right: 0px;
	overflow: hidden;
	transition: 0.5s all;
}
.h_list a {
	display: block;
	text-align: center;
	/* margin-top: 12px; */
	transition: 0.8s all;
	padding-top: 12px;
	height: 70px;
}
.h_list span {
	display: block;
	font-size: 12px;
	color: #fff;
}
.ko a:after {
	content: "QQ在线咨询" !important;
}
.ko2 a:after {
	content: "获取报价/方案" !important;
}
.ko1 a:after {
	content: "点击免费体验" !important;
}
.ko3 a:after {
	display: none !important;
	opacity: 0 !important;
}
.ko3:hover {
	width: 70px !important;
	background: #3e8ef7;
}
.h_list a:after {
	content: "企业在线咨询";
	width: 0px;
	height: 69px;
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 69px;
	transition: 0.5s all;
	z-index: 1;
	background: #3e8ef7;
	color: #fff;
	font-size: 13px;
}
.h_list:hover {
	width: 156px;
}
.ko {
	margin-top: 71px;
}
.ko1 {
	margin-top: 142px;
}
.ko2 {
	margin-top: 213px;
}
.ko3 {
	margin-top: 284px;
}
.h_list:hover a:after {
	width: 100%;
	display: block !important;
}
.h_list img {
	margin: 0 auto;
}
@font-face {
	font-family: "钟齐安景臣硬笔行书";
	src: url("../font/钟齐安景臣硬笔行书.TTf");
}
@font-face {
	font-family: "Geometr706 Md BT Black";
	src: url("../font/GEO706KC.TTf");
}
@font-face {
	font-family: "OSWALD";
	src: url("../font/OSWALD-REGULAR-UNHINTED.TTf");
}
