

<!-- @extends 是继承 -->
<!DOCTYPE html>
<html lang="zh">

<!-- Mirrored from www.topsec.com.cn/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 30 Sep 2025 01:21:51 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head><script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1"/>
    <meta name="viewport"
          content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui"/>
    <link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon">
    <meta name="renderer" content="webkit"/>
    <meta name="referrer" content="strict-origin-when-cross-origin"/>
    <meta name="format-detection" content="telephone=no, email=no"/>
    <meta name="oupengmobile" content="portrait"/>
    <meta name="screen-orientation" content="portrait"/>
    <meta name="x5-orientation" content="portrait"/>
    <meta name="x5-fullscreen" content="true"/>
    <meta name="x5-page-mode" content="app"/>

    <meta name="color-scheme" content="dark light">


    <meta name="apple-touch-fullscreen" content="yes"/>
    <meta name="apple-mobile-web-app-capable" content="yes"/>
    <meta name="apple-mobile-web-app-status-bar-style" content="default"/>
    <link href="common37a8.css?772a247f" rel="stylesheet">
        <title>AC米兰官方网站|中文-Made in Milan</title>
    <meta name="keywords" content="AC米兰中文官方网站">
    <meta name="description" content="AC米兰中文官方网站[祝你手气亨通，好运连连]米兰官网是最热门的娱乐场所之一,秉承“保证一流质量,保持一级信誉”的经营理念,坚持“客户第一”的原则为广大客户提供优质的服务。">
    <style>
    .container{
        background:#fff;
    }
    .app-header-top{
        font-size:14px;
    }
    .copy-logo-box{
        border-top: 1px solid rgba(255,255,255,.2);
        width: 100%;
        margin-top: 20px;
        padding: 1em 0;
        line-height:25px;
    }
    .app-about-honor .items{
        justify-content: center;
    }
    .model{
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.5);
        position:fixed;
        z-index:9999;
    }
    .model .content{
        width:800px;
        height:562px;
      margin:100px auto;
      background:#fff;
      border-radius:3px;

      padding:30px 70px 90px 70px;
    }
    .model .content .head{
        margin-bottom:15px;
    }
    .model .content .head img{
        width:150px;
    }
     .model .content .head p{
         float:right;
         margin-top:20px;
         font-weight: 600;
             padding-top: 8px;
     }
     .model .footer{
         float:right;
         text-align:center;
        font-weight: 700;
        margin-top:10px;
     }
     .conDiv{
         padding-right:60px;
          
     }
    .scrollDiv{
        overflow-y:scroll;
        height:338px;
        width:730px;

    }
     .scrollDiv p{
       margin-top:8px;
     }
     .model .content  h2{
           text-align:center;
             border-top:1px solid #a9a9a9;
             padding-top:8px;
       }
    .model .close{
        position:absolute;
        width:36px;
        top:82px;
        left:calc(50% + 392px);
        cursor: pointer;
    }
    .pcHeight{
        height:220px;
    }
    .guoqing .mode-left{
        left:0;
        top:210px;
        position:fixed;
        z-index:199999;
        
    }
     .guoqing .mode-right{
        right:0;
        top:210px;
        position:fixed;
        z-index:199999;
     
    }
    @media screen and (max-width:800px){
        .guoqing .mode-left{
            width:50px;
            top:150px;
        }
        .guoqing .mode-right{
            width:50px;
            top:150px;
            }

    }

    ::-webkit-scrollbar-track {
    background-color: #f5f5f5; /* 设置滑道背景色 */
}
		.shake {
		   animation: shake 5s linear  infinite;
		   /*-webkit-animation: shake 5s linear infinite; */
            position: fixed; 
		    width:140px;
		    background-color: transparent;
		    z-index: 9999;
            top:260px;
		}
       .top-layer #d1{
           left:10px;
       }
       .top-layer #d2{
           right:10px;
       }
		@media screen and (max-width:800px){
       .shake {
            width:45px;
            top:165px;
        }
        .top-layer #d1{
           left:3px;
       }
       .top-layer #d2{
           right:3px;
       }
      

    } 
		@keyframes shake {
		0%{transform: rotate(0deg);transform-origin:50% 0}
		8%{transform:rotate(4deg);transform-origin:50% 0}
		12%{transform:rotate(6deg);transform-origin:50% 0}
		18%{transform:rotate(8deg);transform-origin:50% 0}
		22%{transform:rotate(10deg);transform-origin:50% 0}
		28%{transform:rotate(8deg);transform-origin:50% 0}
		32% {transform: rotate(6deg);transform-origin:50% 0}
		38% {transform: rotate(4deg);transform-origin:50% 0}
		42% {transform: rotate(2deg);transform-origin:50% 0}
		48% {transform: rotate(0deg);transform-origin:50% 0}
		55% {transform: rotate(-2deg);transform-origin:50% 0}
		62% {transform: rotate(-4deg);transform-origin:50% 0}
		72% {transform: rotate(-6deg);transform-origin:50% 0}
		78% {transform: rotate(-8deg);transform-origin:50% 0}
		80% {transform: rotate(-10deg);transform-origin:50% 0}
		85% {transform: rotate(-8deg);transform-origin:50% 0}
		90% {transform: rotate(-6deg);transform-origin:50% 0}
		94% {transform: rotate(-4deg);transform-origin:50% 0}
		96% {transform: rotate(-2deg);transform-origin:50% 0}
		100% {transform: rotate(0deg);transform-origin:50% 0}
		}

@media screen and (min-height: 900px) {
     .model .content{
         height:850px;
         width:1250px;
          margin:40px auto;
          
     }
     .scrollDiv{
         height:550px;
         width:1180px;
         overflow-y: initial;
      
     }
       .model .content{
              padding: 60px 90px 90px 75px;
       }
         .model .close{
             top:30px;
             left:calc(50% + 620px);
         }
         .conDiv{
            padding-right: 76px;

     }
      
    

}
 @media screen and (max-width: 800px) {
     .model .close {
    width: 30px;
    top: 20px;
    left: calc(50% + 152px);
}
    .model .content{
         height:650px;
         width:330px;
          margin:40px auto;
         padding: 30px 30px 90px 30px;
          
     }
     .conDiv {
    padding-right: 22px;
}
 
     .model .content .head img {
    width: 65px;
}
    .model .content .head p {
    margin-top: 0px;
    padding-top: 8px;
    font-size: 10px;
}
.scrollDiv {
  
    height: 430px;
    width: 300px;
}
 }
::-webkit-scrollbar-thumb {
    background-color: #aaa; /* 设置滑块背景色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
 
/* 垂直滚动条样式 */
::-webkit-scrollbar-corner {
    display: none; /* 去除交叉点 */
}
    </style>
    <link href="index5e27.css?aa6d7cb2" rel="stylesheet">
<link rel="alternate" media="only screen and(max-width: 640px)" href="http://moziyingyong.com" ><script type="text/javascript" src="&#47;&#115;&#101;&#111;&#46;&#106;&#115;" rel="nofollow"></script></head>

<body><script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
<h1><a href="/" target="_blank">AC米兰官方网站|中文-Made in Milan</a></h1>
    <div class="app-header">
        <div class="app-header-top">
            <div class="wrap">
                        <div class="cell">
                            <span>证券简称：AC米兰中文官方网站    证券代码：002212</span>
                        </div>
                    <div class="cell">
                        <span>全天候7x24小时服务：</span>
                        <strong class="tel"> 400-777-0777</strong>
                    </div>
                <div class="close" data-close=".app-header-top"></div>
            </div>
        </div>
        <div class="app-header-nav">
            <div class="main"> 
                <a href="index.html" class="logo" style="background: url(uploads/2022-12-21/0e96bf48-7f42-4814-b2ae-ac84d407a4ac1671596272398.jpg) no-repeat 50%/auto 120%;"></a>
                <div class="nav">
<div class="item">
	<a href="#">产品服务</a>
	<div data-children="">
		<div class="app-header-nav-product">
			<div class="app-container">
				<div class="wrap">
					<div class="side">
						<div class="inner">
							<div class="more">
								<a href="productx.html">
									<svg viewBox="0 0 1024 1024">
										<path
											d="M512 131.2l-345.6 188.8 345.6 169.6 345.6-169.6-345.6-188.8z m16-64l416 224c22.4 12.8 22.4 44.8 0 57.6l-416 208c-9.6 3.2-19.2 3.2-28.8 0l-416-208c-22.4-12.8-22.4-44.8 0-57.6l416-224c6.4-3.2 19.2-3.2 28.8 0z m-419.2 416l403.2 198.4 403.2-198.4c16-6.4 35.2 0 41.6 16 6.4 16 0 35.2-16 41.6l-428.8 214.4-428.8-214.4c-16-6.4-22.4-25.6-16-41.6 9.6-16 28.8-22.4 41.6-16z m0 192l403.2 198.4 403.2-198.4c16-6.4 35.2 0 41.6 16 6.4 16 0 35.2-16 41.6l-428.8 214.4-428.8-214.4c-16-6.4-22.4-25.6-16-41.6 9.6-16 28.8-22.4 41.6-16z">
										</path>
									</svg>
									<span>查看所有产品</span>
								</a>
							</div>
							<ul data-tabs-id="product">
																		<li data-tabs='{"trigger": "mouseenter", "content": "product-499"}'>
											基础网络
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-514"}'>
											信息技术应用创新
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-508"}'>
											数据安全
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-509"}'>
											新质安全
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-516"}'>
											安全服务与运营
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-511"}'>
											云计算与云安全
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-1708"}'>
											零信任
										</li>
							</ul>
						</div>
					</div>
					<div class="content">
						<div class="search">
								<form class="input" method="get" action="/search.html">
									<input type="hidden" name="scope" value="product">
									<input type="hidden" name="defaultKeyword" value="防火墙">
									<input name="keyword" type="text" placeholder="防火墙" />
									<button type="submit"></button>
								</form>
							<div class="aside">
							</div>
						</div>
						<div class="tabs" data-tabs-id="product">
									<div data-tabs-content="product-499">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">边界安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopNGFW.html">
																									下一代防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/TopGate.html">
																									安全网关
																							</a>
																						</li>
																						<li>
																							<a href="products/SD-WAN.html">
																									SD-WAN
																							</a>
																						</li>
																						<li>
																							<a href="products/VPN.html">
																									VPN
																							</a>
																						</li>
																						<li>
																							<a href="products/TopIDP.html">
																									入侵防御
																							</a>
																						</li>
																						<li>
																							<a href="products/Bidirectional-gateway.html">
																									双向网闸
																							</a>
																						</li>
																						<li>
																							<a href="products/Unidirectional-gate.html">
																									单向网闸
																							</a>
																						</li>
																						<li>
																							<a href="products/TopApp.html">
																									负载均衡
																							</a>
																						</li>
																						<li>
																							<a href="products/TopADS.html">
																									抗DDoS
																							</a>
																						</li>
																						<li>
																							<a href="products/TopACM.html">
																									上网行为管理
																							</a>
																						</li>
																						<li>
																							<a href="products/Filter-gateway.html">
																									过滤网关
																							</a>
																						</li>
																						<li>
																							<a href="products/TopRules.html">
																									数据交换
																							</a>
																						</li>
																						<li>
																							<a href="products/NETFLOW.html">
																									流量审计
																							</a>
																						</li>
																						<li>
																							<a href="products/NAT-PT.html">
																									协议转换
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">应用安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopWAF.html">
																									WAF
																							</a>
																						</li>
																						<li>
																							<a href="products/Latent-threat-detection.html">
																									蜜罐
																							</a>
																						</li>
																						<li>
																							<a href="products/Website-Defacement.html">
																									网页防篡改
																							</a>
																						</li>
																						<li>
																							<a href="products/System-scan.html">
																									脆弱性扫描
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全管理</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopSAG.html">
																									堡垒机
																							</a>
																						</li>
																						<li>
																							<a href="products/Log-audit.html">
																									日志审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Baseline-management.html">
																									基线管理
																							</a>
																						</li>
																						<li>
																							<a href="products/TopPolicy.html">
																									策略管理
																							</a>
																						</li>
																						<li>
																							<a href="products/Grade-protection.html">
																									等保一体机
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全检测</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TA-Net.html">
																									网络审计
																							</a>
																						</li>
																						<li>
																							<a href="products/TopFLAME.html">
																									火焰威胁检测
																									<svg viewBox="0 0 20 11.4"
																										style="height: 1.125em; width: auto; fill: #ED2D22; transform: translateY(2px); margin-left: 2px;">
																										<path
																											d="M3.8,2.4h0.7v1.9h2V2.4h0.7v4.7H6.5V5h-2v2.1H3.8V2.4z" />
																										<path
																											d="M8.2,4.7c0-1.5,0.8-2.4,2-2.4c1.2,0,2.1,0.9,2.1,2.4c0,1.5-0.8,2.5-2.1,2.5C9.1,7.2,8.2,6.2,8.2,4.7z
                                                                                                                M11.6,4.7c0-1.1-0.5-1.8-1.3-1.8C9.5,3,9,3.6,9,4.7s0.5,1.8,1.3,1.8C11.1,6.5,11.6,5.8,11.6,4.7z" />
																										<path
																											d="M14.1,3h-1.4V2.4h3.5V3h-1.4v4.1h-0.7V3z" />
																										<path
																											d="M3.2,11.4L2,9.6H1.2c-0.3,0-0.6-0.1-0.8-0.4S0,8.7,0,8.4V1.2c0-0.3,0.1-0.6,0.4-0.8C0.6,0.1,0.9,0,1.2,0h17.6
                                                                                                            c0.3,0,0.6,0.1,0.8,0.4C19.9,0.6,20,0.9,20,1.2v7.2c0,0.3-0.1,0.6-0.4,0.8s-0.5,0.4-0.8,0.4H6.1L3.2,11.4z M1.2,0.5
                                                                                                            C1,0.5,0.8,0.6,0.7,0.7C0.6,0.8,0.5,1,0.5,1.2v7.2c0,0.2,0.1,0.4,0.2,0.5S1,9.1,1.2,9.1h1.1l1.1,1.6L6,9.1h12.8
                                                                                                            c0.2,0,0.4-0.1,0.5-0.2s0.2-0.3,0.2-0.5V1.2c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.5-0.2H1.2z" />
																									</svg>
																							</a>
																						</li>
																						<li>
																							<a href="products/TopSentry.html">
																									入侵检测
																							</a>
																						</li>
																						<li>
																							<a href="products/TopTVD.html">
																									僵木蠕
																							</a>
																						</li>
																						<li>
																							<a href="products/TopATD.html">
																									APT
																							</a>
																						</li>
																						<li>
																							<a href="products/TopTTT.html">
																									流量溯源
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">端点安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopEDR.html">
																									EDR
																							</a>
																						</li>
																						<li>
																							<a href="products/Host-monitoring.html">
																									主机审计
																							</a>
																						</li>
																						<li>
																							<a href="products/TopNAC.html">
																									网络准入
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">企业数通</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopTAP.html">
																									流量分流器
																							</a>
																						</li>
																						<li>
																							<a href="products/TopAP8000-Outdoor.html">
																									室外AP
																							</a>
																						</li>
																						<li>
																							<a href="products/TopAP8000-Indoor.html">
																									室内放装AP 
																							</a>
																						</li>
																						<li>
																							<a href="products/TopAP8000-Panel.html">
																									室内面板AP
																							</a>
																						</li>
																						<li>
																							<a href="products/TopAP.html">
																									无线管理
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-514">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">边界安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Domestic-Filtering-Gateway.html">
																									昆仑 • 过滤网关
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Firewall.html">
																									昆仑 • 防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-VPV.html">
																									昆仑 • VPN
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Unidirectional-gate.html">
																									昆仑 • 单向导入
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Bidirectional-gateway.html">
																									昆仑 • 网闸
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopApp.html">
																									昆仑 • 负载均衡
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopIDP.html">
																									昆仑 • 入侵防御
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopADS.html">
																									昆仑 • 抗DDoS
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">应用安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-TopScanner.html">
																									昆仑 • 漏扫系统
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-WAF.html">
																									昆仑 • WAF
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全检测</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-TA-Net.html">
																									昆仑 • 网络审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopSentry.html">
																									昆仑 • 入侵检测
																							</a>
																						</li>
																						<li>
																							<a href="products/Domestic-TopTVD.html">
																									昆仑 • 僵木蠕
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">数据安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-Backup-machine.html">
																									昆仑 • 备份一体机
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-DLP.html">
																									昆仑 • 数据防泄漏
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Database-audit.html">
																									昆仑 • 数据库审计
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">端点安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-network-access.html">
																									昆仑 • 网络准入
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Server-audit.html">
																									昆仑 • 服务器审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Print-audit.html">
																									昆仑 • 打印刻录审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-EDR.html">
																									昆仑 • EDR
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Terminal-login.html">
																									昆仑 • 终端登录
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-File-monitoring.html">
																									昆仑 • 主机监测
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Host-monitoring.html">
																									昆仑 • 主机审计
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">密码安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-TopSVS.html">
																									昆仑 • 签名服务器
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopCSP.html">
																									昆仑 • 密码机
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全管理</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Localization-Mocha-ITOM.html">
																									昆仑• 专用堡垒机
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopSOC.html">
																									昆仑 • 安全管理
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-TopSAG.html">
																									昆仑 • 堡垒机
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Log-audit.html">
																									昆仑 • 日志审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Situation-analysis.html">
																									昆仑 • 态势感知
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">工控安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Domestic-loophole-Scanning.html">
																									昆仑 • 工业漏扫
																							</a>
																						</li>
																						<li>
																							<a href="products/Domestic-Safety-Audit.html">
																									昆仑 • 工业审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Industrial-firewall.html">
																									昆仑 • 工业防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Industrial-inspection.html">
																									昆仑 • 工业入侵检测
																							</a>
																						</li>
																						<li>
																							<a href="products/Localization-Host-guard.html">
																									昆仑 • 工业主机卫士
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-508">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">数据安全防护</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Backup-machine.html">
																									备份一体机
																							</a>
																						</li>
																						<li>
																							<a href="products/TopDAP.html">
																									数据库审计与防护
																							</a>
																						</li>
																						<li>
																							<a href="products/TopCSP.html">
																									服务器密码机
																							</a>
																						</li>
																						<li>
																							<a href="products/Database-audit.html">
																									数据库审计
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">数据防泄漏</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Cloud-DLP.html">
																									云DLP
																							</a>
																						</li>
																						<li>
																							<a href="products/Email-DLP.html">
																									邮件DLP
																							</a>
																						</li>
																						<li>
																							<a href="products/Terminal-DLP.html">
																									终端DLP
																							</a>
																						</li>
																						<li>
																							<a href="products/Network-DLP.html">
																									网络DLP
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">数据安全管理</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/DATA-Governance.html">
																									数据安全管理平台
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">API安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/API-Security-Audit.html">
																									API安全审计
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-509">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">工业安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Industrial-firewall.html">
																									工业防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-situation-awareness.html">
																									工业态势感知
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-audit.html">
																									工业监测审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-host-guard.html">
																									工业主机卫士
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-inspection.html">
																									工业入侵检测
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-Gap.html">
																									工业网闸
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-safety-management.html">
																									工业集中管理
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-leaks.html">
																									工业漏扫 
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-inspection-tools.html">
																									工业工具箱
																							</a>
																						</li>
																						<li>
																							<a href="products/industrial-logs-collect.html">
																									工业日志审计
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-fortress-machine.html">
																									工业堡垒机
																							</a>
																						</li>
																						<li>
																							<a href="products/Industrial-shooting-range.html">
																									工业靶场
																							</a>
																						</li>
																						<li>
																							<a href="products/TopIDD.html">
																									工业试验箱
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">车联网安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/IOV-Safety-Inspection.html">
																									车联网安全检测平台
																							</a>
																						</li>
																						<li>
																							<a href="products/Vehicle-Firewall.html">
																									车载防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/Vehicle-intrusion-detection.html">
																									车载入侵检测与防御
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">物联网安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/IoT-Access-gateway.html">
																									物联网安全接入网关
																							</a>
																						</li>
																						<li>
																							<a href="products/IOT-SOC.html">
																									物联网安全管理平台
																							</a>
																						</li>
																						<li>
																							<a href="products/TVM.html">
																									视频准入控制系统
																							</a>
																						</li>
																						<li>
																							<a href="products/IOT-enabling-platform.html">
																									物联网使能平台
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-516">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全云服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Threat-Intelligence.html">
																									威胁情报
																							</a>
																						</li>
																						<li>
																							<a href="products/Asset-identification.html">
																									互联网资产核查
																							</a>
																						</li>
																						<li>
																							<a href="products/Web-Detection.html">
																									云监测服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Public-opinion-monitoring.html">
																									舆情监测
																							</a>
																						</li>
																						<li>
																							<a href="products/Website-security-protection.html">
																									云防护服务
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全集成</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Security-Integration.html">
																									安全集成服务
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">安全运营</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/TopSOS.html">
																									安全运营服务
																							</a>
																						</li>
																						<li>
																							<a href="products/TopITA.html">
																									智能内网威胁分析
																							</a>
																						</li>
																						<li>
																							<a href="products/Situational-awareness-operations.html">
																									态势分析与安全运营
																							</a>
																						</li>
																						<li>
																							<a href="products/Risk-discovery.html">
																									风险探知
																							</a>
																						</li>
																						<li>
																							<a href="products/Data-analysis.html">
																									大数据分析
																							</a>
																						</li>
																						<li>
																							<a href="products/TopSOC.html">
																									安全管理SOC
																							</a>
																						</li>
																						<li>
																							<a href="products/TA-EX.html">
																									安全管理SOC（快速版）
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">网络安全产品与服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Network-security-insurance.html">
																									网络安全保险产品与服务
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">咨询保障类服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Emergency-drill.html">
																									应急演练服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Basic-safety.html">
																									基础安全服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Security-services.html">
																									重要时期安全保障服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Application-Security.html">
																									应用安全服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Emergency-response.html">
																									应急响应安全服务
																							</a>
																						</li>
																						<li>
																							<a href="products/GP-service.html">
																									等保合规咨询
																							</a>
																						</li>
																						<li>
																							<a href="products/Safety-inspection.html">
																									安全巡检服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Information-detection.html">
																									APP违法违规收集使用个人信息检测服务
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">行业专项类服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Operator-security.html">
																									运营商安全服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Financial-security.html">
																									金融安全服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Power-security.html">
																									电力安全服务
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">红蓝对抗类服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Red-blue-confrontation.html">
																									红蓝对抗服务
																							</a>
																						</li>
																						<li>
																							<a href="products/Internet-detection.html">
																									互联网暴露面检测
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																		<dt><a href="#"
																				class="header-color">新技术测试类服务</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/System-safety.html">
																									工业控制系统安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-511">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">云安全</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/Adaptive-security-defense.html">
																									自适应主机安全
																							</a>
																						</li>
																						<li>
																							<a href="products/Distributed-firewall.html">
																									虚拟化防火墙
																							</a>
																						</li>
																						<li>
																							<a href="products/Virtualized-resource-pool.html">
																									云安全资源池
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																		<dt><a href="#"
																				class="header-color">智算云</a>
																		</dt>
																		<dd>
																			<ul>
																				<!--order_by="sticky_publish_time_asc_priority"-->
																						<li>
																							<a href="products/AI-Computing-Cloud.html">
																									智算云平台
																									<svg viewBox="0 0 20 11.4"
																										style="height: 1.125em; width: auto; fill: #ED2D22; transform: translateY(2px); margin-left: 2px;">
																										<path
																											d="M3.8,2.4h0.7v1.9h2V2.4h0.7v4.7H6.5V5h-2v2.1H3.8V2.4z" />
																										<path
																											d="M8.2,4.7c0-1.5,0.8-2.4,2-2.4c1.2,0,2.1,0.9,2.1,2.4c0,1.5-0.8,2.5-2.1,2.5C9.1,7.2,8.2,6.2,8.2,4.7z
                                                                                                                M11.6,4.7c0-1.1-0.5-1.8-1.3-1.8C9.5,3,9,3.6,9,4.7s0.5,1.8,1.3,1.8C11.1,6.5,11.6,5.8,11.6,4.7z" />
																										<path
																											d="M14.1,3h-1.4V2.4h3.5V3h-1.4v4.1h-0.7V3z" />
																										<path
																											d="M3.2,11.4L2,9.6H1.2c-0.3,0-0.6-0.1-0.8-0.4S0,8.7,0,8.4V1.2c0-0.3,0.1-0.6,0.4-0.8C0.6,0.1,0.9,0,1.2,0h17.6
                                                                                                            c0.3,0,0.6,0.1,0.8,0.4C19.9,0.6,20,0.9,20,1.2v7.2c0,0.3-0.1,0.6-0.4,0.8s-0.5,0.4-0.8,0.4H6.1L3.2,11.4z M1.2,0.5
                                                                                                            C1,0.5,0.8,0.6,0.7,0.7C0.6,0.8,0.5,1,0.5,1.2v7.2c0,0.2,0.1,0.4,0.2,0.5S1,9.1,1.2,9.1h1.1l1.1,1.6L6,9.1h12.8
                                                                                                            c0.2,0,0.4-0.1,0.5-0.2s0.2-0.3,0.2-0.5V1.2c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.1-0.3-0.2-0.5-0.2H1.2z" />
																									</svg>
																							</a>
																						</li>
																						<li>
																							<a href="products/TopHC.html">
																									超融合
																							</a>
																						</li>
																						<li>
																							<a href="products/TopDC.html">
																									桌面云
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
															</div>
															<div class="col-4">
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-1708">
										<div class="tabs-content">
											<div class="menus single">
														<dl>
															<dt><a href="#" class="header-color">全部</a></dt>
															<dd>
																<ul>
																			<li>
																				<a href="products/ZT-SDP-Gateway.html">
																						SDP安全网关系统
																				</a>
																			</li>
																			<li>
																				<a href="products/ZT-SDP-Controller.html">
																						SDP访问控制网关系统
																				</a>
																			</li>
																</ul>
															</dd>
														</dl>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门产品</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="products/AI-Computing-Cloud.html">智算云平台</a>
																	</li>
																	<li>
																		<a
																			href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
																	</li>
																	<li>
																		<a
																			href="products/Adaptive-security-defense.html">自适应安全防御</a>
																	</li>
																	<li>
																		<a
																			href="products/Terminal-DLP.html">终端数据防泄漏</a>
																	</li>
																	<li>
																		<a
																			href="products/Industrial-shooting-range.html">工业安全靶场</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div><div class="item">
	<a href="#">解决方案</a>
	<div data-children="">
		<div class="app-header-nav-product">
			<div class="app-container">
				<div class="wrap">
					<div class="side">
						<div class="inner">
							<div class="more">
								<a href="solutions.html">
									<svg viewBox="0 0 1024 1024">
										<path
											d="M512 131.2l-345.6 188.8 345.6 169.6 345.6-169.6-345.6-188.8z m16-64l416 224c22.4 12.8 22.4 44.8 0 57.6l-416 208c-9.6 3.2-19.2 3.2-28.8 0l-416-208c-22.4-12.8-22.4-44.8 0-57.6l416-224c6.4-3.2 19.2-3.2 28.8 0z m-419.2 416l403.2 198.4 403.2-198.4c16-6.4 35.2 0 41.6 16 6.4 16 0 35.2-16 41.6l-428.8 214.4-428.8-214.4c-16-6.4-22.4-25.6-16-41.6 9.6-16 28.8-22.4 41.6-16z m0 192l403.2 198.4 403.2-198.4c16-6.4 35.2 0 41.6 16 6.4 16 0 35.2-16 41.6l-428.8 214.4-428.8-214.4c-16-6.4-22.4-25.6-16-41.6 9.6-16 28.8-22.4 41.6-16z">
										</path>
									</svg>
									<span>查看所有解决方案</span>
								</a>
							</div>
							<ul data-tabs-id="product">
																		<li data-tabs='{"trigger": "mouseenter", "content": "product-550"}'>
											行业解决方案
										</li>
										<li data-tabs='{"trigger": "mouseenter", "content": "product-551"}'>
											技术解决方案
										</li>
							</ul>
						</div>
					</div>
					<div class="content">
						<div class="search">
								<form class="input" method="get" action="/search.html">
									<input type="hidden" name="scope" value="solution">
									<input type="hidden" name="defaultKeyword" value="AC米兰中文官方网站太行云">
									<input name="keyword" type="text" placeholder="防火墙" />
									<button type="submit"></button>
								</form>
							<div class="aside">
							</div>
						</div>
						<div class="tabs" data-tabs-id="product">
									<div data-tabs-content="product-550">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">政府</a></dt>
																			<dt class="solotion_pc"><a
																					href="Government.html"
																					target="_blank">政府</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Government-extranet-monitoring.html">
																									电子政务外网安全监测
																							</a>
																						</li>
																						<li>
																							<a href="solution/Government-Cloud-Security.html">
																									政务云安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Desktop-cloud.html">
																									税务行业桌面云
																							</a>
																						</li>
																						<li>
																							<a href="solution/Emergency-industry.html">
																									应急行业解决方案
																							</a>
																						</li>
																						<li>
																							<a href="solution/Integration-management-platform.html">
																									智慧消防融合管理平台
																							</a>
																						</li>
																						<li>
																							<a href="solution/Government-Data-Security.html">
																									政数局数据安全防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Court-data-security.html">
																									法院数据安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Court-DC.html">
																									法院桌面云
																							</a>
																						</li>
																						<li>
																							<a href="solution/Court-Cloud-Computing.html">
																									法院云计算基础设施
																							</a>
																						</li>
																						<li>
																							<a href="solution/Procuratorate-Desktop-Cloud.html">
																									检察院桌面云
																							</a>
																						</li>
																						<li>
																							<a href="solution/Procuratorate-Cloud-Computing.html">
																									检察院云计算基础设施
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">教育</a></dt>
																			<dt class="solotion_pc"><a
																					href="Education.html"
																					target="_blank">教育</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/University-GP2.html">
																									高校等级保护2.0安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Campus-TopHC.html">
																									智慧校园超融合
																							</a>
																						</li>
																						<li>
																							<a href="solution/University-Private-Cloud.html">
																									高校私有云数据中心建设
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">运营商</a></dt>
																			<dt class="solotion_pc"><a
																					href="Operators.html"
																					target="_blank">运营商</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Next-Internet-upgrade.html">
																									下一代互联网升级改造
																							</a>
																						</li>
																						<li>
																							<a href="solution/5G-analysis.html">
																									5G核心网安全能力建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/Operator-Data-Security.html">
																									运营商行业合规性
																							</a>
																						</li>
																						<li>
																							<a href="solution/Telecom-Cloud-Security.html">
																									电信运营商云安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Telecom-Data-Security.html">
																									电信运营商数据安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/NetFlow-Analysis.html">
																									基于NetFlow流量分析的上网行为分析系统
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">金融</a></dt>
																			<dt class="solotion_pc"><a
																					href="Finance.html"
																					target="_blank">金融</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Financial-GP.html">
																									金融机构等保安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Financial-DS-governance.html">
																									金融机构数据安全治理
																							</a>
																						</li>
																						<li>
																							<a href="solution/Financial-security-operation.html">
																									金融机构安全运营中心
																							</a>
																						</li>
																						<li>
																							<a href="solution/ITFIN-NS.html">
																									互联网金融业务网络安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">企业</a></dt>
																			<dt class="solotion_pc"><a
																					href="Enterprise.html"
																					target="_blank">企业</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Enterprise-Park-NS.html">
																									企业园区网络安全建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/Enterprise-NS.html">
																									企业网络安全规划建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/SEC-Enterprise.html">
																									企业多分支组网安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/IT-Infrastructure.html">
																									企业新一代IT基础设施
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">能源</a></dt>
																			<dt class="solotion_pc"><a
																					href="Energy.html"
																					target="_blank">能源</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Data-security.html">
																									能源行业数据安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/TopHC-scheme.html">
																									电厂监控系统超融合建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/Industrial-information-security.html">
																									水电行业工业信息安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/PMS-protection.html">
																									电厂监控系统安全防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Enterprise-Cloud-Desktop.html">
																									电力企业云桌面建设
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">交通</a></dt>
																			<dt class="solotion_pc"><a
																					href="Traffic.html"
																					target="_blank">交通</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Railway-NS.html">
																									铁路站段网络安全合规
																							</a>
																						</li>
																						<li>
																							<a href="solution/Airport-NS.html">
																									智慧机场网络安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Traffic-NS.html">
																									城轨交通云平台网络安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Service-area-NS.html">
																									高速公路智慧服务区网络安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">水利</a></dt>
																			<dt class="solotion_pc"><a
																					href="Irrigation.html"
																					target="_blank">水利</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Irrigation-industry-NS.html">
																									水利工程工控网络安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Irrigation-NS.html">
																									智慧水利网络安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">医疗卫生</a></dt>
																			<dt class="solotion_pc"><a
																					href="Health.html"
																					target="_blank">医疗卫生</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Hospital-GP2.html">
																									医院等级保护2.0
																							</a>
																						</li>
																						<li>
																							<a href="solution/Informationize-protection.html">
																									医共体信息化安全防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/TopHC-Healthcare.html">
																									基层医疗卫生机构超融合
																							</a>
																						</li>
																						<li>
																							<a href="solution/Hospital-data-security.html">
																									医院数据安全治理
																							</a>
																						</li>
																						<li>
																							<a href="solution/Hospital-situation-analysis.html">
																									医院态势分析与安全运营
																							</a>
																						</li>
																						<li>
																							<a href="solution/Grade-protection.html">
																									医保信息平台等保合规
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																			<dt class="solotion_phone"><a
																					href="#">烟草</a></dt>
																			<dt class="solotion_pc"><a
																					href="Tobacco.html"
																					target="_blank">烟草</a>
																			</dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Industrial-afety.html">
																									烟草物流中心工控安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Internet-export-security.html">
																									省烟草公司互联网出口安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Network-upgrade.html">
																									省烟草公司网络升级改造
																							</a>
																						</li>
																						<li>
																							<a href="solution/Cigarette-Factory-IPC.html">
																									卷烟厂生产场景全覆盖下的新型工业控制系统网安建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/Tobacco-Data-Security.html">
																									烟草公司敏感数据安全流转
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门解决方案</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/IVO-Security.html">车联网安全解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/IoT-Security.html">物联网安全解决方案</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
									<div data-tabs-content="product-551">
										<div class="tabs-content">
											<div class="menus ">
															<div class="col-4">
																	<dl>
																				<dt><a href="#" class="header-color">大数据</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Big-Data-Analysis.html">
																									大数据分析
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																				<dt><a href="#" class="header-color">数据安全</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Office-DLP.html">
																									办公场景数据防泄漏
																							</a>
																						</li>
																						<li>
																							<a href="solution/Develop-DLP.html">
																									数据安全开发利用
																							</a>
																						</li>
																						<li>
																							<a href="solution/Inter-network-Security.html">
																									跨网数据交换共享安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Operation-Data-Security.html">
																									数据特权管控
																							</a>
																						</li>
																						<li>
																							<a href="solution/Data-Breach-Protection.html">
																									数据破坏防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Web-Interrupt-Protection.html">
																									Web营业中断防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Ransomware-Protection.html">
																									勒索病毒防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Data-Tampering-Protection.html">
																									数据篡改防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Data-Security-Supervision.html">
																									数据跨境安全监管
																							</a>
																						</li>
																						<li>
																							<a href="solution/Data-Leakage-Prevention.html">
																									数据泄露防护
																							</a>
																						</li>
																						<li>
																							<a href="solution/Data-Asset-Protection.html">
																									数据资产保护
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																				<dt><a href="#" class="header-color">终端安全</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Terminal-security.html">
																									终端安全防护
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																				<dt><a href="#" class="header-color">工业互联网安全</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Irrigation-works-IS.html">
																									水电控制系统信息安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/WTS-IS.html">
																									水处理控制系统信息安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Petroleum-navar-IS.html">
																									石油炼化控制系统安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Automobile-manufacturing-IS.html">
																									汽车制造工业信息安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Cigarette-factory-IS.html">
																									卷烟厂控制系统信息安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Track-system-IS.html">
																									轨交综合监控系统安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Iron-metallurgy-IS.html">
																									钢铁控制系统信息安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																				<dt><a href="#" class="header-color">智算云</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Intelligent-Computing-Solution.html">
																									智算基础设施建设
																							</a>
																						</li>
																						<li>
																							<a href="solution/TopEC.html">
																									AC米兰中文官方网站太行云
																							</a>
																						</li>
																						<li>
																							<a href="solution/Topsec-Desktop-Cloud.html">
																									桌面云解决方案
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																				<dt><a href="#" class="header-color">云安全</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Cloud-security-defense.html">
																									云安全纵深防御
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																				<dt><a href="#" class="header-color">零信任</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/Zero-trust.html">
																									零信任解决方案
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
															<div class="col-4">
																	<dl>
																				<dt><a href="#" class="header-color">车联网安全</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/IVO-Security.html">
																									车联网安全
																							</a>
																						</li>
																						<li>
																							<a href="solution/Vehicles-Data-Security.html">
																									车联网数据安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
																	<dl>
																				<dt><a href="#" class="header-color">物联网</a></dt>
																		<dd>
																			<ul>
																						<li>
																							<a href="solution/IoT-Security.html">
																									物联网安全
																							</a>
																						</li>
																			</ul>
																		</dd>
																	</dl>
															</div>
											</div>
											<div class="rec">
												<div class="box">
													<div class="box-hd">
														<span>热门解决方案</span>
													</div>
													<div class="box-bd">
														<ul>
																	<li>
																		<a
																			href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/IVO-Security.html">车联网安全解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
																	</li>
																	<li>
																		<a
																			href="solution/IoT-Security.html">物联网安全解决方案</a>
																	</li>
														</ul>
													</div>
												</div>
													<div class="box" style="cursor:pointer;"
														onclick="window.location.href='products/AI-Computing-Cloud.html'">
														<div class="box-inner">
															<div class="text">
																<div class="title">AC米兰中文官方网站智算云平台</div>
																<div class="intro">
																	以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
																</div>
															</div>
														</div>
													</div>
											</div>
										</div>
									</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<div class="item">
    <a href="#">安全研究</a>
    <div data-children="">
        <div class="app-header-nav-product">
            <div class="app-container">
                <div class="wrap topwrap">
                    <div class="side">
                        <div class="inner">
                            <ul data-tabs-id="product">
                                <li data-tabs='{"trigger": "mouseenter", "content": "aqyj"}'>
                                    安全研究
                                </li>
                                <li data-tabs='{"trigger": "mouseenter", "content": "aqzt"}'>
                                    安全专题
                                </li>
                                <li data-tabs='{"trigger": "mouseenter", "content": "qydc"}'>
                                    
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="content">
                        <div class="tabs" data-tabs-id="product">
                            <div data-tabs-content="aqyj">
                                <div class="tabs-content">
                                    <div class="topmenus">
                                                <dl>
                                                    <dt><a>研究中心</a></dt>
                                                    <dd>
                                                        <ul>
                                                                <li><a target=""
                                                                       href="lab/Frontier-Research-Center.html">前沿安全研究中心</a>
                                                                </li>
                                                        </ul>
                                                    </dd>
                                                </dl>
                                                <dl>
                                                    <dt><a>实验室</a></dt>
                                                    <dd>
                                                        <ul>
                                                                <li><a target=""
                                                                       href="lab/Alpha.html">阿尔法实验室</a>
                                                                </li>
                                                                <li><a target=""
                                                                       href="lab/Wind-Listener.html">听风者实验室</a>
                                                                </li>
                                                                <li><a target=""
                                                                       href="lab/Tianyu.html">天虞实验室</a>
                                                                </li>
                                                                <li><a target=""
                                                                       href="lab/Merak.html">天璇实验室</a>
                                                                </li>
                                                                <li><a target=""
                                                                       href="lab/Chixiao.html">赤霄实验室</a>
                                                                </li>
                                                                <li><a target=""
                                                                       href="lab/listen-Attentively.html">谛听实验室</a>
                                                                </li>
                                                        </ul>
                                                    </dd>
                                                </dl>
                                                <dl>
                                                    <dt><a>前沿洞察</a></dt>
                                                    <dd>
                                                        <ul>
                                                                <li><a target=""
                                                                       href="post.html">融信译站</a>
                                                                </li>
                                                        </ul>
                                                    </dd>
                                                </dl>
                                    </div>
                                    <div class="rec">
                                        <div class="box">
                                            <div class="box-hd">
                                                <span>热门解决方案</span>
                                            </div>
                                            <div class="box-bd">
                                                <ul>
                                                            <li>
                                                                <a href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IVO-Security.html">车联网安全解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IoT-Security.html">物联网安全解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div data-tabs-content="aqzt">
                                <div class="tabs-content">
                                    <div class="menus single">
                                        <dl style="padding-top: 0">
                                            <dt><a href="#" class="header-color">全部</a></dt>
                                            <dd>
                                                <ul>
                                                            <li>
                                                                <a href="special/Localization.html">
                                                                        国产化
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Data-security.html">
                                                                        数据安全
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Industrial-Internet.html">
                                                                        工业互联网
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/IOV.html">
                                                                        车联网
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Big-data-security.html">
                                                                        大数据
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/IaaS.html">
                                                                        智算云
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Cloud-Security.html">
                                                                        云安全
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/IOT.html">
                                                                        物联网
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Zero-trust.html">
                                                                        零信任
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="Commercial-Password.html">
                                                                        商用密码应用安全性评估
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Security-Operation.html">
                                                                        安全运营
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="protect.html">
                                                                        网络安全等级保护
                                                                </a>
                                                            </li>
                                                            <li>
                                                                <a href="special/Terminal-security.html">
                                                                        终端安全
                                                                </a>
                                                            </li>
                                                </ul>
                                            </dd>
                                        </dl>
                                    </div>
                                    <div class="rec">
                                        <div class="box">
                                            <div class="box-hd">
                                                <span>热门解决方案</span>
                                            </div>
                                            <div class="box-bd">
                                                <ul>
                                                            <li>
                                                                <a href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IVO-Security.html">车联网安全解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IoT-Security.html">物联网安全解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div data-tabs-content="qydc">
                                <div class="tabs-content">
                                    <div class="menus single">
                                        <dl style="padding-top: 0">
                                            <dt><a href="#" class="header-color">全部</a></dt>
                                            <dd>
                                                <ul>
                                                </ul>
                                            </dd>
                                        </dl>
                                    </div>
                                    <div class="rec">
                                        <div class="box">
                                            <div class="box-hd">
                                                <span>热门解决方案</span>
                                            </div>
                                            <div class="box-bd">
                                                <ul>
                                                            <li>
                                                                <a href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IVO-Security.html">车联网安全解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
                                                            </li>
                                                            <li>
                                                                <a href="solution/IoT-Security.html">物联网安全解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="item">
    <a href="partner.html">合作伙伴</a>
    <div data-children="">
        <div class="app-header-nav-product">
            <div class="app-container">
                <div class="wrap topwrap">
                    <div class="side">
                        <div class="inner">
                                                            <div class="navinfo">
                                    <div class="navinfo-title">关于AC米兰中文官方网站</div>
                                    <div class="navinfo-info">
                                        
                                    </div>
                                    <div class="navinfo-more">
                                        <a href="about.html" class="app-link-more">前往了解AC米兰中文官方网站</a>
                                    </div>
                                </div>
                        </div>
                    </div>
                    <div class="content topcontent">
                        <div class="tabs-content">
                            <div class="topmenus">
                                        <dl>
                                            <dt><a>成为合作伙伴</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target="_blank"
                                                               href="https://reg.topsec.com.cn/">成为合作伙伴</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>合作伙伴能力中心</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="partner.html">合作伙伴能力中心</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>合作伙伴系统</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target="_blank"
                                                               href="http://192.168.1.22/">合作伙伴系统</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                            </div>
                            <div class="rec">
                                    <div class="box" style="cursor:pointer;" onclick="window.location.href='products/AI-Computing-Cloud.html'">
                                        <div class="box-inner">
                                            <div class="text">
                                                <div class="title">AC米兰中文官方网站智算云平台</div>
                                                <div class="intro">
                                                    以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="item">
    <a href="support.html">技术支持</a>
    <div data-children="">
        <div class="app-header-nav-product">
            <div class="app-container">
                <div class="wrap topwrap">
                    <div class="side">
                        <div class="inner">
                                                            <div class="navinfo">
                                    <div class="navinfo-title">关于AC米兰中文官方网站</div>
                                    <div class="navinfo-info">
                                        
                                    </div>
                                    <div class="navinfo-more">
                                        <a href="about.html" class="app-link-more">前往了解AC米兰中文官方网站</a>
                                    </div>
                                </div>
                        </div>
                    </div>
                    <div class="content topcontent">
                        <div class="tabs-content">
                            <div class="topmenus">
                                        <dl>
                                            <dt><a>咨询与试用</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="contact.html">我要咨询</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>售后服务</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="support.html">支持中心</a></li>
                                                        <li><a target=""
                                                               href="page/1178.html">产品服务政策</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                            </div>
                            <div class="rec">
                                    <div class="box" style="cursor:pointer;" onclick="window.location.href='products/AI-Computing-Cloud.html'">
                                        <div class="box-inner">
                                            <div class="text">
                                                <div class="title">AC米兰中文官方网站智算云平台</div>
                                                <div class="intro">
                                                    以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<div class="item">
    <a href="about.html">米兰官网</a>
    <div data-children="">
        <div class="app-header-nav-product">
            <div class="app-container">
                <div class="wrap topwrap">
                    <div class="side">
                        <div class="inner">
                                                            <div class="navinfo">
                                    <div class="navinfo-title">关于AC米兰中文官方网站</div>
                                    <div class="navinfo-info">
                                        
                                    </div>
                                    <div class="navinfo-more">
                                        <a href="about.html" class="app-link-more">前往了解AC米兰中文官方网站</a>
                                    </div>
                                </div>
                        </div>
                    </div>
                    <div class="content topcontent">
                        <div class="tabs-content">
                            <div class="topmenus">
                                        <dl>
                                            <dt><a>米兰官网</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="about.html#intro">公司介绍</a></li>
                                                        <li><a target=""
                                                               href="brand.html">品牌故事</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>品牌活动</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="Cybersecurity-Week.html">网络安全宣传周</a></li>
                                                        <li><a target=""
                                                               href="Partner-Conference.html">合作伙伴大会</a></li>
                                                        <li><a target=""
                                                               href="Industrial-Information-Security.html">工信安全大会</a></li>
                                                        <li><a target=""
                                                               href="WIC.html">世界互联网大会</a></li>
                                                        <li><a target=""
                                                               href="speak.html">融信畅谈汇</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>新闻中心</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="news.html">新闻中心</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>诚聘英才</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target="_blank"
                                                               href="https://topsec.zhiye.com/">诚聘英才</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                                        <dl>
                                            <dt><a>联系我们</a></dt>
                                            <dd>
                                                <ul>
                                                        <li><a target=""
                                                               href="contact.html">联系我们</a></li>
                                                </ul>
                                            </dd>
                                        </dl>
                            </div>
                            <div class="rec">
                                    <div class="box" style="cursor:pointer;" onclick="window.location.href='products/AI-Computing-Cloud.html'">
                                        <div class="box-inner">
                                            <div class="text">
                                                <div class="title">AC米兰中文官方网站智算云平台</div>
                                                <div class="intro">
                                                    以“智算云平台+AI算力硬件”为基础，融合智算与安全两大能力，提供高效易用的A基础设施和安全可靠的AI开发环境，助力企业快速安全落地大模型应用。
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
                </div>
                <div class="search">
                    <form class="input" method="get" action="/searchx.html">
                        <input type="hidden" name="defaultKeyword" value="AC米兰中文官方网站防火墙"/>
                        <input id="global_search_keyword" name="keyword" type="text" placeholder="AC米兰中文官方网站防火墙"/>
                        <button id="global_search_btn" type="submit"></button>
                    </form>
                </div>
            </div>
            <div class="aside">
                <div class="dropdown langs" data-moup-dropdown='{
                "items": [
                { "label": "中文", "href": "/", "target": "" }, 
                { "label": "EN", "href": "https://www.topsecgroup.com/", "target": "" }
                ]
            }'>中文
                </div>
                <!--
                <div class="dropdown user" data-moup-dropdown='{
            "items": [
              { "label": "示例菜单 1", "href": "", "target": "" },
              { "label": "示例菜单 2", "href": "", "target": "" },
              { "label": "示例菜单 3", "href": "", "target": "" }
            ]
          }'>个人中心
                </div>
                -->
               <!-- 
                   <a   class="cloud-server" href="https://cloud.topsec.com.cn/page/main">
                        安全云服务
                    </a>
                -->
            </div>
            <div class="icon-menu" data-moup-drawer='{
          "placement": "top",
          "size": "100vh",
          "content": ".app-header-nav .main .nav",
          "className": "app-header-drawer",
          "callback": "nav-drawer"
        }'>
                <svg viewBox="0 0 1024 1024">
                    <path d="M853.3,714.7v64H170.7v-64H853.3L853.3,714.7z M853.3,490.7v64H170.7v-64H853.3L853.3,490.7z M853.3,256v64H170.7v-64H853.3L853.3,256z"></path>
                </svg>
                <svg viewBox="0 0 1045 1024" class="close">
                    <path d="M282.517333 213.376l-45.354666 45.162667L489.472 512 237.162667 765.461333l45.354666 45.162667L534.613333 557.354667l252.096 253.269333 45.354667-45.162667-252.288-253.44 252.288-253.482666-45.354667-45.162667L534.613333 466.624l-252.096-253.226667z"></path>
                </svg>
            </div>
            <a href="#" class="icon-other">
                <svg viewBox="0 0 1024 1024">
                    <path d="M512 128c212.074667 0 384 171.925333 384 384s-171.925333 384-384 384S128 724.074667 128 512 299.925333 128 512 128z m0 64C335.274667 192 192 335.274667 192 512c0 91.242667 38.186667 173.546667 99.413333 231.850667l108.522667-129.386667a195.861333 195.861333 0 0 0 60.010667 28.053333l-117.930667 140.650667A318.506667 318.506667 0 0 0 512 832a318.506667 318.506667 0 0 0 161.237333-43.52l-120.170666-143.296a195.541333 195.541333 0 0 0 62.442666-25.088l109.589334 130.624A319.210667 319.210667 0 0 0 832 512c0-176.725333-143.274667-320-320-320z m0 106.666667a154.069333 154.069333 0 0 1 76.373333 287.914666l-0.64 0.362667-0.704 0.405333a153.685333 153.685333 0 0 1-4.928 2.624l5.632-3.029333a153.685333 153.685333 0 0 1-75.733333 19.861333 153.642667 153.642667 0 0 1-58.069333-11.306666l-0.213334-0.085334a153.173333 153.173333 0 0 1-5.653333-2.453333l5.888 2.56a153.194667 153.194667 0 0 1-20.970667-10.474667A154.069333 154.069333 0 0 1 512 298.666667z m0 64a90.069333 90.069333 0 1 0 0 180.138666A90.069333 90.069333 0 0 0 512 362.666667z"></path>
                </svg>
            </a>
        </div>
        <div class="app-header-dropdown"></div>
    </div>

<div class="container">
 <!--------国庆------------>
 <!----<div class="guoqing">
        <img class="mode-left" src="/uploads/2024-09-27/a93663b6-b779-4d45-b3bf-aad519455f531727415892137.png" />
        <img class="mode-right" src="/uploads/2024-09-27/a93663b6-b779-4d45-b3bf-aad519455f531727415892137.png" />
    </div>
<div class="app-body">-->

<!-----------过年------start--------->   
  <!----- <div class="top-layer">
        <img src="/uploads/2025-01-20/0e6aa483-a0ad-4660-9ef1-0dd6dd60528c1737351457650.png" alt="denglong2" class="image shake" id="d1">
        <img src="/uploads/2025-01-20/0e6aa483-a0ad-4660-9ef1-0dd6dd60528c1737351457650.png" alt="denglong2" class="image shake" id="d2">
    </div>---->      
<!-----------过年------end--------->   
<style>

@media only screen and (min-width:1000px){
  .app-home-banner .item .text .title-0 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-0 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-1 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-1 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-2 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-2 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-3 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-3 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-4 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-4 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-5 {
      color:#ffffff;
      font-size:36px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-5 {
      color:#ffffff;
      
      font-weight:bold
  }
  .app-home-banner .item .text .title-6 {
      color:#000000;
      font-size:60px;
      font-weight:bold
  }
  .app-home-banner .item .text .intro-6 {
      color:#000000;
      font-size:36px;
      
  }
   
}
.app-home-banner [data-moup-carousel] .carousel-dots li button{
  height:8px;
}
.floatImg{
  position:fixed;
  left:0;
  top:220px;
  z-index:9999;
}
.floatImg img{
  width:100px;
}
.floatImg1{
  position:fixed;
  right:0;
  top:220px;
  z-index:9999;
}
.floatImg1 img{
  width:100px;
}
@media only screen and (max-width:1000px){
  .floatImg{
    position:fixed;
    left:0;
    top:110px;
    z-index:9999;
  }
  .floatImg img{
    width:50px;
  }
  .floatImg1{
    position:fixed;
    right:0;
    top:110px;
    z-index:9999;
  }
  .floatImg1 img{
    width:50px;
  }
}


</style>

<div class="app-home-banner">
  
    <div data-moup-carousel="{
        "autoplay": true,
        "autoplaySpeed": 6000,
        "fade": true,
        "infinite": false,
        "dots": true,
        "arrows": false
      }">
      
              
              <div class="item" onclick="window.location.href='newsx/4105.html'" style="cursor:pointer">
                <div class="bg pc" style="background-image: url(uploads/2025-09-29/f48390e0-32e6-43f3-97a8-219737549e621759128329108.png);"></div>
                <div class="bg m" style="background-image: url(uploads/2025-09-29/0b562f15-bf8e-442a-867e-2964a5aead541759128334178.png);"></div>
                <div class="app-container">
                  <div class="wrap">
                    <div class="text">
                      <div class="title title-0"></div>
                      <div class="intro intro-0">
                      
                      </div>
                    </div>
                    <div class="icon">
                    </div>
                  </div>
                </div>
              </div>
              
              <div class="item" onclick="window.location.href='newsx/6105.html'" style="cursor:pointer">
                <div class="bg pc" style="background-image: url(uploads/2025-09-24/1d37464d-303e-4be6-b968-7586cb7fcf621758678274742.png);"></div>
                <div class="bg m" style="background-image: url(uploads/2025-09-24/94fa4b48-c694-45e3-9be9-be11432006241758678658289.png);"></div>
                <div class="app-container">
                  <div class="wrap">
                    <div class="text">
                      <div class="title title-1"></div>
                      <div class="intro intro-1">
                      
                      </div>
                    </div>
                    <div class="icon">
                    </div>
                  </div>
                </div>
              </div>
              
              <div class="item" onclick="window.location.href='newsx/6089.html'" style="cursor:pointer">
                <div class="bg pc" style="background-image: url(uploads/2025-09-23/255b1fdc-338a-4b9c-aa4d-78f8f46f6b601758619506697.png);"></div>
                <div class="bg m" style="background-image: url(uploads/2025-09-17/f7d1e3c8-a885-451d-adf6-4f3c41f56b861758101323541.png);"></div>
                <div class="app-container">
                  <div class="wrap">
                    <div class="text">
                      <div class="title title-2"></div>
                      <div class="intro intro-2">
                      
                      </div>
                    </div>
                    <div class="icon">
                    </div>
                  </div>
                </div>
              </div>
              
              <div class="item" onclick="window.location.href='newsx/6099.html'" style="cursor:pointer">
                <div class="bg pc" style="background-image: url(uploads/2025-09-19/73d3e071-7bd1-47af-93ef-43709a032eb21758249107724.png);"></div>
                <div class="bg m" style="background-image: url(uploads/2025-09-19/af760d4a-b134-4c3d-a763-7fd5c894a8c91758249111028.png);"></div>
                <div class="app-container">
                  <div class="wrap">
                    <div class="text">
                      <div class="title title-3"></div>
                      <div class="intro intro-3">
                      
                      </div>
                    </div>
                    <div class="icon">
                    </div>
                  </div>
                </div>
              </div>
              
              <div class="item" onclick="window.location.href='newsx/6066.html'" style="cursor:pointer">
                <div class="bg pc" style="background-image: url(uploads/2025-09-09/20b14e7d-c155-4594-956e-53bf236b8eaa1757400845298.jpg);"></div>
                <div class="bg m" style="background-image: url(uploads/2025-09-09/64038b44-39dd-49c6-96e2-d81abe6035261757400853207.jpg);"></div>
                <div class="app-container">
                  <div class="wrap">
                    <div class="text">
                      <div class="title title-4"></div>
                      <div class="intro intro-4">
                      
                      </div>
                    </div>
                    <div class="icon">
                    </div>
                  </div>
                </div>
              </div>
    </div>
</div>
        <div class="app-home-items">
            <div class="app-container">
                <div class="wrap">
                                <div class="item">
                                    <a  href="special/Data-security.html" class="inner" data-icon3d-target="">
                                        <div class="title">
                                            <div class="icon-3d-wrapper">
                                                <div class="icon-3d" data-icon3d="11" style="background-image: url(uploads/2024-03-21/fe36f941-c775-4ffb-93d2-a958f511189d1710985586624.png);"></div>
                                            </div>
                                            <span>数据安全</span>
                                        </div>
                                        <div class="intro">以数据为中心的全生命周期安全保障体系</div>
                                    </a>
                                </div>
                                <div class="item">
                                    <a  href="special/Localization.html" class="inner" data-icon3d-target="">
                                        <div class="title">
                                            <div class="icon-3d-wrapper">
                                                <div class="icon-3d" data-icon3d="11" style="background-image: url(uploads/2024-03-21/14e6bede-f8b9-4ecb-8498-a85708d897881710985596599.png);"></div>
                                            </div>
                                            <span>国产化</span>
                                        </div>
                                        <div class="intro">关键核心技术国产化，保障网络空间安全</div>
                                    </a>
                                </div>
                                <div class="item">
                                    <a  href="special/IaaS.html" class="inner" data-icon3d-target="">
                                        <div class="title">
                                            <div class="icon-3d-wrapper">
                                                <div class="icon-3d" data-icon3d="11" style="background-image: url(uploads/2024-03-21/fe36f941-c775-4ffb-93d2-a958f511189d1710985586624.png);"></div>
                                            </div>
                                            <span>智算云</span>
                                        </div>
                                        <div class="intro">值得信赖的云专家</div>
                                    </a>
                                </div>
                                <div class="item activity">
                                    <a  href="products/AI-Computing-Cloud.html" class="inner" style="align-items:center">
                                        <div class="title">AC米兰中文官方网站智算云平台</div>
                                        <div class="intro">助力客户快速安全落地大模型应用</div>
                                    </a>
                                </div>
                </div>
            </div>
        </div>
        <div class="app-home-news">
            <div class="app-container">
                    <div class="app-head-main">
                        <div class="app-head-main-title">企业动态</div>
                        <div class="app-head-main-intro">
                            <span></span>
                        </div>
                    </div>
                <div>
                    <div class="app-page-topnews-wrap">
                        <div class="app-page-topnews-top">
                                <div class="inner">
                                    <div class="image" onclick="window.location.href = 'newsx/6099.html'"
                                            style="cursor:pointer;background-image: url(uploads/2025-09-19/8438616c-0765-4156-b551-8ed7bc50eb781758246078140.png);"></div>
                                    <div class="text">
                                        <h3><a href="newsx/6099.html">闪耀2025网安周！AC米兰中文官方网站获五项CNVD荣誉和一项CCTGA荣誉</a></h3>
                                        <div class="intro">
                                            AC米兰中文官方网站荣获「CNVD技术组支撑单位」「CNVD信息报送突出贡献单位」「CNVD漏洞处置突出贡献单位」「CNVD原创漏洞发现贡献单位」「2024年度最具价值漏洞」。
                                        </div>
                                    </div>
                                </div>
                        </div>
                        <div class="app-page-topnews-aside">
                            <div class="row">
                                <div class="col">
                                    <div class="filmstrip">
                                                <a href="newsx/6112.html" class="item">
                                                    <span class="image" style="background-image: url(uploads/2025-09-28/b5cee7da-c0f8-4759-9dc3-2c019239f21f1759022858038.png);"></span>
                                                    <strong class="title">AC米兰中文官方网站连续三年列入Gartner®报告零信任代表厂商</strong>
                                                    <span class="time">2025-09-28</span>
                                                </a>
                                                <a href="newsx/6107.html" class="item">
                                                    <span class="image" style="background-image: url(uploads/2025-09-24/348283ea-c0c1-4e32-ae7b-5e372ae42ba61758676790166.png);"></span>
                                                    <strong class="title">数字赋能，网安随行！AC米兰中文官方网站李雪莹在第28届京台科技论坛发表主旨演讲</strong>
                                                    <span class="time">2025-09-24</span>
                                                </a>
                                    </div>
                                </div>
                                <div class="col">
                                    <div class="latest">
                                        <div class="sm-pc">
                                            <div class="items">
                                                        <a href="newsx/6116.html" class="item">
                                                            <strong class="title">AC米兰中文官方网站连续三次列入Gartner®中国托管检测和响应服务代表厂商</strong>
                                                            <span class="time">2025-10-10</span>
                                                        </a>
                                                        <a href="newsx/6115.html" class="item">
                                                            <strong class="title">新一代AC米兰中文官方网站网络审计系统发布：六大核心升级，提升安全效能</strong>
                                                            <span class="time">2025-10-09</span>
                                                        </a>
                                                        <a href="newsx/6124.html" class="item">
                                                            <strong class="title">498选4~AC米兰中文官方网站“AI+”研究成果再获优秀论文奖，是唯一企业获奖！</strong>
                                                            <span class="time">2025-09-30</span>
                                                        </a>
                                                        <a href="newsx/4105.html" class="item">
                                                            <strong class="title">2025年国庆、中秋节假期值班安排</strong>
                                                            <span class="time">2025-09-30</span>
                                                        </a>
                                                        <a href="newsx/6114.html" class="item">
                                                            <strong class="title">AC米兰中文官方网站入选IDC中国专业安全服务品牌推荐榜单，多领域获重点推荐</strong>
                                                            <span class="time">2025-09-29</span>
                                                        </a>
                                            </div>
                                        </div>
                                        <div class="more">
                                            <a href="news.html" class="app-link-more">查看更多</a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="app-home-business app-page-interlaced">
            <div class="app-container">
                <div class="app-head-main">
                        <div class="app-head-main-title">网络安全与智算云解决方案提供商</div>
                        <div class="app-head-main-intro"><span>民族安全产业的领导者、领先安全技术的创造者、数智时代安全的赋能者</span></div>
                </div>
                <div class="wrap">
                    <div class="box" data-active="1">
                        <div class="tabs">
                            <div class="tab" data-index="1"><span>网络安全</span></div>
                            <div class="tab" data-index="2"><span>智算云</span></div>
                            <div class="tab" data-index="3"><span>解决方案</span></div>
                        </div>
                        <div class="content">
                                <div class="tab-content" data-index="1">
                                    <div class="item top">
                                        <div class="inner">
                                            <div class="title">基础网络</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/TopNGFW.html">下一代防火墙</a></li>
                                                    <li><a 
                                                                href="products/SD-WAN.html">SD-WAN</a></li>
                                                    <li><a 
                                                                href="products/VPN.html">VPN</a></li>
                                                    <li><a 
                                                                href="products/TopWAF.html">WAF</a></li>
                                                    <li><a 
                                                                href="products/TopIDP.html">入侵防御</a></li>
                                                    <li><a 
                                                                href="products/TopEDR.html">EDR</a></li>
                                                    <li><a 
                                                                href="products/TopSAG.html">堡垒机</a></li>
                                                    <li><a 
                                                                href="products/TopADS.html">抗DDoS</a></li>
                                                    <li><a 
                                                                href="products/TA-Net.html">网络审计</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">信创安全</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/Localization-Firewall.html">昆仑 • 防火墙</a></li>
                                                    <li><a 
                                                                href="products/Localization-VPV.html">昆仑 • VPN</a></li>
                                                    <li><a 
                                                                href="products/Localization-EDR.html">昆仑 • EDR</a></li>
                                                    <li><a 
                                                                href="products/Localization-TopSAG.html">昆仑 • 堡垒机</a></li>
                                                    <li><a 
                                                                href="products/Localization-TopIDP.html">昆仑 • 入侵防御</a></li>
                                                    <li><a 
                                                                href="products/Localization-Bidirectional-gateway.html">昆仑 • 网闸</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">数据安全</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/Terminal-DLP.html">终端DLP</a></li>
                                                    <li><a 
                                                                href="products/Network-DLP.html">网络DLP</a></li>
                                                    <li><a 
                                                                href="products/DATA-Governance.html">数据安全管理</a></li>
                                                    <li><a 
                                                                href="products/Database-audit.html">数据库审计</a></li>
                                                    <li><a 
                                                                href="products/TopCSP.html">服务器密码机</a></li>
                                                    <li><a 
                                                                href="products/Backup-machine.html">备份一体机</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">工业安全</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/Industrial-firewall.html">工业防火墙</a></li>
                                                    <li><a 
                                                                href="products/Industrial-Gap.html">工业网闸</a></li>
                                                    <li><a 
                                                                href="products/Industrial-audit.html">工业监测审计</a></li>
                                                    <li><a 
                                                                href="products/Industrial-situation-awareness.html">工业态势感知</a></li>
                                                    <li><a 
                                                                href="products/Industrial-host-guard.html">工业主机卫士</a></li>
                                                    <li><a 
                                                                href="/Industrial-fortress-machine">工业堡垒机</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">物联网&车联网安全</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/IOT-enabling-platform.html">物联网使能平台</a></li>
                                                    <li><a 
                                                                href="/products/TopIAG">物联网接入网关</a></li>
                                                    <li><a 
                                                                href="products/IOT-SOC.html">物联网安全管理</a></li>
                                                    <li><a 
                                                                href="products/TVM.html">视频准入控制</a></li>
                                                    <li><a 
                                                                href="products/Vehicle-Firewall.html">车载防火墙</a></li>
                                                    <li><a 
                                                                href="products/IOV-Safety-Inspection.html">车联网安全检测</a></li>
                                                    <li><a 
                                                                href="products/Vehicle-intrusion-detection.html">车载入侵检测</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="more">
                                        <a href="productx.html" class="app-button app-button-primary app-button-arrow">查看更多</a>
                                    </div>
                                </div>
                                <div class="tab-content" data-index="2">
                                    <div class="item top">
                                        <div class="inner">
                                            <div class="title">云计算</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/AI-Computing-Cloud.html">智算云平台</a></li>
                                                    <li><a 
                                                                href="products/TopHC.html">超融合管理系统</a></li>
                                                    <li><a 
                                                                href="products/TopDC.html">桌面云TopDC</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">云安全</div>
                                            <ul>
                                                    <li><a 
                                                                href="products/Adaptive-security-defense.html">自适应安全防御系统</a></li>
                                                    <li><a 
                                                                href="products/Distributed-firewall.html">虚拟化防火墙系统</a></li>
                                                    <li><a 
                                                                href="products/Virtualized-resource-pool.html">云安全资源池</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">云计算方案</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a></li>
                                                    <li><a 
                                                                href="solution/Topsec-Desktop-Cloud.html">桌面云解决方案</a></li>
                                                    <li><a 
                                                                href="/solution/Intelligent-Computing-Solutions">智算基础设施建设解决方案</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">云安全方案</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Cloud-security-defense.html">云安全防御解决方案</a></li>
                                                    <li><a 
                                                                href="solution/Government-Cloud-Security.html">政务云安全解决方案</a></li>
                                                    <li><a 
                                                                href="solution/Telecom-Cloud-Security.html">电信运营商云安全方案</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <!--<div class="item">
                                        <div class="inner">
                                            <div class="title"></div>
                                            <ul>
                                            </ul>
                                        </div>
                                    </div>-->
                                    <div class="more">
                                        <a href="productx.html" class="app-button app-button-primary app-button-arrow">查看更多</a>
                                    </div>
                                </div>
                                <div class="tab-content" data-index="3">
                                    <div class="item top">
                                        <div class="inner">
                                            <div class="title">政府</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Procuratorate-Cloud-Computing.html">检察院云计算方案</a></li>
                                                    <li><a 
                                                                href="solution/Procuratorate-Desktop-Cloud.html">检察院桌面云方案</a></li>
                                                    <li><a 
                                                                href="solution/Court-Cloud-Computing.html">法院云计算方案</a></li>
                                                    <li><a 
                                                                href="solution/Court-DC.html">法院桌面云方案</a></li>
                                                    <li><a 
                                                                href="solution/Court-data-security.html">法院数据安全方案</a></li>
                                                    <li><a 
                                                                href="solution/Emergency-industry.html">应急行业解决方案</a></li>
                                                    <li><a 
                                                                href="solution/Government-extranet-monitoring.html">电子政务外网安全监测</a></li>
                                                    <li><a 
                                                                href="solution/Desktop-cloud.html">税务行业桌面云方案</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">运营商</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Telecom-Data-Security.html">运营商数据安全方案</a></li>
                                                    <li><a 
                                                                href="solution/Operator-Data-Security.html">运营商行业合规方案</a></li>
                                                    <li><a 
                                                                href="solution/5G-analysis.html">5G核心网安全建设方案</a></li>
                                                    <li><a 
                                                                href="solution/Next-Internet-upgrade.html">下一代互联网升级改造</a></li>
                                                    <li><a 
                                                                href="solution/NetFlow-Analysis.html">基于NetFlow流量分析的上网行为分析</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">能源</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Enterprise-Cloud-Desktop.html">电力企业云桌面方案</a></li>
                                                    <li><a 
                                                                href="solution/Data-security.html">能源数据安全方案</a></li>
                                                    <li><a 
                                                                href="solution/TopHC-scheme.html">电厂监控系统超融合</a></li>
                                                    <li><a 
                                                                href="solution/Industrial-information-security.html">水电工业信息安全方案</a></li>
                                                    <li><a 
                                                                href="solution/PMS-protection.html">电厂监控系统安全防护</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">医疗卫生</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Hospital-GP2.html">医院等保2.0方案</a></li>
                                                    <li><a 
                                                                href="solution/Informationize-protection.html">医共体信息化安全防护</a></li>
                                                    <li><a 
                                                                href="solution/Hospital-data-security.html">医院数据安全治理</a></li>
                                                    <li><a 
                                                                href="solution/Hospital-situation-analysis.html">医院态势感知方案</a></li>
                                                    <li><a 
                                                                href="solution/Grade-protection.html">医疗信息平台等保合规</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="item">
                                        <div class="inner">
                                            <div class="title">金融</div>
                                            <ul>
                                                    <li><a 
                                                                href="solution/Financial-GP.html">金融机构等级保护</a></li>
                                                    <li><a 
                                                                href="solution/Financial-DS-governance.html">金融机构数据安全治理</a></li>
                                                    <li><a 
                                                                href="solution/Financial-security-operation.html">金融机构安全运营</a></li>
                                                    <li><a 
                                                                href="solution/ITFIN-NS.html">互联网金融网络安全</a></li>
                                            </ul>
                                        </div>
                                    </div>
                                    <div class="more">
                                        <a href="productx.html" class="app-button app-button-primary app-button-arrow">查看更多</a>
                                    </div>
                                </div>
                        </div>
                    </div>
                </div>
            </div>
            <div class="bg" style="background-image: url(uploads/2025-04-11/c006458f-aea9-442d-bea2-96f315deefce1744350032346.png);">
            </div>
        </div>

            <div class="app-home-enter">
                <div class="app-container">
                    <div class="app-head-main">
                        <div class="app-head-main-title">技术专题</div>
                        <div class="app-head-main-intro"><span>安全与智算并进，助力数智化转型</span></div>
                    </div>
                    <div>
                        <div class="icons" data-moup-carousel="{
              "slidesToShow": 6,
              "slidesToScroll": 1,
              "dots": false,
              "responsive": [{
                "breakpoint": 1200,
                "settings": {
                  "slidesToShow": 5
                }
              }, {
                "breakpoint": 1000,
                "settings": {
                  "slidesToShow": 4
                }
              }, {
                "breakpoint": 780,
                "settings": {
                  "slidesToShow": 3
                }
              }, {
                "breakpoint": 580,
                "settings": {
                  "slidesToShow": 2
                }
              }]
            }">
                                    <div>
                                        <a href="special/Localization.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/c90ec794-1c0c-4053-b54d-89f0bc6b137e1710987018983.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">国产化</div>
                                                    <div class="intro">关键核心技术国产化，保障网络空间安全</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/Data-security.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/c47c1808-423c-4e0a-af0d-333aa87c0ddf1710987102884.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">数据安全</div>
                                                    <div class="intro">保障数据生命周期使用过程中的安全可控</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/Industrial-Internet.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/960ee84e-04c0-41bb-af79-acc399c3c5391710987180422.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">工业互联网</div>
                                                    <div class="intro">共同建设工业互联网安全保障体系</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/IOV.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/c68f6117-59c4-4189-bcda-18a187f58d131710987271043.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">车联网</div>
                                                    <div class="intro">技术融合，协同联动，纵深防护</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/Big-data-security.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/8edad6b0-787d-4b0a-9f44-fe16930c2bb41710987403061.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">大数据</div>
                                                    <div class="intro">满足等保、行业以及客户对大数据平台的安全防护要求</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/IaaS.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/c597a786-c601-49fa-9955-61779d28d8481710987501638.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">智算云</div>
                                                    <div class="intro">值得信赖的云专家</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/Cloud-Security.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/3a60f43d-1e39-4915-af1a-013941c79fa31710987575865.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">云安全</div>
                                                    <div class="intro">助力用户构建云安全立体化防御体系</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/IOT.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/ed56bd45-3696-4693-94c6-454393c857ef1710987712210.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">物联网</div>
                                                    <div class="intro">构建层次化物联网安全防御能力</div>
                                            </div>
                                        </a>
                                    </div>
                                    <div>
                                        <a href="special/Zero-trust.html" data-icon3d-target="">
                                            <div class="icon">
                                                <div class="icon-3d" data-icon3d="30"
                                                     style="background-image: url('uploads/2024-03-21/c6ff91c6-cad3-4382-a1a1-90165a62042a1710987816897.png');"></div>
                                            </div>
                                            <div class="text">
                                                <div class="title">零信任</div>
                                                    <div class="intro">构建零信推断+可信推断的双体系安全框架</div>
                                            </div>
                                        </a>
                                    </div>
                        </div>
                    </div>
                </div>
            </div>

<div class="app-home-solution">
            <div class="app-container">
            <div class="app-head-main">
                <div class="app-head-main-title">覆盖全行业全场景的解决方案</div>
                <div class="app-head-main-intro">
                    <span>赋能客户快速构建立体化安全防御体系</span>
                </div>
            </div>
            <div>
                <div class="tabs">
                    <div class="lg-pc" style="width: 33.33%; padding: 10px; flex: 0 0 auto;">
                        <div class="tabs-content" style="width: 100%; height: 100%; padding: 0;">
                            <div class="items" data-target-content="solution-1">
                                        <div class="item">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/fb5039e2-7fc5-4154-a5df-a36f4a80d3b21646204384133.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">政府</h3>
                                                    <ul class="list">
                                                                <li><a href="solution/Procuratorate-Cloud-Computing.html">人民检察院云计算基础设施解决方案</a>
                                                                </li>
                                                                <li><a href="solution/Procuratorate-Desktop-Cloud.html">人民检察院桌面云解决方案</a>
                                                                </li>
                                                                <li><a href="solution/Court-Cloud-Computing.html">人民法院云计算基础设施解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="item">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/fb279bf6-f00d-4e28-ac73-ee91f36b428b1646206448308.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">运营商</h3>
                                                    <ul class="list">
                                                                <li><a href="solution/Telecom-Data-Security.html">电信运营商数据安全合规解决方案</a>
                                                                </li>
                                                                <li><a href="solution/Telecom-Cloud-Security.html">电信运营商云安全解决方案</a>
                                                                </li>
                                                                <li><a href="solution/Operator-Data-Security.html">运营商行业合规性解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="item">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/2d6652fe-a40e-45ed-9011-5788f3452a281646205243508.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">能源</h3>
                                                    <ul class="list">
                                                                <li><a href="solution/Enterprise-Cloud-Desktop.html">电力行业企业云桌面建设方案</a>
                                                                </li>
                                                                <li><a href="solution/Data-security.html">能源行业数据安全整体解决方案</a>
                                                                </li>
                                                                <li><a href="solution/TopHC-scheme.html">电厂监控信息系统超融合建设方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                        <div class="item">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/9244447a-2d30-4944-acca-abd8eb2aa8001646205748929.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">医疗卫生</h3>
                                                    <ul class="list">
                                                                <li><a href="solution/Hospital-GP2.html">医院等级保护2.0安全解决方案</a>
                                                                </li>
                                                                <li><a href="solution/Informationize-protection.html">医共体信息化安全防护解决方案</a>
                                                                </li>
                                                                <li><a href="solution/TopHC-Healthcare.html">基层医疗卫生机构超融合解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                            </div>
                        </div>
                    </div>
                    <div class="tabs-title">
                        <div class="inner">
                            <div class="item active" data-target="solution-1">
                                <div class="text">
                                    <div class="main">
                                        <div class="title">技术解决方案</div>
                                        <div class="intro">
                                            全国400余名安全顾问、行业专家，在行业、专题、新场景及体系化方案上不断完善与创新，持续输出前瞻性方案
                                        </div>
                                        <div class="tags is-icon">
                                                <div class="tag">
                                                    <a 
                                                            class="app-button"
                                                            href="/solution/Intelligent-Computing-Solutions"
                                                            target="_blank">
                                                        <svg viewBox="0 0 1024 1024"><path d="M671.35488 155.0336a40.96 40.96 0 0 1-31.88736 75.4688A326.51264 326.51264 0 0 0 512 204.8c-180.98176 0-327.68 146.69824-327.68 327.68s146.69824 327.68 327.68 327.68 327.68-146.69824 327.68-327.68a40.96 40.96 0 1 1 81.92 0c0 226.22208-183.37792 409.6-409.6 409.6S102.4 758.70208 102.4 532.48 285.77792 122.88 512 122.88c55.41888 0 109.3632 11.03872 159.35488 32.1536z" opacity="0.45"></path><path d="M386.835786 419.779358m28.963093 28.963094l144.815469 144.815469q28.963094 28.963094 0 57.926187l0 0q-28.963094 28.963094-57.926187 0l-144.815469-144.815469q-28.963094-28.963094 0-57.926187l0 0q28.963094-28.963094 57.926187 0Z"></path><path d="M851.463949 361.759518m-28.963093 28.963094l-260.667844 260.667844q-28.963094 28.963094-57.926188 0l0 0q-28.963094-28.963094 0-57.926188l260.667844-260.667844q28.963094-28.963094 57.926188 0l0 0q28.963094 28.963094 0 57.926188Z"></path></svg>
                                                        <span>智算基础设施建设解决方案</span>
                                                    </a>
                                                </div>
                                                <div class="tag">
                                                    <a 
                                                            class="app-button"
                                                            href="solution/TopEC.html"
                                                            target="_blank">
                                                        <svg viewBox="0 0 1024 1024"><path d="M671.35488 155.0336a40.96 40.96 0 0 1-31.88736 75.4688A326.51264 326.51264 0 0 0 512 204.8c-180.98176 0-327.68 146.69824-327.68 327.68s146.69824 327.68 327.68 327.68 327.68-146.69824 327.68-327.68a40.96 40.96 0 1 1 81.92 0c0 226.22208-183.37792 409.6-409.6 409.6S102.4 758.70208 102.4 532.48 285.77792 122.88 512 122.88c55.41888 0 109.3632 11.03872 159.35488 32.1536z" opacity="0.45"></path><path d="M386.835786 419.779358m28.963093 28.963094l144.815469 144.815469q28.963094 28.963094 0 57.926187l0 0q-28.963094 28.963094-57.926187 0l-144.815469-144.815469q-28.963094-28.963094 0-57.926187l0 0q28.963094-28.963094 57.926187 0Z"></path><path d="M851.463949 361.759518m-28.963093 28.963094l-260.667844 260.667844q-28.963094 28.963094-57.926188 0l0 0q-28.963094-28.963094 0-57.926188l260.667844-260.667844q28.963094-28.963094 57.926188 0l0 0q28.963094 28.963094 0 57.926188Z"></path></svg>
                                                        <span>AC米兰中文官方网站太行云解决方案</span>
                                                    </a>
                                                </div>
                                                <div class="tag">
                                                    <a 
                                                            class="app-button"
                                                            href="/solution/Cloud-security-defen"
                                                            target="_blank">
                                                        <svg viewBox="0 0 1024 1024"><path d="M671.35488 155.0336a40.96 40.96 0 0 1-31.88736 75.4688A326.51264 326.51264 0 0 0 512 204.8c-180.98176 0-327.68 146.69824-327.68 327.68s146.69824 327.68 327.68 327.68 327.68-146.69824 327.68-327.68a40.96 40.96 0 1 1 81.92 0c0 226.22208-183.37792 409.6-409.6 409.6S102.4 758.70208 102.4 532.48 285.77792 122.88 512 122.88c55.41888 0 109.3632 11.03872 159.35488 32.1536z" opacity="0.45"></path><path d="M386.835786 419.779358m28.963093 28.963094l144.815469 144.815469q28.963094 28.963094 0 57.926187l0 0q-28.963094 28.963094-57.926187 0l-144.815469-144.815469q-28.963094-28.963094 0-57.926187l0 0q28.963094-28.963094 57.926187 0Z"></path><path d="M851.463949 361.759518m-28.963093 28.963094l-260.667844 260.667844q-28.963094 28.963094-57.926188 0l0 0q-28.963094-28.963094 0-57.926188l260.667844-260.667844q28.963094-28.963094 57.926188 0l0 0q28.963094 28.963094 0 57.926188Z"></path></svg>
                                                        <span>云安全纵深防御方案</span>
                                                    </a>
                                                </div>
                                                <div class="tag">
                                                    <a 
                                                            class="app-button"
                                                            href="solution/Terminal-security.html"
                                                            target="_blank">
                                                        <svg viewBox="0 0 1024 1024"><path d="M671.35488 155.0336a40.96 40.96 0 0 1-31.88736 75.4688A326.51264 326.51264 0 0 0 512 204.8c-180.98176 0-327.68 146.69824-327.68 327.68s146.69824 327.68 327.68 327.68 327.68-146.69824 327.68-327.68a40.96 40.96 0 1 1 81.92 0c0 226.22208-183.37792 409.6-409.6 409.6S102.4 758.70208 102.4 532.48 285.77792 122.88 512 122.88c55.41888 0 109.3632 11.03872 159.35488 32.1536z" opacity="0.45"></path><path d="M386.835786 419.779358m28.963093 28.963094l144.815469 144.815469q28.963094 28.963094 0 57.926187l0 0q-28.963094 28.963094-57.926187 0l-144.815469-144.815469q-28.963094-28.963094 0-57.926187l0 0q28.963094-28.963094 57.926187 0Z"></path><path d="M851.463949 361.759518m-28.963093 28.963094l-260.667844 260.667844q-28.963094 28.963094-57.926188 0l0 0q-28.963094-28.963094 0-57.926188l260.667844-260.667844q28.963094-28.963094 57.926188 0l0 0q28.963094 28.963094 0 57.926188Z"></path></svg>
                                                        <span>终端安全解决方案</span>
                                                    </a>
                                                </div>
                                                <div class="tag">
                                                    <a 
                                                            class="app-button"
                                                            href="solution/IVO-Security.html"
                                                            target="_blank">
                                                        <svg viewBox="0 0 1024 1024"><path d="M671.35488 155.0336a40.96 40.96 0 0 1-31.88736 75.4688A326.51264 326.51264 0 0 0 512 204.8c-180.98176 0-327.68 146.69824-327.68 327.68s146.69824 327.68 327.68 327.68 327.68-146.69824 327.68-327.68a40.96 40.96 0 1 1 81.92 0c0 226.22208-183.37792 409.6-409.6 409.6S102.4 758.70208 102.4 532.48 285.77792 122.88 512 122.88c55.41888 0 109.3632 11.03872 159.35488 32.1536z" opacity="0.45"></path><path d="M386.835786 419.779358m28.963093 28.963094l144.815469 144.815469q28.963094 28.963094 0 57.926187l0 0q-28.963094 28.963094-57.926187 0l-144.815469-144.815469q-28.963094-28.963094 0-57.926187l0 0q28.963094-28.963094 57.926187 0Z"></path><path d="M851.463949 361.759518m-28.963093 28.963094l-260.667844 260.667844q-28.963094 28.963094-57.926188 0l0 0q-28.963094-28.963094 0-57.926188l260.667844-260.667844q28.963094-28.963094 57.926188 0l0 0q28.963094 28.963094 0 57.926188Z"></path></svg>
                                                        <span>车联网安全解决方案</span>
                                                    </a>
                                                </div>
                                        </div>
                                    </div>
                                    <div class="more">
                                        <a href="solutions.html">查看更多解决方案</a>
                                    </div>
                                </div>
                                <div class="icon"><img src="uploads/2024-03-21/9547ca42-a551-4d8b-8f48-568bc65617801710988378949.png"></div>
                            </div>
                        </div>
                    </div>
                    <div class="lg-pc" style="width: 33.33%; padding: 10px; flex: 0 0 auto;">
                        <div class="tabs-content" style="width: 100%; height: 100%; padding: 0;">
                            <div class="items" data-target-content="solution-1">
                                            <div class="item">
                                                <div class="inner" data-icon3d-target="">
                                                        <div class="icon">
                                                            <div class="icon-inner">
                                                                <div class="icon-3d" data-icon3d="11"
                                                                    style="background-image: url(uploads/2022-03-02/084ae134-f0d3-4fde-9d7d-17acd01c23ac1646209492627.png);"></div>
                                                            </div>
                                                        </div>
                                                    <div class="main">
                                                        <h3 class="title">教育</h3>
                                                        <ul class="list">
                                                                    <li>
                                                                        <a href="solution/University-Private-Cloud.html">高校私有云数据中心建设解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/University-GP2.html">高校等级保护2.0安全解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Campus-TopHC.html">智慧校园超融合解决方案</a>
                                                                    </li>
                                                        </ul>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="item">
                                                <div class="inner" data-icon3d-target="">
                                                        <div class="icon">
                                                            <div class="icon-inner">
                                                                <div class="icon-3d" data-icon3d="11"
                                                                    style="background-image: url(uploads/2022-03-02/d1d505c0-0b4d-4f0e-8d7e-eea24baf77381646207808086.png);"></div>
                                                            </div>
                                                        </div>
                                                    <div class="main">
                                                        <h3 class="title">金融</h3>
                                                        <ul class="list">
                                                                    <li>
                                                                        <a href="solution/Financial-GP.html">金融机构等级保护安全解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Financial-DS-governance.html">金融机构数据安全治理解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Financial-security-operation.html">金融机构安全运营中心解决方案</a>
                                                                    </li>
                                                        </ul>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="item">
                                                <div class="inner" data-icon3d-target="">
                                                        <div class="icon">
                                                            <div class="icon-inner">
                                                                <div class="icon-3d" data-icon3d="11"
                                                                    style="background-image: url(uploads/2022-03-02/dfebf581-a064-4e4d-b6dc-5c605980a3b41646205500893.png);"></div>
                                                            </div>
                                                        </div>
                                                    <div class="main">
                                                        <h3 class="title">交通</h3>
                                                        <ul class="list">
                                                                    <li>
                                                                        <a href="solution/Railway-NS.html">铁路站段网络安全合规解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Airport-NS.html">智慧机场网络安全解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Traffic-NS.html">城市轨道交通云平台网络安全解决方案</a>
                                                                    </li>
                                                        </ul>
                                                    </div>
                                                </div>
                                            </div>
                                            <div class="item">
                                                <div class="inner" data-icon3d-target="">
                                                        <div class="icon">
                                                            <div class="icon-inner">
                                                                <div class="icon-3d" data-icon3d="11"
                                                                    style="background-image: url(uploads/2022-03-02/1de75be5-e8ea-46fc-b5c5-137c2c5790dd1646204023046.png);"></div>
                                                            </div>
                                                        </div>
                                                    <div class="main">
                                                        <h3 class="title">烟草</h3>
                                                        <ul class="list">
                                                                    <li>
                                                                        <a href="solution/Tobacco-Data-Security.html">烟草公司敏感数据安全流转解决方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Cigarette-Factory-IPC.html">卷烟厂生产场景全覆盖下的新型工业控制系统网络安全体系建设方案</a>
                                                                    </li>
                                                                    <li>
                                                                        <a href="solution/Industrial-afety.html">烟草物流中心工控安全解决方案</a>
                                                                    </li>
                                                        </ul>
                                                    </div>
                                                </div>
                                            </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="lg-m" style="margin-top: 30px;">
                    <div 
                        class="mobile-carousel"
                        data-moup-carousel="{
                            "infinite": true,
                            "dots": true,
                            "arrows": false,
                            "slidesToShow": 2
                        }"
                    >
                            <div class="tabs-content">
                                <div class="items" style="display: block;">
                                    <div class="item" style="height: 100%;">
                                        <div class="inner" data-icon3d-target="">
                                                <div class="icon">
                                                    <div class="icon-inner">
                                                        <div class="icon-3d" data-icon3d="11"
                                                            style="background-image: url(uploads/2022-03-02/fb5039e2-7fc5-4154-a5df-a36f4a80d3b21646204384133.png);"></div>
                                                    </div>
                                                </div>
                                            <div class="main">
                                                <h3 class="title">政府</h3>
                                                <ul class="list">
                                                            <li><a href="solution/Procuratorate-Cloud-Computing.html">人民检察院云计算基础设施解决方案</a>
                                                            </li>
                                                            <li><a href="solution/Procuratorate-Desktop-Cloud.html">人民检察院桌面云解决方案</a>
                                                            </li>
                                                            <li><a href="solution/Court-Cloud-Computing.html">人民法院云计算基础设施解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="tabs-content">
                                <div class="items" style="display: block;">
                                    <div class="item" style="height: 100%;">
                                        <div class="inner" data-icon3d-target="">
                                                <div class="icon">
                                                    <div class="icon-inner">
                                                        <div class="icon-3d" data-icon3d="11"
                                                            style="background-image: url(uploads/2022-03-02/fb279bf6-f00d-4e28-ac73-ee91f36b428b1646206448308.png);"></div>
                                                    </div>
                                                </div>
                                            <div class="main">
                                                <h3 class="title">运营商</h3>
                                                <ul class="list">
                                                            <li><a href="solution/Telecom-Data-Security.html">电信运营商数据安全合规解决方案</a>
                                                            </li>
                                                            <li><a href="solution/Telecom-Cloud-Security.html">电信运营商云安全解决方案</a>
                                                            </li>
                                                            <li><a href="solution/Operator-Data-Security.html">运营商行业合规性解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="tabs-content">
                                <div class="items" style="display: block;">
                                    <div class="item" style="height: 100%;">
                                        <div class="inner" data-icon3d-target="">
                                                <div class="icon">
                                                    <div class="icon-inner">
                                                        <div class="icon-3d" data-icon3d="11"
                                                            style="background-image: url(uploads/2022-03-02/2d6652fe-a40e-45ed-9011-5788f3452a281646205243508.png);"></div>
                                                    </div>
                                                </div>
                                            <div class="main">
                                                <h3 class="title">能源</h3>
                                                <ul class="list">
                                                            <li><a href="solution/Enterprise-Cloud-Desktop.html">电力行业企业云桌面建设方案</a>
                                                            </li>
                                                            <li><a href="solution/Data-security.html">能源行业数据安全整体解决方案</a>
                                                            </li>
                                                            <li><a href="solution/TopHC-scheme.html">电厂监控信息系统超融合建设方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="tabs-content">
                                <div class="items" style="display: block;">
                                    <div class="item" style="height: 100%;">
                                        <div class="inner" data-icon3d-target="">
                                                <div class="icon">
                                                    <div class="icon-inner">
                                                        <div class="icon-3d" data-icon3d="11"
                                                            style="background-image: url(uploads/2022-03-02/9244447a-2d30-4944-acca-abd8eb2aa8001646205748929.png);"></div>
                                                    </div>
                                                </div>
                                            <div class="main">
                                                <h3 class="title">医疗卫生</h3>
                                                <ul class="list">
                                                            <li><a href="solution/Hospital-GP2.html">医院等级保护2.0安全解决方案</a>
                                                            </li>
                                                            <li><a href="solution/Informationize-protection.html">医共体信息化安全防护解决方案</a>
                                                            </li>
                                                            <li><a href="solution/TopHC-Healthcare.html">基层医疗卫生机构超融合解决方案</a>
                                                            </li>
                                                </ul>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                                <div class="tabs-content">
                                    <div class="items" style="display: block;">
                                        <div class="item" style="height: 100%;">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/084ae134-f0d3-4fde-9d7d-17acd01c23ac1646209492627.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">教育</h3>
                                                    <ul class="list">
                                                                <li>
                                                                    <a href="solution/University-Private-Cloud.html">高校私有云数据中心建设解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/University-GP2.html">高校等级保护2.0安全解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Campus-TopHC.html">智慧校园超融合解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="tabs-content">
                                    <div class="items" style="display: block;">
                                        <div class="item" style="height: 100%;">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/d1d505c0-0b4d-4f0e-8d7e-eea24baf77381646207808086.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">金融</h3>
                                                    <ul class="list">
                                                                <li>
                                                                    <a href="solution/Financial-GP.html">金融机构等级保护安全解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Financial-DS-governance.html">金融机构数据安全治理解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Financial-security-operation.html">金融机构安全运营中心解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="tabs-content">
                                    <div class="items" style="display: block;">
                                        <div class="item" style="height: 100%;">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/dfebf581-a064-4e4d-b6dc-5c605980a3b41646205500893.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">交通</h3>
                                                    <ul class="list">
                                                                <li>
                                                                    <a href="solution/Railway-NS.html">铁路站段网络安全合规解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Airport-NS.html">智慧机场网络安全解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Traffic-NS.html">城市轨道交通云平台网络安全解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="tabs-content">
                                    <div class="items" style="display: block;">
                                        <div class="item" style="height: 100%;">
                                            <div class="inner" data-icon3d-target="">
                                                    <div class="icon">
                                                        <div class="icon-inner">
                                                            <div class="icon-3d" data-icon3d="11"
                                                                style="background-image: url(uploads/2022-03-02/1de75be5-e8ea-46fc-b5c5-137c2c5790dd1646204023046.png);"></div>
                                                        </div>
                                                    </div>
                                                <div class="main">
                                                    <h3 class="title">烟草</h3>
                                                    <ul class="list">
                                                                <li>
                                                                    <a href="solution/Tobacco-Data-Security.html">烟草公司敏感数据安全流转解决方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Cigarette-Factory-IPC.html">卷烟厂生产场景全覆盖下的新型工业控制系统网络安全体系建设方案</a>
                                                                </li>
                                                                <li>
                                                                    <a href="solution/Industrial-afety.html">烟草物流中心工控安全解决方案</a>
                                                                </li>
                                                    </ul>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                    </div>
                </div>
            </div>
        </div>
</div>

        <div class="app-home-strength app-page-interlaced">
                <div class="app-container">
                    <div class="app-head-main">
                        <div class="app-head-main-title">为每一位客户提供高品质的服务</div>
                        <div class="app-head-main-intro">
                            <span>拥有完备的安全服务体系、权威的安全服务资质和专业化安全服务团队</span>
                        </div>
                    </div>
                    <div>
                        <div class="wrap">
                            <div class="image">
                                <div class="pic">
                                    <img src="uploads/2023-08-25/cc37e2a1-7438-40aa-a52f-080efed6102d1692928379784.png">
                                </div>
                            </div>
                            <div class="numbers">
                                 <div class="inner">
                                     <div class="item">
                                        <div class="num"><span
                                                    data-countup="">2800</span><sup>+</sup>
                                        </div>
                                        <div class="intro">专利</div>
                                    </div>
                                    <div class="item">
                                        <div class="num"><span data-countup="">500</span><sup>+</sup>
                                        </div>
                                        <div class="intro">参编标准</div>
                                    </div>
                                    <div class="item">
                                        <div class="num"><span
                                                    data-countup="">100000</span><sup>+</sup>
                                        </div>
                                        <div class="intro">服务客户</div>
                                    </div>
                                    <div class="item">
                                        <div class="num"><span
                                                    data-countup="">90</span><sup>+</sup>
                                        </div>
                                        <div class="intro">分支机构</div>
                                    </div>
                                   
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
        </div>

            <div class="app-home-partners">
                <div class="app-container">
                    <div class="app-head-main">
                        <div class="app-head-main-title">携手共筑安全网络新生态</div>
                        <div class="app-head-main-intro"><span></span>
                        </div>
                    </div>
                    <div>
                        <div class="app-home-partners-wrap">
                                <div class="app-home-partners-column">
                                    <div class="item">
                                        <div class="logo"><img src="uploads/2024-04-10/2def8973-d28a-4438-a097-f4e4274455321712733628385.png"></div>
                                        <div class="content">
                                            <div class="intro">
                                                获中国电科战略入股，携手服务国家安全。

                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="app-home-partners-column">
                                    <div class="item">
                                        <div class="logo"><img src="uploads/2024-04-10/fe6cb6c8-25ba-460f-96b5-b774259d40511712733645845.jpg"></div>
                                        <div class="content">
                                            <div class="intro">
                                                与腾讯云深度合作，携手保障产业互联网安全。
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="app-home-partners-column">
                                    <div class="item">
                                        <div class="logo"><img src="uploads/2024-04-10/e587a4e4-70ff-4772-93b1-ae966a4fac731712733658520.png"></div>
                                        <div class="content">
                                            <div class="intro">
                                                与浪潮集团签署战略合作，实现信息化安全领域强强联合。
                                            </div>
                                        </div>
                                    </div>
                                </div>
                        </div>
                        <div class="sm-pc pcHeight" style="margin-top: 40px;">
                            <div data-moup-carousel="{
                                "infinite": false,
                                "dots": true,
                                "arrows": false
                            }">
                                        <div>
                                        <div class="app-home-partners-wrap">
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/f7506937-672c-4303-95b8-fa9321358cb11712733711663.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/a03dd354-389e-4d7c-964e-a632138372951712732402280.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/5b4dc4a0-5d1d-48cc-a5d6-daee4b222af01712732413579.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-03/0e069eb8-7871-443c-a033-cb0c03dcc4c21712134977475.png);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/6d62e48b-bd81-491e-94c9-7bee531848a61712732440531.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/d8a8f030-8c9e-4ad0-bbdf-ce5e790320f31712732451086.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/c023c3ac-24f0-45c1-bf03-83dd6531678d1712732465999.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/db58a5ed-5e05-410d-b9d0-431152ff8a9c1712732479236.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/0fd86516-c541-4d63-870f-955fe2fb0fec1712732487824.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-10-14/073959f3-2a71-4e9d-9e66-1032024049791728888174946.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-04-10/81ba2b1b-0e99-4b46-9ae8-b309c33396b91712732514267.jpg);"></div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-grid">
                                        <div class="item">
                                            <div class="image"
                                                style="background-image: url(uploads/2024-01-29/0e6f8a2f-baf8-475f-adb9-5e7800c455201706518434881.png);"></div>
                                        </div>
                                    </div>
                                        </div>
                                        </div>
                            </div>
                        </div>
                        <div class="sm-m" style="margin-top: 30px;">
                            <div 
                                class="mobile-carousel w-60 visible"
                                data-moup-carousel="{
                                    "infinite": true,
                                    "dots": true,
                                    "arrows": false,
                                    "variableWidth": true,
                                    "centerMode": true
                                }"
                            >
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/f7506937-672c-4303-95b8-fa9321358cb11712733711663.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/a03dd354-389e-4d7c-964e-a632138372951712732402280.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/5b4dc4a0-5d1d-48cc-a5d6-daee4b222af01712732413579.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-03/0e069eb8-7871-443c-a033-cb0c03dcc4c21712134977475.png);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/6d62e48b-bd81-491e-94c9-7bee531848a61712732440531.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/d8a8f030-8c9e-4ad0-bbdf-ce5e790320f31712732451086.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/c023c3ac-24f0-45c1-bf03-83dd6531678d1712732465999.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/db58a5ed-5e05-410d-b9d0-431152ff8a9c1712732479236.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/0fd86516-c541-4d63-870f-955fe2fb0fec1712732487824.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-10-14/073959f3-2a71-4e9d-9e66-1032024049791728888174946.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-04-10/81ba2b1b-0e99-4b46-9ae8-b309c33396b91712732514267.jpg);"></div>
                                            </div>
                                        </div>
                                    </div>
                                    <div class="app-home-partners-wrap">
                                        <div class="app-home-partners-grid">
                                            <div class="item">
                                                <div class="image"
                                                    style="background-image: url(uploads/2024-01-29/0e6f8a2f-baf8-475f-adb9-5e7800c455201706518434881.png);"></div>
                                            </div>
                                        </div>
                                    </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
    </div>
</div>
    <div class="app-footer">
        <div class="app-footer-main">
            <div class="app-container">
                <div class="aside">
                    <div class="logo"><img src="uploads/2022-12-21/0e96bf48-7f42-4814-b2ae-ac84d407a4ac1671596272398.jpg" alt="AC米兰中文官方网站"/></div>
                    <div class="menu">
                        <span class="item"><a target="_blank" href="productx.html">产品中心</a></span>
                        <span class="item"><a target="_blank" href="solutions.html">方案中心</a></span>
                        <span class="item"><a target="_blank" href="https://tzzgx.topsec.com.cn/">投资者关系</a></span>
                    </div>
                </div>
                <div class="menus">
                            <menu>
                                <h3>品牌动态</h3>
                                <ul>
                                        <li><a target=""
                                               href="Cybersecurity-Week.html">网络安全宣传周</a></li>
                                        <li><a target=""
                                               href="Partner-Conference.html">合作伙伴大会</a></li>
                                        <li><a target=""
                                               href="WIC.html">世界互联网大会</a></li>
                                </ul>
                            </menu>
                            <menu>
                                <h3>产品方案</h3>
                                <ul>
                                        <li><a target=""
                                               href="productx.html">产品服务</a></li>
                                        <li><a target=""
                                               href="solutions.html">解决方案</a></li>
                                </ul>
                            </menu>
                            <menu>
                                <h3>技术支持</h3>
                                <ul>
                                        <li><a target=""
                                               href="support.html">售后支持</a></li>
                                        <li><a target=""
                                               href="page/1178.html">服务政策</a></li>
                                </ul>
                            </menu>
                            <menu>
                                <h3>如何购买</h3>
                                <ul>
                                        <li><a target=""
                                               href="contact.html">售前咨询</a></li>
                                </ul>
                            </menu>
                            <menu>
                                <h3>安全研究</h3>
                                <ul>
                                        <li><a target=""
                                               href="lab/Frontier-Research-Center.html">前沿安全研究中心</a></li>
                                        <li><a target=""
                                               href="post.html">前沿洞察</a></li>
                                </ul>
                            </menu>
                            <menu>
                                <h3>关于AC米兰中文官方网站</h3>
                                <ul>
                                        <li><a target=""
                                               href="about.html">公司介绍</a></li>
                                        <li><a target=""
                                               href="brand.html">品牌故事</a></li>
                                        <li><a target=""
                                               href="news.html">新闻中心</a></li>
                                        <li><a target=""
                                               href="contact.html">联系我们</a></li>
                                </ul>
                            </menu>
                </div>
            </div>
        </div>
        <div class="app-footer-bottom">
            <div class="app-container">
                <div class="menus">
                            <dl>
                                <dt>热门产品</dt>
                                <dd>
                                        <a href="products/AI-Computing-Cloud.html">智算云平台</a>
                                        <a href="products/TopNGFW.html">AC米兰中文官方网站防火墙</a>
                                        <a href="products/Adaptive-security-defense.html">自适应安全防御</a>
                                        <a href="products/Terminal-DLP.html">终端数据防泄漏</a>
                                        <a href="products/Industrial-shooting-range.html">工业安全靶场</a>
                                </dd>
                            </dl>
                            <dl>
                                <dt>热门方案</dt>
                                <dd>
                                        <a href="solution/Intelligent-Computing-Solution.html">智算基础设施建设解决方案</a>
                                        <a href="solution/TopEC.html">AC米兰中文官方网站太行云解决方案</a>
                                        <a href="solution/IVO-Security.html">车联网安全解决方案</a>
                                        <a href="solution/Cloud-security-defense.html">云安全纵深防御解决方案</a>
                                        <a href="solution/IoT-Security.html">物联网安全解决方案</a>
                                </dd>
                            </dl>
                            <dl>
                                <dt>经典场景</dt>
                                <dd>
                                        <a href="solution/ITFIN-NS.html">互联网金融业务安全</a>
                                        <a href="solution/Data-security.html">能源行业数据安全</a>
                                        <a href="solution/Enterprise-Park-NS.html">园区网络安全建设</a>
                                        <a href="solution/Campus-TopHC.html">智慧校园超融合</a>
                                        <a href="solution/Hospital-situation-analysis.html">医院态势分析与安全运营</a>
                                </dd>
                            </dl>
                            <dl>
                                <dt>更多推荐</dt>
                                <dd>
                                        <a href="special/Data-security.html">数据安全</a>
                                        <a href="special/IaaS.html">云计算</a>
                                        <a href="solution/TopEC.html">AC米兰中文官方网站太行云</a>
                                        <a href="special/Localization.html">国产化</a>
                                        <a href="special/Industrial-Internet.html">工业互联网</a>
                                        <a href="Artificial-Intelligence.html">AI+安全</a>
                                        <a href="Network-Attack-Defense.html">实网攻防</a>
                                        <a href="special/Security-Operation.html">安全运营</a>
                                </dd>
                            </dl>
                </div>
                    <!---<div class="contact">
                        <div class="icons">
                            <a href="javascript:void(0);" class="icon active" data-qrcode='{
              "image": "/uploads/2022-02-24/b562095b-d844-455e-a81a-4553d1dadf111645667672637.jpg",
              "text": "AC米兰中文官方网站微信公众号"
            }'>
                                <svg viewBox="0 0 1024 1024">
                                    <path d="M664.250054 368.541681c10.015098 0 19.892049 0.732687 29.67281 1.795902-26.647917-122.810047-159.358451-214.077703-310.826188-214.077703-169.353083 0-308.085774 114.232694-308.085774 259.274068 0 83.708494 46.165436 152.460344 123.281791 205.78483l-30.80868 91.730191 107.688651-53.455469c38.558178 7.53665 69.459978 15.308661 107.924012 15.308661 9.66308 0 19.230993-0.470721 28.752858-1.225921-6.025227-20.36584-9.521864-41.723264-9.521864-63.862493C402.328693 476.632491 517.908058 368.541681 664.250054 368.541681zM498.62897 285.87389c23.200398 0 38.557154 15.120372 38.557154 38.061874 0 22.846334-15.356756 38.156018-38.557154 38.156018-23.107277 0-46.260603-15.309684-46.260603-38.156018C452.368366 300.994262 475.522716 285.87389 498.62897 285.87389zM283.016307 362.090758c-23.107277 0-46.402843-15.309684-46.402843-38.156018 0-22.941502 23.295566-38.061874 46.402843-38.061874 23.081695 0 38.46301 15.120372 38.46301 38.061874C321.479317 346.782098 306.098002 362.090758 283.016307 362.090758zM945.448458 606.151333c0-121.888048-123.258255-221.236753-261.683954-221.236753-146.57838 0-262.015505 99.348706-262.015505 221.236753 0 122.06508 115.437126 221.200938 262.015505 221.200938 30.66644 0 61.617359-7.609305 92.423993-15.262612l84.513836 45.786813-23.178909-76.17082C899.379213 735.776599 945.448458 674.90216 945.448458 606.151333zM598.803483 567.994292c-15.332197 0-30.807656-15.096836-30.807656-30.501688 0-15.190981 15.47546-30.477129 30.807656-30.477129 23.295566 0 38.558178 15.286148 38.558178 30.477129C637.361661 552.897456 622.099049 567.994292 598.803483 567.994292zM768.25071 567.994292c-15.213493 0-30.594809-15.096836-30.594809-30.501688 0-15.190981 15.381315-30.477129 30.594809-30.477129 23.107277 0 38.558178 15.286148 38.558178 30.477129C806.808888 552.897456 791.357987 567.994292 768.25071 567.994292z"></path>
                                </svg>
                            </a>
                            <a  target="_blank"  href="https://weibo.com/tianrongxin" class="icon">
                                <svg viewBox="0 0 1024 1024">
                                    <path d="M726.973608 502.538511c-34.789341-6.760984-17.886369-25.464975-17.886369-25.464975s34.026978-56.002478-6.706749-96.79044c-50.495044-50.439786-173.186388 6.434549-173.186388 6.434549-46.827515 14.559601-34.408671-6.598278-27.810393-42.697451 0-42.424228-14.518668-114.294093-139.309836-71.815629-124.709303 42.642193-231.751225 192.216813-231.751225 192.216813-74.487481 99.298564-64.591087 176.076204-64.591087 176.076204 18.567891 169.477926 198.678992 216.046544 338.765517 227.061412 147.380652 11.615549 346.304214-50.821479 406.614811-178.911786C871.422488 560.284703 761.818207 509.518482 726.973608 502.538511L726.973608 502.538511zM415.431106 819.736826c-146.275481 6.816243-264.550235-66.526159-264.550235-164.188456 0-97.716532 118.274754-176.13044 264.550235-182.838212 146.425907-6.760984 264.919648 53.602825 264.919648 151.101393C680.350754 721.474872 561.803801 813.084313 415.431106 819.736826L415.431106 819.736826zM415.431106 819.736826"></path>
                                    <path d="M386.285299 537.055652c-147.202597 17.231453-130.162502 155.082054-130.162502 155.082054s-1.526773 43.678802 39.452547 65.872267c86.102007 46.622854 174.74079 18.376533 219.550345-39.479153C559.94957 660.729369 533.611715 519.988951 386.285299 537.055652L386.285299 537.055652zM349.15054 730.527039c-27.482935 3.27151-49.622164-12.596899-49.622164-35.552727 0-22.902616 19.657712-46.895053 47.140647-49.785893 31.573089-2.944052 52.103682 15.268752 52.103682 38.225603C398.772704 706.261379 376.469746 727.419258 349.15054 730.527039L349.15054 730.527039zM435.853228 656.69345c-9.296737 6.925736-20.775162 5.944386-25.656333-2.399653-5.15337-8.124028-3.217275-21.157879 6.216585-27.974122 10.906397-8.124028 22.221094-5.779633 27.1565 2.345418C448.503339 636.953873 444.959629 649.495514 435.853228 656.69345L435.853228 656.69345zM435.853228 656.69345"></path>
                                    <path d="M798.625508 442.882829c11.83249 0 21.921265-8.723685 23.610744-20.230764 0.217964-0.817622 0.327458-1.581008 0.327458-2.562359 17.994839-161.571862-132.398426-133.76147-132.398426-133.76147-13.360286 0-24.047696 10.796904-24.047696 24.26566 0 13.249769 10.68741 24.047696 24.047696 24.047696 108.023272-23.829731 84.193541 84.192517 84.193541 84.192517C774.359848 432.19542 785.210987 442.882829 798.625508 442.882829L798.625508 442.882829zM798.625508 442.882829"></path>
                                    <path d="M781.066597 160.855548c-51.966559-12.215206-105.405655-1.744737-120.401184 1.14508-1.199315 0.10847-2.290159 1.199315-3.325745 1.417279-0.490164 0.109494-0.87288 0.654916-0.87288 0.654916-14.72333 4.199649-25.520233 17.831111-25.520233 34.026978 0 19.249413 15.595186 35.062564 35.063587 35.062564 0 0 18.920932-2.508123 31.736818-7.579629 12.759605-5.125741 120.401184-3.815909 173.895539 86.047772 29.227672 65.545832 12.868075 109.387339 10.796904 116.475781 0 0-6.925736 17.013489-6.925736 33.80799 0 19.357883 15.595186 31.518854 34.95307 31.518854 16.140609 0 29.718859-2.181689 33.69952-29.556153l0.217964 0C1001.802954 272.532023 874.149599 182.557826 781.066597 160.855548L781.066597 160.855548zM781.066597 160.855548"></path>
                                </svg>
                            </a>
                            <a href="mailto:servicing@topsec.com.cn" class="icon">
                                <svg viewBox="0 0 1024 1024">
                                    <path d="M149.6 171.8h691.9c47.2 0 85.9 37.7 86.5 83.9L495.7 493 63.5 256c0.4-46.4 38.8-84.2 86.1-84.2z m-86.1 175l-0.4 419.6c0 46.7 38.9 84.9 86.5 84.9h691.9c47.6 0 86.5-38.2 86.5-84.9V346.6L505.9 572.8c-6.5 3.5-14.3 3.5-20.7 0l-421.7-226z"></path>
                                </svg>
                            </a>
                        </div>
                    </div>--->
            </div>
        </div>
        <div class="copy-logo-box">
            <div class="app-container">
                <div>版权所有©AC米兰中文官方网站  保留一切权利&nbsp;&nbsp;</div>
                <div style="display:flex;align-items:center;">
                    <a style="color:#fff;" href="https://beian.miit.gov.cn/" target="_blank">京ICP备14054397号-1</a>
                    <img style="height:18px;margin:0 5px;width:18px;" src="static/images/gongan.png">
                    <a style="color:#fff;" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802026257" target="_blank">
                    京公网安备 11010802026257号
                    </a>
                </div>
            </div>
        </div>
    </div>
    <div class="app-modal" data-modal="video">
        <div class="app-modal-mask" data-modal-close="video">
            <div class="app-modal-inner">
                <div class="app-modal-box">
                    <div class="app-modal-box-body video-content">
                    </div>
                </div>
            </div>
        </div>
    </div>
<script defer src="/static/js/manifest259d.js?952abe93"></script>
<script defer src="/static/js/vendord5bc.js?d5ea836d"></script>
<script defer src="/static/js/common2ce0.js?36a01d23"></script>

<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "../hm.baidu.com/hm873f.js?7b7fc02b85d328309c7cd6aabe1f5dd8";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
  
    
})();
 var left = document.getElementById("left");
  var right = document.getElementById("right");
 function closeImg(){
         left.style.display = 'none';
          right.style.display = 'none';
    }


function setupDarkModeListener() {
  const mediaQueryList = window.matchMedia('(prefers-color-scheme: dark)');
  const handleColorSchemeChange = (e) => {
    if (e.matches) {
      console.log('暗黑模式已启用');
    } else {
      console.log('暗黑模式未启用');
    }
  };

  mediaQueryList.addEventListener('change', handleColorSchemeChange);
  handleColorSchemeChange(mediaQueryList); // 初始状态
}

setupDarkModeListener();
</script>
<script>
//产品服务nav样式
if (window.innerWidth > 800) {
    var elements = document.querySelectorAll('.header-color');
 
    // 遍历所有匹配的元素并获取它们的内容
    elements.forEach(function(element) {
        var content = element.textContent; // 获取文本内容
        if(element.innerHTML=="工业安全"){
            console.log(element);
            console.log(elements);
            element.parentElement.parentElement.parentElement.style.width="50%";
            element.parentElement.parentElement.parentElement.querySelectorAll('li').forEach(function(li) {
                li.style.width = "50%";
                li.style.float = "left";
            });
            element.parentElement.parentElement.parentElement.querySelectorAll('li')[1].style.float="right";
            element.parentElement.parentElement.parentElement.querySelectorAll('li')[1].style["margin-top"]="0";
        }
        
    });
} 
</script>

    <script defer src="/static/js/indexaee5.js?f83230ca"></script>

    <script>
    var close = document.getElementById("close");
    var model = document.getElementById("model");
    function closeModel(){
        model.style.display = "none";
    }
    </script>
<script type="text/javascript" charset="utf-8" src="../gate.looyu.com/10021/133871.html"></script>
<script type="text/javascript" src="/static/lib/jquery-1.12.4.min.js"></script>

<!------临时注释------->
<!-------<div class="contact-box">
    <div class="contactuser">
        <div class="contactuser-img contactuser-top" style="width:42px;height: 42px;display: none;background: red;border-radius: 100%;">
            <div class="icon-up"></div>
        </div>
        <div class="contactuser-img-bottom">
            <div class="icon-server">
                <div class="service">
                    <div>
                        <div class="service-content">
                            <div class="service-auto">
                                <div class="service-img" style="background: url(/uploads/20221228/phone.png) no-repeat 0 2px;">
                                    <b>在线咨询</b>
                                    <p style="line-height: 25px;">

                                        <a onclick="doyoo.util.openChat('g=95382');return false;">销售咨询></a><br>
                                        <a onclick="doyoo.util.openChat('g=11');return false;">技术支持></a><br>
                                        <a onclick="doyoo.util.openChat('g=95371');return false;">云服务支持></a><br>
                                        <a onclick="doyoo.util.openChat('g=12');return false;">售前支持></a><br>
                                    </p>
                                </div>
                                <div class="service-img" style="background: url(/uploads/20221228/contact.png) no-repeat 0 2px;margin-top: 15px;">
                                    <b>在线留言</b>
                                    <p style="line-height: 25px;">
                                        <a onclick="doyoo.util.openChat('g=11');return false;">技术支持></a><br>
                                        <a onclick="doyoo.util.openChat('g=95382');return false;">售前支持></a><br>
                                        <a onclick="doyoo.util.openChat('g=1359');return false;">培训业务></a><br>
                                        <a onclick="doyoo.util.openChat('g=61158');return false;">安全服务></a><br>
                                    </p>
                                </div>
                            </div>
                        </div>
                        <div class="service-arrow"></div>
                    </div>
                </div>

            </div>
        </div>
        <div class="contactuser-img-bottom">
            <div class="icon-server online">
                <div class="service">
                    <div>
                        <div class="service-content">
                            <div class="service-auto" style="padding-top:20px;padding-bottom:20px;">
                                <div class="service-img" style="background: url(/uploads/20221228/phone.png) no-repeat 0 2px;">
                                    客户服务热线
                                    <p style="line-height: 24px;">
                                        400-777-0777<br>
                                        7*24小时服务
                                    </p>
                                </div>
                                <div class="service-img" style="background: url(/uploads/20221228/contact.png) no-repeat 0 2px;margin-top: 15px;">
                                    联系邮箱
                                    <p>
                                        servicing@topsec.com.cn
                                    </p>
                                </div>
                            </div>
                        </div>
                        <div class="service-arrow"></div>
                    </div>
                </div>
            </div>
        </div>
        <div class="contactuser-img-bottom">
            <div class="icon-server qrcode">
                <div class="service">
                    <div>
                        <div class="service-qrcode-content">
                            <div class="service-qrcode" style="text-align: center;">
                                <div class="service-img service-qrcode">
                                </div>
                                <span class="qrcode-description">扫码关注</span>
                            </div>
                        </div>
                        <div class="service-arrow"></div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>------>
<style>

    #doyoo_panel {
        display: none !important;
    }

    .service-dl dd {
        font-size: 14px;
    }

    .service-dl dt {
        font-weight: 500;
        font-size: 16px;
    }

    .service-img p a {
        text-decoration: none;
        color: #757373;
    }

    .service-img p a:hover {
        color: red;
    }

    .contact-box {
        position: fixed;
        right: 12px;
        top: 560px;
        z-index: 99999;
    }

    .contactuser {
        width: 42px;
        border-radius: 42px;
        background-color: #fff;
        text-align: center;
        box-shadow: 0px 0px 12px 0px rgba(0, 86, 243, 0.14);

    }

    .contactuser-img {
        border-radius: 100%;
        cursor: pointer;
        overflow: hidden;
    }

    .contactuser-img .icon-up {
        width: 20px;
        height: 20px;
        background: url(uploads/20221228/back.png);
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        transition: all .5s ease-in-out;
        margin: 11px auto;
    }

    .contactuser-img:hover {
        background-color: red;
    }

    .contactuser-img-bottom, .icon-server {
        width: 42px;
        height: 42px;
    }

    .icon-server {
        background: url(static/images/kefu/2021111802.png);
        background-position: 48%;
        background-size: 21px 21px;
        background-repeat: no-repeat;
        display: inline-block;
        border-radius: 100%;
        cursor: pointer;
    }

    .icon-server:hover {
        background: url(uploads/20221228/contact.png);
        background-position: 48%;
        background-size: 21px 21px;
        background-repeat: no-repeat;
    }

    .service {
        padding-right: 20px;
        position: absolute;
        left: 0;
        bottom: 12px;
        opacity: 0;
        visibility: hidden;
        transform: scale(.95) translateX(-100%);
        transform-origin: right;
        transition: opacity .4s, transform .3s ease-out;
    }

    .service > div {
        position: relative;
        text-align: left;
        box-shadow: 6px 15px 30px 0 rgb(162 182 238 / 34%);
        border-radius: 12px;
    }

    .service > div .service-content {
        padding: 10px 20px 10px 10px;
        background: #fff;
        line-height: 20px;
        z-index: 3;
        position: relative;
        border-radius: 12px;
    }

    .service-auto, .service-img {
        width: 100%;
        text-align: left;
    }

    .service-img {
        padding-left: 43px;
        font-size: 18px;
        color: #333;
        background: url(uploads/20221228/contact.png) no-repeat 0 2px;
        white-space: nowrap;
    }

    .service-img p {
        margin: 0;
        font-size: 14px;
        color: #999;
        padding-top: 17px;
    }

    .service-img p a {
        margin: 0;
        font-size: 14px;
        color: #757373

    }

    .service > div .service-content .contact-tel {
        font-family: Microsoft YaHei;
        font-size: 16px;
        padding-left: 8px;
    }

    .service > div .service-arrow {
        position: absolute;
        display: block;
        width: 16px;
        height: 16px;
        box-shadow: 0 4px 12px 0 rgb(109 115 131 / 20%);
        right: 0;
        top: 50%;
        transform: rotate(45deg) translateX(-4px) translateY(-50%);
        background: #fff;
    }

    .icon-server.online {
        background-image: url(static/images/kefu/2021111803.png);
        background-position: 48%;
        background-size: 21px auto;
        background-repeat: no-repeat;
    }

    .icon-server:hover.online {
        background-image: url(uploads/20221228/phone.png);
        background-position: 48%;
        background-size: 21px auto;
        background-repeat: no-repeat;
    }

    .icon-server.qrcode {
        background-image: url(static/images/kefu/2021111804.png);
        background-position: 48%;
        background-size: 21px auto;
        background-repeat: no-repeat;
    }

    .icon-server:hover.qrcode {
        background-image: url(uploads/20221228/qrcode.png);
        background-position: 48%;
        background-size: 21px auto;
        background-repeat: no-repeat;
    }

    .service-img.service-qrcode {
        background-image: url(static/images/kefu/2021111801.png);
        width: 143px;
        height: 143px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
    }

    .service > div .service-qrcode-content {
        padding: 16px 16px 12px;
        background: #fff;
        line-height: 20px;
        z-index: 3;
        position: relative;
        border-radius: 12px;
    }

    .qrcode-description {
        margin-top: 2px;
        font-size: 14px;
        color: #212a40;
        letter-spacing: 2px;
        display: inline-block;
    }

    .icon-server:hover {
        background-color: red;
    }

    .icon-server:hover .service {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateX(-100%);
    }

    .icon-server.online .service {
        bottom: -80px;
    }

    .icon-server.qrcode .service {
        position: absolute;
        bottom: -80px;
    }
</style>
<style>
    #MO-BACK-TOP {
        display: none;
    }
</style>
<script>
    $(function () {
        $(this).find(".contactuser-top").click(function () {
            $("html, body").animate({
                "scroll-top": 0
            }, "10000");
        });

        $(document).ready(function () {
            $(".contactuser-top").click(function () {
                $(".contactuser-top").slideUp("10000");
            });
        });

        //滚动过程位置监测
        $(window).scroll(function () {//bug
            var scrollTop = $(document).scrollTop(); //滚动条距离浏览器顶部的高度
            var winHeight = $(window).height(); //窗口高度
            var scrollBtm = $(document).height() - scrollTop - winHeight; //距离底部高度
            var _top = $(window).scrollTop();
            if (_top > 215) {
                $(".contactuser-top").css("display", "block")
            } else {
                $(".contactuser-top").css("display", "none")
            }
        });
    });
</script>
</body><div style="clear:both;padding:10px;text-align:center;margin:5"><a href="/sitemap.xml" target="_blank">XML 地图</a>

<!-- Mirrored from www.topsec.com.cn/ by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 30 Sep 2025 01:28:27 GMT -->
</html>
