.top_ornament{
	border-top: 1px solid rgb(110, 58, 15);
	display:flex;
	max-width: 1400px;
	height: 20px;
	background: url('pictures/ornament.png');
	background-position:bottom;
	background-repeat: repeat-x;
	background-color: #f0c58e;
}
.bottom_ornament{
	max-width: 1400px;
	height: 20px;
	background: url('pictures/ornament.png');
	background-position:top;
	background-repeat: repeat-x;
	background-color: #f0c58e;
	
	border-bottom: 1px solid rgb(110, 58, 15);
}

.bigNameLeft{
	width:50%;
	height:26px;
	text-align:left;
	overflow:hidden;
	float:right;
	background-image: url('pictures/bignameleft.png');
	background-repeat: no-repeat;
	background-position: left;
	
}
.bigNameRight{
	width:50%;
	height:26px;
	text-align:right;
	overflow:hidden;
	background-image:  url('pictures/bignameright.png');
	background-repeat: no-repeat;
	background-position: right;
}
.brestName{
	width:100%;
	height:26px;
	text-align:right;
	overflow:hidden;
	background-image:  url('pictures/brest.png');
	background-repeat: no-repeat;
	background-position: right;
	padding-top:40px;
}

.top_body{
	text-align:center;
	width:100%;
	max-width:1400px;
	height:250px;
	overflow:hidden;
	position:relative;
	
}

.top_body img {
	position:absolute;
	top:0px;
	left:calc((100% - 1400px)/2);
}
.icon_top{
	background: url('pictures/icon.jpg');
	width:242px;
	height:290px;
	position:absolute; 
	top:1px;
	margin-left:auto;
	margin-right:auto;
	left: 50%;
	transform: translate(-50%, 0);
	/*left: 505px;*/
	z-index: 100;

}
.big_picture{
	background-image: url('pictures/top.jpg');
	height:663px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	margin:0px;
}