@font-face {
	font-family: regular;
	src: url('../fonts/DINPro-Regular.otf')
}

@font-face {
	font-family: medium;
	src: url('../fonts/DIN Medium.ttf'), url('../fonts/DIN Medium.otf')
}

html,
body {
	height: 100%
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

*,
article,
aside,
audio,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
video {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:focus {
	outline: none
}

*,
:after,
:before {
	box-sizing: border-box
}

ul,
li,
dl,
dt,
dd,
ol {
	list-style: none;
	margin: 0;
	padding: 0
}

img::-moz-selection {
	background: 0 0
}

img::selection {
	background: 0 0
}

img::-moz-selection {
	background: 0 0
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
	font-style: inherit;
	font-weight: inherit
}

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

body {
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

input::-webkit-search-cancel-button {
	display: none
}

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: middle;
	border: none;
	background: none
}

input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=search],
input[type=text],
select,
textarea,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
	cursor: pointer
}

input,
textarea,
select,
button {
	outline: none
}

button,
input {
	line-height: normal
}

textarea {
	resize: none
}

button,
input,
select,
textarea,
body {
	font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #222
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

img {
	max-width: 100%;
	max-height: 100%
}

a,
button {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: none;
	color: #222;
	text-decoration: none
}

a,
a:hover,
a:focus {
	outline: none;
	outline-offset: 0;
	color: #222;
	text-decoration: none
}

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

.cls {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.b {
	font-weight: bold
}

.iconfont {
	font-size: inherit
}

html {
	font-size: 100px !important;
	touch-action: none;
	touch-action: pan-y
}

@media (max-width:1400px) {
	html {
		font-size: 90px !important
	}
}

@media (max-width:1200px) {
	html {
		font-size: 80px !important
	}
}

@media (max-width:992px) {
	html {
		font-size: 70px !important
	}
}

@media (max-width:768px) {
	html {
		font-size: 60px !important
	}
}

@media (max-width:480px) {
	html {
		font-size: 50px !important
	}
}

.BMap_cpyCtrl,
.anchorBL {
	display: none
}

#map label,
#map img {
	max-width: none;
	max-height: none
}

#baiMap label,
#baiMap img {
	max-width: none;
	max-height: none
}

/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #339139;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #339139;
}

#pages li:hover a {
    color: #fff;
}