*{
	margin: 0;
	padding: 0;
}
.content div{
	width: 100%;
}
a{
	text-decoration:none;
}
.font-1{
	font-size:1.75rem;
	font-family:NotoSansHans-Medium,NotoSansHans;
	font-weight:400;
	color:rgba(17,17,17,1);
	line-height:2.625rem;
}
.font-2{
	font-size:1.5rem;
	font-family:FZQKBYSJW--GB1-0,FZQKBYSJW--GB1;
	font-weight:normal;
	color:rgba(51,51,51,1);
	line-height:1.625rem;
}
.nav-title{
	background-color: #5A8BFF;
	line-height: 3rem;
	text-align: right;
	position: fixed;
	z-index: 999;
	height: 3.1rem;
}
.nav-title img{
	height: 2rem;
	float: left;
	margin-top: 0.55rem;
}
.nav-title a{
	color: rgba(221,221,221,1);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin:0 1rem;
}
.nav-title a:hover , .this-page{
	color: rgba(255,255,255,1);
	padding-bottom: 0.5rem;
	border-bottom: rgba(255,255,255,1) solid 0.1875rem;
}
.hover-div{
	font-size: 1.125rem;
	padding-top: 2.5rem;
}
.hover-div table{
	margin: 0 auto; 
	text-align: center;
}
.hover-div tr{
	font-size: 1.25rem;
	color: #FFFFFF;
}
.content-hover-div{
	position: fixed;
	text-align: right;
	height: 20rem;
	background-color: #000000;
	opacity: 0;
	margin-top: 2rem;
}
.content-hover-div td{
	margin: 0.625rem;
	width: 11.25rem;
}
.content-Body{
	margin: 0 auto;
	padding-top: 3.1rem;
}
.top{
	width: 100%;
	height: 30rem;
	overflow: hidden;
	align-content: center;
	background-image: url(../img/梅花1.jpg);
	background-repeat: no-repeat;
	background-position: center; 
}
.top-title{
	text-align: center;
	margin: 1.25rem;
	margin-top: 5rem;
}
.top-title-div ul{
	display: flex;
	margin: 0 auto;
	width: 100%;
}
.top-title-div li{
	margin: 0.625rem;
	box-shadow:0px 16px 30px 0px rgba(90,139,255,0.13);
	list-style: none;
	text-align: center;
	flex: 1;
}
.top-title-div li p{
	margin: 1.25rem;
}
.top-title-div table{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.top-title-div table tr{
	display: flex;
	margin: 1.25rem;
}
.top-title-div table td{
	flex: 1;
}
.top-title-div table img{
	width: 5rem;
}
.top-title-div table p{
	margin-top: 0.625rem;
}
.top-title-div-2 ul img{
	width: 5rem;
}
.top-title-div-2 ul li{
	background-color: #e8edf5;
}

.erp-item{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 2px 8px #ccc;
	width: 80% !important;
	padding: 50px 30px;
}
.erp-item.center{
	flex-direction: row-reverse;
}
.erp-item p{
	padding: 4px;
}

.back-img-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	margin-top: 3.75rem;
	height: 8rem;
	background-size: 42rem;
	background-image: url(../img/back-img-2.png);
}

/* .back-img-2 {
	margin-top: 3.75rem;
	display: inline-flex;
	height: 8rem;
	/* background-image: url(../img/back-img-2.png); 
	background-size: 48rem;
} */
.back-img-2 img {
	height: 8rem;
	/* margin: 0 25%; */
}

.content-Bottom{
	color: #FFFFFF;
	padding-top: -2%;
	margin-top: -1%;
	box-sizing: border-box;
	width: 100%;
	height: 20%;
	position:relative;
	background-color: #00081e;
}
.content-Bottom td{
	/* flex: 1; */
	padding-left: 3%; 
	bottom:0;
	padding-bottom:2%;
	margin:0px;
}