#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 {background:url("../images/bg1.gif")/*tpa=http://wanyouxi.com/images/bg1.gif*//*tpa=http://suxinren.vip/images/bg1.gif*/;min-height:80px;}

#header .wrap {
    zoom: 1;
    overflow: hidden;
}

#header .logo {background:url("../images/sulogo.png")/*tpa=http://wanyouxi.com/images/sulogo.png*//*tpa=http://suxinren.vip/images/sulogo.png*/ no-repeat 0 20px; background-size:230px;width:300px;height:130px; float:left;}

#header .search {
    float: right;
    margin: 30px 10px 0 0;
}

#header .search div {
    float: right;
}


/* -- mainNav -- */

#mainNav{margin-bottom:10px;font-size:14px; border-bottom:1px solid #CCC;height:50px;width:100%;}


/* 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:100px;
    padding: 0 12px;
    font-size: 16px;
    text-align: center;
    border-right:1px solid #ccc;
    height: 50px;
    line-height: 50px;
    color:#23729d;
    text-decoration:none;
}

#mainNav ul li.cur {
    position: relative;
    color: #fff;
}

/* 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")/*tpa=http://wanyouxi.com/css/images/btn_search.gif*//*tpa=http://suxinren.vip/css/images/btn_search.gif*/ no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}