header {
	width: 100%;
	padding: 0 25px;
	box-shadow: 0 4px 10px rgba(193,193,193, 0.1);
	background: white;
	display: flex;
	box-sizing: border-box;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.header {
	width: 100%;
	height: 115px;
	display: flex;
}

.logo {
	height: 65px;
	display: block;
	float: left;
	margin-top: 25px;
}

.logo img {
	height: 100%;
	display: block;
}

.heade1 {
	float: left;
	margin-top: 42px;
}

.heade1_1 {
	height: 30px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_1 img {
	height: 100%;
}
.heade1_1_1{
    width: 100%;
    display: block;
}
.heade1_1_2{
    width: 100%;
    display: none;
}
.heade1_1:hover .heade1_1_1{
    display: none;
}
.heade1_1:hover .heade1_1_2{
    display: block;
}
.heade1_2 {
	display: inline-block;
	vertical-align: middle;
}
.heade1_2_1{
    width: 100%;
    display: block;
}
.heade1_2_2{
    width: 100%;
    display: none;
}
.heade1_2:hover .heade1_2_1{
    display: none;
}
.heade1_2:hover .heade1_2_2{
    display: block;
}
.heade1_3{
    border: none;
    outline: none;
    font-family: 'JosefinSans-Bold-2';
    font-size: 16px;
    font-weight: 700;
        margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.heade2 {
	width: calc(100% - 456px);
	float: left;
	text-align: center;
}

.heade2 li {
	margin-right: 60px;
	display: inline-block;
}

.heade2 li:last-child {
	margin-right: 0;
}

.heade2_1 {
	display: block;
	line-height: 115px;
	font-family: 'JosefinSans-Bold-2';
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.85px;
}
.heade2_1:hover{
    color:#398378;
}
.header-mls {
	width: 450px;
	background: white;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.header-ml1 {
	width: 100%;
	height: 115px;
		padding:0 20px;
	display: inline-block;
}

.header-ml1 img {
	width: 30px;
	display: block;
	float: right;
	margin-top: 40px;
}

.header-ml2 {
	width: 100%;
	padding:0 20px;
	padding-bottom: 20px;
}

.header-ml3 {
	max-width: 100%;
	display: block;
}
.header-ml4{
	width: 100%;
	margin-top: 20px;
}
.header-ml4_1{
	width: 100%;
	display: block;
	font-family: 'JosefinSans-Bold-2';
	font-size: 36px;
	font-weight: 600;
	line-height: 75px;
	letter-spacing: 0.85px;
	color: #000000;
}