*{
	margin: 0rem;
	padding: 0rem;
	text-decoration: none;
	list-style-type: none;
}
a{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.top{
	width: 100%;
}
.top-c{
	width: 1200px;
	margin: 0 auto;
	height: 130px;
	display: flex;
	align-items: center;
}
.overflow{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top-c img{
	width: 827px;
	height: 107px;
	display: block;
}
.nav{
	width: 100%;
	height: 61px;
	background: #003c72;
	border-bottom: 1px solid #5a74c8;
}
.nav-ul{
	width: 1200px;
	height: 61px;
	margin: 0 auto;
	display: flex;
}
.nav-ul li{
	height: 59px;
	line-height: 62px;
	font-size: 16px;
	margin-right: 42px;
}
.nav-ul li a{
	color: #ffffff;
}
.active{
	border-bottom: 2px solid #17d7fd;
}
.banner{
	width: 100%;
	height: 300px;
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
.main{
	width: 100%;
	padding: 30px 0px;
}
.pagination{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
	border: 1px solid #5a74c8;
}
.pagination li a{
	color: #000;
}
.pagination .active{
	background: #5a74c8;
	color: #ffffff !important;
}
.footer{
	width: 100%;
	height: 226px;
	background: #223174;
}
.footer-t{
	width: 100%;
	height: 161px;
	border-bottom: 1px solid #6f79a5;
}
.footer-c{
	width: 1200px;
	height: 161px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
/* .footerc-dz{
	width: 332px;
}
.footerc-yx{
	width: 160px;
}
.footerc-zxrx{
	width: 380px;
} */
.footerc-name{
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
}
.footerc-name img{
	display: block;
	margin-right:12px;
}
.footerc-p{
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 16px;
}
.footerc-p span{
	font-weight: bold;
	font-size: 22px;
	color: #17D7FD;
	margin-right: 24px;
}
.footer-b{
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 16px;
	color: #ffffff;
}