You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
105 lines
3.3 KiB
105 lines
3.3 KiB
|
|
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>苏州创新投资集团有限公司</title>
|
|
<meta name="Keywords" content="">
|
|
<meta name="Description" content="">
|
|
<meta name="applicable-device"content="pc,mobile">
|
|
<link rel="icon" href="" type="image/x-icon">
|
|
<link href="../css/bootstrap.css" rel="stylesheet">
|
|
<link href="../css/bxslider.css" rel="stylesheet">
|
|
<link href="../css/style.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/talent.css">
|
|
<link href="../css/animate.css" rel="stylesheet" >
|
|
<!--导航样式-->
|
|
<link rel="stylesheet" href="../css/head.css" />
|
|
<link rel="stylesheet" href="../css/footer.css">
|
|
<script src="../js/jquery.min.js"></script>
|
|
<script src="../js/bootstrap.js"></script>
|
|
<script src="../js/common.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="header"></div>
|
|
|
|
<!-- part0 -->
|
|
<div class="section section0 section-spe fp-auto-height fp-section">
|
|
<div style="position: relative;">
|
|
<img src="../images/人才发展banner@2x.png" class="bgimage" alt="">
|
|
<div class="titlecontent">
|
|
<p class="title1">人才理念</p>
|
|
<p class="subtitle">TALENT CONCEPT</p>
|
|
</div>
|
|
<div class="container navcontent">
|
|
<div class="row">
|
|
<a href="talent01.html" class="navaction col-xs-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 col-xxl-6 navitem">
|
|
<div class="navtitle">人才理念</div>
|
|
<div class="navsubtitle">TALENT CONCEPT</div>
|
|
</a>
|
|
<a href="talent02.html" class="col-xs-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 col-xxl-6 navitem">
|
|
<div class="navtitle">人才招聘</div>
|
|
<div class="navsubtitle">TALENT RECRUITMENT</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- part1 -->
|
|
<div class="part service_31">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-xs-12 col-sm-12 col-md-8 left">
|
|
<img src="../images/line.png">
|
|
<h2>人才理念</h2>
|
|
<h2>TALENT CONCEPT</h2>
|
|
<div class="intro" id="conceptContent">
|
|
<!-- 秉承德才兼备、以德为先的用人原则,打造高素质、专业化、复合型的人才队伍。 -->
|
|
</div>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-12 col-md-4 right" id="conceptThumb">
|
|
<!-- <img src="../images//人才理念.png" alt=""> -->
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer"></div>
|
|
|
|
<script type="text/javascript">
|
|
|
|
// 人才发展-人才理念
|
|
function getConcept(){
|
|
var enterprises='';
|
|
$.ajax({
|
|
type: 'post',
|
|
url: 'https://suzhou.njrenzhou.cn/api.php/personnel/Concept',
|
|
data:{
|
|
},
|
|
dataType: 'json',
|
|
success: function (res) {
|
|
if(res.code==200){
|
|
var data = res.data;
|
|
// 内容
|
|
$('#conceptContent').append(data.content);
|
|
$('#conceptThumb').append("<img src='https://suzhou.njrenzhou.cn"+ data.thumb + "'>");
|
|
}
|
|
},
|
|
error: function (err) {
|
|
console.log(err);
|
|
}
|
|
});
|
|
}
|
|
getConcept();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|