*{
	padding: 0;
	margin: 0;
}

.top{
	width:100%;
	height: 142px;
	background-color: #005425;
}
.top-middle{
	margin: auto;
	width: 1200px;
	height: 142px;
	display: flex;
	justify-content: space-between;
}
.top-middle-left{
	width: 760px;
	height: 80px;
	margin-top: 20px;
}
.top-middle-left img{
	width: 760px;
	height: 95px;
}
.top-middle-right{
	/* width: 100px;
	height: 30px;
	background-color: aliceblue; */
	position: relative;
	top: 50px;
}
.top-middle-right img{
	width: 25px;
	height: 25px;
	float: right;
	position: relative;
	left: -30px;
	bottom: -5px;
}
.dhl{
	width: 100%;
	height: 50px;
	background-color: #054518;
}
.dhl1{
	width: 1200px;
	height:50px;
	margin: auto;
}
.main{
	width: 1200px;
	height: 800px;
	margin: auto;
height: min-content;

}
.maintop{
	width: 1200px;
	height: 50px;
	text-align: center;
        font-size: 25px;
        font-weight: 600;
}
.main1{
	width: 500px;
	height: 35px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
        position: relative;
        left: 35px;
}
.main2{
	width: 80px;
	height: 35px;
}
.main3{
	width: 190px;
	height: 35px;
}
.main4{
	width: 160px;
	height: 35px;
}
.mainbig{
	width: 1200px;
	min-height: 1000px;

}
.bottom{
	width: 100%;
	height: 142px;
	background-color: #005425;
}
.bottom1{
	width: 1200px;
	height: 142px;
	margin:10px auto;
	background-color: #005425;
	
}
.hu{
	margin: auto;
	text-align: center;
	width: 250px;
	height: 30px;
	color: white;
	font-weight: 700;
	position: relative;
	top: 50px;
}

.wp_nav {
    font-size: 20px;
    justify-content: space-evenly;
    line-height: 50px;
}
#wp_nav_w1 .wp_nav {
    display: flex !important;
}