/* .footer{
    width: 100%;
    display: flex;
    flex-direction:column;
    margin-top: 30px;
    background: #000;
}
.fot{
    width: 85%;
    display: flex;
    padding: 50px 0;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.fot-left{
    width: 70%;
    display: flex;
}
.fot-left>ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fot-left>ul>li{
    line-height: 40px;
}
.fot-left>ul>li>a{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color:#ffffff85;
}
.fot-left>ul>li a:hover,.fot-right p:hover,.fot-bot span:hover,.fot-bot span a:hover{
    color: #fff !important;
    cursor: pointer;
}
.fot-left>ul>li .co1{
    font-size: 20px;
    display: inline-block;
    color: #fff !important;
    margin-bottom: 25px;
}

.fot-right{
    width: 30%;
    display: flex;
    flex-direction: column;
}
.fot-rightZX{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff85;
    line-height: 40px;
}
.dz{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff85;
}
.fot-rightEwm{
    width: 176px;
    height: 176px;
}
.fot-bot{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 24px 87px;
    border-top: 1px solid #ffffff4f;
}
.fot-bot span{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color:#ffffff85;
}
.fot-bot span a{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color:#ffffff85;
    line-height: 33px;
} */
.footer{
    width: 100%;
    display: flex;
    flex-direction:column;
    margin-top: 30px;
    background: #333;
}
.fot{
    width: 90%;
    height: 530px;
    display: flex;
    justify-content: space-between;
    padding-top: 74px;
    margin: 0 auto;
}
.fot-left{
    width:60%;
    display: flex;
    justify-content:space-between;
}
.fot-left>ul{
    display: flex;
    flex-direction: column;
}
.fot-left>ul>li{
    line-height: 40px;
}
.fot-left>ul>li>a{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color:#ffffff85;
}
.fot-left>ul>li a:hover{
    color: #fff !important;
    cursor: pointer;
}
.fot-left>ul>li .co1{
    font-size: 20px;
    display: inline-block;
    color: #fff !important;
    margin-bottom: 25px;
}

.fot-right{
    width:20%;
    display: flex;
    flex-direction: column;
}
.fot-rightZX{
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.fot-rightphone{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    /* color: #2471B9; */
    color: #fff;
    margin: 20px 0
}
.fot-rightEwm{
    width: 176px;
    height: 176px;
}
.fot-bot{
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}
.fot-bot span{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.3;
    margin-right: 45px;
}