
.footer{
    width: 100%;
    height: 102px;
    border-top: 1px dashed #000;
    background:rgba(247,247,247,1);
}
.footerInfor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footerL{
    width: 400px;
    height: 100%;
}
.footerL>ul{
    margin: 10px 0 12px -20px;
    overflow: hidden;
}
.footerL>ul>li{
    float: left;
    border-right: 1px solid #3a3a3a;
    text-align: center;
    padding: 0 20px;
    line-height: 20px;
}
.footerL>ul>.borderNo{
    border-right: none;
}
.footerL>ul>li>a{
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 500;
}
.footerL>ul>li>a:hover{
    color: #007AFF;
}
.footerL>p{
    font-size: 16px;
    color: #7e7e7e;
    line-height: 24px;
}
.footerPic{
    height: 100%;
    line-height: 102px;
    margin-left: 26px;
}
.footerPic>img:nth-child(1){
    width: 52px;
    height: 62px;
    vertical-align:middle;
}
.footerPic>img:nth-child(2){
    width: 102px;
    height: 62px;
    vertical-align:middle;
    margin-left: 72px;
}
