#footer {
    border-top: 1px solid #D8D8D8;
    background-color: #EBEBEB;
    padding: 35px 0;
    line-height: 25px;
    color: #999999;
}

#footer a {
    color: #999999;
}

#footer a:hover {
    color: #19B4EA;
}

#footer .footNav i {
    margin: 0 12px;
    color: #CCC;
}

#footer .footNav a.first {
    margin-left: 0;
}

#footer .copyRight {
    font-family: Arial, Lucida, Verdana, Helvetica, sans-serif;
}


/* -- header -- */

#header {
    min-height: 80px;
}

#header .wrap {
    zoom: 1;
    overflow: hidden;
}

#header .logo {
    /* padding: 14px 0; */
    padding: 5px;
    float: left;
    width: 100px;
    background-color: #19B4EA;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#header .search {
    float: right;
    margin: 30px 10px 0 0;
}

#header .search div {
    float: right;
}


/* -- mainNav -- */

#mainNav {
    margin-bottom: 10px;
    font-size: 14px;
    background: #333;
    height: 50px;
    width: 100%;
}

#mainNav ul li.hover a,
#mainNav ul li.cur a {
    color: #19B4EA;
    background: url(../images/nav_h.png) no-repeat center center;
}

ul.wrap li a:hover,
ul.wrap li.cur a {
    background-color: #19B4EA;
    color: #fff !important;
    font-weight: 600;
}


/* LEVEL ONE */

#mainNav ul.wrap {
    position: relative;
    z-index: 1000;
    padding: 0px 0 0px;
}

#mainNav ul li {
    float: left;
    zoom: 1;
    height: 50px;
    line-height: 50px;
}

#mainNav ul li a {
    display: block;
    width: 90px;
    font-size: 16px;
    padding: 0 12px;
    text-align: center;
    border-right: 0px solid #333;
    height: 50px;
    line-height: 50px;
    color: #aaa;
    text-decoration: none;
}

#mainNav ul li.hover,
#mainNav ul li.cur {
    background: #333;
    position: relative;
    color: #19B4EA;
}

#mainNav ul li.hover a,
#mainNav ul li.cur a {
    color: #19B4EA;
    background: url(../images/nav_h.png) no-repeat center center;
}


/* LEVEL TWO */

#mainNav ul ul {
    min-width: 125px;
    _width: 125px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid white;
    background: #333;
}

#mainNav ul ul li {
    font-weight: normal;
    background: #333;
    float: none;
}

#mainNav ul li.hover ul li a {
    color: #aaa;
    border-right: none;
    display: inline-block;
    background-image: none
}

#mainNav ul li.hover ul li.hover a {
    color: #f30;
    background-image: none
}

#mainNav ul li.hover ul a.parent {
    background-image: none
}

#header .wrap {
    width: 980px;
    margin: 0px auto;
}

#mainNav .wrap {
    width: 980px;
    margin: 0px auto;
}

#footer .wrap {
    width: 980px;
    margin: 0px auto;
}

#footer i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}


/* LEVEL THREE */

#mainNav ul ul ul {
    left: 100%;
    top: 0;
    border-top: 0;
    _border-top: 1px;
}

#mainNav ul li.hover ul li.hover ul li a {
    color: #aaa;
}

#mainNav ul li.hover ul li.hover ul li.hover a {
    color: #f30;
}


/* -- searchBox -- */

.searchBox {
    border: 1px solid #DDDDDD;
    background-color: #FFF;
    height: 28px;
    padding-left: 10px;
}

.searchBox {
    position: relative;
    white-space: normal
}

.searchBox label {
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    position: absolute;
    font-size: 0;
    z-index: -1;
    outline: 0
}

.searchBox .keyword {
    color: #CCCCCC;
}

.searchBox .keyword:focus {
    color: #555
}

.searchBox .keyword::-webkit-input-placeholder {
    color: #CCCCCC;
}

.searchBox .keyword:focus:-moz-placeholder,
.searchBox .keyword:focus::-moz-placeholder {
    color: transparent!important
}

.searchBox .keyword:focus::-webkit-input-placeholder {
    color: transparent!important
}

.searchBox .btnSearch {
    background: #E0E0E0 url(images/btn_search.gif) no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}