/*样式初始化*/
@charset "utf-8";
@import url("../../css/icon/iconfont.css");

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
input,
option,
textarea,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: arial, "微软雅黑";
	font-size: 14px;
	color: #000;
}

ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
	color: #000;
	background-color: transparent;
	border: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

button {
	outline: none;
	border: none;
	background-color: #fff;
}

i {
	font-style: normal;
}

img {
	width: 100%;
	vertical-align: top;
}

/*样式初始化END*/
/*样式预设*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearflow {
	overflow: hidden;
}

.clear {
	clear: both;
}

.clearfloat::after {
	content: "";
	display: block;
	clear: both;
}

.auto-img {
	width: 100%;
	height: auto;
	display: block;
}

/*样式预设END*/
/*底部分享*/
.footerCenter .bdshare-button-style0-16 a {
	width: 28px;
	height: 24px;
}

.footerCenter .bdshare-button-style0-16 a.bds_qzone {
	background: url("/templates/main/staticpage/images/index/qq.png") center no-repeat;

}

.footerCenter .bdshare-button-style0-16 a.bds_weixin {
	background: url("/templates/main/staticpage/images/index/weixin.png") center no-repeat;
	margin: 6px 24px;

}

.footerCenter .bdshare-button-style0-16 a.bds_tsina {
	background: url("/templates/main/staticpage/images/index/weibo.png") center no-repeat;

}
/*底部分享end*/