.header{
    width: 100%;
}

.topBar{
    width: 100%;
    height: 78px;
    border-bottom: 2px solid #c1c1c1;
    background-color: #fff;
    font-size: 0;
}

.icon-wrap{
    margin-left: 30px;
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
}

.icon-wrap .itm{
    display: inline-block;
    margin-right: 29px;
    position: relative;
}

.icon-wrap .itm .code{
    display: none;
    position: absolute;
    left: 0;
    top: 33px;
}

.icon-wrap .itm:hover .code{
    display: block;
}


.search{
    width: 262px;
    height: 44px;
    display: inline-block;
    margin-left: 632px;
    margin-top: 16px;
    background: url("../images/bg_search.jpg") no-repeat;
}

.search input[name=keywords]{
    width: 170px;
    height: 34px;
    margin-left: 20px;
    margin-top: 5px;
    padding: 0 10px;
    line-height: 34px;
    font-size: 18px;
    color: #444;
    outline: none;
    border: none;
}

.search button[type=submit]{
    width: 68px;
    height: 44px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    float: right;
}

.header .top-bg{
    width: 100%;
    height: 288px;
    background: url("/public/bg_head1.jpg") no-repeat center top;
}

.header .nav{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 0;
    background: url("/public/bg_nav.jpg") no-repeat center top;
}

.header .nav .itm{
    width: 12.5%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.header .nav .itm ul.sub {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 100%;
    margin: 0;
    z-index: 9999;
    display: none;
}

.header .nav .itm.szdw ul.sub {
    width: 190px;
    left: -20px;
}

.header .nav .itm.xrld ul.sub {
    width: 385px;
    left: -84px;
}

.header .nav .itm.xrld ul.sub li{
    text-align: left;
    padding: 0 20px;
}

.header .nav .itm ul.sub > li {
    background: #CA252B;
    font-size: 18px;
    line-height: 55px;
    font-weight: normal;
}

.header .nav .itm ul.sub > li:hover {
    background: #A40000;
}

.header .nav .itm ul.sub > li > a:hover {
    color: #FFFFFF;
}
