
html {
	color: #333333;
}
body {
    margin: 0;
	font-family: PingFang SC;
    font-size: 14px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
	overflow-x:hidden;
}
* { box-sizing:border-box;}
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
button, input, select, textarea {
	margin: 0;
}
button {
	border-radius: 0;
}
button:focus, input:focus, select:focus, textarea:focus {
	outline: none;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
img, embed, object, audio, video {
	height: auto;
	max-width: 100%;
}
img {
	vertical-align: middle;
	border-style: none;
}
iframe {
	border: 0;
}
table {
	display: table;
	border-collapse: collapse;
	border-spacing:0;
	border-color: grey;
}
td, th {
	padding: 0;
}
a {
	text-decoration: none;
	cursor:pointer;
	display:block;
}
a:focus{outline:none;}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
.iconfont, address, cite, em, i, var {
	font-style: normal
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '\20';
	clear: both;
	height: 0
}
::selection {
	background: #005DB0;
	color: #fff;
}
.maxcenter { width:1100px; margin:0 auto;}
.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt30 { margin-top:30px;}
.mb20 { margin-bottom:20px;}
.mb30 { margin-bottom:30px;}

.iconfont { vertical-align:middle; display: inline-block;}

/*全局title*/

/*页脚*/

/*广告组*/











