footer{font-size: 0;}
footer .footer-box{width: 100%;box-sizing: border-box;background: #37405e;padding-bottom: 70px;}
footer .footer-box .contact{width: 100%;height: 100px;box-sizing: border-box;border-bottom: 1px solid #b0b0b0;}
footer .footer-box .contact .box{width: 100%;height: 100%;display: flex;align-items: center;justify-content: space-between;}
footer .footer-box .contact .logo{width: 210px;}
footer .footer-box .contact .logo img{width: 100%;}
footer .footer-box .contact .nav{}
footer .footer-box .contact .nav ul{display: flex;}
footer .footer-box .contact .nav ul li{margin: 0 10px;}
footer .footer-box .contact .nav ul li p{font-size: 20px;line-height: 30px;color: #ffffff;}
footer .footer-box .contact .nav ul li:first-child p{letter-spacing: 20px;}
footer .footer-box .info{padding: 15px 0;text-align: center;}
footer .footer-box .info ul{display: flex;align-items: center;justify-content: center;}
footer .footer-box .info ul li{margin: 0 20px;}
footer .footer-box .info ul li p{font-size: 16px;line-height: 30px;color: #b0b0b0;}