* {
	/* css3盒子模型 */
	box-sizing: border-box;
	/* 清除内边距 */
	padding: 0;
	/* 清除外边距 */
	margin: 0;
	/* 取消轮廓 */
	outline: none;
	/* 去掉默认外观 */
	-webkit-appearance: none;
	/* 去掉点击时的默认外观 */
	outline-style: none;
	/* 去除点击出现背景 */
	-webkit-tap-highlight-color: transparent;
}

/* 字体控制 */
@media screen and (min-width: 2720px) and (max-width: 2880px) {
	html {
		font-size: 26px !important;
	}
}
@media screen and (min-width: 2560px) and (max-width: 2720px) {
	html {
		font-size: 25px !important;
	}
}
@media screen and (min-width: 2400px) and (max-width: 2560px) {
	html {
		font-size: 24px !important;
	}
}
@media screen and (min-width: 2240px) and (max-width: 2400px) {
	html {
		font-size: 23px !important;
	}
}
@media screen and (min-width: 2080px) and (max-width: 2240px) {
	html {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 1920px) and (max-width: 2080px) {
	html {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 1760px) and (max-width: 1920px) {
	html {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 1680px) and (max-width: 1760px) {
	html {
		font-size: 19px !important;
	}
}
@media screen and (min-width: 1520px) and (max-width:1680px) {
	html {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 1360px) and (max-width:1520px) {
	html {
		font-size: 17px !important;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1360px) {
	html {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	html {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 20px !important;
	}
}

/* 图片处理 */
img {
	/* 照顾低版本浏览器 如果图片外面包含了链接会有边框的问题 */
	border: 0;
	/* 取消图片底侧有空白缝隙的问题 ① */
	vertical-align: middle;
	/* 取消图片底侧有空白缝隙的问题 ② */
	object-fit: cover;
}

body {
	/* 设置字体 */
	font: 0.8rem Microsoft YaHei, PingFang SC, Heiti SC, Arial, SimHei, Hiragino Sans GB, Helvetica, "\5B8B\4F53", serif, sans-serif;
	/* 设置行高 */
	line-height: 1.5;
	/* 设置颜色 */
	color: #444444;
	/* 抗锯齿性-让文字显示的更加清晰 */
	-webkit-font-smoothing: antialiased;
	background-color: #f4f5f6;
}

em,
i {
	/* 取消文字倾斜 */
	font-style: normal;
}

ul,
ol,
li {
	/* 去掉小圆点 */
	list-style: none;
}

button {
	/* 当我们鼠标经过button按钮的时候，鼠标变成小手 */
	cursor: pointer;
}

a {
	/* 去掉a标签的下划线 */
	text-decoration: none;
	/* 手机端去除a标签点击时的背景样式 */
	-webkit-tap-highlight-color: transparent;
	/* 禁用长按时弹出的菜单 */
	-webkit-touch-callout: none;
	/* 修改颜色 */
	color: #444444;
}

img {
	/* 禁用长按时弹出的菜单 */
	-webkit-touch-callout: none;
}

button,
input,
textarea {
	/* 设置字体 */
	font-family: Microsoft YaHei, Heiti SC, PingFang SC, Arial, SimHei, Hiragino Sans GB, Helvetica, "\5B8B\4F53", serif, sans-serif;
	/* 取消轮廓 */
	outline: none;
	/* 去掉默认外观 */
	-webkit-appearance: none;
	/* 去掉点击时的默认外观 */
	outline-style: none;
}

textarea {
	/* 禁止自定义拉伸 */
	resize: none;
}

/* 清楚浮动 */
.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0
}

.clearfix {
	*zoom: 1
}

/* 控制显示文字行数 */
.clips1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.clips2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.clips3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.clips4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.clips5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.clips6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

/* 页面宽度 */
.w100 {
	width: 100%;
}

.w1200 {
	width: 60rem;
	margin: auto;
}
.map1{
    width: 100%;
    height: 350px;
}