footer a:hover{
    color: rgba(0,0,0,0.5);
}
.footJoin{
    width: 100%;
    height: 345px;
    background: url(./images/118.jpg) no-repeat center;
    padding-top: 92px;
}
.footJoin .container{
    padding-left: 564px;
}
.footJoin .title1{
    font-size: 22px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 18px;
}
.footJoin .title2,.footJoin .title2 a{
    font-size: 14px;
    color: #7b7b7b;
    line-height: 14px;
    letter-spacing: 1px;
}
.footJoin .joinBtn{
    width: 200px;
    height: 42px;
    background: #0246fa;
    border: 1px solid #0246fa;
    border-radius: 7px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 36px;
    display: block;
}
.footNav .menuBox{
    background: url(./images/119.jpg) no-repeat center/cover;
    padding: 50px 0 30px 0;
}
.footNav .menuBox .logo{
    width: 150px;
    height: 53px;
    /* background: url(./images/logo-foot.png) no-repeat center/cover; */
    margin-bottom: 30px;
}
.footNav .menuBox .menu .menuItem{
    margin:20px 0 10px 0;
}
.footNav .menuBox .menu .menuItem .menuTitle{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 22px;
    letter-spacing: 1px;
    width: 110px;
}
.footNav .menuBox .menu .menuItem .menuLink a{
    font-size: 13px;
    color: #a9b1c2;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 14px;
    width: 75px;
}
.footNav .menuBox .share .shareIcon{
    width: 112px;
    height: 143px;
    margin-right: 20px;
    padding-top: 4px;
}
.footNav .menuBox .share .shareIcon img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 0 rgb(0 151 253 / 65%);
}
.footNav .menuBox .share .shareIcon p{
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.footNav .menuBox .share .shareLink{
    margin-top: -5px;
}
.footNav .menuBox .share .shareLink .linkTitle{
    font-size: 14px;
    color: #8991a3;
    display: inline-block;
    line-height: 26px;
}
.footNav .menuBox .share .shareLink .linkTitle .icon{
    width: 15px;
    height: 17px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 2px;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon1{
    background: url(./images/fot-1.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon2{
    background: url(./images/fot-2.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon3{
    background: url(./images/fot-3.png) center;
}
.footNav .menuBox .share .shareLink .linkTitle .icon.icon4{
    background: url(./images/fot-4.png) center;
}
.footNav .menuBox .share .shareLink .linkDesc,.footNav .menuBox .share .shareLink .linkDesc a{
    display: inline-block;
    font-size: 13px;
    color: #c1c1c1;
    transition: all .5s;
}
.footNav .menuBox .share .shareLink .linkDesc a:hover{
    opacity: .6;
}
.footNav .hotBox{
    background: #18233b;
    padding: 30px 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.footNav .hotBox .itemRow{
    margin-bottom: 15px;
}
.footNav .hotBox .itemRow .itemTitle{
    font-size: 14px;
    color: #c1c1c1;
    line-height: 22px;
    letter-spacing: 1px;
    margin-right: 22px;
}
.footNav .hotBox .itemRow .itemLink{
    width: 1100px;
    text-align: justify;
    word-break: break-all;
}
.footNav .hotBox .itemRow a{
    font-size: 13px;
    color: #80889a;
    line-height: 20px;
    letter-spacing: 0px;
    margin-right: 10px;
    justify-content: space-around;
    display: inline-block;
    margin-bottom: 10px;
    transition: all .5s;
}
.footNav .hotBox .itemRow a:hover{
    opacity: .6;
}
.footNav .approve{
    background: #18233b;
    padding: 36px 0 16px 0;
}
.footNav .approve .approveDesc{
    margin: 4px 0 24px;
    color: #d0d3dc;
    text-align: justify;
    padding-right: 28px;
    font-size: 12px;
}
.footNav .approve .approveItem{
    margin-bottom: 14px;
}
.footNav .approve a,.footNav .approve span{
    font-size: 13px;
    color: #80889a;
    line-height: 17px;
    letter-spacing: 0px;
    display: inline-block;
    margin-right: 10px;
    transition: all .5s;
}
.footNav .approve a:hover{
    opacity: .6;
}
.footNav .approve .approveRight{
    width: 240px;
}
.footNav .approve  img{
    width: 14px;
    height: 15px;
    margin-right: 3px;
}
.footPhone{
    display: none;
}