.header{
	float: left;
	width: 100%;
	min-width: 1200px;
	height: 69px;
	border-bottom: 1px solid #d6d6d6;
}
.header .logo{
	float: left;
	width: 270px;
	height: 69px;
	line-height: 69px;
	overflow: hidden;
}
.header .logo img{
	vertical-align: middle;
}
.header .menu{
	float: left;
}
.header .menu>ul>li{
	float: left;
}
.header .menu>ul>li>a{
	display: inline-block;
    padding: 0 16px;
    line-height: 69px;
    color: #333;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
}
.header .menu>ul>li.active>a{
	background: #ff9d00;
	color: #fff;
}
.header .menu>ul>li>a.drop-toggle{
	padding: 0 18px 2px;
    margin-bottom: -1px;
    height: auto!important;
}
.head-nav-dropdown{
	position: relative;
}
.head-nav-dropdown .drop-toggle{
    position: relative;
    line-height: 66px !important;
    border-top: 2px solid transparent;
}
.header .menu>ul> .head-nav-dropdown.head-nav-hover .drop-toggle{
	border-top-color: #ff9d00;
	padding: 0 17px 2px;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	background-color: #fff;
	position: relative;
	z-index: 2;
	color: #ff9d00;
}
.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 -5px 0 3px;
    border-top-color: #666;
    vertical-align: middle;
    transition: transform .5s ease-in-out 0s;
}
.head-nav-dropdown.head-nav-hover .drop-toggle .icon-caret-down{
	border-top-color: #ff9e00;
}
.dropdown-menu{
	display: none;
	position: absolute;
	border: 1px solid #ebebeb;
	width: 99%;
	top: auto;
	left: 0;
	background-color: rgba(255,255,255,.90);
}
.dropdown-menu>ul>li{
	height: 37px;
	line-height: 37px;
	text-align: center;
}
.dropdown-menu>ul>li>a{
	color: #666;
	font-size: 14px;
}
.dropdown-menu>ul>li:hover{
	background: #eeeeee;
}
.head-search-wrapper {
    position: absolute;
    right: 130px;
    top: 17px;
    width: 130px;
    height: 36px;
    -webkit-transition: width .5s ease 0s;
    transition: width .5s ease 0s;
}
.head-searchform {
    height: 36px;
    position: relative;
}
.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;
}
.head-searchform .icon-search {
	display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url(../images/search-ico.png) no-repeat;
    overflow: hidden;
}
.head-search-focus {
    width: 402px;
}
.head-search-focus .head-searchform input {
    width: 380px;
    border-color: #ff9d00;
    box-shadow: 0 0 3px rgba(255,157,0,.5);
    background-color: #fff;
}
.head-search-focus .icon-search {
     background: url(../images/search-ico-hover.png) no-repeat;
}
.option{
	float: right;
	line-height: 69px;
}
.option>a{
	color: #ff9d00;
	font-size: 14px;
}
.option>a:hover{
	text-decoration: underline;
}
.option> span{
	padding: 0 3px;
	color: #d8d8d8;
	display: inline-block;
	vertical-align: top;
}
