.header_header{
background: #2a6496;
display: flex;
justify-content: space-evenly;
}
.header_content{
display: flex;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: center;
/*max-width: 1500px;*/
/*margin: 0 auto;*/
}
form.form-search .search__input{
width: 87% !important;
}
.header_header2 {
color: #fff;
display: flex;
flex-wrap: nowrap;
align-items: center;
margin: 0 0 0 60px;
}
.header_header2 > img{
width: 25px;
}
.header_header3 > ul {
display: flex;
}
.header_header3 > ul > li{
list-style-type: none;
padding: 4px 3px;
background: #0000004d;
}
.header_header3 > ul > li:hover{
background: #ec8224;
}
.header_header3 > ul > li > a{
text-decoration: none;
color: #fff !important;
}
.header_slider_1{
    max-width: 1500px;
    margin: 0 auto;
}
.header__slider_content{
display: flex !important;
flex-wrap: nowrap !important;
justify-content: center !important;
align-items: center !important;
justify-content: flex-start !important;
margin: 16px 0px 0px 312px;
}
.header__slider_name{
font-family: fangsong;
font-weight: bold;
font-size: 24px;
}
.header__slider_ikonk{
max-width: 1500px;
margin: 0 auto;

}
.header__slider_ikonk > ul {
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0 220px 0px 0px;
}
.header__slider_ikonk > ul > li{
list-style-type: none;
padding: 4px 3px;
}

@media (min-width: 769px) and (max-width: 1024px) {
.header__slider{
	max-width: 1500px;
    margin: 0 auto !important;
}
.header__slider_content{
	margin: 10px 0px 0px 35px;
}
.header__slider_name{
font-size: 17px;

}

}

@media (min-width: 1025px) and (max-width: 1440px) {
.header__slider{
	max-width: 1500px;
    margin: 0 auto !important;
}
.header__slider_content{
	margin: 16px 0px 0px 192px;
}

}

@media (min-width: 1441px) and (max-width: 2560px) {

.header__slider{
	max-width: 1500px;
    margin: 0 auto !important;
}
.header__slider_content{
    margin: 16px 0px 0px 223px;
}

}
