/* header */
.header_box {
	width: 100%;
	height: 115px;
	position: relative;
	background-color: #fff;
}

.header {
	width: 100%;
	height: 115px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header_con {
	height: 115px;
}

.header_l {
	width: 480px;
	height: 115px;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 15px;
  display: flex;
}
.header_l a img{
  height: 46px;
}

.header_l a:last-child {
	margin-left: 6px;
}

.header_r {
	width: 390px;
	height: 115px;
	box-sizing: border-box;
	padding-top: 35px;
}

.header_r span,
.header_r a {
	vertical-align: middle;
}

.header_r .search {
	display: inline-block;
	width: 50px;
	height: 35px;
	border: 1px solid #d0d0d0;
	border-radius: 20px;
	background-image: url(../png/search.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.header_r .lang:nth-of-type(1) {
	margin-left: 20px;
}

.header_r .lang:nth-of-type(2) {
	margin-right: 20px;
}

.header_r .lang:hover {
	text-decoration: underline;
	color: #0071a4;
}
@media screen and (max-width: 1200px) {
    html {
        width: 1440px!important;
    }
}