﻿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('../images/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('../images/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(../images/cptx1.png)no-repeat center;
}
.cptx-bj-img{
	position: absolute;
	display: inline-block;
	width: 27px;
	height: 31px;
	background: url(../images/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(../images/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(../images/cptx3.png)no-repeat center;
}
.cptx-wd-img{
	position: absolute;
	display: inline-block;
	width: 76px;
	height: 12px;
	background: url(../images/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(../images/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(../images/cptx5.png)no-repeat center;
}
.cptx-ks-img{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 13px;
	background: url(../images/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(../images/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(../images/cptx7.png)no-repeat center;
}
.cptx-aq-img{
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 28px;
	background: url(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/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(../images/ysfw7.png);
	transition: all 1s;
}
.active .ysfw7{
	margin-top: 100px;
// transition-delay: 0.5s;
	z-index:998;
}


/* 2018 - 11 -19  - 首页底部增加模块*/
/* section - 1*/
.slide-page,.slide-item{overflow: hidden}
.section-1{background-color: #f7f7f7;position: relative;z-index: 999;}
.slide-item{margin:50px 0;overflow: hidden}
.slide-item .swiper-slide{text-align: center}
.slide-item li{display: block;text-align: center;}
.slide-page ul{font-size: 0;text-align: center}
.slide-page li{text-align: center;display: inline-block;position: relative;}
.slide-page li.step-name{font-size: 18px;margin-right: 15px;color:#898989}
.slide-page li.step-name span{width:22px;line-height: 22px;display: inline-block;border-radius: 11px;vertical-align: middle;background-color: #898989;color:#fff;position: relative;top:-2px;margin-right: 7px;}
.slide-page li.line:before{content:'';width:85px;height: 2px;background-color: #898989;display: inline-block;vertical-align: middle;position: relative;top: -7px;margin-right: 10px;}
.slide-page li.line:after{content:'';width:0;height: 2px;background-color: #f49e16;display: inline-block;vertical-align: middle;position: absolute;left: 0;top: -7px;z-index: 9;}
.slide-page li.step-name.on{color:#f49f1a}
.slide-page li.step-name.on span{background-color: #f49f1a}
.slide-page li.line.on:after{width: 85px;-webkit-transition: 3s width;-moz-transition: 3s width;-o-transition: 3s width;transition: 3s width;}

/* section - 2 */
.section{padding:120px 0}
.section-title p{color: #333;font-size: 48px;text-align: center}
.partner{text-align: center;overflow: hidden;margin:40px auto}
.partner>div{margin:0 auto}
.partner ul{width: 155px;vertical-align: top;margin: 0 15px;}
.partner li{margin:30px 0}

/*footer*/
.i_footer{position:relative;z-index:2000;height: 572px;width: 100%;background:url(../images/footer.png);background-position: center center}
.i_footer .m{position: relative;height: 100%}
.i_footer ul{position: absolute;top:50%;transform: translateY(-50%);right: 0}
.i_footer li{line-height: 40px;}
.i_footer li:last-child{margin-top: 30px;}
.i_footer img{padding-right: 8px;padding-bottom: 6px;}
#qrcode{margin-left: 36px;cursor: pointer;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;transition: .3s all;padding:0;position: relative}
#qrcode:hover{transform: scale(1.4);box-shadow: 0 0 10px rgba(0,0,0,0.1);border-radius: 3px;top:-15px;}

.footer-span{color:#333333;font-size: 18px;}
.footer-ckdt{background-color: #f7f7f7;border: 1px solid #333333;border-radius: 35px;color: #333333;font-size: 18px;height: 60px;width: 200px;}
.footer{position:relative;z-index:1000;}

/*文字滚动*/
.scroll_item{background:#ef710b;height: 30px;line-height: 29px;background-size: 100% 100%;position: relative;overflow: hidden}
.scroll_item ul{margin:0;white-space: nowrap;position: absolute;left: 15%;font-size: 0;height: 30px}
.scroll_item li{display: inline-block;font-size: 18px;font-weight: bold;color:#fff;margin-right: 250px;letter-spacing: 3px}
.scroll_item li a{color:#fff}