﻿body{
	min-width: 1200px;
}

.header{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	top:0;
	left:0;
	z-index: 99999;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.header.hide{
	top: -81px;
	border-bottom: none;
}

.header.black{
	background-color: #333;
	background-color: rgba(0,0,0,0.8);
	border-bottom: none;
}

.container{
	display: block;
	width: 800px;
	min-width: 1100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header .logo{
	display: block;
	float: left;
	width: 183px;
	height: 69px;
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

.header .logo a{
	display: block;
	width: 183px;
	height: 85px;
	background: url(../images/logo.png) no-repeat center;
}

.header .hot-line{
	position: relative;
	display: block;
	float: right;
	height: 80px;
	margin-left: 10px;
}

.header .hot-line .tell-icon-s{
	display: block;
	float: left;
	width: 29px;
	height: 29px;
	margin-top: 26px;
	cursor: pointer;
	background:url(../images/icon.png) no-repeat 0px 0px;
	margin-right:10px;
}

.header .hot-line span{
	display: block;
	float: left;
	
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
	/*white-space: nowrap;
	overflow: hidden;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;*/
}
/*
.header .hot-line:hover span{
	width: 106px;
	margin-left: 9px;
}*/

.header .nav{
	display: block;
	float: right;
}

.header .nav li{
	display: block;
	float: left;
	width: 104px;
	line-height: 80px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}

.header .nav li.w72{
	width: 72px;
}

.header .nav li.w120{
	width: 120px;
}

.header .nav li a{
	display: block;
	color: #fff;
	font-size: 16px;
}

.header .nav li a .line{
	display: block;
	float: left;
	width: 0;
	height: 1px;
	background-color: #fff;
	margin-top: 39px;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
}
