.footer .line1{
    background: #D0E3FF;
    height: 140px;
}
.footer .line1 .content{
    width: 1200px;
    margin:0 auto;
}
.footer .line1 .content .Box{
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-between;
}
.footer .line1 .content .Box img{
    width: 68px;
    height: 68px;
}
.footer .line1 .content .Box span{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    line-height: 68px;
    color: #121212;
    display: inline-block;
    margin-left: 16px;
}
.footer .line1 .content .box1{
    padding: 36px 0 36px 38px;
}

.footer .line2{
    width: 100%;
    background-color: #fff;
    padding: 77px 0 66px 0;
}
.footer .line2 .content{
    width: 1200px;
    margin:0 auto;
}
.footer .content .contentBox{
    display: flex;
}

.footer .contentBox .leftBox{
    display: flex;
    width: 504px;
}
.footer .contentBox .leftBox .navList .title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    line-height: 18px;
    color: #121212;
    margin-bottom: 26px;
}
.footer .contentBox .leftBox .navList li{
    margin-bottom: 20px;
}
.footer .contentBox .leftBox .navList a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #7A7D8B;
}

.footer .navList1{
    margin-right: 60px;
}
.footer .navList2{
    margin-right: 30px;
}
.footer .contentBox .leftBox .navList3 .title{
    margin-bottom: 44px;
}

.footer .contentBox .rightBox{
    width: 696px;
}
.footer .contentBox .topTxt .leftTxt{
    display: flex;
    align-items: center;
}
.footer .contentBox .topTxt .leftTxt span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #121212;
}
.footer .contentBox .topTxt .leftTxt .phone{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #7A7D8B;
}
.footer .contentBox .rightBox .topTxt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
}

.footer .contentBox .rightBox .botTxt{
    display: flex;
    justify-content: space-between;
}
.footer .contentBox .rightBox .botTxt .imgBox{
    text-align: center;
}
.footer .contentBox .rightBox .botTxt .imgBox p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #7A7D8B;
    margin-top: 13px;
}

.footer .wire{
    width: 1px;
    height: 100px;
    background: #DEE0EA;
}
.footer .xian{
    margin-top: 43px;
    margin-bottom: 37px;
}
.footer .explain{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #7A7D8B;
}

.footer .address,.beian{
    display: flex;
}
.footer .beian img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}