/*鐩綍澶у叏*/
.longtu_list {
    width: 364px;
    height: 150px;
    padding-top: 10px;
    background-color: #fff;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 9999;
    display: none;
}

.longtu_list li.li02 {
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-bottom: none;
    background: rgba(244, 236, 222, 0);
    float: left;
}

.longtu_list li.li02 a {
    color: #fff;
}

.longtu_list li.li02:hover a {
    color: red;
}

.longtu_list li.li02 img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.box {
    width: 100%;
    min-height: 1227px;
    background: url(../img/shkf_beijt2.jpg) no-repeat top center;
    /* padding-top: 1px; */
}

.top_box {
    width: 100%;
    height: 111px;
    /* background: url(../imgs/cjshsy2603_navbg.png) no-repeat top center; */
    background: rgba(38, 33, 32, 0.9);
}

.box_as {
    width: 1400px;
    height: 111px;
    margin: 0 auto;
}

.shuihu_logo {
    height: 111px;
    float: left;
    display: flex;
    align-items: center;
    margin-right: 282px;
}

.img_a {
    float: left;
    margin-left: 30px;
}

.img-b {
    margin-left: 50px;
}

.div-box {
    float: right;
}

.box_nav_ul {
    width: 1400px;
    height: 111px;
    margin: 0 auto;
}

.box_nav_ul .box_navlist {
    float: left;
    width: 350px;
    height: 111px;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 111px;
}

.box_nav_ul li img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.box_nav_ul li.on img {
    display: block;
}
.box_nav_ul li.on span {
    display: none;
}
.box_nav_ul .box_navlist a {
    display: block;
    width: 350px;
    height: 111px;
    text-align: center;
    line-height: 111px;
    color: #949393;
    font-size: 36px;
    letter-spacing: 0px;
    text-align: center;
}

.box_nav_ul .box_navlist:hover img{
    display: block;
}
.box_nav_ul .box_navlist:hover span{
    display: none;
}
.box_as .box_navbtn{
    position: absolute;
    right: 106px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.Nav_pa{
    display: none;
    position: absolute;
    right: 106px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: red;
    line-height: 36px;
    color: #949393;
    font-size: 22px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 25px;
}
.Nav_loginout{
    color: red;
    font-weight: 550;
    font-size: 26px;
    cursor: pointer;
}