CINXE.COM
西安四叶草信息技术有限公司
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="renderer" content="webkit|ie-comp|ie-stand"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no"> <meta name="keywords" content=""> <meta name="description" content=""> <title>西安四叶草信息技术有限公司</title> <link rel="icon" href="https://secloverweb.oss-cn-hangzhou.aliyuncs.com/img/导航栏logo/favicon.ico" > <script src="/static/js/jquery-3.6.0.min.js"></script> </head> <style> html { font-size: 62.5%; padding: 0; margin: 0; font-family: SourceHanSansCN-Regular, SourceHanSansCN; } ul, li { list-style: none } img { border: none } a { color: #333; font-size: 1.4rem; text-decoration: none; } input{ lighting-color: none; } #header { position: fixed; top: 0; z-index: 99; width: 100%; } #crumb { padding: 9rem 15% 0 15%; } #content { padding: 2rem 15% 0 15%; display: flex; justify-content: space-between; } #crumb a { font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #515253; line-height: 2rem; } #crumb span { font-size: 14px; } #content .headline { font-size: 1.6rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #171819; line-height: 2.2rem; text-align: center; padding-bottom: 2rem; } #content .bgdesc { font-size: 14px; } #content .paragraph .name, #content .paragraph .desc { display: block; font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #171819; } #content .paragraph .img { text-align: center; display: block; padding: 2rem 0; } #content .paragraph .img img { width: 70%; } #content .paragraph .name { line-height: 2.8rem; } #content .paragraph .desc { line-height: 2.4rem; } #content .left { width: 30%; padding: 1rem; } #content .left .line { margin: 2rem 0; width: 100%; height: 1px; border: 1px dashed #c7c2c2; } #content .right { width: 70%; padding: 0 1rem 3rem 3rem; } #content .left p { font-size: 1.6rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #515253; line-height: 2.2rem; } #content .left .news { width: 100%; } #content .left .news .news-item { width: 100%; display: inline-flex; flex-direction: column; background: #FFFFFF; border-radius: 6px; border: 1px solid #A6A9A2; padding: 1rem; margin-top: 1rem; text-decoration: none; } #content .left .news .news-item:hover span:first-child { color: #8BC229; } #content .left .news .news-item span:first-child, #content .left .news .news-item span:last-child { text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } #content .left .news .news-item span:first-child { font-size: 14px; font-family: SourceHanSansCN-Medium, SourceHanSansCN; font-weight: 550; color: #3D3D3D; line-height: 2.1rem; -webkit-line-clamp: 1; } #content .left .news .news-item span:last-child { -webkit-line-clamp: 2; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #6D6D6D; line-height: 2.4rem; } #content .contact { display: inline-flex; flex-direction: column; width: 100%; padding: 2rem 1rem; margin-top: 2rem; box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 11%); border-radius: 6px; } #content .contact span { margin: 5px 0; width: 100%; font-size: 14px; } #content .contact input { width: calc( 100% - 95px); height: 4rem; background: #FFFFFF; border: 1px solid #d5d5d5; padding: 0 1rem; } #content .contact textarea { border: 1px solid #d5d5d5; padding: 1rem; width: calc( 100% - 95px); } #content .contact input:focus, #content .contact textarea:focus { outline: none; } #content .contact .remark { display: inline-flex; } #content .contact .remark span { width: auto; } #content .contact .submit { text-align: center; margin-top: 1rem; } #content .contact .submit input { width: 13.1rem; height: 4.2rem; background: #666666; border-radius: 2.1rem; color: #fff; } #content .mobile-news { display: none; } #content .contact .submit input:hover { background: #8BC229; box-shadow: 0px 2px 4px 0px rgba(60, 89, 12, 0.32); color: #fff; /* animation: downloadover 0.5s 1; -webkit-animation: downloadover 0.5 1; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; */ } .download-out { animation: downloadout 0.5s 1; -webkit-animation: downloadout 0.5 1; /*Safari and Chrome*/ -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -ms-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; } @keyframes downloadover { from { margin-top:0; } to { margin-top:-8px; } } @keyframes downloadout { from { margin-top:-8px; } to { margin-top:0; } } @media screen and (min-width: 1280px) and (max-width: 1480px) { #crumb { padding: 9rem 10% 0 10%; } #content { padding: 2rem 10% 0 10%; } } @media screen and (min-width: 768px) and (max-width: 1280px) { #crumb { padding: 9rem 3% 0 3%; } #content { padding: 2rem 3% 0 3%; } } @media screen and (max-width: 768px) { #crumb, #content { padding: 2rem 4% 0 4%; } #content { flex-direction: column; } #content .left { display: none; } #content .right { width: 100%; padding: 1rem 0 2rem 0; } #content .paragraph .img img { width: 90%; } #content .mobile-news { display: block; } #content .mobile-news p { font-size: 1.6rem; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #515253; line-height: 2.2rem; } #content .mobile-news .item { width: 100%; display: inline-flex; align-items: center; justify-content: space-between; padding: 2rem 0; border-bottom: 1px dotted #E6E6E6; text-decoration: none; } #content .mobile-news .item .img { width: 10rem; height: 7.6rem; overflow: hidden; } #content .mobile-news .item .img img { width: 100%; height: 100%; } #content .mobile-news .item .desc { width: calc(100% - 10rem); padding-left: 1rem; } #content .mobile-news .item .desc span:first-child, #content .mobile-news .item .desc span:last-child { text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } #content .mobile-news .item .desc span:first-child { font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #3D3D3D; line-height: 2rem; -webkit-line-clamp: 1; } #content .mobile-news .item .desc span:last-child { font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #6D6D6D; line-height: 1.7rem; -webkit-line-clamp: 2; margin-top: 1rem; } } </style> <body> <!-- 菜单栏 --> <div id="header"> <script type="text/javascript"> $('#header').load('/header',function () { $(".nav .li1:eq(3)").addClass('act'); }); </script> </div> <!-- 面包屑 --> <div id="crumb"> <a href="/newinfo">新闻动态</a> <span>/</span> <span>四叶草安全参与西安2023创投大会</span> </div> <!-- 文章内容 --> <div id="content"> <div class="left"> <!-- 新闻只有三条 --> <p>相关新闻</p> <div class="news"> <a href="/new/404" class="news-item"> <span>四叶草安全参与西安2023创投大会</span> <span>1月10日,以“向实·向新·向强”为主题的2024创投大会在西安举行,四叶草安全入选西安未来之星TOP100,公司董事长马坤受邀参加活动。</span> </a> </div> <div class="news"> <a href="/new/403" class="news-item"> <span>四叶草安全获批陕西省网络对抗智能化校企联合研究中心</span> <span>由西安四叶草信息技术有限公司及西安理工大学联合组建的陕西省“四主体一联合“网络对抗智能化校企联合研究中心成功获批。</span> </a> </div> <div class="news"> <a href="/new/402" class="news-item"> <span>四叶草安全斩获ISC 2023创新百强三大领域奖项</span> <span>四叶草安全凭借旗下三款产品斩获ISC 2023创新百强“攻击面与资产管理”、“网络与流量安全”以及“安全运营”三大领域代表厂商奖项。</span> </a> </div> <div class="line"></div> <!-- 联系我们 --> <p>联系我们</p> <form action="" class="contact"> <span>姓 名:<input type="text" name="name" autocomplete="off" placeholder="请输入您的姓名" /></span> <span>邮 箱:<input type="text" name="email" autocomplete="off" placeholder="请输入您的邮箱" /></span> <span>联系方式:<input type="text" name="phone" autocomplete="off" placeholder="请输入您的联系方式" /></span> <span>企业名称:<input type="text" name="companyMame" autocomplete="off" placeholder="请输入您的企业名称" /></span> <span>职 位:<input type="text" name="work" autocomplete="off" placeholder="请输入您的所在部门/职位" /></span> <span class="remark"> <span>备 注:</span> <textarea name="remark" cols="30" rows="4" placeholder="请输入您的留言"></textarea> </span> <div class="submit"><input type="submit" value="提交"></div> </form> </div> <!-- 富文本编辑器 新闻内容 --> <div class="right"> <p>1月10日,以“向实·向新·向强”为主题的2024创投大会在西安举行,省委常委、市委书记方红卫出席开幕式,西安市委副书记、市长叶牛平等领导致辞。来自全国的院士专家、经济学家、投资精英、企业代表等逾百位嘉宾齐聚,探讨科创时代下西安发展新机遇。四叶草安全入选西安未来之星TOP100,公司董事长马坤受邀参加活动。</p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_jpg/icHYExowrVrCHclQicfqPQtZib2T9KbubeBjr3J6ClEtnu48bCibs0GXV2jgSIESjJkUuWHu6KgM97gUC4KzicqeM7Q/640?wx_fmt=jpeg&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:333px; width:500px" /></p> <p> </p> <p>本届大会聚焦金融向实,赋能科技向新,共筑产业向强,推动科技、产业、金融良性循环,通过全方位展示西安创投发展进程、项目签约成果、创投政策发布、基金主题推介等一系列丰富环节,引领创投之都迈向高质量发展阶段。期间举办1场合作恳谈会、1场开幕式、4场主题论坛、4场系列专题对接及相关配套活动。</p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_jpg/icHYExowrVrCHclQicfqPQtZib2T9KbubeBgqVOcKp99oF8QjoMs5d3bg6mdPTD4kft1X8DD4pCf1W65DRvCL0h2A/640?wx_fmt=jpeg&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:333px; width:500px" /></p> <p> </p> <p>在2024未来之星(西安)企业家年会活动中,马坤与多位硬科技企业家共同进行“解锁未来,硬科技时代的新机遇”未来对话。“随着数字经济的蓬勃发展,网络安全和数字安全一定会发挥至关重要的作用。”<strong>马坤说</strong>,四叶草安全作为一家专注攻防的网络安全企业,自创始之日起就想做老百姓生命和资产安全的守护者,在网络世界放出属于自己的一份光,更加符合我们四叶草能给大家幸运的寓意。</p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_jpg/icHYExowrVrCHclQicfqPQtZib2T9KbubeB8HkX6DEmCqqoZLPPfD3aRuGCDSniaMnTZ6TkzSjE8oEaxAHrjiaDbIbw/640?wx_fmt=jpeg&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:333px; width:500px" /></p> </div> <div class="mobile-news"> <p>相关新闻</p> <a href="" class="item"> <span class="img"> <img src="https://secloverweb.oss-cn-hangzhou.aliyuncs.com/img/新闻动态/新闻/参加年会.jpg" alt="news"> </span> <span class="desc"> <span>四叶草安全参与西安2023创投大会</span> <span>1月10日,以“向实·向新·向强”为主题的2024创投大会在西安举行,四叶草安全入选西安未来之星TOP100,公司董事长马坤受邀参加活动。</span> </span> </a> <a href="" class="item"> <span class="img"> <img src="https://secloverweb.oss-cn-hangzhou.aliyuncs.com/img/新闻动态/新闻/捷报.jpg" alt="news"> </span> <span class="desc"> <span>四叶草安全获批陕西省网络对抗智能化校企联合研究中心</span> <span>由西安四叶草信息技术有限公司及西安理工大学联合组建的陕西省“四主体一联合“网络对抗智能化校企联合研究中心成功获批。</span> </span> </a> <a href="" class="item"> <span class="img"> <img src="https://secloverweb.oss-cn-hangzhou.aliyuncs.com/img/新闻动态/新闻/奥斯卡.jpg" alt="news"> </span> <span class="desc"> <span>四叶草安全斩获ISC 2023创新百强三大领域奖项</span> <span>四叶草安全凭借旗下三款产品斩获ISC 2023创新百强“攻击面与资产管理”、“网络与流量安全”以及“安全运营”三大领域代表厂商奖项。</span> </span> </a> </div> </div> <!-- 底部 --> <div id="footer"> <script type="text/javascript"> $('#footer').load("/footer") </script> </div> </body> <script> $(document).ready(function() { $("#content .contact .submit input").mouseover(function() { // $(this).removeClass("download-out"); }) $("#content .contact .submit input").mouseout(function() { // $(this).addClass("download-out"); }) }) </script> </html>