html,body {
	height: 100%
}
button:focus{
	outline: none;
}
body{padding:0px;margin:0px;}
body {font-family: "Microsoft YaHei" !important;}
body>.sh,body >.header_nav,body>.hdp,body>.i_news ,body>.product,body>.product-list,body>.co1 ,body>.co,body>.footer1,body>.footer2 ,body>.n_nav1,body>.nsh,body>.n_cp,body>.n_fw,body>.main{min-width:1300px;}
.w900{width:900px;}
.w1200{width:1200px;}
.w1300{width:1300px;}
.w1772{width:1772px;}
.w1506{width:1506px;}
.m{margin:auto;}
ul{list-style: none;padding:0px;}
ol{padding:0px;}
.h1, .h2, .h3, h1, h2, h3 {margin: 0px;}
a:hover ,a:link,a:visited,a:active{
	text-decoration:none;
	// color:#069deb;
}
a:focus {
outline:none;
-moz-outline:none;
}
*{
     -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
     box-sizing: content-box;
}

#header-menu{
	position: absolute; z-index: 1 ! important;margin: auto;width: 100%;
}

.header_nav{height:60px;border-top: 1px solid #2b2e32;}
.header_nav .m a img{transition: all 0.3s ease-in 0s;}

/* .register{
	float:right;margin-top: 44px;margin-right: 100px;color:#ffffff;
	text-shadow:1px 1px 1px #999;
}
.register:hover{
	color: #f49f16;
}
.register-login{
	float:right;margin-top: 44px;margin-right: 20px;color:#ffffff;
}
.login{
	float:right;margin-top: 44px;margin-right: 20px;color:#ffffff;
	text-shadow:1px 1px 1px #999;
}
.login:hover{
	color: #f49f16;
}

.logo{
	margin-left:220px;
	margin-top:20px;float:left;} */
.hdp{height:700px;}
.hdp>div{margin:auto;}

.banner { position: relative; overflow: auto; text-align:center;}
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner ul li a{height:700px;display:block;width:100%;background-repeat:no-repeat;background-position:50%;}
.banner .btn, .banner .dot {
    text-align:center;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    filter: drop-shaa{
text-decoration:none;
}dow(0 1px 2px rgba(0,0,0,.3));
}

.hdp1{height:400px;}
.hdp1>div{margin:auto;}

.banner .dots {position: absolute;left: 0;right: 0;bottom: 20px;}

.banner .dots li {
    display: inline-block;
	background: url('../img/dot.png') no-repeat;
    width:4px;
	height: 4px;
    text-indent: -999em;
	border-radius: 100%;
	margin-right: 20px;
	cursor: pointer;
	position: relative;
	top: 20px;
}

.banner .dots li.active {
	background: url('../img/dotActive.png') no-repeat;
	width: 10px;
	height: 10px;
	position: relative;
	top: 18px;

}
.cptx-ul li {
    -webkit-transform: scale(1);
    transition: all 0.5s ease;
    width: 19%;
    float: left;
    margin-left: 5%;
    background: #fff;
    position: relative;
}

.zfcj-ul li {
    -webkit-transform: scale(1);
    transition: all 0.5s ease;
    width: 18%;
    float: left;
    margin-left: 1%;
    position: relative;
	cursor:pointer;
}

.i_cptx{height: 645px;}
.cptx-title-div{padding-top: 120px;text-align: center;}
.cptx-title{color:#333333;font-size: 48px;}
.cptx-small-title{color: #898989;font-size: 18px;font-weight: bold;}
.cptx-content-div{padding-top: 20px;text-align: left;}
.cptx-content{color: #898989;font-size: 14px;}

/*产品特性-便捷*/
.cptx-bj{
	display: inline-block;
	width: 54px;
	height: 80px;
	background: url(../img/cptx1.png)no-repeat center;
}
.cptx-bj-img{
	position: absolute;
	display: inline-block;
	width: 27px;
	height: 31px;
	background: url(../img/cptx2.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:45px;
	left:44%;
}
.cptx-bj-img-hover{
	position: absolute;
	display: inline-block;
	width: 27px;
	height: 31px;
	background: url(../img/cptx2.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:45px;
	left:44%;

	animation:stabilityRotate;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes stabilityRotate {
	from{
		transform:translateY(0px);
	}to{
		// transform:translateX(20px);
		transform:translateY(-30px);
	}
}

/*产品特性-稳定*/
.cptx-wd{
	display: inline-block;
	width: 78px;
	height: 80px;
	background: url(../img/cptx3.png)no-repeat center;
}
.cptx-wd-img{
	position: absolute;
	display: inline-block;
	width: 76px;
	height: 12px;
	background: url(../img/cptx4.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:18px;
	left:34%;
}
.cptx-wd-img-hover{
	position: absolute;
	display: inline-block;
	width: 76px;
	height: 12px;
	background: url(../img/cptx4.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:18px;
	left:34%;

	transform-origin: 50% 100% 0;
	animation:stabilityRotateY;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes stabilityRotateY {  
 // 	from{
	// 	transform:translateY(0px);
	// }
	// 50%{
	// 	// transform:translateX(20px);
	// 	transform:translateY(25px);
	// }
	// to{
	// 	// transform:translateX(20px);
	// 	transform:translateY(0px);
	// }
	from { transform:rotate(0deg); } 
	25%{
		transform:rotate(6deg);
	} 
	50%{
		transform:rotate(0deg);
	} 
	75%{
		transform:rotate(-6deg);
	}
	to { transform:rotate(0deg); }  
}  

/*产品特性-快速*/
.cptx-ks{
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url(../img/cptx5.png)no-repeat center;
}
.cptx-ks-img{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 13px;
	background: url(../img/cptx6.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:39px;
	left:50%;
}
.cptx-ks-img-hover{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 13px;
	background: url(../img/cptx6.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:39px;
	left:50%;

	// -moz-transform-origin: 0 0;
	// -webkit-transform-origin:0 0;
	// -o-transform-origin:0 0;
	transform-origin: 0px 0 5px;
	animation:circle;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes circle {  
 	from { transform:rotate(0deg); }  
	to { transform:rotate(360deg); }  
}  

/*产品特性-安全*/
.cptx-aq{
	display: inline-block;
	width: 75px;
	height: 80px;
	background: url(../img/cptx7.png)no-repeat center;
}
.cptx-aq-img{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 28px;
	background: url(../img/cptx8.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:40px;
	left:45%;
}
.cptx-aq-img-hover{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 28px;
	background: url(../img/cptx8.png)no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	top:40px;
	left:45%;

	animation:saveRotate;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count:infinite;
}
@keyframes saveRotate {
	from{
		transform:rotateY(0deg);
	}
	to{
		transform:rotateY(360deg);
	}
}

/*支付场景*/
.i_zfcj{
	// height: 200px;
	// width: 1920px;
	background-color: #f7f7f7;}
.i_zfcj1{height: 200px;background-color: #f7f7f7;margin-top: -200px;position: relative;z-index: 3;width: 0px;left: 27%;}
@media (min-width: 600px) {
  .i_zfcj1{left: 0%;}
}
@media (min-width: 1000px) {
  .i_zfcj1{left: 11%;}
}
@media (min-width: 1200px) {
  .i_zfcj1{left: 17%;}
}
@media (min-width: 1500px) {
  .i_zfcj1{left: 23%;}
}
@media (min-width: 1800px) {
  .i_zfcj1{left: 27%;}
}
.zfcj-title-div{padding-top: 110px;text-align: center;}
.zfcj-title{color:#333333;font-size: 48px;}
.zfcj-word{color: #898989;font-size: 14px;}
.container1 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #f7f7f7;

	padding-right: 0px;
	padding-left: 0px;
	height: 720px;
}

.section2 {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2
}

.rotate {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 1920px;
	height: 1920px;
	margin-left: -960px;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.rotate-img1 {
	position: absolute;
	top: -290px;
	left: 39%;
}

.rotate-img2 {
	position: absolute;
	top: 50%;
	right: -200px;
	margin-top: -520px;
	-webkit-transform: rotate(72deg);
	-moz-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	-o-transform: rotate(72deg);
	transform: rotate(72deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

.rotate-img3 {
	position: absolute;
	top: 86%;
	right: 185px;

	-webkit-transform: rotate(144deg);
	-moz-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	-o-transform: rotate(144deg);
	transform: rotate(144deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

.rotate-img4 {
	position: absolute;
	top: 86%;
	left: 220px;

	-webkit-transform: rotate(-144deg);
	-moz-transform: rotate(-144deg);
	-ms-transform: rotate(-144deg);
	-o-transform: rotate(-144deg);
	transform: rotate(-144deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

.rotate-img5 {
	position: absolute;

	top: 22%;
	left: -175px;

	-webkit-transform: rotate(-72deg);
	-moz-transform: rotate(-72deg);
	-ms-transform: rotate(-72deg);
	-o-transform: rotate(-72deg);
	transform: rotate(-72deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center
}

.fullPage-box {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;

	touch-action: none; transition: all 500ms ease 0s; transform: translate3d(0px, -1890px, 0px);
}

.page1,.page2,.page3,.page4,.page5 {
	width: 100%;
	height: 100%;
	overflow: hidden
}

#menu li.active a .zfcj-word{
	color: #f49e16;
}

/*优势服务*/
// .i_ysfw{height: 940px;background-color: #fff;}
.i_ysfw{height: 340px;background-color: #fff;}
.ysfw-div{width: 850px;text-align: center;}
.ysfw-title-div{padding-top: 110px;text-align: center;}
.ysfw-title{color:#333333;font-size: 48px;}
.ysfw-content{padding-top: 90px;text-align: center;color:#898989;font-size: 18px;line-height: 30px;}

.i_ysfw1{height: 600px;background-color: #fff;}
.ysfw1{
	position: absolute;
    margin-left: 180px;
    margin-top: 50px;
    width: 236px;
    height: 249px;
    opacity: 0;
	background: url(../img/ysfw1.png);
	transition: all 1s;
}
.active .ysfw1{
	z-index:9999;
    animation:touming;
	animation-duration: 3s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
.ysfw2{
	position: absolute;
    margin-left: 260px;
    margin-top: 25px;
    width: 180px;
    height: 205px;
    opacity: 0;
	background: url(../img/ysfw2.png);
	transition: all 1s;
}
.active .ysfw2{
	z-index:9999;
    animation:touming;
	animation-duration: 3s;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
.ysfw3{
	position: absolute;
    margin-left: 340px;
    margin-top: 0px;
    width: 180px;
    height: 205px;
    opacity: 0;
	background: url(../img/ysfw3.png);
	transition: all 1s;
}
.active .ysfw3{
	z-index:9999;
    animation:touming;
	animation-duration: 1.5s;
	animation-delay: 1.5s;
	animation-fill-mode: forwards;
}
.ysfw4{
	position: absolute;
    margin-left: 430px;
    margin-top: 260px;
    width: 108px;
    height: 111px;
    opacity: 0;
	background: url(../img/ysfw4.png);
	transition: all 1s;
}
.active .ysfw4{
	z-index:9999;
    animation:touming;
	animation-duration: 3s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
}
.ysfw5{
	position: absolute;
    margin-left: 430px;
    margin-top: 150px;
    width: 188px;
    height: 197px;
    opacity: 0;
	background: url(../img/ysfw5.png);
	transition: all 1s;
}
.active .ysfw5{
    z-index:9999;
	animation:touming;
	animation-duration: 3s;
	animation-delay: 2.5s;
	animation-fill-mode: forwards;
}
.ysfw6{
	position: absolute;
    margin-left: 460px;
    margin-top: 60px;
    width: 228px;
    height: 257px;
    opacity: 0;
	background: url(../img/ysfw6.png);
	transition: all 1s;
}
.active .ysfw6{
	z-index:9999;
    animation:touming;
	animation-duration: 3s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}
@keyframes touming {  
 	from{
    	opacity:0;
  	}to{
    	opacity:1;
  	}   
}
.ysfw7{
	position: absolute;
    margin-left: 200px;
    margin-top: 350px;
    width: 597px;
    height: 460px;
	background: url(../img/ysfw7.png);
	transition: all 1s;
}
.active .ysfw7{
	margin-top: 100px;
    // transition-delay: 0.5s;
    z-index:998;
}

/*footer*/
.i_footer{position:relative;z-index:2000;height: 716px;width: 100%;}
.footer{position:relative;z-index:1000;}
.footer-div1{padding-top: 245px;}
.footer-img1{padding-right: 8px;padding-bottom: 6px;}
.footer-div2{padding-top: 22px;}
.footer-span{color:#333333;font-size: 18px;}
.footer-div3{padding-top: 47px;}
.footer-ckdt{background-color: #f7f7f7;border: 1px solid #333333;border-radius: 35px;color: #333333;font-size: 18px;height: 60px;width: 200px;}
