*{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style-type: none;
	font-family: "黑体";
}
/* body{
	background: ;
} */
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.introduction{
	width: 100%;
	background:#f3f3f3;
	margin-top:48px;
	padding-bottom:38px;
}
.intro-n{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.intro-l{
	width:644px;
	padding-top: 20px;
}
.intro-l p{
	font-size: 18px;
	text-indent:36px;
	margin-top: 14px;
	line-height:26px;
}
.intro-r{
	padding-top: 30px;
}
.title{
	width: 100%;
	font-size:22px;
	color:#0a2d71;
	height: 36px;
	margin-top: 20px;
	line-height: 36px;
	text-indent: 42px;
	position: relative;
}
.title img{
	position: absolute;
	left: -7px;
	bottom: 0px;
}
.intro-b{
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.intro-b a{
	width: 275px;
	display: block;
}
.intro-b a img{
	width: 100%;
}
.invite{
	width: 100%;
}
.invite-title{
	width: 100%;
	height:110px;
	line-height: 110px;
	text-align: center;
	font-size: 22px;
	color:#0a2d71;
}
.invite-n{
	width: 100%;
	height:384px;
	display: flex;
	background: #2355c3;
	position: relative;
}
.invite-n img{
	position: absolute;
	top: -13px;
	left: 50%;
}
.invite-c{
	width: 50%;
	display: flex;
	align-items: center;
}
.invite-c ul{
	width: 100%;
}
.invite-c ul li{
	text-align: center;
	font-size: 18px;
	color:#fff;
	line-height: 38px;
}
.details{
	width: 1200px;
	margin-top: 66px;
}
.details p{
	font-size: 18px;
	text-indent: 36px;
	line-height: 26px;
	margin-bottom: 20px;
}
.details-n{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.details-n a{
	/* display: block; */
	display: block;
	width: 282px;
	height: 178px;
	border: 1px solid #8eb0fb;
}
.details-n a img{
	width: 100%;
}
.footer{
	width: 100%;
	height:220px;
	background: #515050;
	margin-top: 70px;
	color: #FFFFFF;
}
.footer-c{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-l{
	width:872px;
	display: flex;
	height:220px;
	align-items: center;
	flex-wrap: wrap;
	align-content:center;
}
.footer-l p{
	width: 100%;
	line-height:36px;
}
.footer-r{
	width:334px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content:center;
}
.footer-r p{
	width: 100%;
	font-size: 14px;
}
.footer-n{
	text-align: center;
	margin-top: 18px;
}

.intro-r a{
	display: flex;
	width: 490px;
	height: 276px;
	position: relative;
}
.intro-r a .video{
	width: 100%;
	height: auto;
}
.intro-r a .v{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-18px;
	margin-top: -25.5px;
}