﻿@charset "utf-8"; 
.footer-bottom .main .mid{margin-right:0}
.footer-bottom .main .right{display:none}
.footer-bottom .main .mid>div{width:25%}
.footer-bottom .main .mid .foot-pro{width:20%}
.footer-bottom .main .mid .foot-contact{width:55%}
.footer-bottom .main .mid .foot-contact>ul{display:flex;justify-content:space-between;flex-wrap:wrap}
.footer-bottom .main .mid .foot-contact>ul li{width:48%}
@media (max-width:1024px){.footer-bottom .main .mid{flex-wrap:wrap}
.footer-bottom .main .mid>div{width:50%}
.footer-bottom .main .mid .foot-pro{width:50%}
.footer-bottom .main .mid .foot-contact{width:100%}
}
@media (max-width:540px){.footer-bottom .main .mid .foot-contact>ul li{width:100%}
}
