/*
@Author: Yan Peihong
@Create Time: 2016-07-29 
*/
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
}
input[type="text"],input[type="tel"],input[type="url"],button,textarea{
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
	vertical-align: middle;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}
a {
	text-decoration: none;
	font-family: Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei";
}
a:hover,
a:active,
a:visited {
	text-decoration: none;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
body,
html {
	width: 100%;
	min-height: 700px;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei";
	position: relative;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}