/*version: 2.7.0 */

html,
body {
	color: #898989;
	background: #FFF;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	outline: none;
	-moz-appearance: textfield;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: solid 1px #666;
}
/*取消img蓝框*/
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
/*取消链接下横线*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #06e;
}

a:focus {
	outline: thin dotted;
}


/* 改善在所有浏览器中获取焦点和悬停时的可读性: h5bp.com/h */

a:hover,
a:active {
	outline: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}

.container:before,
.container:after {
	display: table;
	line-height: 0;
	content: "";
}

.container:after {
	clear: both;
}

/* flex布局 */
.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-start-between {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-center-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}



/* 底部 */
body {
	margin-bottom: 27vw;
}
.foot {
	z-index: 99;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 3vw;
	color: white;
	background-color: #F60225;
	padding: 2vw 2vw;
}

.foot .tit {
	font-size: 4vw;
	font-weight: bold;
	color: #ffffff;
}

.foot .tel {
	margin: 1vw auto 1vw;
	font-size: 2vw;
	color: #fefafa;
}

.foot .num {
	font-size: 2vw;
	line-height: 5vw;
	color: #f3e9bcd9;
}