* {
	padding: 0;
	margin: 0;
}

.ui-header {
	width: 100%;
}

.ui-hd {
	width: 100%;
	height: 150px;
	background: url("/images/web/hdtpbg.png") no-repeat;
	background-size: 100% 100%;
}

.ui-hdl-ha {
	text-align: center;
	line-height: 240px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
}

.ui-header {
	width: 100%;
}

.ui-hda {
	width: 100%;
	height: 240px;
	background: url("/images/web/headerurl.png") no-repeat;
	background-size: 100% 100%;
}

.ui-hd-min {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.ui-hdl {
	/*margin-top: 45px;*/
	margin-top: 20px;
}

.ui-hdl-h {
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 32px;
	color: #153D9B;
}

.ui-hdl-p {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #153D9B;
	padding-top: 8px;
}

.ui-hdr {
	width: 401px;
	height: 41px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #1792FE;
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
}

.ui-hdr-pt {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	padding: 12px 19px;
	box-sizing: border-box;
	width: 390px;
	border: none;
	outline: none;
	margin-left: 2px;
}

.ui-hdr-div {
	width: 92px;
	height: 41px;
	background: #1792FE;
	border-radius: 0px 4px 4px 0px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ui-nav {
	width: 100%;
	height: 56px;
	background: #2B59C5;
}

.ui-nav-ul {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.ui-nav-li {
	/* width: 150px; */
	height: 56px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	/*font-size: 18px;*/
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	flex: 1;
}

	.ui-nav-li::after {
		content: "";
		width: 1px;
		height: 40px;
		background-color: #214DB6;
		display: block;
		position: absolute;
		right: 0;
		top: 7px;
	}

	.ui-nav-li:last-child::after {
		content: "";
		width: 1px;
		height: 40px;
		background-color: transparent;
		display: block;
		position: absolute;
		right: 0;
	}

	.ui-nav-li:hover {
		background-color: #153D9B;
	}

.ui-footer {
	width: 100%;
	height: 134px;
	background: #153D9B;
	padding-top: 30px;
	box-sizing: border-box;
}

	.ui-footer p {
		font-family: Source Han Sans CN;
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		line-height: 30px;
		text-align: center;
	}


.swipersrc img{
	width: 100%;
	height: 100%;
}