body {
	margin: 0;
	width: 100%;
	background: url('../imgs/bj.png') no-repeat center bottom;
	background-size: cover;
	font-family: '微软雅黑';
	/* height: 100vh;/ */
	min-height: 100vh;
	/* font-family: '宋体'; */
}

a:link,
a:visited,
a:hover,
a:active,
a {
	text-decoration: none;
}

.flex_center {
	display: flex;
	align-items: center;
}

.top {
	height: 80px;
	background-color: #0287E6;
	justify-content: space-between;
}

.top .title {
	color: #fff;
	font-size: 30px;
}

.top .left_icon {
	width: 52px;
	margin-left: 50px;
	margin-right: 48px;
}

.top .right_title {
	color: white;
	font-size: 20px;
	margin-right: 30px;
}

.top .right_title a:link,
a:visited,
a:hover,
a:active,
a {
	text-decoration: none;
	color: white;
}

.introduce {
	width: 1280px;
	margin: 20px auto 0;
	justify-content: space-between;
	display: flex;
	margin-bottom: 75px;
}

.introduce .title {
	border-bottom: 3px solid #E3E3E3;
	padding-bottom: 12px;
}

.introduce .title .text {
	font-size: 20px;
	border-bottom: 3px solid #0287E6;
	padding-bottom: 12px;
}

.introduce .left {
	width: 795px;
	padding: 20px 30px;
	background-color: white;
}

.introduce .right {
	width: 360px;
	padding: 20px;
	background-color: white;
}

.introduce  .right .box {
	width: 150px;
	border: 1px solid #E0F1FB;
	/* background-color: #E0F1FB; */
	text-align: center;
	margin-top: 26px;
	height: 40px;
	line-height: 40px;
	float:left; 
	margin-left:20px;
	font-weight: bold;
}

	.introduce .right .box:hover {
		background-color: #f0f9eb;
	}

.introduce  .right .box img {
	/* width: 100%; */
	max-width: 320px;
	height: 40px
}

.bottom {
	height: 55px;
	background-color: #E0F1FB;
	line-height: 55px;
	color: #9A9A9A;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	position: fixed;
	bottom: 0;
}

.bottom .left {}

.bottom .right {}

.bottom p {
	margin: 0;
}
