* {
	box-sizing: border-box;
	box-sizing: content-box;
	box-sizing: padding-box;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	/*font-family: "Microsoft YaHei";*/
	font-family: '微软雅黑';
	font-size: 12px;
}


img {
	max-width: 100%;
	display: block;
	border: 0;
	vertical-align: middle;
}

button,
input {
	outline: none;
	border: none;
}

h1,
h2,
h3,
h4,
p {
	font-weight: normal;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*去掉手机点击显示块状*/
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

ul,
ol,
li,
dd,
dt,
p {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* 伪类Reset */

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*iphone*/

textarea,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}


/* 重置表单控件垂直居中*/

input,
select,
textarea,
button {
	vertical-align: middle;
	padding: 0;
	outline: none;
}


/*文字位置*/

.txt-l {
	text-align: left;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}


/*文字标签设置*/

b,
em,
i {
	font-weight: normal;
	font-family: arial;
}


/*浮动*/

.fl {
	float: left;
}

.fr {
	float: right;
}


/*清除浮动*/

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}


/*图标*/

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.eot');
	/* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
	url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

/*表格*/

table {
	width: 100%;
}


/*文字溢出*/

.txt-ov {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*过度时间*/

.Gotop {
	position: fixed;
	_position: absolute;
	bottom: 100px;
	right: 10px;
	width: 30px;
	height: 30px;
	display: none;
	z-index: 9;
}

.Gotop a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
	background-color: #555;
}
#maximg{ max-width:100%; height:auto !important}