.banner{
	/*width: 100%;
	height: 400px;
	background-image: url(../images/anlizhanshi01.jpg);
	background-repeat: no-repeat;
    background-size: 100% 100%;*/

    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.haodaifu-desc{
	width: 80%;
	margin: auto;
	margin-top: 5%;
}
.haodaifu-desc-title{
	/*font-weight: bold;*/
    font-size: 30px;
    width: fit-content;
    margin: auto;
}
.haodaifu-desc-content{
	/*font-size: 16px;*/
    margin-top: 15px;
}
.haodaifu-image{
	width: 100%;
	height: fit-content;
	background-color: rgb(248, 248, 248);
	margin-top: 5%;
}
.foot{
	width: 100%;
	height: 120px;
	background-color: #04062c;
	display: flex;
    align-items: center;
}
.container-foot{
	width: fit-content;
    height: fit-content;
    margin: 0 auto;
    margin-top: 2%;
}

.foot-text{
    color: white;
    width: fit-content;
    margin: auto;
    margin-bottom: 3px;
}