@charset "UTF-8";

/*reset*/
section, article, aside, header, footer, nav, figure, figcaption, canvas, img {
	display: block;
}
body, dl, dd, p, form, input, ol, ul, h1, h2, h3, h4, h5, h6, pre, figure, fieldset {
	margin: 0;
}
ol, ul, td, input, fieldset {
	padding: 0;
}
input[type=color]::-webkit-color-swatch-wrapper {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, strong, b, label, table {
	font-weight: normal;
	font-size: inherit;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}
button, input, textarea, select {
	font-size: inherit;
	border-radius: 0;
	color: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border: none;
	line-height: initial;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: sub;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	font-style: normal;
	font-size: inherit;
}
pre {
	white-space: pre-wrap;
}
img {
	width: 100%;
	border: none;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
mark {
	background: none;
}

/*清浮?/
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	display: block;
	content: '\200B';
	height: 0;
	clear: both;
}

/*超出隐藏*/
p.ellipsis,
.ellipsis p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*********** flex ***********/

.flex {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
}
.iflex {
	display: -webkit-inline-flex;
	display: inline-flex;
}
.dc {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.fw {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.jc {
	-webkit-justify-content: center;
	justify-content: center;
}
.js {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.je {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.jb {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ja {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.as {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.ac {
	-webkit-align-items: center;
	align-items: center;
}
.ae {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.f0 {
	-webkit-flex: 0;
	flex: 0;
}
.fg {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.fn {
	-webkit-flex: none;
	flex: none;
}

/*********** model ***********/

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}
.w-1920 {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
}
.h-100 {
	height: 100%;
}
.px-20 {
	padding: 0 20px;
}

/*********** common ***********/
body {
	background-color: #fff;
	font-family: "Microsoft YaHei";
	color: #333;
	font-size: 14px;
}

.main-header {
	height: 80px;
}
.main-header .con-l {
	color: #000000;
	font-size: 26px;
}
.main-header .con-l img {
	width: 54px;
	height: 54px;
	margin-right: 10px;
}
.main-header .con-r a {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
	border-radius: 3px;
	text-align: center;
	font-size: 15px;
	color: #000;
	background: #FFF;
}

.main-footer {
	height: 260px;
	background: #222;
	clear: left;
}
.main-footer .w-1200 {
	position: relative;
	background: #222;
}
.main-footer h4 {
	line-height: 120px;
	font-size: 36px;
	font-weight: bold;
	color: #ddd;
}
.main-footer p {
	line-height: 34px;
	color: #999;
}
.main-footer span {
	margin-left: 10px;
}
.main-footer .app {
	position: absolute;
	top: 0;
	right: 0;
	width: 112px;
	line-height: 34px;
	color: #fff;
}

/*index css*/

.banner-map-1 {
	position: relative;
}
.banner-map-1 a {
	position: absolute;
	width: 12%;
	height: 9%;
	left: 32.8%;
	bottom: 27.5%;
}
.banner-map-1 a.last-child {
	bottom: 12.8%;
}
