@charset "utf-8";
/* CSS Document */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	outline: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

img:not([src]) {
	display: none;
}

body {
	font-family: Arial, sans-serif;
	/* 设置默认字体 */
	line-height: 1.5;
	/* 设置行高 */
	font-size: 14px;
	/* 设置基本字体大小 */
}

a {
	color: #333;
	text-decoration: none;
	/* 移除下划线 */
	color: inherit;
	/* 继承父元素的文字颜色 */
}

a:hover {
	text-decoration: underline;
	/* 鼠标悬停时添加下划线 */
}

em,
i {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	/* 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
	border: 0;
	/* 取消图片底侧有空白缝隙的问题*/
	vertical-align: middle;
}

button {
	/* 当我们鼠标经过button 按钮的时候， 鼠标变成小手 */
	cursor: pointer;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow-x: hidden;
}

.w1200-overflow-auto {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

span {
	display: inline-block;
}

/*footer*/
footer {
	background-color: #F2F5F7;
	height: 188px;
	margin-top: 50px;
	font-size: 12px;
}

.footer_c {}

.erm {
	margin-top: 18px;
}

.footer_c .tit::before {
	content: "";
	position: absolute;
	/* top: 2px;
    bottom: 2px;
    left: 0;*/
	width: 6px;
	height: 18px;
	background: center center #007BFF;
	border-radius: 1px;
	background-size: 100% 100%;
}

.footer_c .tit {
	margin: 28px 0 19px;
}

.footer_c .tit span {
	height: 18px;
	font-weight: 800;
	font-size: 18px;
	color: #333333;
	line-height: 18px;
	margin-left: 11px;
}

.footer_c p {
	width: 1034px;
	height: 55px;
	margin-top: 19px;
	font-weight: 400;
	color: #666666;
}

.footer_b {
	position: relative;
	bottom: -42px;
	height: 42px;
	background: #E9EDF0;
	text-align: center;
	line-height: 42px;
	color: #666666;
}

.footer_b span {
	width: 10px;
	/*display: inline-block;*/
}