|
|
|
|
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
|
|
|
|
|
<%@page import="util.Info"%>
|
|
|
|
|
<%@page import="dao.CommDAO"%>
|
|
|
|
|
<%@page import="util.PageManager"%>
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ϵͳ</title>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="qtimages/css/style.css"/>
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="qtimages/css/mislider.css"/>
|
|
|
|
|
<style>
|
|
|
|
|
.dd a:hover{color: red;}
|
|
|
|
|
.dd a{ font-size: 18px;}
|
|
|
|
|
.header .top .logo{margin-right: 260px;}
|
|
|
|
|
.header{ position: fixed; top: 0; left: 0; z-index: 9999; background: #fff; width: 100%;}
|
|
|
|
|
</style>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
|
|
|
|
|
<body style="padding-top:220px;">
|
|
|
|
|
<%@ include file="qttop.jsp"%>
|
|
|
|
|
<%@ include file="bht.jsp"%>
|
|
|
|
|
<!--<2D><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>-->
|
|
|
|
|
<div class='index_services index'>
|
|
|
|
|
<h2 class='t'><3E><><EFBFBD><EFBFBD><EFBFBD>Ƽ<EFBFBD></h2>
|
|
|
|
|
<p class='t_en'>Service process</p>
|
|
|
|
|
|
|
|
|
|
<div class='w1200'>
|
|
|
|
|
<ul>
|
|
|
|
|
<%
|
|
|
|
|
int iqicaixinxi=0;
|
|
|
|
|
for(HashMap mapqicaixinxi:new CommDAO().select("select * from qicaixinxi order by id desc "))
|
|
|
|
|
{
|
|
|
|
|
iqicaixinxi++;
|
|
|
|
|
if(iqicaixinxi<=5)
|
|
|
|
|
{
|
|
|
|
|
%>
|
|
|
|
|
<li><a href='qicaixinxidetail.jsp?id=<%=mapqicaixinxi.get("id")%>'><img src='<%=mapqicaixinxi.get("tupian")%>' width='180' height='200'/></a><p><%=mapqicaixinxi.get("qicaimingcheng")%></p></li>
|
|
|
|
|
|
|
|
|
|
<%
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
%>
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="index_about index">
|
|
|
|
|
<div class="w1200">
|
|
|
|
|
<h2 class="t"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></h2>
|
|
|
|
|
<p class="t_en">about us</p>
|
|
|
|
|
<div class="desc">
|
|
|
|
|
<p><3E><><% HashMap m1 = new CommDAO().getmaps("leibie","<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>","dx");out.print(Info.ensubStr(m1.get("content"),185)); %></p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<%@ include file="qtdown.jsp"%>
|
|
|
|
|
<%@ include file="kefutiao.jsp"%>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|