* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(./bg.png);
}

.header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #fff;
}

.header a {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.header a:hover {
	color: #e60012;
}

.box {
	margin: 80px auto auto auto;
	width: 1170px;
}

.top {
	margin-top: 25px;
	width: 1170px;
	height: 89px;
	background: url(./top.png) 45px 20px no-repeat;
}

.top h2 {
	font-size: 36px;
	width: 100%;
	text-align: center;
	color: #10325e;
}

.main {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.main .left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 253px;
	height: 467px;
	background: url(./left.png) no-repeat;
}

.main .center {
	margin: 90px 253px 0 253px;
	height: 467px;
	display: flex;
	justify-content: space-around;
}

.main .center .cen-ti {
	width: 288px;
	height: 56px;
	background: #ffffff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 288px;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	color: #10325e;
	position: relative;
}

.main .center .cen-ul {
	width: 288px;
}

.main .center .cen-ti::before {
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 28px;
}

.main .center .cen-ti span {
	display: flex;
	padding: 0 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.main .center .cen-ti i {
	display: block;
	position: relative;
	right: 8px;
	top: 2px;
	padding-left: 6px;
	width: 15px;
	height: 18px;
}

.main .center .cen-ti i img {
	width: 100%;
	height: 100%;
}

.main .center ul {
	float: left;
	margin-top: 14px;
	list-style: none;
	padding: 26px 27px 6px 27px;
	background: #ffffff;
	border-radius: 4px;
}

.main .center ul li {
	float: left;
	margin-bottom: 16px;
	width: 240px;
	height: 56px;
	background: linear-gradient(90deg, #2f56b3, #5283e0);
	border-radius: 4px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 1px;
	cursor:pointer;
}

.main .center ul li i {
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
	right: 15px;
}

.main .center ul li i {
	width: 100%;
	height: 100%;
}

.main .center ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}


.main .right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 253px;
	height: 467px;
	background: url(./right.png) no-repeat;
}

.footer {
	margin-top: 200px;
	width: 100%;
}