<!doctype html>
<html lang="cn">
<head>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"/>
    <meta name="apple-touch-fullscreen" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <title>${htmlTitle!"SUSTAINABILITY - ABOUT US"}</title>
    <meta name="keywords" content=${keywords!""}>
    <meta name="description" content=${description!""}>
    <meta content="initial-scale=1,user-scalable=no,maximum-scale=1,width=device-width" name="viewport"/>
    <link href="../static/css/swiper-bundle.min.css" rel="stylesheet"/>
    <link rel="stylesheet" href="../static/css/animate.min.css">
    <script src="../static/js/wow.min.js" charset="utf-8"></script>
    <link href="../common/index.css" rel="stylesheet">
    <link href="../aboutUs-4/index.css" rel="stylesheet">
    <#include "./headerUp.ftl" parse=true encoding="utf-8">
    <meta property="og:title" content="SUSTAINABILITY - ABOUTUS" />
    <#--    <meta property="og:url" content="http://www.sharethis.com" />-->
    <meta property="og:image" content="http://8.218.104.92/static/images/aboutUs-4/banner.jpg" />
    <meta property="og:description" content="Making a fast development in commercial vehicle business." />
    <#--    <meta property="og:site_name" content="ShareThis" />-->
</head>
<body>
<#include "./header.ftl" parse=true encoding="utf-8">
${part}
<#include "./footer.ftl" parse=true encoding="utf-8">

<script defer="defer" src="../runtime/index.js"></script>
<script defer="defer" src="../vendor/index.js"></script>
<script defer="defer" src="../common/index.js"></script>
<script defer="defer" src="../aboutUs-4/index.js"></script>
</body>
<script>// 模块动画
    var wow = new WOW({
        boxClass: 'wow',
        animateClass: 'animated',
        offset: 100,
        live: true,
        mobile: false
    });
    wow.init();</script>
</html>