| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {include file="layout/header" /}
- <!-- banner -->
- <div class="contact-banner">
- <div class="container">
- <ul class="rslides">
- <li>
- <div class="slider-info" style="text-align: left !important; margin-top: 8%" >
- <p style="font-size: 2.7vw; text-align: center; line-height:0px; font-weight:bold;">
- 联系我们
- </p>
- <p style="font-size: 2.3vw; text-align: center; margin-bottom:3%">
- Contact us
- </p>
- </div>
- </li>
- </ul>
- </div>
- </div>
- <div style="width: 65%; height: 700px; margin: 0 auto;">
- <div class="consult">
- <h3 style="font-weight:bold;">购买咨询</h3>
- <p style="color:#ccc;">Purchase consulting</p>
- </div>
- <div style="height: 100px; margin-bottom: 80px">
- <div style="float:left; border:2px dashed rgb(173, 173, 173); margin-right: 20px">
- <img width="92px" height="92px" src="{$Think.HOME_SITE_ROOT}/images/contact1.png" alt="">
- </div>
- <div class="col-lg-4 col-md-6 mt-md-0 mt-sm-5 mt-3" style="float: left;" >
- <div>
- <span style="font-weight:bold;">致电销售人员</span><br>
- <span style="font-size:12px;">电话/微信:17283718372</span><br>
- <span style="font-size:12px;">直接致销售人员,立即进行购买咨询</span><br>
- <span style="font-size:12px;">工作时间:早上9:00 下午7:00</span>
- </div>
- </div>
- <div style="float: left; margin: 0 auto; padding-left: 20px" >
- <div style="margin: 0 auto; padding-top: 3px; width: 2px; height: 92px; background-color: #CCC">
- </div>
- </div>
- <div style="float: right;" >
- <div>
- <span style="font-weight:bold;">联系销售人员</span><br>
- <span style="font-size:12px;">QQ:182782342</span><br>
- <span style="font-size:12px;">QQ联系商务经理,立即进行购买咨询</span><br>
- <span style="font-size:12px;">工作时间:早上9:00 下午8:00</span>
- </div>
- </div>
- <div style="float: right; border:2px dashed rgb(173, 173, 173); margin-right: 30px">
- <img width="94px" height="94px" src="{$Think.HOME_SITE_ROOT}/images/contact2.png" alt="">
- </div>
- </div>
- <div class="consult">
- <h3 style="font-weight:bold;">技术支持</h3>
- <p style="color:#ccc;">Technical support</p>
- </div>
- <div style="height: 100px; margin-bottom: 80px">
- <div style="float:left; border:2px dashed rgb(173, 173, 173); margin-right: 20px">
- <img width="92px" height="92px" src="{$Think.HOME_SITE_ROOT}/images/contact3.png" alt="">
- </div>
- <div class="col-lg-4 col-md-6 mt-md-0 mt-sm-5 mt-3" style="float: left;" >
- <div>
- <span style="font-weight:bold;">致电销售人员</span><br>
- <span style="font-size:12px;">电话/微信:17283718372</span><br>
- <span style="font-size:12px;">直接致销售人员,立即进行购买咨询</span><br>
- <span style="font-size:12px;">工作时间:早上9:00 下午7:00</span>
- </div>
- </div>
- <div style="float: left; margin: 0 auto; padding-left: 20px" >
- <div style="margin: 0 auto; padding-top: 3px; width: 2px; height: 92px; background-color: #CCC">
- </div>
- </div>
- <div style="float: right;">
- <div>
- <span style="font-weight:bold;">发送邮件</span><br>
- <span style="font-size:12px;">邮箱: hezuo@nami.com </span><br>
- <span style="font-size:11px;">发送邮件给我们,我们会第一时间进行回复</span><br>
- </div>
- </div>
- <div style="float: right; border:2px dashed rgb(173, 173, 173); margin-right: 20px;">
- <img width="110px" height="74px" src="{$Think.HOME_SITE_ROOT}/images/contact4.png" alt="">
- </div>
- </div>
- </div>
- {include file="layout/footer" /}
|