.wrap{flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;}
.footer{margin:auto;padding:1% 0;background-color:#363E5E;color:#FFF;}
.footerChild{margin:auto;width:90%;}
.footerChildItem{width:27%;text-align:left;}
.footerChildItem h4{margin:0;padding:2% 0;border-bottom:1px dashed #CCCCCC;}
.footerChildItem div>a{width:30%;padding:3% 0;display:inline-block;text-align:center;color:#FFF;}
.footer p{padding:0;}
.footerChildItem>p{padding:3% 0 3% 1%;}
.applet{margin:3% 0 0 1%;}
.service{margin:3% 0 0 20%;}

@media screen and (max-width:1366px) {
.footerChild{width:90%;min-width:1000px;}
}
@media screen and (min-width:1367px) {
.footerChild{width:80%;min-width:1200px;}
}