/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
legend,
button,
p,
th,
td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

fieldset,
img {
	border: none;
}

img {
	vertical-align: top;
	border: 0
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
	display: block;
}

a:focus {
	outline: none;
}

input,
select {
	outline: none;
}

input {
	resize: none;
	border: none;
}

ol,
ul {
	list-style: none outside none;
	padding: 0;
	margin: 0
}

.clearfix:after {
	content: "\20";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

.clearbox {
	border-top: transparent 0px solid;
	clear: both;
	font-size: 0;
	margin-top: 0px;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

body {
	color: #333;
	overflow-x: hidden;
	min-width: 1000px;
	font-family: "微软雅黑";
}

p {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

i {
	font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}
/* 后添加 */
.center{
	position: relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}


/*营业执照 start*/
.zg_footerbox{
	width:100%;
	background:#272525;
}
.zg_footer a {
	display: inline;
}
.zg_footer{
	width:1100px;
	margin: 0 auto;
	background:#272525;
	padding:30px 0;
	text-align:center;
	color:#b5b5b5;
	line-height:28px;
}
.zg_footer a {
	color:#b5b5b5;
}
/*营业执照 end*/