.suctionTopWrap{
    width: 100%;
    height: 70px;
    background: url('/public/protal/images/dh2.jpg') no-repeat center;
    background-size: cover;
    position: relative;
    /* box-shadow: 0px 3px 3px #F4F4F4; */
}
.suctionTop{
    width: 1190px;
    height: 70px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.suctionTopLeft{
    width: 120px;
    height: 56px;
    background: url('/public/protal/images/logo.png') no-repeat center;
    background-size: cover;
    margin-top: 7px;
    float: left;
}
.suctionTopRight{
    width: 1070px;
    height: 70px;
    float: left;
    padding-left: 190px;
    box-sizing: border-box;
}
.mainSelectBox{
    width: 140px;
    height: 70px;
    float: left;
    /* position: relative; */
    cursor: pointer;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
}


.mainSelectBox .selectImg1{
    width: 97px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
}
.mainSelectBox .selectImg2{
    width: 97px;
    height: 28px;
    display: block;
    position: absolute;
    top: 20px;
    left: 22px;
    z-index: 1;
    display: none;
}
.navAnniu{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

/* 二级子菜单 */
.suctionSecondWrap{
    height: 50px;
    background: #f4f4f4;
    z-index: 100000;
    position: absolute;
    top: 70px;
    left: 0px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.suctionSecond{
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.boxWrapOne{
    width: 480px;
    height: 50px;
    margin-left: 380px;
    display: none;
}
.boxWrapTwo{
    width: 840px;
    height: 50px;
    margin-left: 345px;
    display: none;
}
.boxWrapThree{
    width: 480px;
    height: 50px;
    margin-left: 670px;
    display: none;
}
.boxWrapFour{
    width: 600px;
    height: 50px;
    margin-left: 740px;
    display: none;
}
.boxWrapFive{
    width: 120px;
    height: 50px;
    margin-left: 1110px;
    display: none;
}

.secondBox{
    min-width: 100px;
    height: 50px;
    margin-right: 20px;
    float: left;
    color:#555555;
    font-size: 16px;
    cursor: pointer;
}
.smallDian{
    width: 6px;
    height: 6px;
    border-radius:4px;
    background: #9b9b9b;
    float: left;
    margin-top: 23px;
    display: block;
}
.smallText{
    min-width: 85px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 5px;
    color:#555555;
    display: block;
}
.secondBox:hover .smallText{
    color:#1bb1b6;
}
.secondBox:hover .smallDian{
    background:#1bb1b6;
}