﻿[class*=' icon-'],[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	speak: none;
	text-transform: none;
}

.header-content{
	display: block;
	text-align: right;
	float: right;
}

.header-lang {
	margin-right: 2px;
	margin-top: 30px;
	display: inline-block;
	vertical-align: middle;
}

.header-lang a,.header-lang i {
	display: inline-block;
	vertical-align: middle;
}

.header-lang .line {
	width: 1px;
	height: 16px;

	background-color: #202020;
	margin: 0 16px

}

.header-lang .icon-chaxun {
	font-size: 18px
}

.header-lang a {



	font-size: 16px;
	color: #202020;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-webkit-transition: color .3s;
	transition: color .3s
}

.header-lang a:hover {
	color: #014B7C
}

.header-search__outbox {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 72px;
	background-color: #fff;
	z-index: 1000;
	display: none;
}

.header-search__outbox .search-box {
	position: absolute;
	padding-right: 60px;
	width: 100%
}

.header-search__outbox .search-close {
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #202020;
	z-index: 10
}

.header-search__outbox .search-close,.header-search__outbox .search-box,.header-search__outbox .search-btn {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-search__outbox .search-btn {
	position: absolute;
	left: 20px;
	font-size: 18px;
	color: #202020;
	-webkit-transition: color .4s;
	transition: color .4s;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 0;
	cursor: pointer
}

.header-search__outbox input {
	width: 100%;
	outline: none;
	height: 40px;
	padding: 0 45px;
	border: 1px solid #00538a;
	border-radius: 50px;
	font-size: 14px;
	color: #202020;
}

.header-search__outbox input::-webkit-input-placeholder {
	color: rgba(0,0,0,0.3)
}

.header-search__outbox input:-moz-placeholder {
	color: rgba(0,0,0,0.3)
}

.header-search__outbox input:-ms-input-placeholder {
	color: rgba(0,0,0,0.3)
}

.header-search__cont {
	position: relative;
	height: 100%;
	text-align: center;
	max-width: 510px;
	margin-left: auto;
	margin-right: auto
}


.header-search__outbox .search-close:before {
		display: block;
		-webkit-transition: transform .4s;
		transition: transform .4s
	}

	.header-search__outbox .search-close:hover:before {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}

.vv66{ margin-bottom:2px;}




@media screen and (max-width: 1600px) {
   
}

@media screen and (max-width: 1440px) {
	
.header-lang {
	margin-right: 40px;
}
  
}

@media screen and (max-width: 1280px) {
	
.header-lang {
	margin-right: 25px;
}
  
}