.footer{
    width: 100%;
    background: #F3F8FF;
    padding: 66px 0 27px 0;
}
.footer01a{
    width:1400px;
    margin: 0 auto;
}
.footer_top{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #C1C5CB;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer_top_left{
    width:24%;
    display: flex;
    flex-direction: column;
}
.fot_tople_logo{
    width: 192px;
}
.top_tople_ms{
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    opacity: 0.56;
    margin: 32px 0 44px 0;
    cursor: pointer;
}
.footer_top_left_ewm{
    display: flex;
    align-items: center;
}
.ewm_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 41px;
    cursor: pointer;
}
.ewm_item img{
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.ewm_item span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    opacity: 0.87;
}
.footer_top_right{
    width: 76%;
    display: flex;
    padding-left: 70px;
    justify-content: space-between;
}
.fot_tri_item{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
.fot_title{
    font-size: 19px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    margin-bottom: 35px;
    display: flex;
    cursor: pointer;
}
.fot_title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
}
.fot_lb{
    display: flex;
}
.fot_lb ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fot_lb ul li{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    line-height:35px;
    opacity: 0.56;
    display: flex;
}
.fot_lb ul li a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000;
    line-height: 35px;
}
.fot_lb ul li:hover,.fot_lb ul li a:hover{
    opacity: 1 !important;
    cursor: pointer;
}
.footer_box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.footer_box_01{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_box_01_left{
    display: flex;
    align-items: center;
}
.fot_ph_left{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    opacity: 0.73;
    display: flex;
    align-items: center;
    margin-right:13px;
}
.fot_ph_left img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.footer_box_01_right{
    display: flex;
    align-items: center;
}
.icon_wz{
    width: 40px;
    height: 40px;
    display: flex;
    margin-left: 29px;
}
.icon_wz a{
    display: flex;
}
.icon_wz a img{
    width: 100%;
}
.footer_ba{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    opacity: 0.5;
    margin-top: 5px;
    text-align: left;
}