header{
	width: 100%;
	overflow: hidden;
	background: #fff;
	min-width: 1366px;
}
header .container{
	width: 1366px;
	height: 105px;
	margin: 0 auto;
	overflow: hidden;
	/*padding: 0 100px;*/
}
header .container .logo{
	display: block;
	float: left;
	width: 300px;
	height: 105px;
	vertical-align: middle;
	line-height: 105px;
}
header .container .logo img{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
header .container nav{
	display: block;
	float: left;
	width: 700px;
	height: 105px;
	overflow: hidden;
	margin-left: 80px;
}
header .container nav ul{
	width: 100%;
	overflow: hidden;
}
header .container nav ul li a{
	float: left;
	display: block;
	width: calc(700px/7);
	line-height: 105px;
	transition: 0.3s;
	color: #000;
	font-size: 16px;
}
header .container nav ul li a:hover{
	background: #428dd0;
	color: #fff;
}

header .container .search{
	float: right;
	width: 150px;
	height: 105px;
	overflow: hidden;
}
header .container .search input{
	display: block;
	float: left;
	width: 100px;
	height: 16px;
	padding: 1px 10px;
	margin-top: 42px;
	outline: none;
	border:1px solid #9f9f9f;
	border-radius: 5px;
	font-size: 12px;
}
header .container .search .buttom{
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 42px;
	margin-left: 5px;
}

.top{
	width: 100%;
	overflow: hidden;
	background: #424146;
	height: 25px;
	min-width: 1366px;
}
.top .welcome-tips{
	display: inline-block;
	float: left;
	font-size: 12px;
	line-height: 25px;
	margin-left: 100px;
	color: #fff;
}
.top .phone{
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 25px;
	margin-right: 30px;
	color: #fff;
}
.top .language-box{
	display: inline-block;
	color: #fff;
	float: right;
	margin-right: 100px;
}
.top .language{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	margin-left: 12px;
}