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>四叶草安全斩获ISC 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>12月27日,由北京市通州区人民政府指导,中关村科技园区通州园管理委员会、ISC平台主办,北京通州发展集团有限公司、赛迪顾问协办的ISC 2023数字安全创新能力百强评选(以下简称“创新百强”)活动在京举办线下颁奖典礼。</p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_png/icHYExowrVrDPAoWmqbGRe1pciaJdibSwd6nd5ImaKpbC7sibAPfXSX0eiccfLJbGcCB3WTTr1dBWAEiav54DTJV5t3Q/640?wx_fmt=png&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:213px; width:500px" /></p> <p> </p> <p>颁奖环节,四叶草安全凭借旗下三款产品——<strong>四叶草安全漏洞防御系统(BugNull)、四叶草安全Web应用动态防护系统、感洞网络安全态势感知系统</strong>斩获ISC 2023创新百强“攻击面与资产管理”、“网络与流量安全”以及“安全运营”三大领域代表厂商奖项。</p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_png/icHYExowrVrDPAoWmqbGRe1pciaJdibSwd6QO0UrPFQ4k9YTpVE350icH7a6tcBzssuZNNyHDzBXPMa6AblgPpZHSg/640?wx_fmt=png&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:234px; width:500px" /></p> <p style="text-align:center"> </p> <p>此次评选活动历时2个月,超300家创新势力及1000余份产品、解决方案同台竞逐,最终由赛迪顾问、数世咨询、数说安全、看雪、安在、安全419、安全客等权威机构与垂直媒体联合组成的殿堂级评审团经过公正评估,在全国范围遴选出各领域的厂商代表、标杆产品及解决方案,共同绘就数字安全创新能力图谱。四叶草安全在激烈的竞争中脱颖而出,斩获ISC 2023创新百强三大领域奖项。</p> <p> </p> <p> </p> <p style="text-align:center"><img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_png/icHYExowrVrDPAoWmqbGRe1pciaJdibSwd6dibt9M1jN0rwomWgan68sNLQ4XTia7JhwbqapAtRydxdb1qPOSibu2CLA/640?wx_fmt=png&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:282px; width:200px" /> <img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_png/icHYExowrVrDPAoWmqbGRe1pciaJdibSwd6lyfb0RRHmw2nvhRibJwswNGyWypluw5uyslCoFpiahl9goeEvrRLAJPQ/640?wx_fmt=png&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:276px; width:200px" /> <img alt="图片" src="https://mmbiz.qpic.cn/sz_mmbiz_png/icHYExowrVrDPAoWmqbGRe1pciaJdibSwd6fDQyTJbtMNBum3zNdfeeCZyLLkWzpsiatdGkcfHrLsFDmmyXpApZ1eQ/640?wx_fmt=png&from=appmsg&wxfrom=5&wx_lazy=1&wx_co=1" style="height:282px; width:200px" /></p> <p> </p> <p> </p> <p>本届创新百强基于对产业热点和行业趋势的综合分析研判,整合梳理数字化洪流中的实际安全应用与复杂安全问题,打造AI驱动安全、数据与隐私安全、网络与流量安全、威胁检测与响应、端点安全、物联网安全、攻击面与资产管理、工业互联网安全、车联网安全、云原生安全、安全访问服务边缘SASE、供应链与应用安全、密码安全、信创安全、安全运营15大数字安全创新赛道。</p> <p> </p> <p>作为领先的网络攻防领域的安全厂商代表,四叶草安全2023年不断突破自我、创新产品、深研科技,推出了多款创新产品及安全解决方案,广泛获得了行业以及市场的认可。全面赋能不同行业、不同业务场景下的网络安全建设,本次在ISC 2023数字安全创新能力百强评选活动中收获颇丰,也力证了业界对四叶草安全产品技术创新能力的肯定。</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>