2020.02新版
2668
template/index3/assets/css/animate.min.css
vendored
Normal file
1
template/index3/assets/css/bootstrap_1107.css
vendored
Normal file
2442
template/index3/assets/css/common_1107.css
Normal file
125
template/index3/assets/css/idangerous.swiper2.7.6.css
Normal file
@@ -0,0 +1,125 @@
|
||||
/*
|
||||
* Swiper 2.7.6
|
||||
* Mobile touch slider and framework with hardware accelerated transitions
|
||||
*
|
||||
* http://www.idangero.us/sliders/swiper/
|
||||
*
|
||||
* Copyright 2010-2015, Vladimir Kharlampidi
|
||||
* The iDangero.us
|
||||
* http://www.idangero.us/
|
||||
*
|
||||
* Licensed under GPL & MIT
|
||||
*
|
||||
* Released on: February 11, 2015
|
||||
*/
|
||||
/* ===============================================================
|
||||
Basic Swiper Styles
|
||||
================================================================*/
|
||||
.swiper-container {
|
||||
margin:0 auto;
|
||||
position:relative;
|
||||
overflow:hidden;
|
||||
direction:ltr;
|
||||
-webkit-backface-visibility:hidden;
|
||||
-moz-backface-visibility:hidden;
|
||||
-ms-backface-visibility:hidden;
|
||||
-o-backface-visibility:hidden;
|
||||
backface-visibility:hidden;
|
||||
/* Fix of Webkit flickering */
|
||||
z-index:1;
|
||||
}
|
||||
.swiper-wrapper {
|
||||
position:relative;
|
||||
width:100%;
|
||||
-webkit-transition-property:-webkit-transform, left, top;
|
||||
-webkit-transition-duration:0s;
|
||||
-webkit-transform:translate3d(0px,0,0);
|
||||
-webkit-transition-timing-function:ease;
|
||||
|
||||
-moz-transition-property:-moz-transform, left, top;
|
||||
-moz-transition-duration:0s;
|
||||
-moz-transform:translate3d(0px,0,0);
|
||||
-moz-transition-timing-function:ease;
|
||||
|
||||
-o-transition-property:-o-transform, left, top;
|
||||
-o-transition-duration:0s;
|
||||
-o-transform:translate3d(0px,0,0);
|
||||
-o-transition-timing-function:ease;
|
||||
-o-transform:translate(0px,0px);
|
||||
|
||||
-ms-transition-property:-ms-transform, left, top;
|
||||
-ms-transition-duration:0s;
|
||||
-ms-transform:translate3d(0px,0,0);
|
||||
-ms-transition-timing-function:ease;
|
||||
|
||||
transition-property:transform, left, top;
|
||||
transition-duration:0s;
|
||||
transform:translate3d(0px,0,0);
|
||||
transition-timing-function:ease;
|
||||
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.swiper-free-mode > .swiper-wrapper {
|
||||
-webkit-transition-timing-function: ease-out;
|
||||
-moz-transition-timing-function: ease-out;
|
||||
-ms-transition-timing-function: ease-out;
|
||||
-o-transition-timing-function: ease-out;
|
||||
transition-timing-function: ease-out;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.swiper-slide {
|
||||
float: left;
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/* IE10 Windows Phone 8 Fixes */
|
||||
.swiper-wp8-horizontal {
|
||||
-ms-touch-action: pan-y;
|
||||
}
|
||||
.swiper-wp8-vertical {
|
||||
-ms-touch-action: pan-x;
|
||||
}
|
||||
|
||||
/* ===============================================================
|
||||
Your custom styles, here you need to specify container's and slide's
|
||||
sizes, pagination, etc.
|
||||
================================================================*/
|
||||
.swiper-container {
|
||||
/* Specify Swiper's Size: */
|
||||
|
||||
/*width:200px;
|
||||
height: 100px;*/
|
||||
}
|
||||
.swiper-slide {
|
||||
/* Specify Slides's Size: */
|
||||
|
||||
/*width: 100%;
|
||||
height: 100%;*/
|
||||
}
|
||||
.swiper-slide-active {
|
||||
/* Specific active slide styling: */
|
||||
|
||||
}
|
||||
.swiper-slide-visible {
|
||||
/* Specific visible slide styling: */
|
||||
|
||||
}
|
||||
/* ===============================================================
|
||||
Pagination Styles
|
||||
================================================================*/
|
||||
.swiper-pagination-switch {
|
||||
/* Stylize pagination button: */
|
||||
|
||||
}
|
||||
.swiper-active-switch {
|
||||
/* Specific active button style: */
|
||||
|
||||
}
|
||||
.swiper-visible-switch {
|
||||
/* Specific visible button style: */
|
||||
|
||||
}
|
||||
1
template/index3/assets/css/owl.carousel_1107.css
Normal file
@@ -0,0 +1 @@
|
||||
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;-webkit-transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
|
||||
258
template/index3/assets/css/style.css
Normal file
@@ -0,0 +1,258 @@
|
||||
@charset "utf-8";
|
||||
/* CSS Document */
|
||||
*{
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
.wrap_top {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
.swiper-container{
|
||||
height:500px;
|
||||
}
|
||||
.arrow-left {
|
||||
background: url(../images/arrows.png) no-repeat left top;
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
top: 50%;
|
||||
margin-top: -15px;
|
||||
width: 17px;
|
||||
height: 30px;
|
||||
z-index:10;
|
||||
}
|
||||
.arrow-right {
|
||||
background: url(../images/arrows.png) no-repeat left bottom;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
top: 50%;
|
||||
margin-top: -15px;
|
||||
width: 17px;
|
||||
height: 30px;
|
||||
z-index:10;
|
||||
}
|
||||
.pagination {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
bottom:5px;
|
||||
width: 100%;
|
||||
}
|
||||
.swiper-pagination-switch {
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 10px;
|
||||
background: #108bed;
|
||||
margin: 0 3px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.swiper-active-switch {
|
||||
background: #fff;
|
||||
}
|
||||
.swiper-slide{
|
||||
position:relative;
|
||||
opacity:0;
|
||||
transition: opacity 0.7s ease-in-out;
|
||||
}
|
||||
.swiper-slide-active{
|
||||
opacity:1;
|
||||
}
|
||||
.swiper-slide .img{
|
||||
position:absolute;
|
||||
}
|
||||
.inner{
|
||||
position:relative;
|
||||
display:block;
|
||||
width:1000px;
|
||||
height:500px;
|
||||
margin:0 auto;
|
||||
}
|
||||
.slide1{
|
||||
background:url(../images/bannerbg.jpg) top center no-repeat;
|
||||
}
|
||||
.slide2{
|
||||
background-color: #07cf8b;
|
||||
}
|
||||
.slide3{
|
||||
background-color: #108ced;
|
||||
}
|
||||
.slide4{
|
||||
background-color: #13d0d2;
|
||||
}
|
||||
.slide5{
|
||||
background:url(../images/banbg2.jpg) top center no-repeat;
|
||||
}
|
||||
.slide6{
|
||||
background:#e63030 url(../images/ny_bg.png) top center no-repeat;
|
||||
}
|
||||
.slide7{
|
||||
background:url(../images/yx_0.jpg) top center no-repeat;
|
||||
}
|
||||
.slide8{
|
||||
background: #ff5b28;
|
||||
}
|
||||
.slide1 .xt1{left: 5%; top:150px;width:900px;}
|
||||
.slide1 .bs2{left: 20%; top:170px;width:600px;}
|
||||
.slide1 .bs3{left: 20%; top:260px;width:600px;}
|
||||
.slide2 .s0{left: 25%; top:130px;width:500px;}
|
||||
.slide2 .s1{left: 25%;top:300px;width:500px;}
|
||||
.slide2 .s2{left: 50%;margin-left: -435px;top: 280px;}
|
||||
.slide2 .s3{left: 0;bottom: 0px;z-index: 5;height:190px;}
|
||||
.slide2 .s4{right: 0;bottom: 0px;z-index: 0;height: 160px;}
|
||||
.slide2 .s5{right: 0;top: 10px;width:200px;}
|
||||
.slide3 .zh-a-1{left: 25%;top: 130px;z-index: 9;width:500px;}
|
||||
.slide3 .zh-a-3{left: 25%;top: 330px;width:500px;}
|
||||
.slide3 .zh-a-2{left: 15%;top: 0;height:500px;}
|
||||
.slide4 .b-1{left:25%;top: 130px;width:500px;}
|
||||
.slide4 .b-2{left: 90px;top: 180px;}
|
||||
.slide4 .b-3{left: 25%;top: 320px;width:500px;}
|
||||
.slide4 .b-s-1{width: 100px; left: 50px; bottom:0px;}
|
||||
.slide4 .b-s-2{left: 160px;width: 160px;bottom:0px;}
|
||||
.slide4 .b-s-3{left: 390px;width: 58px;bottom:0px;}
|
||||
.slide4 .b-s-4{right: 359px; width: 103px;bottom:0px;}
|
||||
.slide4 .b-s-5{right: 250px;width: 150px;bottom:0px;}
|
||||
.slide4 .b-s-6{right: 0;width: 65px;bottom:0px;}
|
||||
.slide4 .b-y-1{top:40px;left:50%;}
|
||||
.slide4 .b-y-2{top:40px;left:60%}
|
||||
.slide4 .b-y-3{top:40px;left:0%;}
|
||||
.slide6 .ny1{bottom:0;right:0;}
|
||||
.slide6 .ny2{top:100px;left:0;}
|
||||
.slide6 .ny3{top:340px;left:60px;}
|
||||
.slide7 .yx1{bottom:0;right:80px;}
|
||||
.slide7 .yx2{top:0;left:-100px;}
|
||||
.slide7 .yx3{top:0;right:-100px;}
|
||||
.slide7 .yx4{top:130px;left:180px;}
|
||||
.slide7 .yx5{bottom:0;left:20px;}
|
||||
.slide8 .zs1{left:0;top:140px;width:560px;}
|
||||
.slide8 .zs2{right:0;top:50px;}
|
||||
|
||||
.banwuleft{
|
||||
top: 33%;
|
||||
left: 0;
|
||||
width: 300px;
|
||||
position: absolute;
|
||||
}
|
||||
.banwuleft span{
|
||||
display: block;
|
||||
font-size: 40px;
|
||||
line-height: 50px;
|
||||
color: #fff;
|
||||
}
|
||||
.banwuleft a{
|
||||
width: 180px;
|
||||
background: rgba(255,255,255,0.8);
|
||||
display: block;
|
||||
text-align: center;
|
||||
border-radius: 30px;
|
||||
line-height: 35px;
|
||||
font-size: 16px;
|
||||
color: #108bed;
|
||||
margin-top: 20px;
|
||||
transition:All 0.6s ease-in-out;
|
||||
-webkit-transition:All 0.6s ease-in-out;
|
||||
-moz-transition:All 0.6s ease-in-out;
|
||||
-o-transition:All 0.6s ease-in-out;
|
||||
}
|
||||
.banwuleft a:hover{
|
||||
background: #fff;
|
||||
color:#108bed;
|
||||
}
|
||||
.banwuright{
|
||||
position: absolute;
|
||||
top: 23%;
|
||||
right: 0;
|
||||
width: 570px;
|
||||
background:rgba(80,170,240,0.7);
|
||||
padding: 30px 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow:5px 5px 10px rgba(10,110,190,0.2);
|
||||
}
|
||||
.banwuright h6{
|
||||
font-size: 40px;
|
||||
color: #fff;
|
||||
padding-bottom: 20px;
|
||||
display: block;
|
||||
border-bottom: 1px solid #73c3ff;
|
||||
line-height: 50px;
|
||||
}
|
||||
.banwuright span{
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
margin-top: 10px;
|
||||
line-height: 35px;
|
||||
display: block;
|
||||
}
|
||||
.banwuright p{
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
line-height: 20px;
|
||||
display: block;
|
||||
}
|
||||
.banwuright a{
|
||||
display: block;
|
||||
width: 250px;
|
||||
text-align: center;
|
||||
background: #f1d025;
|
||||
border-radius: 20px;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
line-height: 35px;
|
||||
margin-top: 30px;
|
||||
transition:All 0.6s ease-in-out;
|
||||
-webkit-transition:All 0.6s ease-in-out;
|
||||
-moz-transition:All 0.6s ease-in-out;
|
||||
-o-transition:All 0.6s ease-in-out;
|
||||
}
|
||||
.banwuright a:hover{
|
||||
background: #f6a90d;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.loop{
|
||||
animation-iteration-count: infinite;/*无限*/
|
||||
animation-timing-function:linear;/*平滑*/
|
||||
}
|
||||
.targetBtn {
|
||||
margin-top: 20px;
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
left: 352px;
|
||||
z-index: 999;
|
||||
}
|
||||
.targetBtn a{
|
||||
height:50px;
|
||||
border-radius:50px;
|
||||
background:rgba(0,0,0,.5);
|
||||
float:left;
|
||||
line-height:50px;
|
||||
text-align:center;
|
||||
color:#fff;
|
||||
text-decoration:none;
|
||||
}
|
||||
.targetBtn .a1{
|
||||
width:110px;
|
||||
}
|
||||
.targetBtn .a2{
|
||||
width:170px;
|
||||
margin-left:15px;
|
||||
}
|
||||
/*自定义CSS动画*/
|
||||
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
|
||||
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
|
||||
10%{opacity: 1;}
|
||||
100%{opacity: 1;left:550px;}}
|
||||
@keyframes moveRight{0%{opacity: 0;left:0px;}
|
||||
10%{opacity: 1;}
|
||||
100%{opacity: 1;left:550px;}}
|
||||
|
||||
.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
|
||||
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
|
||||
10%{opacity:1;}
|
||||
100%{opacity:1;left:-370px;}}
|
||||
@keyframes moveLeft{0%{opacity:0;left:390px;}
|
||||
10%{opacity:1;}
|
||||
100%{opacity:1;left:-370px;}}
|
||||
BIN
template/index3/assets/images/002.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
template/index3/assets/images/arrows.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
template/index3/assets/images/aside.jpg
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
template/index3/assets/images/b4.png
Normal file
|
After Width: | Height: | Size: 380 KiB |
BIN
template/index3/assets/images/banbg2.jpg
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
template/index3/assets/images/bannerbg.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
template/index3/assets/images/common_z.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
BIN
template/index3/assets/images/contimg.png
Normal file
|
After Width: | Height: | Size: 9.1 KiB |
BIN
template/index3/assets/images/ggbg.jpg
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
template/index3/assets/images/guangbg.jpg
Normal file
|
After Width: | Height: | Size: 205 KiB |
BIN
template/index3/assets/images/hxz.png
Normal file
|
After Width: | Height: | Size: 318 B |
BIN
template/index3/assets/images/icon-list.jpg
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
template/index3/assets/images/item1-a-h.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
template/index3/assets/images/item1.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
template/index3/assets/images/item2-a-h.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
template/index3/assets/images/item2.png
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
template/index3/assets/images/item3-a-h.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
template/index3/assets/images/item3.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
template/index3/assets/images/item4-a-h.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
template/index3/assets/images/item4.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
template/index3/assets/images/item5-a-h.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
template/index3/assets/images/item5.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
template/index3/assets/images/item6-a-h.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
template/index3/assets/images/item6.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
template/index3/assets/images/item7-a-h.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
BIN
template/index3/assets/images/item7.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
template/index3/assets/images/item8-a-h.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
template/index3/assets/images/item8.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
template/index3/assets/images/item9-a-h.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
template/index3/assets/images/item9.png
Normal file
|
After Width: | Height: | Size: 8.3 KiB |
BIN
template/index3/assets/images/ny_bg.png
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
template/index3/assets/images/right-menu-icons.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
template/index3/assets/images/yx_0.jpg
Normal file
|
After Width: | Height: | Size: 75 KiB |
16
template/index3/assets/js/idangerous.swiper2.7.6.min.js
vendored
Normal file
1
template/index3/assets/js/jquery.lazyload_1107.js
Normal file
@@ -0,0 +1 @@
|
||||
!function(e,t,n,i){var o=e(t);e.fn.lazyload=function(r){function f(){var t=0;l.each(function(){var n=e(this);if(!h.skip_invisible||n.is(":visible"))if(e.abovethetop(this,h));else if(e.belowthefold(this,h)){if(++t>h.failure_limit)return!1}else n.trigger("appear"),t=0})}var a,l=this,h={threshold:0,failure_limit:0,event:"scroll",effect:"show",container:t,data_attribute:"original",skip_invisible:!0,appear:null,load:null,placeholder:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAANSURBVBhXYzh8+PB/AAffA0nNPuCLAAAAAElFTkSuQmCC"};return r&&(i!==r.failurelimit&&(r.failure_limit=r.failurelimit,delete r.failurelimit),i!==r.effectspeed&&(r.effect_speed=r.effectspeed,delete r.effectspeed),e.extend(h,r)),a=h.container===i||h.container===t?o:e(h.container),0===h.event.indexOf("scroll")&&a.bind(h.event,function(){return f()}),this.each(function(){var t=this,n=e(t);t.loaded=!1,(n.attr("src")===i||n.attr("src")===!1)&&n.is("img")&&n.attr("src",h.placeholder),n.one("appear",function(){if(!this.loaded){if(h.appear){var i=l.length;h.appear.call(t,i,h)}e("<img />").bind("load",function(){var i=n.attr("data-"+h.data_attribute);n.hide(),n.is("img")?n.attr("src",i):n.css("background-image","url('"+i+"')"),n[h.effect](h.effect_speed),t.loaded=!0;var o=e.grep(l,function(e){return!e.loaded});if(l=e(o),h.load){var r=l.length;h.load.call(t,r,h)}}).attr("src",n.attr("data-"+h.data_attribute))}}),0!==h.event.indexOf("scroll")&&n.bind(h.event,function(){t.loaded||n.trigger("appear")})}),o.bind("resize",function(){f()}),/(?:iphone|ipod|ipad).*os 5/gi.test(navigator.appVersion)&&o.bind("pageshow",function(t){t.originalEvent&&t.originalEvent.persisted&&l.each(function(){e(this).trigger("appear")})}),e(n).ready(function(){f()}),this},e.belowthefold=function(n,r){var f;return f=r.container===i||r.container===t?(t.innerHeight?t.innerHeight:o.height())+o.scrollTop():e(r.container).offset().top+e(r.container).height(),f<=e(n).offset().top-r.threshold},e.rightoffold=function(n,r){var f;return f=r.container===i||r.container===t?o.width()+o.scrollLeft():e(r.container).offset().left+e(r.container).width(),f<=e(n).offset().left-r.threshold},e.abovethetop=function(n,r){var f;return f=r.container===i||r.container===t?o.scrollTop():e(r.container).offset().top,f>=e(n).offset().top+r.threshold+e(n).height()},e.leftofbegin=function(n,r){var f;return f=r.container===i||r.container===t?o.scrollLeft():e(r.container).offset().left,f>=e(n).offset().left+r.threshold+e(n).width()},e.inviewport=function(t,n){return!(e.rightoffold(t,n)||e.leftofbegin(t,n)||e.belowthefold(t,n)||e.abovethetop(t,n))},e.extend(e.expr[":"],{"below-the-fold":function(t){return e.belowthefold(t,{threshold:0})},"above-the-top":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-screen":function(t){return e.rightoffold(t,{threshold:0})},"left-of-screen":function(t){return!e.rightoffold(t,{threshold:0})},"in-viewport":function(t){return e.inviewport(t,{threshold:0})},"above-the-fold":function(t){return!e.belowthefold(t,{threshold:0})},"right-of-fold":function(t){return e.rightoffold(t,{threshold:0})},"left-of-fold":function(t){return!e.rightoffold(t,{threshold:0})}})}(jQuery,window,document);
|
||||
4
template/index3/assets/js/jquery_1107.js
vendored
Normal file
447
template/index3/assets/js/my_js_1107.js
Normal file
@@ -0,0 +1,447 @@
|
||||
function JPlaceHolder(o) {
|
||||
this.container = o || $("body"),
|
||||
this.init()
|
||||
} !
|
||||
function(o, t, a, i) {
|
||||
var e = o(t);
|
||||
o.fn.flap = function(n) {
|
||||
function p() {
|
||||
r.each(function() {
|
||||
var t = o(this);
|
||||
o.abovethetop(this, c) || o.belowthefold(this, c) || t.trigger("appear")
|
||||
})
|
||||
}
|
||||
var s, r = this,
|
||||
c = {
|
||||
threshold: 0,
|
||||
container: t,
|
||||
event: "scroll"
|
||||
};
|
||||
return n && o.extend(c, n),
|
||||
s = c.container === i || c.container === t ? e: o(c.container),
|
||||
0 === c.event.indexOf("scroll") && s.bind(c.event,
|
||||
function() {
|
||||
return p()
|
||||
}),
|
||||
r.each(function() {
|
||||
var t = this,
|
||||
a = o(t);
|
||||
t.loaded = !1,
|
||||
a.on("appear",
|
||||
function() {
|
||||
if (!t.loaded) {
|
||||
var o = a.attr("data-delay"),
|
||||
i = a.attr("data-ani");
|
||||
t.loaded = !0,
|
||||
a.css({
|
||||
visibility: "visible",
|
||||
"animation-delay": o,
|
||||
"-moz-animation-delay": o,
|
||||
"-webkit-animation-delay": o,
|
||||
"animation-name": i,
|
||||
"-moz-animation-name": i,
|
||||
"-webkit-animation-name": i
|
||||
})
|
||||
}
|
||||
})
|
||||
}),
|
||||
e.bind("resize",
|
||||
function() {
|
||||
p()
|
||||
}),
|
||||
o(a).ready(function() {
|
||||
p()
|
||||
}),
|
||||
this
|
||||
},
|
||||
o.abovethetop = function(a, n) {
|
||||
var p;
|
||||
return p = n.container === i || n.container === t ? e.scrollTop() : o(n.container).offset().top,
|
||||
p >= o(a).offset().top + n.threshold + o(a).height()
|
||||
},
|
||||
o.belowthefold = function(a, n) {
|
||||
var p;
|
||||
return p = n.container === i || n.container === t ? (t.innerHeight ? t.innerHeight: e.height()) + e.scrollTop() : o(n.container).offset().top + o(n.container).height(),
|
||||
p <= o(a).offset().top - n.threshold
|
||||
}
|
||||
} (jQuery, window, document),
|
||||
JPlaceHolder.prototype = {
|
||||
_check: function() {
|
||||
return "placeholder" in document.createElement("input")
|
||||
},
|
||||
init: function() {
|
||||
this._check() || this.fix()
|
||||
},
|
||||
fix: function() {
|
||||
this.container.find("input[placeholder],textarea[placeholder]").each(function() {
|
||||
var o = $(this),
|
||||
t = o.attr("placeholder");
|
||||
o.val(t),
|
||||
o.focusin(function() {
|
||||
var o = $(this);
|
||||
o.val() == t && o.val("")
|
||||
}).focusout(function() {
|
||||
var o = $(this);
|
||||
"" == o.val() && o.val(t)
|
||||
})
|
||||
})
|
||||
}
|
||||
};
|
||||
var Reg = {
|
||||
email: /^(\w-*\.*)+@(\w-?)+(\.\w{1,})+$/,
|
||||
password: /^.{6,20}/,
|
||||
code: /^.{4}$/,
|
||||
checkCode: /^.{4}$/,
|
||||
tel: /(^1[0-9]{10}$)|(^(\(\d{3,4}\)|\d{3,4}-|\s)?\d{7,8}$)/,
|
||||
companyName: /^.{1,50}$/,
|
||||
name: /^.{1,50}$/,
|
||||
message: /^.{1,500}$/,
|
||||
position: /.{0,50}$/
|
||||
},
|
||||
GetAttr = function(obj, attrStr) {
|
||||
if (void 0 == obj || void 0 == attrStr) return "";
|
||||
try {
|
||||
var result = eval("obj." + attrStr);
|
||||
return void 0 == result ? "": result
|
||||
} catch(ex) {
|
||||
return ""
|
||||
}
|
||||
},
|
||||
valiContent = function(o, t) {
|
||||
var t = t.find(".popbox-con"),
|
||||
a = t.find("input[name=" + o + "]");
|
||||
0 == a.length && (a = t.find("textarea[name=" + o + "]"));
|
||||
var i = a.closest(".popbox-inputbox").find(".popbox-input-tip"),
|
||||
e = a.attr("data-reg"),
|
||||
n = a.attr("data-tip");
|
||||
if (i.hide(), "checkbox" == a.attr("type")) var p = a.prop("checked") ? 1 : 0;
|
||||
else var p = $.trim(a.val());
|
||||
if ("cfmPassword" == e) {
|
||||
if (p !== t.find('input[name="password"]').val()) return i.html(n).show(),
|
||||
!1
|
||||
} else if ("checkbox" == a.attr("type")) {
|
||||
if (!p) return i.html(n).show(),
|
||||
!1
|
||||
} else {
|
||||
var s = Reg[e];
|
||||
if (!s.test(p)) return i.html(n).show(),
|
||||
!1
|
||||
}
|
||||
return p
|
||||
},
|
||||
valiDation = function(o, t) {
|
||||
if ($.isArray(o)) {
|
||||
for (var a = {},
|
||||
i = !0,
|
||||
e = o.length - 1; e >= 0; e--) {
|
||||
var n = o[e];
|
||||
a[n] = valiContent(n, t),
|
||||
a[n] === !1 && (i = !1)
|
||||
}
|
||||
return i ? a: !1
|
||||
}
|
||||
valiContent(o, t)
|
||||
},
|
||||
countDown = function(o) {
|
||||
o.addClass("cur"),
|
||||
o.html("60秒后获取");
|
||||
var t = 60,
|
||||
a = setInterval(function() {
|
||||
return t -= 1,
|
||||
0 == t ? (clearInterval(a), a = null, void o.html("点击获取验证码").removeClass("cur")) : void o.html(t + "秒后获取")
|
||||
},
|
||||
1e3)
|
||||
},
|
||||
setTipPop = function(o, t, a) {
|
||||
var t = t || 2600,
|
||||
i = "tip-pop err-pop";
|
||||
a && (i = "tip-pop");
|
||||
var e = $('<div class="' + i + '">' + o + "</div>");
|
||||
e.appendTo("body");
|
||||
var n = e.innerWidth(),
|
||||
p = e.innerHeight();
|
||||
e.css({
|
||||
marginTop: -p / 2,
|
||||
marginLeft: -n / 2
|
||||
}),
|
||||
e.animate({
|
||||
opacity: 1
|
||||
},
|
||||
600),
|
||||
setTimeout(function() {
|
||||
e.animate({
|
||||
opacity: 0
|
||||
},
|
||||
600,
|
||||
function() {
|
||||
e.remove()
|
||||
})
|
||||
},
|
||||
t)
|
||||
},
|
||||
setMinHeight = function() {
|
||||
var o = $(window).outerHeight(),
|
||||
t = $(".header").outerHeight(),
|
||||
a = $(".footer").outerHeight(),
|
||||
i = o - t - a;
|
||||
$(".main").css("min-height", i + "px")
|
||||
},
|
||||
formBounced = function(o) {
|
||||
$(".popbox").length > 0 && ($(".popbox").remove(), $(".popbox-wrap").remove()),
|
||||
window.scrollTo(0, 0),
|
||||
$("body").append(o)
|
||||
},
|
||||
throttle = function(o, t) {
|
||||
var a, i = o,
|
||||
e = !0;
|
||||
return function() {
|
||||
var o = arguments,
|
||||
n = this;
|
||||
return e ? (i.apply(n, o), e = !1) : a ? !1 : void(a = setTimeout(function() {
|
||||
clearTimeout(a),
|
||||
a = null,
|
||||
i.apply(n, o)
|
||||
},
|
||||
t || 30))
|
||||
}
|
||||
},
|
||||
browser = {
|
||||
versions: function() {
|
||||
{
|
||||
var o = navigator.userAgent;
|
||||
navigator.appVersion
|
||||
}
|
||||
return {
|
||||
trident: o.indexOf("Trident") > -1,
|
||||
presto: o.indexOf("Presto") > -1,
|
||||
webKit: o.indexOf("AppleWebKit") > -1,
|
||||
gecko: o.indexOf("Gecko") > -1 && -1 == o.indexOf("KHTML"),
|
||||
mobile: !!o.match(/AppleWebKit.*Mobile.*/),
|
||||
ios: !!o.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
|
||||
android: o.indexOf("Android") > -1 || o.indexOf("Linux") > -1,
|
||||
iPhone: o.indexOf("iPhone") > -1,
|
||||
iPad: o.indexOf("iPad") > -1,
|
||||
webApp: -1 == o.indexOf("Safari")
|
||||
}
|
||||
} (),
|
||||
language: (navigator.browserLanguage || navigator.language).toLowerCase()
|
||||
},
|
||||
scrollFn = function() {
|
||||
var o = $(window).scrollTop(),
|
||||
t = $(".back-top");
|
||||
o > 300 ? t.show() : t.hide()
|
||||
};
|
||||
/*$(".banner-owl").owlCarousel({
|
||||
items: 1,
|
||||
loop: !0,
|
||||
dots: !0,
|
||||
lazyLoad: !1,
|
||||
autoplay: !0,
|
||||
autoplayTimeout: 5e3,
|
||||
autoplayHoverPause: !0
|
||||
}),
|
||||
function(o) {
|
||||
var t = [".news-dynamic-owl", ".news-industry-owl", ".news-media-owl"],
|
||||
a = o(".news-box-tit"),
|
||||
i = (o(".news-container").find(".owl-carousel"), o(".case-item"));
|
||||
i.height(1.4375 * i.width()),
|
||||
o(".news-dynamic-owl").addClass("pass").owlCarousel({
|
||||
margin: 10,
|
||||
lazyLoad: !1,
|
||||
dots: !0,
|
||||
mouseDrag: !1,
|
||||
navText: ["", ""],
|
||||
loop: !0,
|
||||
nav: !0,
|
||||
autoplay: !0,
|
||||
autoplayTimeout: 4e3,
|
||||
autoplayHoverPause: !0,
|
||||
responsive: {
|
||||
0 : {
|
||||
items: 1
|
||||
},
|
||||
800 : {
|
||||
items: 2
|
||||
},
|
||||
1024 : {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
}),
|
||||
a.on("click",
|
||||
function() {
|
||||
var i = o(this);
|
||||
if (!i.hasClass("cur")) {
|
||||
var e = o(".news-box-nav").find(".cur"),
|
||||
n = e.index(),
|
||||
p = o(t[n]),
|
||||
s = i.index(),
|
||||
r = o(t[s]);
|
||||
a.removeClass("cur"),
|
||||
i.addClass("cur"),
|
||||
p.hide(),
|
||||
r.fadeIn(),
|
||||
r.hasClass("pass") || r.addClass("pass").owlCarousel({
|
||||
margin: 10,
|
||||
lazyLoad: !1,
|
||||
mouseDrag: !1,
|
||||
dots: !0,
|
||||
navText: ["", ""],
|
||||
loop: !0,
|
||||
nav: !0,
|
||||
autoplay: !0,
|
||||
autoplayTimeout: 4e3,
|
||||
autoplayHoverPause: !0,
|
||||
responsive: {
|
||||
0 : {
|
||||
items: 1
|
||||
},
|
||||
800 : {
|
||||
items: 2
|
||||
},
|
||||
1024 : {
|
||||
items: 3
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
} ($),
|
||||
$(".leader-owl").owlCarousel({
|
||||
items: 1,
|
||||
loop: !0,
|
||||
dots: !0,
|
||||
smartSpeed: 1e3,
|
||||
margin: 10,
|
||||
lazyLoad: !1,
|
||||
mouseDrag: !1,
|
||||
autoplay: !0,
|
||||
autoplayTimeout: 5500,
|
||||
autoplayHoverPause: !0
|
||||
}),
|
||||
$(".cooperation-owl").owlCarousel({
|
||||
loop: !0,
|
||||
dots: !1,
|
||||
nav: !0,
|
||||
lazyLoad: !1,
|
||||
navText: ["", ""],
|
||||
autoWidth: !0,
|
||||
autoplay: !0,
|
||||
autoplayTimeout: 3e3,
|
||||
autoplayHoverPause: !0
|
||||
}),*/
|
||||
$(".header-more").on("click",
|
||||
function() {
|
||||
$(".nav").stop().fadeToggle("slow")
|
||||
}),
|
||||
$(".back-top").on("click",
|
||||
function() {
|
||||
$("html,body").animate({
|
||||
scrollTop: 0
|
||||
},
|
||||
300)
|
||||
}),
|
||||
$(".submit-btn").on("click",
|
||||
function() {
|
||||
var o = {
|
||||
user: $.trim($(".input-name").val()),
|
||||
telphone: $.trim($(".input-tel").val()),
|
||||
email: $.trim($(".input-email").val()),
|
||||
message: $.trim($(".input-message").val())
|
||||
},
|
||||
o = valiDation(["user", "telphone", "email", "message"], $(".contactus-box"));
|
||||
o !== !1 && $.ajax({
|
||||
url: "/user/message",
|
||||
type: "POST",
|
||||
dataType: "json",
|
||||
data: o
|
||||
}).done(function(o) {
|
||||
200 == GetAttr(o, "meta.code") || 201 == GetAttr(o, "meta.code") ? (setTipPop("留言成功", 1600, !0), $(".contactus-input").val(""), new JPlaceHolder) : setTipPop(GetAttr(o, "meta.msg") || "系统处理异常!")
|
||||
}).fail(function() {
|
||||
setTipPop("系统处理异常!")
|
||||
})
|
||||
}),
|
||||
$(window).on("resize",
|
||||
function() {
|
||||
setMinHeight()
|
||||
}),
|
||||
$(".aside ul li.consulting").on("click",function() {
|
||||
$(".aside ul li.consulting").addClass("active");
|
||||
$(".consulting_box").css("right", "40px");
|
||||
}),
|
||||
$(".consulting_box .close").on("click",function() {
|
||||
$(".aside ul li.consulting").removeClass("active");
|
||||
$(".consulting_box").css("right", "-250px");
|
||||
}),
|
||||
$("#close").on("click",function () {
|
||||
$("#show").animate({
|
||||
width: '40px'
|
||||
}, 100);
|
||||
$('.aside,#close').animate({
|
||||
width: 0
|
||||
}, 100);
|
||||
}),
|
||||
$("#show").on("click", function () {
|
||||
$("#show").animate({
|
||||
width: '0px'
|
||||
}, 100);
|
||||
$('.aside,#close').animate({
|
||||
width: "40px"
|
||||
}, 100);
|
||||
}),
|
||||
window.onscroll = throttle(scrollFn, 30),
|
||||
$(document).ready(function() {
|
||||
setMinHeight(),
|
||||
new JPlaceHolder,
|
||||
$("img[data-src]").lazyload({
|
||||
data_attribute: "src",
|
||||
threshold: 350,
|
||||
skip_invisible: !1,
|
||||
effect: "fadeIn",
|
||||
placeholder: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
|
||||
}),
|
||||
browser.versions.mobile ? ($(".nav-item-tail > .nav-item-a").attr("href", "javascript:void(0);"), $(".flap").addClass("flaped"), $(".icon-wx").on("click",
|
||||
function() {
|
||||
$(".footer-code").stop().fadeToggle()
|
||||
}), window.screen.availWidth >= 993 || $(document).width() >= 993 ? $("body").on("click.navClick", ".nav-item-tail",
|
||||
function() {
|
||||
var o = $(this).closest(".nav-item-tail").siblings(".nav-item-tail"),
|
||||
t = $(this).find(".nav-item-child");
|
||||
o.find(".nav-item-child").fadeOut(),
|
||||
t.stop().fadeToggle()
|
||||
}) : $("body").on("click.navClick", ".nav-item-tail",
|
||||
function() {
|
||||
var o = $(this).find(".nav-item-child");
|
||||
o.stop().fadeToggle()
|
||||
}), $(window).on("resize",
|
||||
function() {
|
||||
window.screen.availWidth >= 993 || $(document).width() >= 993 ? $("body").off("click.navClick").on("click.navClick", ".nav-item-tail",
|
||||
function() {
|
||||
var o = $(this).closest(".nav-item-tail").siblings(".nav-item-tail"),
|
||||
t = $(this).find(".nav-item-child");
|
||||
o.find(".nav-item-child").fadeOut(),
|
||||
t.stop().fadeToggle()
|
||||
}) : $("body").off("click.navClick").on("click.navClick", ".nav-item-tail",
|
||||
function() {
|
||||
var o = $(this).find(".nav-item-child");
|
||||
o.stop().fadeToggle()
|
||||
})
|
||||
}), $.getScript("",
|
||||
function() {
|
||||
FastClick.attach(document.body)
|
||||
})) : ($(".nav-item-tail").on("mouseenter",
|
||||
function() {
|
||||
var o = $(this).find(".nav-item-child");
|
||||
o.stop().fadeIn()
|
||||
}).on("mouseleave",
|
||||
function() {
|
||||
var o = $(this).find(".nav-item-child");
|
||||
o.stop().fadeOut()
|
||||
}), $(".icon-wx").on("mouseenter",
|
||||
function() {
|
||||
$(".footer-code").stop().fadeIn()
|
||||
}).on("mouseleave",
|
||||
function() {
|
||||
$(".footer-code").stop().fadeOut()
|
||||
}), $(".flap").flap())
|
||||
});
|
||||
13
template/index3/assets/js/owl.carousel_1107.js
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<head><title>404 Not Found</title></head>
|
||||
<body>
|
||||
<center><h1>404 Not Found</h1></center>
|
||||
<hr><center>nginx</center>
|
||||
</body>
|
||||
</html>
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
<!-- a padding to disable MSIE and Chrome friendly error page -->
|
||||
2
template/index3/assets/js/swiper.animate1.0.2.min.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
//本插件由www.swiper.com.cn提供
|
||||
function swiperAnimateCache(){for(allBoxes=window.document.documentElement.querySelectorAll(".ani"),i=0;i<allBoxes.length;i++)allBoxes[i].attributes["style"]?allBoxes[i].setAttribute("swiper-animate-style-cache",allBoxes[i].attributes["style"].value):allBoxes[i].setAttribute("swiper-animate-style-cache"," "),allBoxes[i].style.visibility="hidden"}function swiperAnimate(a){clearSwiperAnimate();var b=a.slides[a.activeIndex].querySelectorAll(".ani");for(i=0;i<b.length;i++)b[i].style.visibility="visible",effect=b[i].attributes["swiper-animate-effect"]?b[i].attributes["swiper-animate-effect"].value:"",b[i].className=b[i].className+" "+effect+" "+"animated",style=b[i].attributes["style"].value,duration=b[i].attributes["swiper-animate-duration"]?b[i].attributes["swiper-animate-duration"].value:"",duration&&(style=style+"animation-duration:"+duration+";-webkit-animation-duration:"+duration+";"),delay=b[i].attributes["swiper-animate-delay"]?b[i].attributes["swiper-animate-delay"].value:"",delay&&(style=style+"animation-delay:"+delay+";-webkit-animation-delay:"+delay+";"),b[i].setAttribute("style",style)}function clearSwiperAnimate(){for(allBoxes=window.document.documentElement.querySelectorAll(".ani"),i=0;i<allBoxes.length;i++)allBoxes[i].attributes["swiper-animate-style-cache"]&&allBoxes[i].setAttribute("style",allBoxes[i].attributes["swiper-animate-style-cache"].value),allBoxes[i].style.visibility="hidden",allBoxes[i].className=allBoxes[i].className.replace("animated"," "),allBoxes[i].attributes["swiper-animate-effect"]&&(effect=allBoxes[i].attributes["swiper-animate-effect"].value,allBoxes[i].className=allBoxes[i].className.replace(effect," "))}
|
||||
706
template/index3/assets/js/three.min.js
vendored
Normal file
BIN
template/index3/assets/picture/a1.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
template/index3/assets/picture/a2.png
Normal file
|
After Width: | Height: | Size: 226 KiB |
BIN
template/index3/assets/picture/bs2.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
BIN
template/index3/assets/picture/bs3.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
template/index3/assets/picture/icon01.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
template/index3/assets/picture/icon02.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
template/index3/assets/picture/icon03.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
template/index3/assets/picture/icon04.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
template/index3/assets/picture/icon05.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
template/index3/assets/picture/icon06.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
template/index3/assets/picture/item1-a.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
template/index3/assets/picture/item2-a.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
template/index3/assets/picture/item3-a.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
template/index3/assets/picture/item4-a.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
template/index3/assets/picture/item5-a.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
template/index3/assets/picture/item6-a.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
template/index3/assets/picture/item7-a.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
template/index3/assets/picture/item8-a.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
template/index3/assets/picture/item9-a.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
template/index3/assets/picture/logo.png
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
template/index3/assets/picture/tes01.png
Normal file
|
After Width: | Height: | Size: 7.8 KiB |
BIN
template/index3/assets/picture/tes02.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
template/index3/assets/picture/tes03.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
template/index3/assets/picture/tes04.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
template/index3/assets/picture/tes05.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
template/index3/assets/picture/tes06.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
template/index3/assets/picture/tsimg01.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
template/index3/assets/picture/tsimg02.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
BIN
template/index3/assets/picture/tsimg03.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
template/index3/assets/picture/tsimg04.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
644
template/index3/index.php
Normal file
@@ -0,0 +1,644 @@
|
||||
<?php
|
||||
if(!defined('IN_CRONLITE'))exit();
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||
<meta name="format-detection" content="telephone=yes">
|
||||
<title><?php echo $conf['title']?></title>
|
||||
<meta name="keywords" content="<?php echo $conf['keywords']?>">
|
||||
<meta name="description" content="<?php echo $conf['description']?>">
|
||||
<meta name="renderer" content="webkit">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo STATIC_ROOT?>css/bootstrap_1107.css">
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo STATIC_ROOT?>css/common_1107.css">
|
||||
<!-- BANNER -->
|
||||
<link rel="stylesheet" href="<?php echo STATIC_ROOT?>css/idangerous.swiper2.7.6.css">
|
||||
<link rel="stylesheet" href="<?php echo STATIC_ROOT?>css/animate.min.css">
|
||||
<link rel="stylesheet" href="<?php echo STATIC_ROOT?>css/style.css">
|
||||
<style>
|
||||
.jyb-banner-box {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
position: absolute;
|
||||
top:0;
|
||||
opacity:0.7;
|
||||
overflow: hidden;
|
||||
}
|
||||
.jyb-banner-box >.jyb-banner-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header clearfix">
|
||||
<div class="container">
|
||||
<h1 class="pull-left">
|
||||
<a class="header-logo" href="/">
|
||||
<img class="header-logo-img" src="assets/img/logo.png" alt="<?php echo $conf['sitename']?>" />
|
||||
</a>
|
||||
</h1>
|
||||
<nav class="nav pull-right">
|
||||
<ul class="text-center menuul clearfix">
|
||||
<li class="nav-item">
|
||||
<a class="nav-item-a" href="/">首页<!-- <span class="nav-item-en">Solution</span> --></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-item-a" href="/doc.html">开发文档</a>
|
||||
</li>
|
||||
<?php if($conf['test_open']){?>
|
||||
<li class="nav-item">
|
||||
<a class="nav-item-a" href="/user/test.php">支付测试</a>
|
||||
</li><?php }?>
|
||||
<li class="nav-item log-li">
|
||||
<a class="log-b" href="/user/">登录</a><a class="log-a" href="/user/reg.php">注册</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
<a class="header-more pull-right" href="javascript:void(0);"><i></i></a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="swiper-container">
|
||||
<a class="arrow-left" href="#"></a>
|
||||
<a class="arrow-right" href="#"></a>
|
||||
<div class="swiper-wrapper">
|
||||
<div class="swiper-slide slide1">
|
||||
<a href="#" class="inner">
|
||||
<!-- <img src="<?php echo STATIC_ROOT?>picture/xt1.png" class="ani img xt1" swiper-animate-effect="zoomInDown" swiper-animate-duration="1s" swiper-animate-delay="0s"> -->
|
||||
<img src="<?php echo STATIC_ROOT?>picture/bs2.png" class="ani img bs2" swiper-animate-effect="bounceInDown" swiper-animate-duration="1.5s" swiper-animate-delay="0s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/bs3.png" class="ani img bs3" swiper-animate-effect="bounceInLeft" swiper-animate-duration="2s" swiper-animate-delay="0.5s">
|
||||
</a>
|
||||
<div class="jyb-banner-box" id="jyb-banner-box"></div>
|
||||
</div>
|
||||
<div class="swiper-slide slide5">
|
||||
<div class="inner">
|
||||
<div class="banwuleft">
|
||||
<span class="ani" swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">用数据赋能你我<br/>让生意简单好做</span>
|
||||
<a class="ani" swiper-animate-effect="bounceInLeft" swiper-animate-duration="0.8s" swiper-animate-delay="0.5s" href="/user/reg.php">成为 <?php echo $conf['sitename']?> 商户 >></a><!--登陆地址-->
|
||||
</div>
|
||||
<div class="banwuright ani" swiper-animate-effect="bounceInRight" swiper-animate-duration="0.4s" swiper-animate-delay="0.3s">
|
||||
<h6 class="ani" swiper-animate-effect="fadeInDown" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s"><?php echo $conf['sitename']?> 伙伴计划</h6>
|
||||
<span class="ani" swiper-animate-effect="fadeInUp" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">共建 · 共享 · 开放</span>
|
||||
<p class="ani" swiper-animate-effect="fadeInUp" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s">无论您是传统产业、创业者或者互联网企业,诚邀您共建支付服务新生态。</p>
|
||||
<a class="ani" swiper-animate-effect="bounceInRight" swiper-animate-duration="0.5s" swiper-animate-delay="0.5s" href="https://wpa.qq.com/msgrd?v=3&uin=<?php echo $conf['kfqq']?>&Site=pay&Menu=yes" target="_blank">成为 <?php echo $conf['sitename']?> 合作伙伴 >></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="swiper-slide slide8">
|
||||
<a href="" class="inner">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/a1.png" class="ani img zs1" swiper-animate-effect="bounceInLeft" swiper-animate-duration="1.5s" swiper-animate-delay="0s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/a2.png" class="ani img zs2" swiper-animate-effect="bounceInRight" swiper-animate-duration="2s" swiper-animate-delay="0.5s">
|
||||
</a>
|
||||
<div class="jyb-banner-box" id="jyb-banner-box"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pagination"></div>
|
||||
</div>
|
||||
|
||||
<main id="index-page" class="main">
|
||||
|
||||
<!--
|
||||
<section class="banner-owl owl-carousel">
|
||||
<a class="banner-item item" href="javascript:;" target="_blank"><img class="banner-item item" src="<?php echo STATIC_ROOT?>picture/ban001.jpg"></a>
|
||||
<a class="banner-item item" href="javascript:;" target="_blank"><img class="banner-item item" src="<?php echo STATIC_ROOT?>picture/ban002.jpg"></a>
|
||||
<a class="banner-item item" href="javascript:;" target="_blank"><img class="banner-item item" src="<?php echo STATIC_ROOT?>picture/ban003.jpg"></a>
|
||||
</section> -->
|
||||
<section class="box">
|
||||
<div class="tit flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<p>产品中心<!-- / <em>Product Center</em> --></p>
|
||||
<span>提供支付接入方案,可在各种场景中轻松收款</span>
|
||||
</div>
|
||||
<div class="container product-box">
|
||||
<div class="row">
|
||||
<div class="col-md-6 row producttit">
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item1 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">快捷支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Quick Pay</p>
|
||||
<p class="product-item-txt">无需开通网银,凭银行卡、身份信息及手机就能支付</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item2 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">扫码支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Scan To Pay</p>
|
||||
<p class="product-item-txt">可主动扫码或被动扫码,支付宝和微信双渠道接入</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item3 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">公众号支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Media Platform Pay</p>
|
||||
<p class="product-item-txt">微信公众号支付</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item4 flap" data-ani="fadeInUp" data-delay="0.5s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">APP支付</h3>
|
||||
<!-- <p class="product-item-tit-en">APP Pay</p>
|
||||
<p class="product-item-txt">提供APP内的微信、支付宝、快捷等多种支付方式</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item5 flap" data-ani="fadeInUp" data-delay="0.5s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">小程序支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Small Program Pay</p>
|
||||
<p class="product-item-txt">微信小程序内提供微信支付</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item6 flap" data-ani="fadeInUp" data-delay="0.5s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">H5支付</h3>
|
||||
<!-- <p class="product-item-tit-en">H5 Pay</p>
|
||||
<p class="product-item-txt">H5页面提供微信、支付宝及银联快捷等支付方式</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item7 flap" data-ani="fadeInUp" data-delay="0.9s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">网关支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Gateway Pay</p>
|
||||
<p class="product-item-txt">2秒支付、60秒支付自动更新</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item8 flap" data-ani="fadeInUp" data-delay="0.9s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">企业收付款</h3>
|
||||
<!-- <p class="product-item-tit-en">Enterprise Collection And Pay</p>
|
||||
<p class="product-item-txt">为企业提供一站式便捷收单产品及付款服务</p> -->
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-xs-4 col-md-4 col-lg-4">
|
||||
<a href="javascript:;" class="product-item product-item9 flap" data-ani="fadeInUp" data-delay="0.9s">
|
||||
<i class="product-item-img"></i>
|
||||
<h3 class="product-item-tit">跨境支付</h3>
|
||||
<!-- <p class="product-item-tit-en">Cross Border Pay</p>
|
||||
<p class="product-item-txt">提供收单、实名认证、报送海关等服务</p> -->
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 productmsg">
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item1-a.png" />
|
||||
<h6>快捷支付</h6>
|
||||
<span>Quick Pay</span>
|
||||
<p>可跨终端、跨平台、跨浏览器支付;</p>
|
||||
<p>不需开通网银,只需提供银行卡号、户名、手机号码等信息,银行验证手机动态口令,即可完成支付。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item2-a.png" />
|
||||
<h6>扫码支付</h6>
|
||||
<span>Scan To Pay</span>
|
||||
<p>支付宝、微信双渠道接入,双层保障!</p>
|
||||
<p>可以自由选择主动扫码、被动扫码两种方式进行交易。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item3-a.png" />
|
||||
<h6>公众号支付</h6>
|
||||
<span>Media Platform Pay</span>
|
||||
<p>基于新媒体时代的支付方式!</p>
|
||||
<p>微信公众号、支付宝服务窗内,唤起主程序完成交易。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item4-a.png" />
|
||||
<h6>APP支付</h6>
|
||||
<span>APP Pay</span>
|
||||
<p>手机APP内,只需简单的几行代码,即可接入微信、支付宝、快捷等主流支付方式。</p>
|
||||
<p>用户可以依照自己的习惯选择喜欢的支付方式。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item5-a.png" />
|
||||
<h6>小程序支付</h6>
|
||||
<span>Small Program Pay</span>
|
||||
<p>微信小程序应用或商家H5页面</p>
|
||||
<p>在页面内调用主程序JSSDK完成支付。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item6-a.png" />
|
||||
<h6>H5支付</h6>
|
||||
<span>H5 Pay</span>
|
||||
<p>不依赖APP、公众号等媒介,普通网页中即可进行交易;</p>
|
||||
<p>几行代码简单接入,快速集成上线。多种主流支付渠道,自适应支付场景,PC端、WAP端、H5页面。</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item7-a.png" />
|
||||
<h6>网关支付</h6>
|
||||
<span>Gateway Pay</span>
|
||||
<p>2秒支付、60秒支付自动更新</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item8-a.png" />
|
||||
<h6>企业收付款</h6>
|
||||
<span>Enterprise Collection And Pay</span>
|
||||
<p>企业收款:为企业提供一站式便捷收单产品</p>
|
||||
<p>企业付款:提供单笔或多笔至指定银行的付款服务</p>
|
||||
</div>
|
||||
<div class="productmsg-item flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/item9-a.png" />
|
||||
<h6>跨境支付</h6>
|
||||
<span>Cross Border Pay</span>
|
||||
<p>提供收单、实名认证、报送海关等服务</p>
|
||||
</div>
|
||||
<div class="productmsg-sitem flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<h6>聚合主流通道,为您提供全方位支付体验</h6>
|
||||
<span>彻底告别繁琐的支付接入流程,7行代码、半小时搞定!</span>
|
||||
<p><?php echo $conf['sitename']?>为每一个需要支付服务的企业提供服务和技术支持,帮助企业快速的搭建自己的支付系统。</p>
|
||||
<p>现在如今,支付是商业变现必不可少的环节。我们聚合所有主流支付渠道,给你更简单、快捷的接入体验,同时提供简单易用的管理平台,让你可以集中进行跨渠道的交易管理和财务管理。</p>
|
||||
<p>我们致力于帮助企业快速和高质量地建立支付模块,满足企业任何支付场景的需求!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="box bg-grey">
|
||||
<div class="ystit tit flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<p>我们的优势<!-- / <em>Platform Advantage</em> --></p>
|
||||
<span>方便快捷的支付接入体验,让支付和收款更简单!</span>
|
||||
</div>
|
||||
<div class="container solution-box">
|
||||
<div class="row">
|
||||
<div class="ysright col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<dl class="ysldl1"><img src="<?php echo STATIC_ROOT?>picture/icon01.png" /></dl>
|
||||
<dd>
|
||||
<span>极简使用</span>
|
||||
<p>七行代码,极速完成,支付接入<br/>简洁的操作界面易于使用</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="ysleft col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<dl class="ysrdl1"><img src="<?php echo STATIC_ROOT?>picture/icon02.png" /></dl>
|
||||
<dd>
|
||||
<span>灵活便利</span>
|
||||
<p>产品服务灵活组合<br/>满足企业多元化业务需求</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="ysright col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<dl class="ysldl2"><img src="<?php echo STATIC_ROOT?>picture/icon03.png" /></dl>
|
||||
<dd>
|
||||
<span>不介入资金流</span>
|
||||
<p>只负责交易处理不参与资金清算<br/>保障您的资金安全</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="ysleft col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<dl class="ysrdl2"><img src="<?php echo STATIC_ROOT?>picture/icon04.png" /></dl>
|
||||
<dd>
|
||||
<span>大数据</span>
|
||||
<p>运用交易数据分析功能<br/>了解公司运营状况</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="ysright col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<dl class="ysldl1"><img src="<?php echo STATIC_ROOT?>picture/icon05.png" /></dl>
|
||||
<dd>
|
||||
<span>增值服务</span>
|
||||
<p>提供金融产品及技术服务<br/>帮助企业整合互联网金融</p>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="ysleft col-sm-12 col-md-6 col-lg-6 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<dl class="ysrdl1"><img src="<?php echo STATIC_ROOT?>picture/icon06.png" /></dl>
|
||||
<dd>
|
||||
<span>安全稳定</span>
|
||||
<p>平台运行于阿里云计算中心<br/>多备份容灾保障</p>
|
||||
</dd>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="box nop-box">
|
||||
<div class="guangdiv">
|
||||
<h6 class="flap" data-ani="fadeInDown" data-delay="0.1s"><b><?php echo $conf['sitename']?></b>,做您身边的支付服务商</h6>
|
||||
<span class="flap" data-ani="fadeInDown" data-delay="0.3s">选择对的服务商能让您更快更好的迈进互联网金融时代</span>
|
||||
<a href="https://wpa.qq.com/msgrd?v=3&uin=<?php echo $conf['kfqq']?>&Site=pay&Menu=yes" target="_blank" class="flap" data-ani="fadeInUp" data-delay="0.5s">点击咨询</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="box case-box">
|
||||
<div class="tit flap" data-ani="fadeInDown" data-delay="0.1s">
|
||||
<p>特色与服务<!-- / <em>Features and Services</em> --></p>
|
||||
<span>高额佣金激励回报,打造支付合作共赢生态圈</span>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<ul class="teseul row">
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes01.png" />
|
||||
<span>支付能力</span>
|
||||
<p>让接入支付变的简单方便,随处可得</p>
|
||||
</li>
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes02.png" />
|
||||
<span>资源共享</span>
|
||||
<p>丰富的外部资源提高顾客忠诚度</p>
|
||||
</li>
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes03.png" />
|
||||
<span>准确营销</span>
|
||||
<p>利用支付数据找到有价值的顾客</p>
|
||||
</li>
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes04.png" />
|
||||
<span>专业产品</span>
|
||||
<p>满足商家多样的管理、收银、营销等诉求</p>
|
||||
</li>
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes05.png" />
|
||||
<span>技术支持</span>
|
||||
<p>快速响应,7x24小时为您解答各类技术问题</p>
|
||||
</li>
|
||||
<li class="col-lg-2 col-sm-4 col-xs-6 flap" data-ani="fadeInUp" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tes06.png" />
|
||||
<span>合作伙伴</span>
|
||||
<p>高额激励回报,打造合作共赢生态</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row txfwitem">
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tsimg01.png" />
|
||||
</div>
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<h6>专业的技术团队与行业资源</h6>
|
||||
<p>专业的技术团队与丰富的行业资源保障稳定、便捷的产品和服务。</p>
|
||||
<p>通过SDK接入多种主流通道,用saas模式创建商户交易管理系统,您无须投入技术团队和通道资源也能够实现自己的支付系统、管理自己的交易订单。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row txfwitem">
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<h6>一站式的平台管理系统</h6>
|
||||
<p><?php echo $conf['sitename']?>开放平台——渠道分层管理系统。</p>
|
||||
<p>无论是平台自营或是代理,均能进行层级管理,全局把控交易和财务,实现自由灵活的商户交易管理,并能与合作伙伴便捷分享利益。</p>
|
||||
</div>
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tsimg02.png" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row txfwitem">
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tsimg03.png" />
|
||||
</div>
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<h6>便捷的商户管理平台</h6>
|
||||
<p><?php echo $conf['sitename']?>开放平台——商户支付管理系统。</p>
|
||||
<p>它能够满足企业集中式管理支付应用,进行快速的财务对账,便捷的交易与结算查询,更有商业智能BI帮助企业分析经营。</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row txfwitem">
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInLeft" data-delay="0.1s">
|
||||
<h6>简便的全流程自助服务</h6>
|
||||
<p>我们提倡开放便捷共享,平台提供方便简易的入网申请、在线接口联调、测试上线等自助式操作功能,化繁为简,一杯咖啡时间帮助你接入支付。</p>
|
||||
<p>同时平台全面提供7*24小时客户服务,保障客户问题随时得到处理解决。</p>
|
||||
</div>
|
||||
<div class="col-lg-6 col-sm-12 flap" data-ani="fadeInRight" data-delay="0.1s">
|
||||
<img src="<?php echo STATIC_ROOT?>picture/tsimg04.png" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<section class="box nop-box">
|
||||
<div class="ggchidiv">
|
||||
<span class="flap" data-ani="fadeInDown" data-delay="0.5s">我们具有专业的技术团队和丰富的行业资源,旨在帮助企业快速便捷地实现自己的支付功能。<br/>我们以开放云平台的新模式,着力发扬“开放、共建、共享”的理念,提供标准化的支付产品与服务,共享金融大数据资源。</span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="row footxxdiv">
|
||||
<div class="col-lg-8 col-xs-12">
|
||||
<img src="assets/img/logo.png" class="flap" data-ani="fadeInLeft" data-delay="0.2s"/>
|
||||
<dd class="ksdhdd flap" data-ani="fadeInUp" data-delay="0.3s">
|
||||
<b>快速导航:</b>
|
||||
<a href="/">首页</a>
|
||||
<a href="/doc.html" target="_blank">开发文档</a><span class="dwCommonFooter__split">|</span>
|
||||
<a href="/agreement.html" target="_blank">服务条款</a><span class="dwCommonFooter__split">|</span>
|
||||
<a href="/user/" target="_blank">用户中心</a>
|
||||
<dd class="ksdhdd flap" data-ani="fadeInUp" data-delay="0.3s">
|
||||
<b>举报邮箱:</b>
|
||||
<a class="dwCommonFooter__txt"><?php echo $conf['email']?></a>
|
||||
</dd>
|
||||
</dd>
|
||||
</div>
|
||||
<div class="col-lg-4 col-xs-12">
|
||||
<dd class="lxfsdd flap" data-ani="fadeInRight" data-delay="0.5s">
|
||||
<b>联系方式:</b><br/>
|
||||
<b><?php echo $conf['orgname']?></b>
|
||||
<p>QQ:<a href="https://wpa.qq.com/msgrd?v=3&uin=<?php echo $conf['kfqq']?>&Site=pay&Menu=yes" target="_blank"><?php echo $conf['kfqq']?></a></p>
|
||||
<p>网址:<?php echo $siteurl?></p>
|
||||
<p>邮箱:<a href="mailto:<?php echo $conf['email']?>"><?php echo $conf['email']?></a></p>
|
||||
</dd>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-copyright">
|
||||
<div class="container clearfix">
|
||||
<div class="footer-info pull-right flap" data-ani="fadeInUp" data-delay="0.5s">
|
||||
<div class="footer-login">
|
||||
<a class="lonin-btn" href="/user/">登录</a> /
|
||||
<a class="register-btn" href="/user/reg.php">注册</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="pull-left flap" data-ani="fadeInUp" data-delay="0.5s" style="height: 80px;width:auto">
|
||||
<p><?php echo $conf['footer']?></p><p><?php echo $conf['sitename']?> © 2020 All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a class="back-top" href="javascript:void(0);"><i class="back-top-icon"></i></a>
|
||||
</footer>
|
||||
|
||||
<script src="//cdn.staticfile.org/jquery/3.4.1/jquery.min.js"></script>
|
||||
<script src="//cdn.staticfile.org/jquery.lazyload/1.9.1/jquery.lazyload.min.js"></script>
|
||||
<script src="<?php echo STATIC_ROOT?>js/my_js_1107.js"></script>
|
||||
|
||||
<!-- BANNER -->
|
||||
<script src="<?php echo STATIC_ROOT?>js/idangerous.swiper2.7.6.min.js"></script>
|
||||
<script src="<?php echo STATIC_ROOT?>js/swiper.animate1.0.2.min.js"></script>
|
||||
<script src="<?php echo STATIC_ROOT?>js/three.min.js"></script>
|
||||
<!-- BANNER -->
|
||||
<script type="text/javascript">
|
||||
|
||||
//初始化动态
|
||||
ajax("terraceState",12);
|
||||
//初始化帮助
|
||||
ajax("helpCenter",12);
|
||||
//初始化行业
|
||||
ajax("industryConsult",12);
|
||||
function ajax(type,number){
|
||||
$.ajax({
|
||||
type:'POST',
|
||||
url:'' + '',
|
||||
data:{
|
||||
type:type,
|
||||
num:number,
|
||||
},
|
||||
dataType:"json",
|
||||
success:function(result){
|
||||
var data = result.rows;
|
||||
$.each(data,function(index,obj){
|
||||
if(obj.status==1){
|
||||
$("#"+type+"").append("<li><a class='news-item item diynews' href="+obj.linkurl+"?id="+obj.id+" title="+obj.name+" target='view_window'>"
|
||||
+"<span>"+splitStr(obj.cratetime)+" | </span>"+obj.name+"</a>");
|
||||
$("#"+type+"").append("");
|
||||
}
|
||||
})
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
function splitStr(data){
|
||||
str=data; //这是一字符串
|
||||
var strs= new Array(); //定义一数组
|
||||
strs=str.split(" "); //字符分割
|
||||
for (i=0;i< strs.length ;i++ )
|
||||
{
|
||||
return(strs[i]);
|
||||
}
|
||||
}
|
||||
|
||||
var mySwiper = new Swiper ('.swiper-container', {
|
||||
pagination: '.pagination',
|
||||
paginationClickable :true,
|
||||
autoplay : 10000,
|
||||
speed:300,
|
||||
//loop:true,
|
||||
//autoplayDisableOnInteraction : true,
|
||||
|
||||
onInit: function(swiper){ //Swiper2.x的初始化是onFirstInit
|
||||
swiperAnimateCache(swiper); //隐藏动画元素
|
||||
swiperAnimate(swiper); //初始化完成开始动画
|
||||
},
|
||||
onSlideChangeEnd: function(swiper){
|
||||
swiperAnimate(swiper); //每个slide切换结束时也运行当前slide动画
|
||||
}
|
||||
})
|
||||
$('.arrow-left').on('click', function(e){
|
||||
e.preventDefault()
|
||||
mySwiper.swipePrev()
|
||||
})
|
||||
$('.arrow-right').on('click', function(e){
|
||||
e.preventDefault()
|
||||
mySwiper.swipeNext()
|
||||
})
|
||||
|
||||
</script>
|
||||
<script>
|
||||
var SEPARATION = 100, AMOUNTX = 50, AMOUNTY = 50;
|
||||
var container;
|
||||
var camera, scene, renderer;
|
||||
var particles, particle, count = 0;
|
||||
var mouseX = 0, mouseY = 0;
|
||||
var windowHalfX = window.innerWidth / 2;
|
||||
var windowHalfY = window.innerHeight / 2;
|
||||
|
||||
if(window.innerWidth >= "450"){
|
||||
init();
|
||||
animate();
|
||||
}
|
||||
|
||||
function init() {
|
||||
container = document.createElement( 'div' );
|
||||
var containerObj = $(container);
|
||||
containerObj.addClass("jyb-banner-bg");
|
||||
$("#jyb-banner-box").append(containerObj);
|
||||
//document.body.appendChild( container );
|
||||
camera = new THREE.PerspectiveCamera( 75, window.innerWidth / window.innerHeight, 1, 10000 );
|
||||
camera.position.z = 1000;
|
||||
scene = new THREE.Scene();
|
||||
particles = new Array();
|
||||
var PI2 = Math.PI * 2;
|
||||
var material = new THREE.ParticleCanvasMaterial({
|
||||
color: 0xffffff,
|
||||
program: function ( context ) {
|
||||
context.beginPath();
|
||||
context.arc( 0, 0, 1, 0, PI2, true );
|
||||
context.fill();
|
||||
}
|
||||
});
|
||||
var i = 0;
|
||||
for ( var ix = 0; ix < AMOUNTX; ix ++ ) {
|
||||
for ( var iy = 0; iy < AMOUNTY; iy ++ ) {
|
||||
particle = particles[ i ++ ] = new THREE.Particle( material );
|
||||
particle.position.x = ix * SEPARATION - ( ( AMOUNTX * SEPARATION ) / 2 );
|
||||
particle.position.z = iy * SEPARATION - ( ( AMOUNTY * SEPARATION ) / 2 );
|
||||
scene.add( particle );
|
||||
}
|
||||
}
|
||||
renderer = new THREE.CanvasRenderer();
|
||||
renderer.setSize( window.innerWidth, window.innerHeight );
|
||||
container.appendChild( renderer.domElement );
|
||||
document.addEventListener( 'mousemove', onDocumentMouseMove, false );
|
||||
document.addEventListener( 'touchstart', onDocumentTouchStart, false );
|
||||
document.addEventListener( 'touchmove', onDocumentTouchMove, false );
|
||||
window.addEventListener( 'resize', onWindowResize, false );
|
||||
}
|
||||
|
||||
function onWindowResize() {
|
||||
windowHalfX = window.innerWidth / 2;
|
||||
windowHalfY = window.innerHeight / 2;
|
||||
camera.aspect = window.innerWidth / window.innerHeight;
|
||||
camera.updateProjectionMatrix();
|
||||
renderer.setSize( window.innerWidth, window.innerHeight );
|
||||
}
|
||||
|
||||
function onDocumentMouseMove( event ) {
|
||||
mouseX = event.clientX - windowHalfX;
|
||||
mouseY = event.clientY - windowHalfY;
|
||||
}
|
||||
|
||||
function onDocumentTouchStart( event ) {
|
||||
if ( event.touches.length === 1 ) {
|
||||
event.preventDefault();
|
||||
mouseX = event.touches[ 0 ].pageX - windowHalfX;
|
||||
mouseY = event.touches[ 0 ].pageY - windowHalfY;
|
||||
}
|
||||
}
|
||||
|
||||
function onDocumentTouchMove( event ) {
|
||||
if ( event.touches.length === 1 ) {
|
||||
event.preventDefault();
|
||||
mouseX = event.touches[ 0 ].pageX - windowHalfX;
|
||||
mouseY = event.touches[ 0 ].pageY - windowHalfY;
|
||||
}
|
||||
}
|
||||
|
||||
function animate() {
|
||||
requestAnimationFrame( animate );
|
||||
render();
|
||||
}
|
||||
|
||||
function render() {
|
||||
camera.position.x += ( mouseX - camera.position.x ) * .05;
|
||||
camera.position.y += ( - mouseY - camera.position.y ) * .05;
|
||||
camera.lookAt( scene.position );
|
||||
var i = 0;
|
||||
for ( var ix = 0; ix < AMOUNTX; ix ++ ) {
|
||||
for ( var iy = 0; iy < AMOUNTY; iy ++ ) {
|
||||
particle = particles[ i++ ];
|
||||
particle.position.y = ( Math.sin( ( ix + count ) * 0.3 ) * 50 ) + ( Math.sin( ( iy + count ) * 0.5 ) * 50 );
|
||||
particle.scale.x = particle.scale.y = ( Math.sin( ( ix + count ) * 0.3 ) + 1 ) * 2 + ( Math.sin( ( iy + count ) * 0.5 ) + 1 ) * 2;
|
||||
}
|
||||
}
|
||||
renderer.render( scene, camera );
|
||||
count += 0.1;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
BIN
template/index3/preview.png
Normal file
|
After Width: | Height: | Size: 33 KiB |