|
@@ -535,7 +535,7 @@
|
|
|
</div>
|
|
|
<div class="swiper-pagination"></div>
|
|
|
</div> -->
|
|
|
- <div class="swiper mySwiper banner " style=" margin-top: 100px;">
|
|
|
+ <div class="swiper mySwiper banner ">
|
|
|
<div class="swiper-wrapper">
|
|
|
<div class="swiper-slide"><img src="./statics/images/img/Group 76.png" alt="banner1" /></div>
|
|
|
<div class="swiper-slide"><img src="./statics/images/img/Rectangle 2.png" alt="1" /></div>
|
|
@@ -603,7 +603,7 @@
|
|
|
<h4 class="titlediv_title">气动仿真软件 </h4>
|
|
|
<h4 class="titlediv_title">OverCFDLab </h4>
|
|
|
<p class="titlediv_text">气动仿真软件OverCFDLab是一款针对多体相对运动的气动仿真软件。支持多块、结构化重叠网格求解N-S方程,用于全声速域条件下气动运动耦合的复杂流场仿真和轨迹预测。</p>
|
|
|
- <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn">探索更多 </div></div>
|
|
|
+ <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn"><a href="#">探索更多</a> </div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -616,7 +616,7 @@
|
|
|
<h4 class="titlediv_title">气动仿真软件 </h4>
|
|
|
<h4 class="titlediv_title">OverCFDLab </h4>
|
|
|
<p class="titlediv_text">气动仿真软件OverCFDLab是一款针对多体相对运动的气动仿真软件。支持多块、结构化重叠网格求解N-S方程,用于全声速域条件下气动运动耦合的复杂流场仿真和轨迹预测。</p>
|
|
|
- <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn">探索更多 </div></div>
|
|
|
+ <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn"><a href="#">探索更多</a> </div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -629,7 +629,7 @@
|
|
|
<h4 class="titlediv_title">气动仿真软件 </h4>
|
|
|
<h4 class="titlediv_title">OverCFDLab </h4>
|
|
|
<p class="titlediv_text">气动仿真软件OverCFDLab是一款针对多体相对运动的气动仿真软件。支持多块、结构化重叠网格求解N-S方程,用于全声速域条件下气动运动耦合的复杂流场仿真和轨迹预测。</p>
|
|
|
- <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn">探索更多 </div></div>
|
|
|
+ <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn"><a href="#">探索更多</a> </div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -642,7 +642,7 @@
|
|
|
<h4 class="titlediv_title">气动仿真软件 </h4>
|
|
|
<h4 class="titlediv_title">OverCFDLab </h4>
|
|
|
<p class="titlediv_text">气动仿真软件OverCFDLab是一款针对多体相对运动的气动仿真软件。支持多块、结构化重叠网格求解N-S方程,用于全声速域条件下气动运动耦合的复杂流场仿真和轨迹预测。</p>
|
|
|
- <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn">探索更多 </div></div>
|
|
|
+ <div class="titlediv_bottom clearfloat" ><div class="titlediv_btn"><a href="#">探索更多</a> </div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -654,6 +654,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<script>
|
|
|
+
|
|
|
+ let win = document.body.clientWidth;
|
|
|
var swiper2 = new Swiper(".swiper2", {
|
|
|
slidesPerView: 3,
|
|
|
spaceBetween: 30,
|
|
@@ -665,9 +667,44 @@
|
|
|
// pagination: {
|
|
|
// el: ".swiper-pagination",
|
|
|
// },
|
|
|
+ breakpoints: {
|
|
|
+ 1024: {
|
|
|
+ slidesPerView: 3,
|
|
|
+ },
|
|
|
+ 768: {
|
|
|
+ slidesPerView: 2,
|
|
|
+ },
|
|
|
+ 320: {
|
|
|
+ slidesPerView: 1,
|
|
|
+ },
|
|
|
+ // 526: {
|
|
|
+ // slidesPerView: 1,
|
|
|
+ // },
|
|
|
+ },
|
|
|
mousewheel: true,
|
|
|
-
|
|
|
- });
|
|
|
+ // on:{
|
|
|
+ // resize:function(){
|
|
|
+ // if(document.body.clientWidth<768){
|
|
|
+ // swiper2.params.slidesPerView =1
|
|
|
+ // }
|
|
|
+ // else if(document.body.clientWidth<=900){
|
|
|
+ // swiper2.params.slidesPerView =2
|
|
|
+ // }else if(928<document.body.clientWidth<=1100){
|
|
|
+ // swiper2.params.slidesPerView =3s
|
|
|
+ // }else {
|
|
|
+ // }
|
|
|
+ // // slider.update();
|
|
|
+ // }
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+ })
|
|
|
+ function getDirection() {
|
|
|
+ var windowWidth = window.innerWidth;
|
|
|
+ var direction = window.innerWidth <= 760 ? 'vertical' : 'horizontal';
|
|
|
+
|
|
|
+ return direction;
|
|
|
+ }
|
|
|
</script>
|
|
|
|
|
|
</div>
|
|
@@ -676,10 +713,14 @@
|
|
|
<div class="san_header">
|
|
|
<h2 class="san_title lu_title">行业解决方案</h2>
|
|
|
<p class="san_tile2">为装备数字化转型提供CAE仿真软件产品和以高性能数值仿真引擎为核心的数字样机与数字孪生解决方案供应商</p>
|
|
|
- <div class="titlediv_btn tansuo">探索更多 </div>
|
|
|
+ <div class="titlediv_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
<div class="jiejue" >
|
|
|
- <div class="bg_img bgactive" id="bgimg" ></div>
|
|
|
+ <div class="bg_img bgactive0 b1" ></div>
|
|
|
+ <div class="bg_img bgactive1 b2" ></div>
|
|
|
+ <div class="bg_img bgactive2 b3" ></div>
|
|
|
+ <div class="bg_img bgactive3 b4" ></div>
|
|
|
+ <div class="bg_img bgactive4 b5" ></div>
|
|
|
<div class="san_container clearfloat">
|
|
|
<div class="san_content" id="dianjiimg">
|
|
|
<ul>
|
|
@@ -701,35 +742,35 @@
|
|
|
<div class="san_header">
|
|
|
<h2>航空航天</h2>
|
|
|
<p >经过百余年的快速发展,航空航天已经成为21世纪最活跃和最有影响的科学技术领域之一,该领域取得的重大成就标志着人类文明的最新发展,也表征着一个国家科学技术的先进水平。</p>
|
|
|
- <div class="title_btn tansuo">探索更多 </div>
|
|
|
+ <div class="title_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="santext bgactive2" >
|
|
|
<div class="san_header">
|
|
|
<h2>交通工程</h2>
|
|
|
<p >汽车行业是飞速发展的行业,其行业竞争日益激烈,CAE在汽车行业应用日益广泛,软件水平不断更新提高。</p>
|
|
|
- <div class="title_btn tansuo">探索更多 </div>
|
|
|
+ <div class="title_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="santext bgactive3" >
|
|
|
<div class="san_header">
|
|
|
<h2>船舶工程</h2>
|
|
|
<p >中国船舶工程作为全球最大的船舶生产国之一,近年来取得了长足的发展。数字化的设计和制造技术的应用都为船舶工程带来了新的机遇。</p>
|
|
|
- <div class="title_btn tansuo">探索更多 </div>
|
|
|
+ <div class="title_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="santext bgactive4" >
|
|
|
<div class="san_header">
|
|
|
<h2>能源工程</h2>
|
|
|
<p >目前,国家大力发展新能源,光伏发电,风力发电等飞速发展,新能源应用也应运而生,对于CAE也存在这巨大应用潜力。</p>
|
|
|
- <div class="title_btn tansuo">探索更多 </div>
|
|
|
+ <div class="title_btn tansuo"><a href="#">探索更多</a></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="santext bgactive1" >
|
|
|
<div class="san_header">
|
|
|
<h2>兵器兵装</h2>
|
|
|
<p >装备现代化,科技化 ,打造机械化信息化智能化融合发。</p>
|
|
|
- <div class="title_btn tansuo">探索更多 </div>
|
|
|
+ <div class="title_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -812,7 +853,7 @@ $(document).ready(function(){
|
|
|
<div class="si_left ">
|
|
|
<h2 class=" text_si heng">数字样机</h2>
|
|
|
<p class="text">光源性能数字样机<br/> 实现了“光、机、电、控、力、热”多学科一体化协同设计与仿真。 协同各仿真模块,实现仿真流程模型自动化运行。 基于仿真结果数据库实时输出高置信度仿真结果。</p>
|
|
|
- <div class="titlediv_btn">探索更多 </div>
|
|
|
+ <div class="titlediv_btn"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
<div class="si_rigth">
|
|
|
<img src="./statics/images/img/si2.png"/>
|
|
@@ -823,7 +864,7 @@ $(document).ready(function(){
|
|
|
<div class="si_left ">
|
|
|
<h2 class=" text_si heng">数字孪生</h2>
|
|
|
<p class="text">数字孪生是实现智能制造的前提和基础。高保真的仿真建模,高精度多尺度建模,多物理场建模,模型动态重构,是实现数字孪生的关键。</p>
|
|
|
- <div class="titlediv_btn"><a href=".">探索更多 </a> </div>
|
|
|
+ <div class="titlediv_btn"><a href="#">探索更多 </a> </div>
|
|
|
</div>
|
|
|
<div class="si_rigth">
|
|
|
<img src="./statics/images/img/si0.png"/>
|
|
@@ -856,7 +897,7 @@ $(document).ready(function(){
|
|
|
<li><img src="./statics/images/img/Group 29.png"/></li>
|
|
|
</ul>
|
|
|
<div class="wubtn">
|
|
|
- <div class="titlediv_btn bnt"><a href=".">探索更多 </a> </div></div>
|
|
|
+ <div class="titlediv_btn bnt"><a href="#">探索更多 </a> </div></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="liu">
|
|
@@ -864,85 +905,119 @@ $(document).ready(function(){
|
|
|
<div class="san_header">
|
|
|
<h2 class="san_title lu_title">新闻中心</h2>
|
|
|
<p class="san_tile2">卓越进取,超越前沿,携手并进,创造未来</p>
|
|
|
- <div class="titlediv_btn tansuo">探索更多 </div>
|
|
|
+ <div class="titlediv_btn tansuo"><a href="#">探索更多</a> </div>
|
|
|
</div>
|
|
|
+ <div class="clearfloat liu_conent">
|
|
|
+ <div class="liu_left">
|
|
|
+ <div class="liu_img">
|
|
|
+ <img src="./statics/images/img/Rectangle 23.png"/>
|
|
|
+ </div>
|
|
|
+ <div class="liu_newtext texttitle">
|
|
|
+ <a href="#">
|
|
|
+ <h4 >中国科学院院士李应红及团队一行莅临西安前沿动力公司进行考察指导</h4>
|
|
|
+ <p >为了加强产学研合作,推动企业创新发展,2023年10月14日,中国科学院院士李应红
|
|
|
+ </p>
|
|
|
+ <div class="liu_ioc"><span class="ioc"></span><span class="datatime">2017/03/12</span></div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="liu_right">
|
|
|
+ <div class="liu_newtext dec">
|
|
|
+ <a href="#">
|
|
|
+ <h4 >中国科学院院士李应红及团队一行莅临西安前沿动力公司进行考察指导</h4>
|
|
|
+ <p >为了加强产学研合作,推动企业创新发展,2023年10月14日,中国科学院院士李应红
|
|
|
+ </p>
|
|
|
+ <div class="liu_ioc"><span class="ioc"></span><span class="datatime">2017/03/12</span></div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="liu_newtext dec">
|
|
|
+ <a href="#">
|
|
|
+ <h4 >中国科学院院士李应红及团队一行莅临西安前沿动力公司进行考察指导</h4>
|
|
|
+ <p >为了加强产学研合作,推动企业创新发展,2023年10月14日,中国科学院院士李应红
|
|
|
+ </p>
|
|
|
+ <div class="liu_ioc"><span class="ioc"></span><span class="datatime">2017/03/12</span></div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="liu_newtext dec">
|
|
|
+ <a href="#">
|
|
|
+ <h4 >中国科学院院士李应红及团队一行莅临西安前沿动力公司进行考察指导</h4>
|
|
|
+ <p >为了加强产学研合作,推动企业创新发展,2023年10月14日,中国科学院院士李应红
|
|
|
+ </p>
|
|
|
+ <div class="liu_ioc"><span class="ioc"></span><span class="datatime">2017/03/12</span></div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="fullpage1">
|
|
|
<div class="section y6">
|
|
|
+ <div class="er-content liu_footer_content">
|
|
|
<div class="sec-scale">
|
|
|
<div class="i_con">
|
|
|
<div class="i_footer">
|
|
|
<div class="i_footer_tright fl">
|
|
|
<div class="i_footer_tright_t fl">
|
|
|
<div class="i_footer_tright_t fl">
|
|
|
- <!-- <a href=""><img src="statics/my/images/f_logo.png" alt="成都恒睿信息技术有限公司" title="成都恒睿信息技术有限公司"></a> -->
|
|
|
- <a href=".">
|
|
|
- <img src="uploadfile/2021/0510/20210510095339384.png" alt="四川智文教育管理有限公司" />
|
|
|
- </a>
|
|
|
- </div>
|
|
|
+ <h4 class="footertitle">西安前沿动力软件开发有限责任公司</h4>
|
|
|
+ </div>
|
|
|
<div class="i_footer_tright_c fl">
|
|
|
- <p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">联系地址:西安市高新区丈八六路融城东海A楼1101号 </span></p><p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">联系电话:029-83243686 18991131323</span></p><p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">E-mail:adi@adicn.com</span></p><p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">网 址:www.adicn.com</span></p><p><br/></p>
|
|
|
+ <p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">电 话:029-832 43686</span></p><p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">邮 箱:adi@adicn.com</span></p> <p><span style="font-family: 微软雅黑, " microsoft="" font-size:="">联系地址:西安市高新区丈八六路融城东海A楼1101号</span></p>
|
|
|
+ <p style="margin-top: 10px;"><img src="./statics/images/img/Rectangle20.png"/></p>
|
|
|
+
|
|
|
+ <p><br/></p>
|
|
|
</div>
|
|
|
<div class="clearboth"></div>
|
|
|
</div>
|
|
|
<div class="clearboth"></div>
|
|
|
</div>
|
|
|
- <ul class="i_footer_tleft fr">
|
|
|
- <li>
|
|
|
- <a href="http://www.adicn.com/list-1-1.html" class="a1">关于ADI</a>
|
|
|
- <a href="http://www.adicn.com/list-63-1.html" class="a2" title="公司简介">公司简介</a>
|
|
|
- <a href="http://www.adicn.com/list-37-1.html" class="a2" title="企业文化">企业文化</a>
|
|
|
- <a href="http://www.adicn.com/list-39-1.html" class="a2" title="荣誉资质">荣誉资质</a>
|
|
|
- <div class="clearboth"></div>
|
|
|
- </li>
|
|
|
- <!--获取第一个子类的 url 字段值-->
|
|
|
- <!--否则直接得到当前的url-->
|
|
|
- <li>
|
|
|
- <a href="http://www.adicn.com/list-58-1.html" class="a1">新闻中心</a>
|
|
|
- <a href="http://www.adicn.com/list-58-1.html" class="a2" title="公司要闻">公司要闻</a>
|
|
|
- <div class="clearboth"></div>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
+ <ul class="i_footer_tleft fr liu_footer">
|
|
|
+ <li>
|
|
|
<a href="http://www.adicn.com/list-98-1.html" class="a1">产品中心</a>
|
|
|
<a href="http://www.adicn.com/list-99-1.html" class="a2" title="流体分析">流体分析</a>
|
|
|
- <a href="http://www.adicn.com/list-100-1.html" class="a2" title="结构分析">结构分析</a>
|
|
|
- <a href="http://www.adicn.com/list-101-1.html" class="a2" title="多场耦合">多场耦合</a>
|
|
|
- <a href="http://www.adicn.com/list-102-1.html" class="a2" title="噪声分析">噪声分析</a>
|
|
|
- <a href="http://www.adicn.com/list-103-1.html" class="a2" title="燃烧分析">燃烧分析</a>
|
|
|
- <a href="http://www.adicn.com/list-104-1.html" class="a2" title="电磁分析">电磁分析</a>
|
|
|
- <a href="http://www.adicn.com/list-105-1.html" class="a2" title="辐射分析">辐射分析</a>
|
|
|
+ <a href="http://www.adicn.com/list-100-1.html" class="a2" title="结构分析">结构仿真</a>
|
|
|
+ <a href="http://www.adicn.com/list-101-1.html" class="a2" title="多场耦合">流体仿真</a>
|
|
|
+ <a href="http://www.adicn.com/list-102-1.html" class="a2" title="噪声分析">声学仿真</a>
|
|
|
+ <a href="http://www.adicn.com/list-103-1.html" class="a2" title="燃烧分析">工艺仿真</a>
|
|
|
+ <a href="http://www.adicn.com/list-104-1.html" class="a2" title="电磁分析">系统仿真</a>
|
|
|
+ <a href="http://www.adicn.com/list-105-1.html" class="a2" title="辐射分析">前后处理</a>
|
|
|
<div class="clearboth"></div>
|
|
|
</li>
|
|
|
- <li>
|
|
|
+ <li>
|
|
|
<a href="http://www.adicn.com/list-12-1.html" class="a1">解决方案</a>
|
|
|
- <a href="http://www.adicn.com/list-88-1.html" class="a2" title="航空航天">航空航天</a>
|
|
|
+ <a href="http://www.adicn.com/list-88-1.html" class="a2" title="航空航天">航空航天</a>
|
|
|
<a href="http://www.adicn.com/list-93-1.html" class="a2" title="兵器兵装">兵器兵装</a>
|
|
|
<a href="http://www.adicn.com/list-95-1.html" class="a2" title="交通工程">交通工程</a>
|
|
|
- <a href="http://www.adicn.com/list-96-1.html" class="a2" title="能源电力">能源电力</a>
|
|
|
- <a href="http://www.adicn.com/list-89-1.html" class="a2" title="建筑桥梁">建筑桥梁</a>
|
|
|
- <a href="http://www.adicn.com/list-91-1.html" class="a2" title="石油化工">石油化工</a>
|
|
|
<a href="http://www.adicn.com/list-92-1.html" class="a2" title="船舶工程">船舶工程</a>
|
|
|
- <a href="http://www.adicn.com/list-94-1.html" class="a2" title="机电工程">机电工程</a>
|
|
|
+ <a href="http://www.adicn.com/list-96-1.html" class="a2" title="能源电力">能源工程</a>
|
|
|
<div class="clearboth"></div>
|
|
|
</li>
|
|
|
- <li>
|
|
|
- <a href="http://www.adicn.com/list-116-1.html" class="a1">下载中心</a>
|
|
|
- <a href="http://www.adicn.com/list-117-1.html" class="a2" title="软件下载">软件下载</a>
|
|
|
- <a href="http://www.adicn.com/list-118-1.html" class="a2" title="文档下载">文档下载</a>
|
|
|
- <div class="clearboth"></div>
|
|
|
+ <li>
|
|
|
+ <a href="http://www.adicn.com/list-1-1.html" class="a1">关于ADI</a>
|
|
|
+ <a href="http://www.adicn.com/list-63-1.html" class="a2" title="公司简介">公司简介</a>
|
|
|
+ <a href="http://www.adicn.com/list-37-1.html" class="a2" title="企业文化">企业文化</a>
|
|
|
+ <a href="http://www.adicn.com/list-39-1.html" class="a2" title="荣誉资质">荣誉资质</a>
|
|
|
+ <a href="http://www.adicn.com/list-60-1.html" class="a2" title="合作伙伴">合作伙伴</a>
|
|
|
+ <a href="http://www.adicn.com/list-60-1.html" class="a2" title="联系我们">联系我们</a>
|
|
|
+
|
|
|
+ <div class="clearboth"></div>
|
|
|
</li>
|
|
|
- <li>
|
|
|
- <a href="http://www.adicn.com/list-121-1.html" class="a1">云平台</a>
|
|
|
- <a href="http://www.adicn.com/adi/#/indexLayout/home" class="a2" title="云平台">云平台</a>
|
|
|
+ <!--获取第一个子类的 url 字段值-->
|
|
|
+ <!--否则直接得到当前的url-->
|
|
|
+ <li>
|
|
|
+ <a href="http://www.adicn.com/list-58-1.html" class="a1">新闻中心</a>
|
|
|
+ <a href="http://www.adicn.com/list-58-1.html" class="a2" title="公司要闻">公司要闻</a>
|
|
|
<div class="clearboth"></div>
|
|
|
</li>
|
|
|
- <!--获取第一个子类的 url 字段值-->
|
|
|
+
|
|
|
+
|
|
|
+ <!--获取第一个子类的 url 字段值-->
|
|
|
<!--否则直接得到当前的url-->
|
|
|
<li>
|
|
|
- <a href="http://www.adicn.com/list-61-1.html" class="a1">人才招聘</a>
|
|
|
- <a href="http://www.adicn.com/list-61-1.html" class="a2" title="招聘信息">招聘信息</a>
|
|
|
- <a href="http://www.adicn.com/list-60-1.html" class="a2" title="联系我们">联系我们</a>
|
|
|
+ <a href="http://www.adicn.com/list-61-1.html" class="a1">加入我们</a>
|
|
|
+ <a href="http://www.adicn.com/list-61-1.html" class="a2" title="招聘信息">人才招聘</a>
|
|
|
+ <!-- <a href="http://www.adicn.com/list-61-1.html" class="a2" title="招聘信息">招聘信息</a>
|
|
|
+ <a href="http://www.adicn.com/list-60-1.html" class="a2" title="联系我们">联系我们</a> -->
|
|
|
<div class="clearboth"></div>
|
|
|
</li>
|
|
|
</ul>
|
|
@@ -950,16 +1025,17 @@ $(document).ready(function(){
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div class="ui_div i_fbg">
|
|
|
+<!-- <div class="ui_div i_fbg">
|
|
|
<div class="i_con">
|
|
|
<div class="i_footer_b">
|
|
|
<div>版权所有 © 西安前沿动力软件开发有限责任公司</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div> -->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|
|
|
|