index.php
15.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<?php $get_lang = isset($wp_query->query_vars['prisna_translate_seo_request'])?urldecode($wp_query->query_vars['prisna_translate_seo_request']):''; ?>
<?php get_header();?>
<!-- banner -->
<section class="slider_banner swiper-container">
<div class="swiper-wrapper">
<?php $images = get_get_field('ad_index_banner'); if( $images ): foreach( $images as $image ): ?>
<div class="swiper-slide"><a href="<?php echo $image['alt']; ?>"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['url']; ?>" /></a></div>
<?php endforeach; endif; ?>
</div>
<div class="slider_swiper_control">
<div class="banner_button_prev"></div>
<div class="swiper-pagination swiper-pagination-white"></div>
<div class="banner_button_next"></div>
</div>
</section>
<section class="web_main index_main">
<!--company_introduce_container-->
<section class="company_introduce_container">
<div class="layout">
<div class="company_introduce_wrap">
<div class="about_solgin wow fadeInLeftA" data-wow-delay=".8s" data-wow-duration=".8s"> <span>about</span> <span>us<i> about us</i></span> </div>
<div class="about_sliders wow fadeInUpA" data-wow-delay="1.5s" data-wow-duration=".8s">
<div class="swiper-wrapper">
<?php $images = get_get_field('about_img'); if( $images ): foreach( $images as $image ): ?>
<div class="swiper-slide about_item">
<h4 class="about_index"></h4>
<div class="about_img"><img src="<?php echo $image['url']; ?>" alt="<?php echo $image['description']; ?>"></div>
<div class="about_info">
<h4><?php echo $image['title']; ?></h4>
<p><?php echo $image['description']; ?></p>
</div>
</div>
<?php endforeach; endif; ?>
</div>
<div class="company_button_bar">
<div class="company_prev"></div>
<div class="company_next"></div>
</div>
</div>
<a href="<?php echo home_url("/"); ?>about-us" class="company_more wow fadeInRightA" data-wow-delay=".8s" data-wow-duration=".8s">more</a> </div>
</div>
</section>
<!--company_introduce_container-->
<!--index_product-->
<section class="index_feature_product">
<section class="layout">
<div class="feature_products_container">
<div class="index_title_bar wow fadeInLeftA" data-wow-delay=".8s" data-wow-duration=".8s">
<div class="index_hd">
<h2 class="hd_title">product</h2>
<span>Diversity</span> </div>
<div class="feature_tabs">
<ul class="feature_tab">
<li class="feature_title current">Classification 1</li>
<li class="feature_title">Classification 2</li>
<li class="feature_title">Classification 3</li>
</ul>
<a href="" class="more_btn">more</a> </div>
</div>
<div class="feature_product_wrap wow fadeInRightA" data-wow-delay=".8s" data-wow-duration=".8s">
<div class="feature_items feature_products_show">
<ul class="swiper-wrapper">
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd02.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd03.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
</ul>
<div class="feature_button_prev"><</div>
<div class="feature_button_next">></div>
<div class="feature-pagination"></div>
</div>
<div class="feature_items feature_products_show">
<ul class="swiper-wrapper">
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd02.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd03.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
</ul>
<div class="feature_button_prev"><</div>
<div class="feature_button_next">></div>
<div class="feature-pagination"></div>
</div>
<div class="feature_items feature_products_show">
<ul class="swiper-wrapper">
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd02.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd03.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd04.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
<li class="feature_item swiper-slide">
<figure> <span class="item_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/pd01.jpg" /><a href="" class="img_shadow"></a></span>
<h4 class="pd_tit"> <a href="">Wool scarf</a></h4>
</figure>
</li>
</ul>
<div class="feature_button_prev"><</div>
<div class="feature_button_next">></div>
<div class="feature-pagination"></div>
</div>
</div>
</div>
</section>
</section>
<!--index_product end-->
<!-- index_news_container -->
<section class="index_news_container" style="background-image: url(<?php echo home_url("/"); ?>style/global/img/demo/news_bg.png)">
<section class="layout">
<div class="index_title_bar wow fadeInLeftA" data-wow-delay=".8s" data-wow-duration=".8s">
<div class="index_hd">
<h2 class="hd_title">product</h2>
<span>Diversity</span> </div>
<a href="" class="more_btn">more</a> </div>
<div class="news_item_wrap wow fadeInRightA" data-wow-delay=".8s" data-wow-duration=".8s">
<div class="news_slide">
<ul class="news_items swiper-wrapper">
<li class="news_item swiper-slide"> <span class="news_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/index_news.jpg" alt="" /></span>
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
<li class="news_item swiper-slide"> <span class="news_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/index_news.jpg" alt="" /></span>
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
<li class="news_item swiper-slide"> <span class="news_img"><img src="<?php echo home_url("/"); ?>style/global/img/demo/index_news.jpg" alt="" /></span>
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
</ul>
<div class="news_control">
<div class="news_prev"></div>
<div class="news_next"></div>
</div>
</div>
<ul class="news_items_right">
<li class="news_item">
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
<li class="news_item">
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
<li class="news_item">
<div class="news_info">
<div class="news_time"><span>11-27</span><span>2019</span></div>
<div class="new_box">
<h4 class="news_tit"><a href="">Create the future with ingenuity.</a></h4>
<p class="news_detail">Full process information support, machine commanders work ahead of time to achieve intelligent production.</p>
</div>
</div>
</li>
</ul>
</div>
</section>
</section>
<!-- index_news_container end -->
<!--company_subscribe-->
<section class="layout">
<section class="company_subscribe wow fadeInUp" data-wow-delay=".3s" data-wow-duration=".8s">
<div class="subscribe_wrap" >
<div class="index_hd wow fadeInLeftA" data-wow-delay=".5s">
<h2 class="hd_title">Create the future with ingenuity.</h2>
<p class="subscribe_desc wow fadeInLeftA" data-wow-delay=".7s">There's nothing like seeing the final result with your own eyes.</p>
</div>
<a href="javascript:" class="button learn_more more_btn wow fadeInRightA" data-wow-delay=".9s"><span>Access to free manuals and samples</span></a> </div>
</section>
</section>
<!--company_subscribe end-->
</section>
<?php get_footer();?>