
.header {
    background-color: #AC0D09;
    width: 1000px;
}
.logo {
    background-size: 100% 100%;
}

.nav {
    background-color: #9a1a16;

}

.footer {
    color: #333333;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 90px;
   // background: url("/jrxy/images/footerjr.jpg");

}

.centerImg {
	width: 1000px;
	height: 287px;
}
.centerImg .imgStyle {
	display: flex;
	height: 100%;
	width: 100%;
	margin-bottom: 5px;
	justify-content: center;
}
.centerImg .imgStyle img{
	max-height: 100%;
	min-width: 100%;
}

.content{
	margin-top: 10px;
	width: 1000px;
	height: auto;
	display: flex;
	background: rgba(255, 255, 255, 0.9);
}


.f14px{
	padding:10px
}

.notice{
	overflow: hidden;
}





