.topR {
    padding: 62px 110px 0 0;
    color: #999999;
}
.Search {
    width: 230px;
    height: 33px;
    
    border-radius: 5px;
    /*background:url(../img/top_hunt_bg.png) no-repeat;*/
    float: left;
}
.fdj {
    float: right;
    height: 33px;
}
.search_text {
    float: left;
    width: 175px;
    height: 33px;
    line-height: 33px;
    outline: none;

    color: #c8c8c8;
    margin-left: 15px;
    background: none;
    border: none;
}
.button {
    background: url("../../img/luzhouimg/top_hunt.png") no-repeat center center;
    width: 33px;
    height: 33px;
    cursor: pointer;
    outline: none;
    border: none;
}
/*nav*/
.navWrap {
    width: 100%;
    /*background: #ccc; *//*#c20000*/
    background: #0c5963;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;

    padding: 0px 50px;
}

.wrap {
    /*width: 1520px;*/
    margin: 0 auto;
    min-width: 1000px;
    overflow: hidden;
}
.nav {
    width: 1520px;
    height: 50px;
    margin: 0 auto;
}
.nav li {
    float: left;
    /* height: 50px; */
    line-height: 50px;
    font-size: 18px;
    position: relative;
}
.nav li a {
    /*color: #333;*/
    color: #fff;
    display: block;
    padding: 0 40px;
} /*一级菜单字体颜色*/
.nav ul li a#current {
    background-color: #d20000;
    font-weight: bold;
    color: #fff;

} /*颜色未知无用*/
.nav ul li a:hover {
    display: block;
    color: #fff;
    background: #003a41;
} /*color一级菜单鼠标放上字体调色 background 一级菜单调色*/
.dropdowndist2 dd a:hover{
    background-color: #007cab;

}
.nav dl {
    font-size: 12px;
    background: #003a41;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 9999;
    width: 100%;
} /*background二级菜单调色*/
.nav dl dd a {
    color: black;
    padding: 8px 0;
    line-height: 22px;
    display: block;
    text-align: center;
    font-size: 18px;

} /*二级菜单字体调色*/
.nav dl dd a:hover {
    color: #fff;
    background: #003a41;/*gray*/
} /*color二级菜单字体鼠标放置调色;background二级菜单背景鼠标放置调色*/

/*banner_one*/
.bannerWrap {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.banner_one {
    height: 335px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}
.dropdowndist2 {
    display: none;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.dropdowndist1:hover .dropdowndist2 {
    display: block;
}
.nav li dd a {
    padding: 0 0;
    text-align: center;
}
.dropdowndist2 dd{
    background: #106470;
}

/*.span-line:hover {
    text-decoration: underline;
}

 */

/**/