html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
article,
section {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
	font-size: 62.5%;
}

ul,
li,
ol {
	list-style: none;
}

img {
	display: block;
	width: 100%;
	border: 0;
}

input {
	outline: none;
}

textarea {
	resize: none;
}

a,
a:hover,
a:link,
a:visited,
a:active {
	text-decoration: none;
}

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

.clear:after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	line-height: 0;
}

.clear {
	zoom: 1
}

.fl {
	float: left;
}

.fr {
	float: right
}

.text_l {
	text-align: left;
}

.text_r {
	text-align: right;
}

.text_c {
	text-align: center;
}

.text_j {
	text-align: justify;
}

.text-m {
	vertical-align: middle;
}

.hide {
	display: none;
}

.hide_v {
	visibility: hidden;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.inline-b {
	display: inline-block;
}

.over {
	overflow: hidden;
}

.over_a {
	overflow: auto;
}

.over_s {
	overflow: scroll;
}

body {
	font-family: 'MicrosoftYaHei';
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="image"],
input[type="reset"] {
	cursor: pointer;
}

.textOver1 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
#agentListmindiv{
	display: none!important;
}

/*pad端横版*/

@media (max-width: 1024px) {
	body {
		width: 100%;
		max-width: 1024px;
	}
}


/*移动端*/

@media (max-width: 768px) {
	body {
		width: 100%;
		max-width: 768px;
	}
	.onlineService{
		display: none;
	}
}

@font-face {
	font-family: 'Source Han Sans CN';
	src: url('../font/SourceHanSansCN-Normal.otf');
}
@font-face {
	font-family: 'Source Han Sans SC';
	src: url('../font/SourceHanSansCN-Normal.otf');
}
@font-face {
	font-family: 'banner';
	src: url('../font/banner.TTF');
}