.header-wrap{
	width: 100%;
	min-width: 1200px;
	height: 68px;
	background: #fff;
}
/*logo*/
.header-wrap .logo{
	float: left;
	width: 202px;
	height: 68px;
	overflow: hidden;
}
.header-wrap .logo > a{
	display: block;
	width: 202px;
	height: 68px;
	line-height: 68px;
	overflow: hidden;
}
.header-wrap .logo > a img{
	vertical-align: middle;
}
/*菜单导航*/
.header-wrap .nav{
	float: left;
	margin-left: 54px;
	width: 626px;
}
.header-wrap .nav > ul > li{
	float: left;
	margin: 0 10px;
	position: relative;
}
.header-wrap .nav > ul > li > a{
	display: block;
	padding: 0 12px;
	font-size: 16px;
	line-height: 66px;
	text-align: center;
	border-top: 2px solid transparent;
}
.header-wrap .nav > ul > li:hover > a,.header-wrap .nav > ul > li.on > a{
	border-top: 2px solid #fc6b11;
	color: #fc6000;
}
.header-wrap .nav > ul > li > a .icon-caret-down{
	display: inline-block;
    height: 0;
    width: 0;
    border-top: 4px solid #666;
    border-left: 4px dashed transparent;
    border-right: 4px dashed transparent;
    overflow: hidden;
    margin: 0 0 0 3px;
    border-top-color: #666;
    vertical-align: middle;
    transition: transform .5s ease-in-out 0s;
}
.header-wrap .nav > ul > li:hover > a .icon-caret-down{
	border-top-color: #fc6000;
}
.header-wrap .nav > ul > li.head-nav-sales:hover > a{
	padding: 0 11px;
	border-left: 1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	position: relative;
	z-index: 9999;
	background: #fff;
}
.header-wrap .nav > ul > li.head-nav-sales:hover > a:after{
	content: "";
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -1px;
}
.header-wrap .nav > ul > li.head-nav-sales .dropdown-menu{
	display: none;
	position: absolute;
	z-index: 999;
	width: 139px;
	border: 1px solid #f5f5f5;
	top: 68px;
	padding: 6px 0;
	background: #fff;
}
.header-wrap .nav > ul > li.head-nav-sales:hover .dropdown-menu{
	display: block;
}
.header-wrap .nav > ul > li.head-nav-sales .dropdown-menu li{
	padding: 9px 12px;
}
.header-wrap .nav > ul > li.head-nav-sales .dropdown-menu li > a{
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header-wrap .nav > ul > li.head-nav-sales .dropdown-menu li > a:hover{
	color: #fc6000;
}
/*搜索*/
.header-wrap .serach-box{
	float: left;
	width: 130px;
	height: 36px;
	margin-top: 16px;
	position: relative;
}
.header-wrap .serach-box .head-search-wrapper{
	position: absolute;
    right: 0;
    top: 0;
    width: 130px;
    height: 36px;
    background-color: #fff;
    -webkit-transition: width .5s ease 0s;
    transition: width .5s ease 0s;
}
.header-wrap .serach-box .head-search-focus {
    width: 402px;
}
.header-wrap .serach-box .head-search-wrapper .head-searchform{
	height: 36px;
	position: relative;
}
.header-wrap .serach-box .head-search-wrapper .head-searchform input{
	border: 1px solid #efefef;
    background-color: #efefef;
    width: 108px;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    -webkit-transition: width .5s ease 0s;
    transition: width .5s ease 0s;
}
.header-wrap .serach-box .head-search-wrapper .head-searchform .icon-search{
	position: absolute;
    top: 7px;
    right: 7px;
    width: 21px;
    height: 21px;
    background: url(../images/index-ico.png) no-repeat;
    overflow: hidden;
}
.header-wrap .serach-box .head-search-focus .head-searchform input {
    width: 380px;
    border-color: #ff9d00;
    box-shadow: 0 0 3px rgba(255,157,0,.5);
    background-color: #fff;
}
.header-wrap .serach-box .head-search-focus .head-searchform  .icon-search{
	background-position: -27px 0;
}
/*登录状态*/
.login-out,.login-info{
	float: right;
	width: 187px;
	text-align: right;
}
.login-out > a,.login-info > a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 68px;
	margin-left: 18px;
}
.login-out > a:hover,.login-info > a:hover{
	text-decoration: underline;
}
.login-out > a.register,.login-info > a.user{
	margin-left: 0;
}
.login-info > a.user{
	width: 130px;
	overflow: hidden;
}
