@charset "utf-8";
#header-1009 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

#header-1009 .col1 {
    width: 230px;
}

#header-1009 .col2 {
    width: auto;
}

#header-1009 .col3 {
    float: right;
    width: auto;
}

#header-1009 .logo {
    width: auto;
    height: 60px;
}

#header-1009 .logo img {
    height: 60px;
    display: block;
}

#header-1009 .nav {
    width: 100%;
    height: 40px;
    padding-top: 10px;
}

#header-1009 .nav ul li {
    position: relative;
    width: auto;
    float: left;
    padding: 0 10px;
}

#header-1009 .nav ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#header-1009 .nav ul li a:hover {
    border-bottom: 5px solid #f9d4bd;
}

#header-1009 .nav ul li a i {
    padding-left: 6px;
}

#header-1009 .nav ul li ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 240px;
    height: auto;
    padding: 20px 0;
    background: #ffffff;
    z-index: 11;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

#header-1009 .nav ul li ul li {
    width: 100%;
    height: 40px;
    padding: 0;
}

#header-1009 .nav ul li ul li a {
    color: #666666;
    padding: 0 20px;
    font-size: 14px;
}

#header-1009 .nav ul li ul li a:hover {
    border-bottom: 0;
    background: #f5f5f5;
    color: #ff6600;
}

#header-1009 .nav ul li ul li a i {
    float: right;
    line-height: 40px;
}

#header-1009 .search {
    width: auto;
    height: 40px;
    padding-top: 15px;
}

#header-1009 .search a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#header-1009 .search a i {
    display: inline;
    vertical-align: middle;
}

@media screen and (min-width: 1240px) {
    #header-1009 {
        display: block;
    }
}