body {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

a,
a:hover {
	text-decoration: none;
	color: #003E6C;
}

li {
	list-style-type: none;
}

.bg-DarkBlue {
	background-color: #072c67;
}

.right {
	float: right;
}

#time {
	color: #fff;
	font-size: 18px;
	margin: 0;
	margin-top: 10px;
}

#header {
	height: 95px;
	box-shadow: 11px 5px 16px rgb(29 73 197 / 79%);
}

.index {
	background: url(../img/bg.jpg);
	background-size: cover;
}

.logo {
	width: 300px;
	margin: 20px;
	margin-left: 0;
}

.nav-top {
	margin: 0 5%;
	width: 90%;
}

footer {
	position: absolute;
	bottom: 50px;
	margin: 0 5%;
	width: 90%;
}

.main {

	color: #fff;
}

.main h1 {
	font-size: 60px;
}

.hide {
	animation: hideAnimation 10s forwards;
	/* 指定动画名称、持续时间和结束后保持最后一帧 */
}

@keyframes hideAnimation {
	0% {
		opacity: 1;
	}

	/* 初始状态显示完全不透明度 */
	100% {
		opacity: 0;
		display: none;
	}

	/* 最终状态隐藏且display属性设置为none */
}

.main p {
	font-size: 20px;
	text-indent: 2em;
	margin-top: 20px;
}

.slogo {
	text-align: right;
	position: absolute;
	bottom: 200px;

	width: 90%;
}

.slogo h1 {
	box-shadow: #072c67;
	color: #fff;
	margin-right: 20px;
	font-size: 60px;
}

.more-button {
	color: #072c67;
	background-color: #e0edfc;
	border: 5px solid #4074afa6;
	border-radius: 15px;
	padding: 12px 22px;
	font-size: 20px;
	margin-top: 30px;

}

.footerbox {
	display: flex;
	width: 100%;
	margin: auto;
}

.footerbox li {
	list-style-type: none;

	flex: 1;
	text-align: center;

	position: relative;

}

.footerbox::before {
	position: absolute;
	content: "";
	width: 20px;
	top: 20px;
	height: 120px;
	background-color: #fff;
	right: -20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.footerbox::after {
	position: absolute;
	content: "";
	width: 20px;
	top: 20px;
	height: 120px;
	background-color: #fff;
	left: -20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}


.footerbox li a {
	color: #072c67;
	font-size: 20px;
	text-decoration: none;
	background-color: #fff;
	display: block;
	padding: 20px 0;
	margin: 20px 0;
}

.footerbox li a p {
	margin: 0;
}

.footerbox li a img {
	width: 50px;
}

.footerbox li .ico {
	width: 50px;
	height: 50px;
	background-size: cover;
	margin: auto;
}

.footerbox li:nth-of-type(1) a {}

.footerbox li:nth-of-type(1) .ico {
	background-image: url(../img/ico1.png);
}

.footerbox li.hover:nth-of-type(1) .ico {
	background-image: url(../img/ico1-h.png);
}

.footerbox li:nth-of-type(2) .ico {
	background-image: url(../img/ico2.png);
}

.footerbox li.hover:nth-of-type(2) .ico {
	background-image: url(../img/ico2-h.png);
}

.footerbox li:nth-of-type(3) .ico {
	background-image: url(../img/ico3.png);
}

.footerbox li.hover:nth-of-type(3) .ico {
	background-image: url(../img/ico3-h.png);
}

.footerbox li:nth-of-type(4) .ico {
	background-image: url(../img/ico4.png);
}

.footerbox li.hover:nth-of-type(4) .ico {
	background-image: url(../img/ico4-h.png);
}

.footerbox li:nth-of-type(5) .ico {
	background-image: url(../img/ico5.png);
}

.footerbox li.hover:nth-of-type(5) .ico {
	background-image: url(../img/ico5-h.png);
}

.footerbox li:nth-of-type(6) .ico {
	background-image: url(../img/ico6.png);
}

.footerbox li.hover:nth-of-type(6) .ico {
	background-image: url(../img/ico6-h.png);
}



.footerbox li span {
	width: 1px;
	height: 50%;
	background-color: #1b146421;
	position: absolute;
	left: 0;
	top: 25%;
}

.footerbox .hover {
	background-color: #f1a40c;
	border-radius: 20px;
}

.footerbox .hover a {
	color: #f1a40c;
}

.footerbox .hover::before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 10px;
	left: 50%;
	margin-left: -20px;
	border-top: solid 20px #f1a40c;
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
	background-color: #072c6700;
}

.footerbox .hover::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: 10px;
	left: 50%;
	margin-left: -20px;
	border-right: solid 20px transparent;
	border-left: solid 20px transparent;
	border-bottom: solid 20px #f1a40c;

}

.mbody {
	height: calc(100vh - 350px);
	margin: 20px 5%;
	width: 90%;
}

.bgbox {
	background-color: #d7e6f1;
	border-radius: 20px;
	border: 2px solid #2b4083;
	padding: 20px;
	box-shadow: 0 2px 10px rgb(0 0 0 / 58%);
}

.spic {
	margin-left: 30px;
	border-radius: 20px;
}

.public-title2 {
	text-align: center;
	color: #003E6C;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 40px;
	position: relative;

}

.public-title2 span {
	width: max-content;
	/* display: block; */
	margin: 0px auto;
	background: #d7e6f1;
	position: relative;
	padding: 0px 30px;
}



.public-title2 span::before {
	left: 0px;
}

.public-title2 span::after {
	right: 0px;
}

.public-title2::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 13px;

}

.public-title2::before {
	left: 0px;
	background-image: linear-gradient(to right, rgba(0, 62, 108, 0), rgba(0, 62, 108, 1), rgba(0, 62, 108, 0));
}

.text {
	overflow: auto;
	height: 80%;
	margin-left: 80px;
}

.text P {
	font-size: 20px;
	line-height: 30px;
	text-indent: 2em;
	margin-bottom: 20px;

}

.floor {
	width: 225px;
    margin: auto; 

}

.floorbutton {
	background: url(../img/button.png);
	width: 225px;
	height: 120px;
	line-height: 125px;
	text-align: center;
	font-size: 29px;
	color: #fff;
}

.hoveb {
	background: url(../img/button-h.png);
}

.floorimgbox {
	line-height: calc(100vh - 600px);
}

.floorimg {
	/* max-height: 520px; */
	height: calc(100vh - 500px);
}

.title {
	font-size: 28px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}

.roomlist {
	font-size: 16px;
	overflow: auto;
	height: calc(100vh - 600px);
}
.zcbox{
	width: 90%;
	margin: auto;
	color: #003E6C;
	overflow: auto;
	height: calc(100vh - 500px);
}

.zcbox h5{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
	
}
.zcbox  p{
	font-size: 22px;
	text-indent: 2em;
}

.newslist {
	font-size: 16px;
	overflow: auto;
	height: calc(100vh - 500px);
}

.newslist li{
	border-bottom: 1px solid #00000014;
}
.wexin{
	max-height: calc(100vh - 500px);
}