.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;
    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{
    min-width: 140px;
    max-width: 280px;
    z-index: 100000;
    position: absolute;
    top: 72px;
    background: none;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.navSecondIcfont{
    width: 17px;
    height: 9px;
    display: block;
    margin-left: 60px;
    background: url('/public/protal/images/up.png') no-repeat center;
    background-size: cover;
}
.suctionSecond{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    /* background: rgba(255,255,255,.9); */
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    box-shadow: 10px 10px 10px #aaaaaa;
}
.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: 140px;
    max-width: 280px;
    overflow: hidden;
    height: 50px;
    display: block;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
}

.smallDian{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #1fcc9e;
    float: left;
    margin-top: 23px;
    display: block;
}
.smallText{
    min-width: 85px;
    max-width: 239px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 5px;
    display: block;
    color: #333;
}
.secondBox:hover{
    background:#fff;
}
.secondBox:hover .smallText{
    color:#1bb1b6;
}
.secondBox:hover .smallDian{
    background:#1bb1b6;
}

.footerTop .codeList{
    float: left;
    width: 160px;
    height: 165px;
    margin-right: 10px;
    box-sizing: border-box;
}
.codeListImg{
    width: 135px;
    height: 135px;
    display: block;
    margin: 0 auto;
}
.codeList span{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
}