﻿@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	min-width: 1366px;
	background: #fff;
	position: relative;
	min-height: 100%;
	padding-bottom: 220px;
	box-sizing: border-box;
}


/*@media screen and (max-width: 1200px) {
	body {
		min-width: 1002px;
	}
}*/

p,
li,
ul,
h3 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

:focus {
	outline: none;
}

::-ms-clear,
 ::-ms-reveal {
	display: none;
}

button,
input,
textarea {
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: inherit;
}
*{
	box-sizing: border-box;
}
