
.box {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;    height: 100px;

}
.panel-box.radiusds{}

#news #cont .cont p{
    text-indent: 2em;
}
#news #cont .cont p img{
    display: block;
    margin: 0 about;
}
.menu {
	display: none;
}

.header.about {
	background: linear-gradient(#6D8BBB, rgba(0, 0, 0, 0));
}

.header.on {
	background-image: linear-gradient(0deg, #ffffffc2 4%, #F1F7FB 100%);
	box-shadow: 0 2px 16px 0 #1b518714;
	filter: invert(12px);
	backdrop-filter: blur(12px);
}



.header.on .m ul li.on::after {
	background: #33AAFF;
}

.header.on .m ul li a {
	color: #333333;
}

.header.on .m ul li a em {
	background-image: url(../images/downs2.png);
}

.header .m {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m .logo {
	display: block;
	width: 128px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	background-size: 100% 100%;
}

.header.on .m .logo {
	background-image: url(../images/logoss.png);
}

.header .m .login {
	display: flex;
	align-items: center;
}

.header.on .m .logo {
	height: 50px;
}

.header .m .login a {
  
	display: inline-flex;
	align-items: center;
	height: 40px;
	background: #33AAFF;
	border-radius: 40px;
	font-size: 14px;
	color: #fff;
	padding: 0 22px;
	justify-content: center;
	text-align: center;
}

.header .m ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .m ul li {
	height: 100%;
	margin: 0 30px;
	position: relative;
}

.header .m ul li:hover div {
	opacity: 1;
	visibility: inherit;
    top: 105px;
}

.header .m ul li div {
	overflow: hidden;
	width: 320px;
	background: #FFFFFF;
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 105px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	border-radius: 6px 6px 6px 6px;
	box-shadow:0 4px 10px 5px rgba(0, 0, 0, 0.1);
	padding-left: 10px;
}
.header .m ul li div a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333;
	padding-left: 15px;
	transition: all .1s;
	box-sizing: border-box;
}
.header .m ul li div dl{
	margin-bottom: 15px;
}
.header .m ul li div dt{
	margin-right: 10px;
	
}
.header .m ul li div a h2{
	font-size: 14px;
	font-weight: bold;
	position: relative;
    top: 10px;
}
.header .m ul li div a p{
	font-size: 13px;
	margin-top: 15px;
	opacity: .7;
	height: 20px;
}
.header .m ul li div a i {
	display: block;
	margin-right: 10px;
}

/* 导航小图标 */
/* .header .m ul li div a:nth-child(1) i {
	background: url(../images/icon_01.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(1):hover i {
	background: url(../images/icon_1.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(2) i {
	background: url(../images/icon_02.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(2):hover i {
	background: url(../images/icon_2.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(3) i {
	background: url(../images/icon_03.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(3):hover i {
	background: url(../images/icon_3.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
 */
.header .m ul li div a:hover {
	color: #3864f4;
}

.header .m ul li.on::after {
	width: 100%;
}

.header .m ul li:hover::after {
	width: 100%;
}

.header .m ul li::after {
	content: '';
	width: 0%;
	height: 4px;
	background: #33aaff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	transition: all .2s;

}

.header .m ul li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 17px;
	color: #FFFFFF;
}

.header .m ul li>a em {
	width: 10px;
	height: 5px;
	background-image: url(../images/down.png);
	display: block;
	background-size: 100% 100%;
	margin-left: 10px;
	transition: all .1s;
}

/* 手机导航 */
.fadein ,.add_fadein{
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
	height: 100vh;
	padding-top: 1rem;
}
.add_fadein{
	background: rgba(0, 0, 0, 0);
}
.fadein .close {
	width: .34rem;
	position: absolute;
	right: .2rem;
	top: .3rem;
	opacity: 1;
}

.fadein .box {
	width: 66%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -100%;
	height: 100vh;
	top: 0%;
	padding-bottom: .3rem;
	padding-top: .8rem;
}

.fadein .box .btn {
	overflow: hidden;
	width: 3.2rem;
	height: .6rem;
	border-radius: .6rem;
	margin: 0 auto;
	margin-top: .47rem;
}

.fadein .box .btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: .28rem;
	color: #fff;
}

.fadein .box ul {
	overflow: auto;
	width: 100%;
	padding: 0 .3rem;
}

.fadein .box ul li {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}

.fadein .box ul li .slide {
	width: 100%;
	display: none;
}

.fadein .box ul li .slide a {
	display: flex;
	align-items: center;
	height: .8rem;
	font-size: .26rem;
	padding-left: .3rem;
	color: #333;
}

.fadein .box ul li .slide a:last-child {
	border: none;
}

.fadein .box ul li .line {
	width: 100%;
	height: .9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fadein .box ul li .line.on img {
	transform: rotate(90deg);
}

.fadein .box ul li .line a {
	font-size: .28rem;
	color: #333333;
	height: 100%;
	display: flex;
	align-items: center;
	width: 40%;
}

.fadein .box ul li .line img {
	width: .16rem;
	transition: all .2s;
}

/* 丰富的解决方案，助力数字化转型 */
.about_one {
	/*background: url(../images/bg_1.jpg) repeat;*/
	background-size: 100% 44.01vw;
	height: 44.01vw;
}

.about_one .dl_dl {

}

.about_one .word {
	padding-left: 55px;
}
.module-banner-tab-list-box{
	background: #eef4fd;
	-moz-border-radius: 0 12px 12px  0 ;
	-webkit-border-radius: 0 12px 12px  0 ;
	border-radius:  0 12px 12px  0 ;
	border: 1px #daeaff solid;
}
.about_one .dl_dl{
	flex-wrap: initial;
}
.module-banner-tab-list{
	background: #fff;
	-moz-border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	border: 1px #daeaff solid;
	border-right: 0;
}
.module-banner-tab-list ul{
	padding: 10px;
}
.about_one .module-tab-nav li {
	width: 100%;
	display: flex;
	margin: 10px 0;
	height:56px;
	cursor: pointer;
	padding-left: 70px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	

}

.module-tab-box-ma {
	position: absolute;
	top: 2.86vw;
	left:0;
	opacity: 0;
	padding: 0 2.86vw;
}

.module-tab-box-ma.cur {
	opacity: 1;
}

.about_one .module-tab-nav li.cur {
	color: #fff;
}

.about_one .module-tab-nav li:nth-child(1) {
	margin-top: 0;
}

.block {
	background: url(../images/mav.png) no-repeat;
	background-size: 100% 2.92vw;
	height: 2.92vw;
	width: 8.9vw;
	color: #fff;
	display: block;
	position: absolute;
	left: 0.55vw;
	top: 1vw;
	transition: all 300ms;
}

.about_one .module-tab-nav li.on span {
	color: #fff;
	opacity: 1;
}

.about_one .module-tab-nav li i {
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-size: 1.35vw 1.35vw;
	width: 1.35vw;
	height: 1.35vw;
	align-self: center;
	margin-right: 0.73vw;
	position: relative;
}

.about_one .module-tab-nav li em {
	align-self: center;
	position: relative;
	font-size: 0.83vw;
}

.about_one .module-tab-nav li.on em {
	color: #fff;
}

/* .about_one .word .one {
	display: none;
}

.about_one .word .one.cur {
	display: block;
} */

.about_one .word h2 {
	font-size: 20px;
	font-weight: bold;
}

.about .word p {
	color: #1f1c1c;
	line-height: 1.35vw;
	font-size: 0.83vw;
}

.about_one .dl dl {
	width: 31.46%;
	margin-left: 2.81%;
	margin-top: 25px;
}

.about_one .dl dl:nth-child(3n+1) {
	margin-left: 0;
}

.about_one .dl dt {
	height: 180px;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}


.about_one .dl dd {
	background: #fff;
	margin-left: 0;
	padding: 20px;
}

.about_one .dl dd p {
	margin: 0;
}

.about_one h2 {
	margin-bottom: 10px;
}


.about_tow dl {
	width: 21.5%;
	background: -webkit-linear-gradient(left, #ffffff, #e9f3ff);
	background: -o-linear-gradient(bottom, #ffffff, #e9f3ff);
	background: -moz-linear-gradient(bottom, #ffffff, #e9f3ff);
	background: linear-gradient(to bottom, #ffffff, #e9f3ff);
	box-shadow: 0 2px 9px 3px rgba(209, 228, 250);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px;
	height: 420px;
	position: relative;

}

.about_tow dl:nth-child(4n+1) {
	margin-left: 0;
}

.about_tow dt img {
	width: 65px;
}

.about_tow h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.about_tow span {
	display: block;
	margin: 10px 0 20px 0;
	font-size: 15px;
}

.about_tow p {
	line-height: 1.65;
	font-size:16px;
	color: #787878;
	background: url(../images/dian.png) no-repeat 0 12px;
	padding-left: 16px;
}

.about_tow a {
	display: flex;
	margin-top: 40px;
	color: #0478ff;position: absolute;
  bottom: 30px;
}

.about_tow a i {
	display: block;
	background: url(../images/to.png) no-repeat;
	background-size: 13px 12px;
	width: 13px;
	height: 12px;
	align-self: center;
	margin-left: 10px;
}

.about_tow a:hover i {
	margin-left: 15px;
}

.about_th {
	/*background: url(../images/bg_3.jpg) no-repeat;*/
	/*background-size: cover;*/

}

.about_th .img {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}

.about_th .dl div {
	width: 50%;
	position: relative;
	z-index: 9;
}

.about_th .dl dl:nth-child(1) {
	width: 345px;
	box-shadow: 0 2px 9px 3px rgba(209, 228, 250, .28);
	background: #fff;
	padding: 25px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
}

.about_th .dl div:nth-child(even) dl {
	float: right
}

.about_th dt {
	font-weight: bold;
	font-size: 1.05vw;
	margin-bottom: 10px;
	display: flex;
}

.about_th dt i {
	display: inline-block;
	width: 6px;
	height: 24px;
	background: #0478ff;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	align-self: center;
	margin-right: 14px;
}

.about_th dd {
	padding-left: 18px;
}

.about_th .dl div:nth-child(3),
.about_th .dl div:nth-child(4) {
	margin-top: 96px
}

.about_five {
	background-size: 100% 100%;
	height: auto;
	padding: 25px 0;
	display: flex;
	color: #fff;
	
}

.about_five h2 {
	font-weight: bold;
	font-size: 1.67vw;
}

.about_five .word p {
	color: #fff;
	font-size: 0.9375vw;
	margin: 6px 0 19px 0;
}

.about_five img {
	width: 20px;
	margin-right: 10px;
}

.about_five i {
	font-size: 1.67vw;
	font-weight: bold;
}

.about_five a {
	color: #fff;
	padding: 16px;
	border: 0.11vw #fff solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.about_five a:hover {
	background: #fff;
	color: #33AAFF;
}

.foot {
	padding-top: 50px;
}

.foot dt {
	font-size: 18px;
	/* border-bottom: 1px #dee8ff solid; */
	padding-bottom: 20px;
	position: relative;
	font-weight: bold;
	color: #333;
}

.foot dd a,
.foot dd p {
	display: block;
	color: #281d1d;
	line-height: 1.78vw;
	font-size: 14px;
}

.foot dd a:hover {
	color: #2a6ef4;
}

.foot dt em {
	/* 	background: #2a6ef4; */
	width: 36px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -1px;
}

/* .foot dl:nth-child(1) {
	width: 85px;
}

.foot dl:nth-child(2) {
	width: 135px;
}

.foot dl:nth-child(3) {
	width: 85px;
}

.foot dl:nth-child(4) {
	width: 220px;
}

.foot dl:nth-child(5) {
	width: 110px;
} */

.foot dl:nth-child(5) p {
	padding-left: 0;
	background: none;
}

.foot .dl {
	padding-bottom: 90px;
}

.pic_icon {
	display: flex;
	padding-bottom: 20px;
	justify-content: center;
}

.foot .wap_show a {
	color: #d61414;
	margin-top: -10px;
	margin-bottom: 20px;
	display: block;
}

.foot .wap_show em {
	position: relative;
}

.foot .wap_show em:nth-child(1) {
	left: -58px
}

.foot .wap_show em:nth-child(2) {
	left: 58px
}

.pic_icon img {
	height: 47px;
}

.pic_icon p:nth-child(2) {
	margin: 0 36px;
}

.copyright {
	background: #fff;
	padding:  2px 0 16px 0;
}

.copyright a {
	color: #787878;
	font-size: 0.73vw
}
.panel-box span.sapn {
    width: 140px;
	font-size: 14px;
}
.copyright img {
	width: 1.15vw;
	margin: 0 10px;
	position: relative;
	top: -3px;
}

.copyright p:last-child {
	margin-top: 6px;
}

/* 滚动条样式 */
.about_one .dl {
	width: 100%;
	flex-wrap: wrap;
}


.pt60 {
	padding-bottom: 60px;
}

/* 动画 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.add_banner {
	width: 100%;
}

.add_banner dt img.pc_show {
	width: 100%;
	display: block;
	/* height: calc(100vh - 102px); */
	object-fit: cover;
}

.add_banner dd {
	width: 1200px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #444545;
}

.add_banner dd h5 {
	font-size: 60px;
	font-weight: bold;
}

.add_banner dd h2 {
	font-size: 48px;
	font-weight: bold;
}

.add_banner dd em {
	color: #70a2f7;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin: 15px 0 70px 0;
}

.add_banner dd p {
	font-size: 20px;
	line-height: 34px;
}

.add_banner dd a {
	display: block;
	width: 140px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	background: -webkit-linear-gradient(left, #143bf1, #347ef5);
	background: -o-linear-gradient(right, #143bf1, #347ef5);
	background: -moz-linear-gradient(right, #143bf1, #347ef5);
	background: linear-gradient(to right, #143bf1, #347ef5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}


/* 首页 */
.index_one{
	background-size: 100%;
	padding-bottom: 100px;
}
.index_one dl {
	background-size: 380px 237px;
	width: 380px;
	height: 237px;
	box-shadow: 0 5px 4px 1px rgba(245, 248, 254);
	position: relative;

}

.index_one dt {
	position: absolute;
	top: 35px;
	right: 20px;
}

.index_one dd {
	padding-top: 25px;
	padding-left: 30px;
}

.index_one dd h2 {
	font-size: 28px;
	color: #2d70f5;
	font-weight: bold;
	margin-top: -30px;
	margin-bottom: 25px;
}

.index_one dd p {
	color: #1f1c1c;
	line-height: 1.35vw;
	font-size: 0.83vw;
	padding-right: 35px;
}
.index_tow_bg {
	background-size: 100%;
	height: 420px;
	margin-top: 110px;
}

.index_tow .word h2 {
	font-size: 1.875vw;
	font-weight: bold;
	color: #333;
}

.index_tow .word p {
	margin: 15px 0 30px 0;
}

.index_tow a {
	border: 1px #337ff6 solid;
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	color: #337ff6;
}

.index_tow .word a:hover img {
	margin-left: 15px;
}

.index_tow .word a img {
	margin-left: 7px;
}

.index .word p {
	color: #555;
	line-height: 30px;
	font-size: 0.9375vw;
}

a.wap_show {
	display: none;
}

.mt50 {
	margin-top: -50px;
}

.index_th {
	background-size: cover;
}

.index_th .word p {
	font-weight: normal;
	margin: 10px 0 30px 0;
}
.index_four {
	background-size: cover;
}
.index_four dl {
	width: 31.7%;
	background: #fff;
	box-shadow: 0 5px 20px 3px rgba(212, 224, 243);
	margin-bottom: 30px;
	display: flex;
	padding: 28px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 18px;
}

.index_four dt {
	width: 90px;
}

.index_four dd {
	width: 230px;
}
.sdk_tow dl{
	position: relative
}
.index_four h2 {
	font-weight: bold;
	font-size: 1.25vw;
	margin-bottom: 1.05vw;
	color: #333;
}

.index_four p {
	color: #1f1c1c;
	line-height: 1.35vw;
	font-size: 0.83vw;
}

.index_five {
	padding-bottom: 70px;
}

.index_five .one {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	margin-top: -15px;
}
.index_five p{
	margin-top: 15px;
	width: 17.5%;
}

/* 侧边悬浮 */
.fixed-wrap {
	position: fixed;
	right: 15px;
	bottom: 85px;
	z-index: 999999;
}

.fixed-wrap .one {
	width: 44px;
	height: 130px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.fixed-wrap .one dd {
	display: inline-block;
	width: 14px;
	font-size:14px;
	color: #028efc;
	text-decoration: none;
	margin-top: 8px;
	line-height: 1.25;
}

.totop {
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 999999;
	width: 44px;
	height: 44px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	display: none;
}

.totop.cur {
	display: flex;
}

.totop img {
	width: 1.05vw;
	display: block;
	margin: 0 auto;
}

.panel-box {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 400px;
	min-height: 50px;
	padding:20px 30px;
	background: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	z-index: 4;
	right: 52px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transition-delay: 0s;
	transition-delay: .1s;

}
.panel-box.radiusds.active button{ border:none; outline:none;}
.panel-box.active {
	opacity: 1;
	visibility: visible;
}

.panel-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.panel-box dl {
	display: flex;
	margin-bottom: 15px;
}
.panel-box dd{
	width: 85%;
}
.panel-box p {
	font-size: 16px;
	margin-bottom: 8px;
}

.panel-box dt {
	margin-right: 20px;
}

.panel-box h2 {
	color: #0096ff;
	font-size: 20px;
	font-weight: bold;
}

.panel-box dd img {
	width: 115px;
}

.panel-box dd .text {
	padding: 10px;
	border: 1px #f1f1f1 solid;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.panel-box span {
	display: block;
	width: 64px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #007eff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.panel-box em {
	display: block;
	color: #787878;
	font-size: 14px;
	margin-bottom: 10px;
}

.panel-box dl:last-child em {
	margin-bottom: 0;
}

#add_banner dd p {
	color: #787878;
	font-size: 20px;
	line-height: 1.65;
	width: 485px;
	margin-top: 30px;
}

#add_banner dd h5 {
	color: #4d4c4c;
	font-size: 36px;
}

#add_banner dd i {
	display: none
}

#add_banner dt img.pc_show {
	height: auto;
}


.pay_one {
	background: url(../images/pay_bg_1.jpg) no-repeat;
}

.pay .pub_tit h2 {
	font-weight: bold;
	font-size: 36px;
}

.pay .pub_tit p {
	font-weight: normal;
	color: #787878;
}

.pay .pub_tit b {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.pay_one dl {
	background: #fff;
	border: 1px #b9c6df  solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 20px;
	width: 31.7%;
	padding: 15px 25px;
	margin-bottom: 30px;
}

.pay_one dt {
	display: flex;
}

.pay_one dt h2 {
	align-self: center;
	margin-left: 16px;
	font-weight: bold;
}

.pay p {
	color: #555151;
	line-height: 1.35vw;
	margin-top: 15px;
}

.pay .pic_fix {
	position: absolute;
	right: 0;
	top: 950px;
}

.pay_th {
	background: url(../images/pay_bg_2.jpg) no-repeat;
	padding-top: 300px;
	margin-top: -160px;
	padding-bottom: 0.25rem;
	background-size: 100%;
}

.pay_th .word {
	
}

.pay_th h2 {
	font-size:36px;
	font-weight: bold;
	margin-top: 50px;
}

.pay_th .word i {
	display: block;
	margin: 20px 0;
	background: #1d6dcf;
	width: 80px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
}

.pay_th .word p {
	font-size: 1.05vw;
	line-height: 1.875vw;
	color: #000;
	clear: both;
}

.pay_four {
	background: url(../images/pay_bg_3.jpg) no-repeat;
	padding-bottom: 70px;
	background-size: cover;
}

.pay_four dl {
	width: 31.7%;
	padding: 30px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.pay_four dt {
	color: #0061d8;
	font-size: 1.25vw;
	font-weight: bold;
	display: flex;
}


/* 智能分账 */

.allocation_bg{
	background: url(../images/allocation_bg.jpg) no-repeat;
	background-size: cover;
}
.tion_one .dl:nth-child(1) .word {
	width: 55.4%;
}

.tion_one .dl:nth-child(1) .img {
	width: 40%;
}

.tion_one .dl:nth-child(2) .word {
	width: 52.5%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tion_one .dl:nth-child(2) .img {
	width: 42.2%;
}

.tion_one .dl .word {
	align-self: center;
}

.tion_one h2 {
	font-size: 1.875vw;
	line-height: 46px;
	font-weight: bold;
}

.tion_one .tag {
	margin-top: 25px;
	color: #1f1c1c;
	line-height: 1.35vw;
}

.tion_one .tag span {
	display: block;
	margin-bottom: 20px;
}

.tion_one .tag span:last-child {
	margin-bottom: 0;
}

.tion_one .tag em:nth-child(1) {
	background: #1d6dcf;
	color: #fff;
	padding: 10px 20px;
	-moz-border-radius: 800px;
	-webkit-border-radius: 800px;
	border-radius: 800px;
	display: inline-block;
	font-weight: bold;
	margin-right: 20px;
}

.allocation .word p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.allocation .tion_one .word i {
	display: block;
	margin: 30px 0 22px 0;

}

.tion_one_img img {
	position: absolute;
}

.tion_one_img img:nth-child(1) {
	top: 0;
	left: 0;
}

.tion_one_img img:nth-child(2) {
	top: 250px;
	right: 0;
}

.allocation .about_th .dl {
	position: relative;
	z-index: 99;
	padding: 20px 0;
}

.allocation .about_th .img {
	width: 420px;
	position: absolute;
	z-index: 999;
}

.allocation .about_th dd {
	padding-left: 0;
	margin-top: 15px;
}

.tion_bg {
	position: absolute;
	top: 1665px;
	left: 0;
}

.allocation .about_th {
	position: relative;
	z-index: 9;
	background: none;
}

.tion_one .about_th .dl {
	position: relative;
	z-index: 99;
}

.allocation .about_th .dl div:nth-child(3),
.allocation .about_th .dl div:nth-child(4) {
	margin-top: 40px;
}

.tion_tow {
	padding-bottom: 40px;
}

.tion_tow .word p {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 30px;
	font-size: 1.05vw;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255);
	background: #fff url(../images/tion_icon.png) no-repeat 20px 22px;
	background-size:24px 24px;
	padding-left: 50px;
}

.tion_tow .word p:nth-child(2) {
	margin: 25px 0;
}

.tion_tow .word p em {
	color: #1d6dcf;
}

.tion_th {
	padding-bottom: 120px;
}

.tion_th dl {
	padding: 20px;
	width: 32.08%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255);
	background: #fff;
}

.tion_th dt {
	display: flex;
	margin-bottom: 15px;
}

.tion_th dl h2 {
	font-size: 1.25vw;
	font-weight: bold;
	align-self: center;
	margin-left: 20px;
}

.tion_th .word p {
	line-height: 1.35vw;
	font-size: 0.83vw;
}

/* 账户钱包 */
.ado_bg,.wallet_bg{
	background: url(../images/wallet_bg.jpg) no-repeat;
	background-size: cover;
}
.wallect_one {
	z-index: 99;
}

.wallect_one .dl {
	background: url(../images/wlet_bg_1.png) no-repeat;
	background-size: 100% 476px;
	height: 476px;
}

.wallect_one .dl .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.wallect_one .dl p {
	width: 325px;
	position: absolute;
	line-height: 1.35vw;
	color: #1f1c1c;
}

.wallect_one .dl p:nth-child(1) {
	top: 60px;
	left: 50px;
}

.wallect_one .dl p:nth-child(2) {
	top: 60px;
	right: 50px;
}

.wallect_one .dl p:nth-child(3) {
	top: 290px;
	left: 50px;
}

.wallect_one .dl p:nth-child(4) {
	top: 290px;
	right: 50px;
}

.wallect_tow .pub_tit b {
	margin: 25px auto;
}

.wallect_tow .pub_tit p {
	font-size: 0.83vw;
	line-height: 1.35vw;
	margin: 0 auto;
}

.wall_bg {
	position: absolute;
	left: 0;
	top: 750px;
}

.wallect_tow dl {
	width: 23.17%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 25px;
	position: relative;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255);
}

.wallect_tow dt {
	position: absolute;
	top: -25px;
	right: 25px;
}

.ptb15 {
	padding-bottom: 30px;
}

.wallect_tow h2 {
	color: #0073ff;
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 20px;
}

.wallect_tow p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.pt160 {
	padding: 100px 0;
}

.wallect_th h2 {
	font-size: 1.875vw;
	font-weight: bold;
	margin-bottom: 40px;
}

.wallect_th p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.help #add_banner dd p {
	display: flex;
	justify-content: space-between;
	width: 800px;
	background: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
}

.help #add_banner dd img {
	width: 22px;
	height: 22px;
	align-self: center;
	margin: 0 20px 0 30px;
}

.help #add_banner dd .text {
	line-height: 62px;
	width: 78%;
	border: 0;
}

.help #add_banner dd span {
	display: block;
	width: 140px;
	text-align: center;
	color: #fff;
	background: #7ca8fa;
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	align-self: center;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin-right: 5px;
}



.help_one .dl {
	padding: 10px 30px 45px 30px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.help_one .dl dl {
	width: 33.3%;
	margin-top: 35px;
}

.help_one .dl dl a {
	display: flex;
}

.help_one .dl dt {
	margin-right: 25px;
	width: 50px;
}

.help_one .dl dd {
	width: 85%;
}
.help_one .dl dd h2{
	font-weight: bold;
	color: #333;
}
.help_one .dl dd p {
	color: #1f1c1c;
	margin-top: 10px;
}

.help_tow .dl {
	margin: 30px 0 50px 0;
}

.help_tow .one {
	width: 48.75%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-height: 490px; */
	padding: 25px;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255, .3);
}

.help_tow .one .tit h2 {
	display: flex;
	font-size: 1.25vw;
	font-weight: bold;
}

.help_tow .one .tit h2 i {
	display: block;
	width: 6px;
	height: 28px;
	background: #5281f2;
	align-self: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 20px;
}

.help_tow .one .tit {
	border-bottom: 1px #efefef solid;
	padding-bottom: 20px;
}

.help_tow .one .tit a {
	align-self: center;
	color: #3c7cf7;
	font-size: 17px;
}

.help_tow .one ul {
	margin-top: 15px;
}

.help_tow .one li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon_dn.png) no-repeat 0 16px;
	padding-left: 15px;
	font-size: 18px;
}

.help_tow .one li a:hover {
	color: #3c7cf7;
}

.help_th {
	background: #3275ff;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 60px;
	color: #fff;
}

.help_th h2 {
	font-size: 36px;
	font-weight: bold;
}

.help_th i {
	display: block;
	width: 80px;
	height: 6px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 25px 0;
}

.help_th p {
	line-height: 32px;
	font-size: 20px;
}

.help_th a {
	display: block;
	width: 146px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #3c7cf7;
	font-size: 20px;
	margin-top: 45px;
}

/* 联系我们 */
#contact_banner dd {
	color: #fff;
}

#contact_banner dd p {
	margin: 15px auto;
}

#contact_banner dd i {
	display: block;
	width: 86px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto;
}

#contact_banner dt img.pc_show {
	height: auto;
}

.contact_bg {
	background: url(../images/act_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.contact_one {
	padding-top: 105px;
}

.contact_one .word h2 {
	color: #2969e5;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact_one .word p {
	color: #787878;
	font-size: 20px;
	line-height: 42px;
	background: url(../images/tion_icon.png) no-repeat 0 12px;
	background-size: 20px 20px;
	padding-left: 35px;
}

.contact_one .word p:nth-child(odd) {
	width: 200px;
}

.contact_one .word p:nth-child(even) {
	width: 180px;
}

.contact_one .word dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

.contact_one .form h2 {
	font-size: 28px;
	margin-bottom: 35px;
}

.contact_one .form h2 i {
	font-size: 14px;
	color: #787878;
	margin-left: 25px;
}

.contact_one .form p {
	overflow: hidden;
	border: 1px #d8d8d8 solid;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 15px;
	background: #fff;
}

.contact_one .form p .text {
	padding: 16px 13px;
	width: 98%;
	border: 0;
}

.contact_one .form p i {
	color: #f00;
}

.textarea {
	padding: 13px;
	border: 0;
	width: 100%;
	min-height: 160px;
	font-family: "Microsoft YaHei", 'PingFang SC';
}

.contact_one .form h5 p {
	width: 310px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.contact_one .form h5 em {
	display: block;
	width: 200px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #3476f6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
}

.contact_one .form span {
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.contact_one .form h5 p{
	margin-right: 15px;
}

.contact_one .form span i {
	margin-left: 0;
	align-self: center;
}

.contact_one .form span .text {
	border: 0;
}

.contact_one .form img {
	cursor: pointer;
}

.contact_tow {
	padding: 145px 0;
}

.contact_tow dl {
	width: 33.3%;
	text-align: center;
}

.contact_tow h2 {
	font-size: 1.25vw;
	margin: 20px auto;
}

.contact_tow p {
	line-height: 1.35vw;
	opacity: .8;
}

.contact .mapeds {
	width: 100%;
	height: 28.125vw;
	margin-top: 3.65vw;
}

.contact .contact_tc {
	background: #3c7cf7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	padding-right: .82vw;
}

.contact .contact_tc dl a {
	display: flex;
}

.contact .contact_tc dt {
	width: 3.65vw;
}

.contact .contact_tc dd {
	width: 80%;
	margin-left: 1.04vw;
	font-size: 0.73vw;
	color: #fff;
	align-self: center;
}

.contact .contact_tc dd h2 {
	font-weight: bold;
	margin-bottom: 0.52vw;
	font-size: 0.9375vw;
}

.contact .contact_tc dd i {
	width: 1.25vw;
	position: absolute;
	left: 50%;
	bottom: -0.4166666666666667vw;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.contact .contact_tc dd img {
	margin-right: 0.3125vw;
	width: 0.83vw;
}

/* sdk下载 */
.sdk #contact_banner dd h5 {
	color: #1d6dcf;
}

.sdk #contact_banner dd p {
	color: #787878;
}

.sdk #contact_banner dd i {
	background: #1d6dcf;
}

.sdk_bg {
	background: url(../images/sdk_bg.jpg) no-repeat ;
	background-size: cover;
}

.sdk_one {
	padding: 60px 0;
}

.sdk_one dl {
	width: 23.75%;
	margin-left: 1.6%;
	background: #fcfcfc;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px #f6f6f6 solid;
	text-align: center;
	margin-bottom: 30px;
}

.sdk_one dl:nth-child(4n+1) {
	margin-left: 0;
}

.sdk_one dt {
	height: 190px;
	overflow: hidden;
}

.sdk_one dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sdk_one dd {
	padding-bottom: 26px;
}

.sdk_one dd h2 {
	font-size: 28px;
	margin: 26px auto;
}

.sdk_one dd a {
	display: block;
	width: 70px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #33aaff;
	margin: 0 auto;
}

.sdk_tow {
	padding-bottom: 80px;
}

.sdk_tow dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.sdk_tow dd h2 {
	color: #0478ff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}

.sdk_tow dd a {
	display: block;
	width: 140px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #0478ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
}

.sdk_tow dd a img {
	margin-right: 8px;
}

#about_five {
	padding-top: 3vw;
}

#about_five a {
	background: #fff;
	color: #2564f2;
}

/* 关于 */
.compay_one {
	padding: 80px 0;
}

.compay_one .word .tit {
	font-size: 36px;
	font-weight: bold;
}

.compay_one .word .tit img {
	margin-left: 15px;
}

.compay_one .word h2 {
	color: #317bf6;
	font-size: 20px;
	margin: 50px 0 20px 0;
	font-weight: bold;
}

.compay_one .word p {
	color: #787878;
	line-height: 32px;
}

.compay_one .img {
	text-align: right;
	margin: 20px 0;
}

.compay_one .pic img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.history {
	background: #f9fcff;
	padding: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.history .num {
	color: #317bf6;
	font-size: 32px;
	font-weight: bold;
	padding: 50px 0;
	cursor: pointer;
}

.history .one:nth-child(1) .num {
	padding-top: 0;
}
.history .num img{
	width: 11px;
	align-self: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 20px;
} 
.history .one.cur .num img{
	-webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
}
.history dl {
	border-left: 1px #317bf6 solid;
	margin-left: 90px;
	padding-bottom: 20px;
}
.history dl:last-child{
	padding-bottom: 0;
}
.history em {
	font-size: 12px;
	width: 90px;
	color: #317bf6;
	position: relative;
	top: -6px;
	margin-left: -90px;
}

.history dd p {
	width: 490px;
	padding-left: 20px;
	color: #787878;
	line-height: 32px;
	position: relative;
	top: -32px;
}

.history dl {
	position: relative;
}
.history .one.cur .add_ck_dl{
	display: block;
}
.add_ck_dl{
	display: none;
	padding: 3px 0;
}
.history dl:last-child {
	border-left: 0;
}

.history dt {
	display: block;
	background: url(../images/dian.jpg) no-repeat;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	position: absolute;
	left: -6px;
	top: -5px;
}

.compay_bg {
	background: url(../images/ab_bg.jpg) center bottom no-repeat;
	background-size: 100% 100%;
}

.compay_swiper .swiper-slide {
	background: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
}

.compay_swiper .swiper-slide img {
	width: 100%;
}

.compay_swiper {
	padding-bottom: 60px;
}

.compay_swiper dd {
	text-align: center;
	margin-top: 15px;
}

.compay_th .word h3 {
	font-size: 30px;
	color: #31c294;
	font-weight: bold;
	margin-bottom: 20px;
}

.compay_th .word p {
	font-size: 20px;
	color: #787878;
	line-height: 38px;
}

.compay .help_th {
	background: #46c79e;
}

.compay .help_th h2 {
	margin-bottom: 32px;
}

.compay .help_th p {
	font-size: 16px;
}

.compay .help_th .img {
	text-align: right;
}

.compay .help_th a {
	color: #2fb78c;
	font-size: 16px;
}

.compay_four {
	padding-bottom: 70px;
}

.compay_four .pic {
	position: absolute;
	top: 0;
	left: 0;
}

.compay_four .word {
	position: relative;
	z-index: 9;
}


.cooperation #add_banner dd p {
	line-height: 34px;
	width: 575px;
	font-size: 18px
}

.cooperation #add_banner dd p:last-child {
	margin-top: 0;
}

.cooperation #add_banner dd h6 {
	font-size: 34px;
	color: #1d6dcf;
}

.coop_bg {
	background: url(../images/coop_bg.jpg) no-repeat center bottom;
	background-size: 100% 100%;
}

.cooperation .pay_one {
	background: none;
}

.coop_one .one {
	width: 48.75%;
}

.coop_one .one h1 {
	height: 230px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.coop_one .one h1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coop_one .one h2 {
	color: #1d6dcf;
	font-size: 1.25vw;
	font-weight: bold;
	margin: 26px 0;
}

.coop_one .one p {
	color: #787878;
	line-height: 32px;
}

.coop_one .one dl {
	display: flex;
	justify-content: space-between;
}

.coop_one .one dt {
	width: 465px;
}

.coop_one .one dd {
	align-self: center;
}

.coop_tow {
	padding-top: 110px;
}

.coop_tow .one {
	background: #fcfeff;
	border: 1px #f3f3f3 solid;
	width: 48.75%;
	padding: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.coop_tow .one h2 {
	font-size: 30px;
	font-weight: bold;
}

.coop_tow .one p {
	color: #787878;
	margin: 10px 0 20px 0;
}

.coop_tow .one b {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 180px;
	text-align: center;
	line-height: 38px;
	background: #4766ea;
	color: #fff;
	-moz-border-radius: 800px;
	-webkit-border-radius: 800px;
	border-radius: 800px;
}

.coop_tow .one dd {
	display: flex;
}

.coop_tow .one span em {
	display: block;
	text-align: center;
	color: #787878;
	margin-top: 8px;
}

.coop_tow .one span {
	margin-left: 15px;
}

.coop_tow .one span:nth-child(1) {
	margin-left: 0;
}

.coop_th {
	padding-bottom: 85px;
}

.coop_th dl {
	width: 23.3%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 25px;
	text-align: center;
}

.coop_th h2 {
	color: #4766ea;
	font-size: 1.25vw;
	margin: 20px auto 12px auto;
}

.coop_th p {
	color: #787878;
}

#about_five_add a {
	width: 150px;
	line-height: 56px;
	display: block;
	padding: 0;
	margin: 15px auto 0 auto;
}

.index_th .dl {
	margin-top: -50px;
}

.index_th {
	padding-bottom: 180px;
}

.index_th .one {
	width: 49.2%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.index_th .one:nth-child(1) {
	background: -webkit-linear-gradient(left, #3f75ff, #4d9cfe);
	background: -o-linear-gradient(right, #3f75ff, #4d9cfe);
	background: -moz-linear-gradient(right, #3f75ff, #4d9cfe);
	background: linear-gradient(to right, #3f75ff, #4d9cfe);
}

.index_th .one:nth-child(2) {
	background: #eef4ff;
}

.index_th .one .tit {
	padding: 10px 20px;
	font-size: 18px;
}

.index_th .one .tit img {
	height: 8px;
	align-self: center;
}

.index_th .one:nth-child(1) .tit {
	color: #fff;
}

.index_th .one:nth-child(2) .tit {
	color: #3f75ff;
}

.index_th .one .add_add {
	width: 93.2%;
	margin: 0 auto;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.index_th .one dl {
	display: flex;
	font-size: 14px;
}

.index_th .one dt {
	background: #f2fef0;
	width: 30px;
	text-align: center;
	color: #a3c69e;
	line-height: 36px;
}

.index_th .one dd p {
	line-height: 36px;
	padding-left: 10px;
	font-size: 13px;
	color: #26b326;
}

.index_th .one dd {
	width: 90%;
}

.index_th i.red {
	color: #fb7461;
}

.index_th i.blue {
	color: #2f46f6;
}

.index_th i.black {
	color: #333;
}

.add_add.add_add_show dd p {
	color: #333;
}

.add_add.add_add_show {
	display: none;
}

.run {
	background: #f1fcfe;
	color: #888888;
	font-size: 14px;
	padding: 7px 15px;
}

.run em {
	background: #02aafd;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
}

.index_th .one.cur .add_add {
	display: none
}

.index_th .one.cur .add_add.add_add_show {
	display: block;
}


/* 新闻资讯 */
.news .main {
	/*background: url(../images/news_bg.jpg) no-repeat;*/
	background-size: 100% 100%;
	padding-top: 80px;
}

.news .main h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .new_list dl {
	border-bottom: 1px #f2f2f2 solid;
	padding: 25px 0;
}

.news .new_list dl:hover h2 {
	color: #33AAFF;
	text-decoration: underline;
}

.news .new_list dl:nth-child(1) {
	padding-top: 0;
}

.news .new_list p {
	font-size: 14px;
	color: #787878;
	margin: 10px 0 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .main i {
	color: #33aaff;
	font-size: 14px;
}

.news .new_mav .seacher {
	background: #33aaff;
}

.news .new_mav .seacher .text {
	padding: 16px 18px;
	border: 0;
	background: #33aaff;
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	width: 90%;
}

.news .new_mav .seacher .text::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .text::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .text::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .button {
	cursor: pointer;
	background: none;
	border: 0;
	margin-right: 20px;
}

.w800 {
	width: 66.67%;
}

.w350 {
	width: 29.17%;
}

.bg_new {
	/*background: #fafafa;*/
	padding: 0 20px;
	margin-top: 25px;
}

.bg_new .tit h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: flex;
	padding: 30px 0 10px 0;
}

.bg_new .tit h2 i {
	display: block;
	width: 6px;
	height: 18px;
	background: #33aaff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	align-self: center;
	margin-right: 10px;
}

.hot dl {
	padding: 20px 0;
	border-bottom: 1px #f2f2f2 solid;
}

.hot dl:last-child {
	border-bottom: 0;
}
.index_textarea{
	padding: 10px;
	  border: 1px #f1f1f1 solid;
	  margin-bottom: 10px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  width: 100%;
	  height: 110px;
	 font-family: "Microsoft YaHei", 'PingFang SC';
}
.news .hot dt h2 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: initial;
}

.news .nav li:hover a,
.news .hot dl:hover dt h2 {
	color: #33AAFF;
	text-decoration: underline;
}

.news .hot dd i {
	color: #999999;
}

.news .nav li {
	border-bottom: 1px #f2f2f2 solid;
}

.news .nav li:last-child {
	border-bottom: 0;
}

.news .nav li img {
	margin-right: 10px;
}

.page {
	margin: 40px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.page a {
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	color: #333333;
	border-radius: 50px;
	border: 1px solid #E6E6E6;
	margin: 4px;
	transition: all .1s;
}

.page a:hover {
	background: #33AAFF;
	color: #fff;
	border: 1px solid #33AAFF;
}


#news .main {
	/*background: url(../images/new_bg_bottom.jpg) no-repeat center bottom;*/
	background-size: 100% 100%;
	min-height: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

#news #cont .title h1 {
	font-weight: bold;
	font-size: 36px;
	color: #222d39;
}

#news #cont .title p {
	font-size: 14px;
	color: #8b8b8b;
	padding: 15px 0;
}

#news #cont .cont p {
	font-size: 18px;
	line-height: 28px;
}

#news #cont .tag {
	margin-top: 60px;
	font-size: 14px;
}

#news #cont .tag span {
	align-self: center;
	color: #717171;
	margin-right: 10px;
}

#news #cont .tag em {
	padding: 8px 16px;
	color: #028efc;
	background: #edf7ff;
	border-radius: 4px;
	margin: 5px 4px;
	display: inline-block;
}


/* 支付产品 */
.product .add_banner h5 {
	color: #127dff;
}

.product .add_banner p {
	width: 360px;
	text-align: center;
	line-height: 48px;
	background: rgba(255, 255, 255, .5);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #3e93ff;
	font-size: 20px;
}

.product_bg {
	background: url(../images/pro_bg.jpg) no-repeat;
	min-height: 2186px;
	background-size: cover;
}

.pro_one .one {
	width: 380px;
	height: 320px;
	text-align: center;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
	padding-top: 40px;
}

.pro_one .one h2 {
	font-weight: bold;
	font-size: 1.25vw;
	margin-top: 10px;
}

.pro_one .one p {
	color: #787878;
	margin: 20px auto 15px auto;
	line-height: 28px;
	width: 310px;
}

.pro_one .one dl {
	opacity: 0;
	/*-webkit-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
	position: absolute;
	top: 0;
	left: 0;
}

.pro_one .one dd {
	margin-top: 30px;
}

.pro_one .one a {
	background: #ecf6ff;
	width: 130px;
	text-align: center;
	line-height: 46px;
	display: block;
	margin: 0 auto;
	color: #337ff6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.pro_one .one a img {
	margin-left: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pro_one .one a:hover img {
	margin-left: 15px;
}

.product_bg .index_tow {
	margin-top: 200px;
}

/* PC入口 */
.pc_add_bg {
	background: url(../images/pc_bg.jpg) no-repeat;
	min-height: 860px;
}

.pc_one dl {
	display: flex;
}

.pc_one dt {
	width: 34px;
}

.pc_one dd h2 {
	font-size: 20px;
	font-weight: bold;
}

.pc_one dd h3 {
	font-size: 20px;
	margin: 25px 0;
}

.pc_one dd p {
	color: #787878;
	line-height: 32px;
}

.pc_one dd p:last-child {
	color: #ff8e0e;
}

.pc_one .pay h2 {
	color: #787878;
	font-size: 20px;
}

.pc_one .pay h2 i {
	color: #127dff;
	font-size: 38px;
	font-weight: bold;
	;
}

.pc_one .pay p {
	text-align: right;
	color: #127dff;
}

.pc_tow {
	/*background: #f9fcff;*/
	padding: 0 30px;
	margin-top: 30px;
}

.pc_tow .tit {
	font-size: 20px;
	padding: 25px 0;
	border-bottom: #f1f1f1 1px solid;
}

.pc_tow .dl_dl dl {
	width: 360px;
	line-height: 70px;
	background: #fff;
	border: #dde0e5 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 40px;
	margin-top: 25px;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.pc_tow .dl_dl dl.cur {
	border: #24b1f0 1px solid;
}

.pc_tow .dl_dl dt img {
	margin-right: 10px;
	width: 24px;
}

.pc_add_bg .pays {
	background: #127dff;
	width: 500px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 70px auto;
	cursor: pointer;
}

.pc_add #contact_banner h5 {
	color: #127dff;
}

.pc_tow .dl_dl dd {
	display: block;
	background: url(../images/pc_no.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 40px;
}

.pc_tow .dl_dl dl.cur dd {
	background: url(../images/pc_on.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

/* H5 */
#pub_html {
	max-width: 750px;
	margin: 0 auto;
}

#pub_html .logo {
	padding: .5rem 0;
}

#pub_html .logo img {
	width: 25%;
}

#pub_html .logo h2 {
	color: #343434;
	font-size: 40px;
	margin: 30px auto;
}

#pub_html .logo h2 i {
	font-size: 22px;
}

#pub_html .logo p {
	color: #787878;
	font-size: 15px;
	line-height: 30px;
}

#pub_html .logo p span {
	background: #fdece4;
	color: #ff4a58;
	padding: 0 3px;
	margin: 0 5px;
}

#pub_html .help_one_pay {
	border-top: 15px #f6f6f6 solid;
	padding: 0 25px;
}

#pub_html .help_one_pay .tit {
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

#pub_html .help_one_pay dl {
	border-bottom: 1px #e7e7e7 solid;
	padding: 20px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between
}

#pub_html .help_one_pay dl img {
	width: 25px;
	margin-right: 10px;
}

#pub_html .help_one_pay dd {
	background: url(../images/h5_no.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	align-self: center;
}

#pub_html .help_one_pay dl.cur dd {
	background: url(../images/h5_on.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	align-self: center;
}

#pub_html .h5_pay .button {
	display: block;
	border: 0;
	cursor: pointer;
	background: #1677ff;
	text-align: center;
	color: #fff;
	margin: 50px auto 20px auto;
	width: 88%;
	padding: 15px 0;
	font-size: 17px;
}

#pub_html .h5_pay p {
	text-align: center;
	color: #787878;
	font-size: 15px;
	display: flex;
	justify-content: center;
}

#pub_html .h5_pay p img {
	height: 15px;
	margin-right: 10px;
	align-self: center;
}

#pub_html .help_one_pay dt i {
	color: #1677ff;
	border: 1px #1677ff solid;
	display: inline-block;
	margin-left: 15px;
	padding: 3px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#pub_html.h5_core .help_one_pay dl.cur dd {
	background: url(../images/h5_on_core.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

#pub_html.h5_core .h5_pay .button {
	background: #2bb915;
}

.scan {
	background: url(../images/scan_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	height: 100vh;
	padding-top: 140px;
}

.scan .m {
	justify-content: initial;
}

.scan .m i {
	display: inline-block;
	width: 80px;
	background: #fff;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	margin-left: 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.scan .m i a {
	color: #127dff;
}

.scan_bg {
	background: #fff;
	width: 180px;
	text-align: center;
	line-height: 64px;
	margin: 0 auto;
	color: #787878;
	font-size: 20px;
}

.scan_bg img {
	margin-right: 6px;
}

.scan .center h1 {
	color: #127dff;
	font-size: 36px;
	font-weight: bold;
	margin: 25px auto 15px auto;
}

.scan .center p,
.scan .center dd {
	color: #787878;
	font-size: 20px;
}

.scan .center dt {
	margin: 25px auto 20px auto;
}

.scan .h5_pay {
	color: #787878;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.scan .h5_pay  p{
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.scan .h5_pay  p img{
	height: 15px;
	align-self: center;
	margin-right: 10px;
}
#help_one_pay{
	min-height: 38vh;
}
.scan.good .scan_bg {
	color: #14b920;
}
.scan.good ul{
	width: 570px;
	margin: 60px auto;
}
.scan.good li{
	display: flex;
	justify-content: space-between;
	color: #383838;
	font-size: 1.25vw;
	line-height: 64px;
}
.scan.good  .btn_good{
	width: 570px;
	margin: 0 auto;
	background: #127dff;
	text-align: center;
	font-size: 1.25vw;
	color: #fff;
	padding: 15px 0;
	cursor: pointer;
}

.phone{
	background: url(../images/call.jpg) no-repeat;
	background-size: 100% 100vh;
	height: 100vh;
	padding-top: 24%;
}
.phone dt{
	width: 30%;
	margin: 0 auto;
}
.phone h2{
	background: #fff;
	width: 30%;
	margin: 0 auto 30px auto;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.phone p{
	line-height: 24px;
	font-size: 13px;
}

.add_banner dl,.add_banner dt,.swiper-slide{
	width: 100%;
}
.tion_one h2,.wallect_th h2,.coop_tow .one h2,
#add_lin-word .index h2,#add_lin-word .pay h2{
	font-size: 28px;
}
#add_lin-word .pub_tit,#add_lin-word .pub_tit h2 {
	font-size: 32px;
}
.pay_four dt,.about_th dt,.tion_th dl h2,.help_one .dl dd h2,.compay_one .word h2,.coop_one .one h2,
#add_lin-word .index .index_four h2,.wallect_tow h2,.contact_tow h2,.compay_th .word h3,.pro_one .one h2,
#add_lin-word .pay_one dt h2,.help_tow .one .tit h2,.coop_th h2{
	font-size: 20px;
	font-weight: bold;
	color: #4d4c4c;
}
.coop_tow .one span em,.coop_th p,.scan .center p, .scan .center dd,.pro_one .one p,
.help_tow .one .tit a,.help_th p,.news .hot dt h2,.contact_tow p,.history dd p,.compay .help_th p,
#add_lin-word .copyright a,.allocation .word p,.wallect_one .dl p,.compay_one .word p,.coop_one .one p,
#add_lin-word  .about_five p,#add_lin-word .pay p,.wallect_tow p,.wallect_th p,.compay_th .word p,
#add_lin-word .index p,#add_lin-word .pub_tit p,.help_one .dl dd p,.coop_tow .one p{
	font-size: 16px;
	line-height: 1.8;
}
.scan.good li,.pc_one dd p,
#add_lin-word .index_tow a,.help_th a,.compay .help_th a,.coop_tow .one b{
	font-size: 16px;
	line-height: 2.85;
}
.news .nav li{
	font-size: 16px;
	line-height: 3.5;
}
.foot .dl dl{
    width:16.5%
}
.help_tow .one li a{
	font-size: 18px;
	line-height: 2.35;
}
#add_lin-word  .about_five p i,
#add_lin-word  .about_five h2 {
    font-size: 32px;
}
#add_lin-word  .about_five a{
	padding: 0 16px;
	line-height: 3;
	display: inline-block;
}
#add_lin-word .foot dd a,#add_lin-word .foot dd p{
	line-height: 2;
}
.wallect_th.pt160{
	padding:  0;
}
.news .new_list p,.contact .contact_tc dd p {
	font-size: 14px;
	line-height: 1.25;
}

.news .main i {
  font-size: 12px;
}
#news #cont .cont p,.contact .contact_tc dd h2 {
  font-size: 16px;
  line-height: 1.65;
}
.contact .contact_tc dd h2 {
  font-weight: bold;
}
.contact_one .word p{
	font-size: 18px;
	line-height: 2.65;
	background: url(../images/tion_icon.png) no-repeat 0 15px;
}
.compay_th .pub_tit{
	padding: 0;
}
.compay_th .word h3{
	margin-top: 25px;
}
.compay .help_th{
	margin-top: 50px;
}
.ado_bg .about_th  .dl{
    margin: 55px auto;
}
#add_lin-word .about_five#about_five_add a{
	font-size: 16px;
	line-height: 2.85;
	margin-top: 30px;
}
.scan .center dt{
	width: 200px;
}


#add_lin-word #add_xg_1{
    font-size: 18px;
    line-height: 1.8;
}
#add_lin-word #add_xg_2 a{
    font-size: 14px;
    line-height: 1.8;
}
#add_lin-word #add_xg_3 h2{
    font-size: 18px;
    line-height: 1.8;
}

#add_lin-word #add_xg_4.header .m ul li > a{
      font-size: 16px;
    line-height: 1.8;
}
#add_lin-word #add_xg_5{
    top: 50%;
}
.header .m ul li:nth-child(2) div{
    width:380px;
    height:290px;
}
.header .m ul li:nth-child(3) div{
width           :380px
}



#news.agree #cont .cont p {
  font-size: 16px;
  line-height:2;
}

.header .m ul li div dt img{
    width:32px;
    height:32px;
    		position:relative;
		top:4px;
}

.index_th .one .add_add img{
    height: 403px;
}
#add_lin-word .index .add_add  p{
    font-size: 13px;line-height: 36px;
}

/* 首页"服务案例"标题上下间距 */
#add_pub_tit1{
    padding: 90px 0 40px 0
}


/* 首页"选择我们的理由"标题上下间距 */
#add_pub_tit4{
    padding: 90px 0 40px 0
}

/* 账户钱包与间距方案"我们的合作伙伴"距离下边的距离 */

#index_five{
	padding-bottom:20px
}
/* 标题上下间距 */
#index_five .pub_tit{
	padding: 30px 0 40px 0
}


/* 账户钱包"联速LSPAY的解决方案"标题上下间距 */
#add_pub_tit2{
    padding: 30px 0 40px 0
}

/* 账户钱包"我们的合作伙伴"标题上下间距 */
#add_pub_tit3{
    padding: 30px 0 40px 0
}
/* 账户钱包"联速LSPAY的解决方案"距离下边栏目的距离 */
.wallect_tow.ptb15{
	padding-bottom:0px
}



.box {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;    height: 100px;

}

#news #cont .cont p{
    text-indent: 2em;
}
#news #cont .cont p img{
    display: inline-block;
    margin: 0 about;
}
#news #cont .cont ul li{ font-size:16px; }
.menu {
	display: none;
}

.header.about {
	background: linear-gradient(#6D8BBB, rgba(0, 0, 0, 0));
}

.header.on {
	background-image: linear-gradient(0deg, #ffffffc2 4%, #F1F7FB 100%);
	box-shadow: 0 2px 16px 0 #1b518714;
	filter: invert(12px);
	backdrop-filter: blur(12px);
}



.header.on .m ul li.on::after {
	background: #33AAFF;
}

.header.on .m ul li a {
	color: #333333;
}

.header.on .m ul li a em {
	background-image: url(../images/downs2.png);
}

.header .m {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .m .logo {
	display: block;
	width: 192px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../images/logo.png);
	background-size: 100% 100%;
}

.header.on .m .logo {
	background-image: url(../images/logo.png);
}

.header .m .login {
	display: flex;
	align-items: center;
}

.header.on .m .logo {
	height: 50px;
}

.header .m .login a {
	display: inline-flex;
	align-items: center;
	height: 40px;
	background: #33AAFF;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	padding: 0 22px;
	justify-content: center;
	text-align: center;
	margin: 0 15px 0 0;
}
.header .m .login a:last-child{ margin-right:0; background:#07c24e;}
.header .m ul {
	height: 100%;
	display: flex;
	align-items: center;
}

.header .m ul li {
	height: 100%;
	margin: 0 30px;
	position: relative;
	margin-top: 10px;
}

.header .m ul li:hover div {
	opacity: 1;
	visibility: inherit;
top: 105px;
}

.header .m ul li div {
	overflow: hidden;
	width: 320px;
	background: #FFFFFF;
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 105px;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	border-radius: 6px 6px 6px 6px;
	box-shadow:0 4px 10px 5px rgba(0, 0, 0, 0.1);
	padding-left: 10px;
}
.header .m ul li div a {
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #333;
	padding-left: 15px;
	transition: all .1s;
	box-sizing: border-box;
}
.header .m ul li div dl{
	margin-bottom: 15px;
}
.header .m ul li div dt{
	margin-right: 10px;
	
}
.header .m ul li div a h2{
	font-size: 14px;
	font-weight: bold;
	position: relative;
    top: 10px;
}
.header .m ul li div a p{
	font-size: 13px;
	margin-top: 15px;
	opacity: .7;
	height: 20px;
}
.header .m ul li div a i {
	display: block;
	margin-right: 10px;
}

/* 导航小图标 */
/* .header .m ul li div a:nth-child(1) i {
	background: url(../images/icon_01.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(1):hover i {
	background: url(../images/icon_1.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(2) i {
	background: url(../images/icon_02.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(2):hover i {
	background: url(../images/icon_2.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(3) i {
	background: url(../images/icon_03.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

.header .m ul li div a:nth-child(3):hover i {
	background: url(../images/icon_3.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}
 */
.header .m ul li div a:hover {
	color: #3864f4;
}

.header .m ul li.on::after {
	width: 100%;
}

.header .m ul li:hover::after {
	width: 100%;
}

.header .m ul li::after {
	content: '';
	width: 0%;
	height: 4px;
	background: #33aaff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
	transition: all .2s;

}

.header .m ul li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 17px;
	color: #FFFFFF;
}

.header .m ul li>a em {
	width: 10px;
	height: 5px;
	background-image: url(../images/down.png);
	display: block;
	background-size: 100% 100%;
	margin-left: 10px;
	transition: all .1s;
}

/* 手机导航 */
.fadein ,.add_fadein{
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
	height: 100vh;
	padding-top: 1rem;
}
.add_fadein{
	background: rgba(0, 0, 0, 0);
}
.fadein .close {
	width: .34rem;
	position: absolute;
	right: .2rem;
	top: .3rem;
}

.fadein .box {
	width: 66%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: absolute;
	left: -100%;
	height: 100vh;
	top: 0%;
	padding-bottom: .3rem;
	padding-top: .8rem;
}

.fadein .box .btn {
	overflow: initial;
    width: 3.2rem;
	margin: 0 auto;
	margin-top: 15px;
}

.fadein .box .btn a {
    border-radius: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: .6rem;
	background: #33AAFF;
	font-size: .28rem;
	color: #fff;
	margin: 0 0 .4rem 0;
}
.fadein .box .btn a:last-child{ background:#07c24e;}
.fadein .box ul {
	overflow: auto;
	width: 100%;
	padding: 0 .3rem;
}

.fadein .box ul li {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}

.fadein .box ul li .slide {
	width: 100%;
	display: none;
}

.fadein .box ul li .slide a {
	display: flex;
	align-items: center;
	height: .8rem;
	font-size: .26rem;
	padding-left: .3rem;
	color: #333;
}

.fadein .box ul li .slide a:last-child {
	border: none;
}

.fadein .box ul li .line {
	width: 100%;
	height: .9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fadein .box ul li .line.on img {
	transform: rotate(90deg);
}

.fadein .box ul li .line a {
	font-size: .28rem;
	color: #333333;
	height: 100%;
	display: flex;
	align-items: center;
	width: 40%;
}

.fadein .box ul li .line img {
	width: .16rem;
	transition: all .2s;
}

/* 丰富的解决方案，助力数字化转型 */
.about_one {
	/*background: url(../images/bg_1.jpg) repeat;*/
	background-size: 100% 44.01vw;
	height: auto;
	overflow: hidden;
}

.about_one .dl_dl {
	height: 760px;
}
.about_one .dl_dl .SildeLeft { width: 195px;}
.about_one .word {
	padding-left: 55px;
}
.module-banner-tab-list-box{
	background: #eef4fd;
	-moz-border-radius: 0 12px 12px  0 ;
	-webkit-border-radius: 0 12px 12px  0 ;
	border-radius:  0 12px 12px  0 ;
	border: 1px #daeaff solid;
}
.about_one .dl_dl{
	flex-wrap: initial;
}
.module-banner-tab-list{
	background: #fff;
	-moz-border-radius: 12px 0 0 12px;
	-webkit-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px;
	border: 1px #daeaff solid;
	border-right: 0;
}
.module-banner-tab-list ul{
	padding: 10px;
}
.about_one .module-tab-nav li {
	width: 100%;
	display: flex;
	margin: 10px 0;
	height:56px;
	cursor: pointer;
	padding-left:25px;
	position: relative;
	overflow: hidden;
	z-index: 9;
	

}
.about_one .dl_dl .SildeRight{ width: calc(100% - 195px);}
.module-tab-box-ma {
	position: absolute;
	top: 60px;
	left:0;
	opacity: 0;
	padding: 0 55px;
}

.module-tab-box-ma.cur {
	opacity: 1;
}

.about_one .module-tab-nav li.cur {
	color: #fff;
}

.about_one .module-tab-nav li:nth-child(1) {
	margin-top: 0;
}

.block {
	background: url(../images/mav.png) no-repeat;
	background-size: 100% 100%;
	width: 168px;
	height: 56px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	transition: all 300ms;
}

.about_one .module-tab-nav li.on span {
	color: #fff;
	opacity: 1;
}

.about_one .module-tab-nav li i {
	display: block;
	background: url(../images/icon.png) no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	align-self: center;
	margin-right: 0.73vw;
	position: relative;
}

.about_one .module-tab-nav li em {
	align-self: center;
	position: relative;
	font-size: 14px;
}

.about_one .module-tab-nav li.on em {
	color: #fff;
}

/* .about_one .word .one {
	display: none;
}

.about_one .word .one.cur {
	display: block;
} */

.about_one .word h2 {
	font-size: 20px;
	font-weight: bold;
}

.about .word p {
	color: #1f1c1c;
	line-height: 24px;
	font-size: 16px;
}

.about_one .dl dl {
	width: 31.46%;
	margin-left: 2.81%;
	margin-top: 25px;
}

.about_one .dl dl:nth-child(3n+1) {
	margin-left: 0;
}

.about_one .dl dt {
	height: 180px;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0
}


.about_one .dl dd {
	background: #fff;
	margin-left: 0;
	padding: 20px;
}

.about_one .dl dd p {
	margin: 0;
}

.about_one h2 {
	margin-bottom: 10px;
}


.about_tow dl {
	width: 21.5%;
	background: -webkit-linear-gradient(left, #ffffff, #e9f3ff);
	background: -o-linear-gradient(bottom, #ffffff, #e9f3ff);
	background: -moz-linear-gradient(bottom, #ffffff, #e9f3ff);
	background: linear-gradient(to bottom, #ffffff, #e9f3ff);
	box-shadow: 0 2px 9px 3px rgba(209, 228, 250);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 30px;

}

.about_tow dl:nth-child(4n+1) {
	margin-left: 0;
}

.about_tow dt img {
	width: 65px;
}

.about_tow h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.about_tow span {
	display: block;
	margin: 10px 0 20px 0;
	font-size: 15px;
}

.about_tow p {
	line-height: 1.65;
	font-size:16px;
	color: #787878;
	background: url(../images/dian.png) no-repeat 0 12px;
	padding-left: 16px;
}

.about_tow a {
	display: flex;
	margin-top: 40px;
	color: #0478ff;
	font-size: 16px;
}

.about_tow a i {
	display: block;
	background: url(../images/to.png) no-repeat;
	background-size: 13px 12px;
	width: 13px;
	height: 12px;
	align-self: center;
	margin-left: 10px;
}

.about_tow a:hover i {
	margin-left: 15px;
}

.about_th {
	/*background: url(../images/bg_3.jpg) no-repeat;*/
	/*background-size: cover;*/

}

.about_th .img {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

}

.about_th .dl div {
	width: 50%;
	position: relative;
	z-index: 9;
}

.about_th .dl dl:nth-child(1) {
	width: 345px;
	box-shadow: 0 2px 9px 3px rgba(209, 228, 250, .28);
	background: #fff;
	padding: 25px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0;
}

.about_th .dl div:nth-child(even) dl {
	float: right
}

.about_th dt {
	font-weight: bold;
	font-size: 1.05vw;
	margin-bottom: 10px;
	display: flex;
}

.about_th dt i {
	display: inline-block;
	width: 6px;
	height: 24px;
	background: #0478ff;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	align-self: center;
	margin-right: 14px;
}

.about_th dd {
	padding-left: 18px;
}

.about_th .dl div:nth-child(3),
.about_th .dl div:nth-child(4) {
	margin-top: 96px
}

.about_five {
	background-size: 100% 100%;
	height: auto;
	padding:25px 0 15px 0;
	display: flex;
	color: #fff;
}

.about_five h2 {
	font-weight: bold;
	font-size: 1.67vw;
}

.about_five .word p {
	color: #fff;
	font-size: 0.9375vw;
	margin: 6px 0 19px 0;
}

.about_five img {
	width: 20px;
	margin-right: 10px;
}

.about_five i {
	font-size: 1.67vw;
	font-weight: bold;
}

.about_five a {
	color: #fff;
	padding: 16px;
	border: 0.11vw #fff solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.about_five a:hover {
	background: #fff;
	color: #33AAFF;
}

.foot {
	padding-top: 50px;
}

.foot dt {
	font-size: 18px;
	/* border-bottom: 1px #dee8ff solid; */
	padding-bottom: 20px;
	position: relative;
	font-weight: bold;
	color: #333;
}

.foot dd a,
.foot dd p {
	display: block;
	color: #281d1d;
	line-height: 1.78vw;
	font-size: 14px;
}

.foot dd a:hover {
	color: #2a6ef4;
}

.foot dt em {
	/* 	background: #2a6ef4; */
	width: 36px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: -1px;
}

/* .foot dl:nth-child(1) {
	width: 85px;
}

.foot dl:nth-child(2) {
	width: 135px;
}

.foot dl:nth-child(3) {
	width: 85px;
}

.foot dl:nth-child(4) {
	width: 220px;
}

.foot dl:nth-child(5) {
	width: 110px;
} */

.foot dl:nth-child(5) p {
	padding-left: 0;
	background: none;
}

.foot .dl {
	padding-bottom: 90px;
}

.pic_icon {
	display: flex;
	padding-bottom: 20px;
	justify-content: center;
}

.foot .wap_show a {
	color: #d61414;
	margin-top: -10px;
	margin-bottom: 20px;
	display: block;
}

.foot .wap_show em {
	position: relative;
}

.foot .wap_show em:nth-child(1) {
	left: -58px
}

.foot .wap_show em:nth-child(2) {
	left: 58px
}

.pic_icon img {
	height: 47px;
}

.pic_icon p:nth-child(2) {
	margin: 0 36px;
}

.copyright {
	background: #fff;
	padding:  2px 0 16px 0;
}

.copyright a {
	color: #787878;
	font-size: 0.73vw
}
.panel-box span.sapn {
    width: 140px;
	font-size: 14px;
}
.copyright img {
	width: 1.15vw;
	margin: 0 10px;
	position: relative;
	top: -3px;
}

.copyright p:last-child {
	margin-top: 6px;
}

/* 滚动条样式 */
.about_one .dl {
	width: 100%;
	flex-wrap: wrap;
}


.pt60 {
	padding-bottom: 60px;
}

/* 动画 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

.add_banner {
	width: 100%;
}

.add_banner dt img.pc_show {
	width: 100%;
	display: block;
	/* height: calc(100vh - 102px); */
	object-fit: cover;
}

.add_banner dd {
	width: 1200px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #444545;
}

.add_banner dd h5 {
	font-size: 40px;
	font-weight: bold;
}

.add_banner dd h2 {
	font-size: 48px;
	font-weight: bold;
}

.add_banner dd em {
	color: #70a2f7;
	font-size: 16px;
	display: block;
	text-transform: uppercase;
	margin: 15px 0 70px 0;
}

.add_banner dd p {
	font-size: 20px;
	line-height: 34px;
}

.add_banner dd a {
	display: block;
	width: 140px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	background: -webkit-linear-gradient(left, #143bf1, #347ef5);
	background: -o-linear-gradient(right, #143bf1, #347ef5);
	background: -moz-linear-gradient(right, #143bf1, #347ef5);
	background: linear-gradient(to right, #143bf1, #347ef5);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px
}


/* 首页 */
.index_one{
	background-size: 100%;
	padding-bottom: 100px;
}
.index_one dl {
	background-size: 380px 237px;
	width: 380px;
	height: 237px;
	box-shadow: 0 5px 4px 1px rgba(245, 248, 254);
	position: relative;

}

.index_one dt {
	position: absolute;
	top: 35px;
	right: 20px;
}

.index_one dd {
	padding-top: 25px;
	padding-left: 30px;
}

.index_one dd h2 {
	font-size: 28px;
	color: #2d70f5;
	font-weight: bold;
	margin-top: -30px;
	margin-bottom: 25px;
}

.index_one dd p {
	color: #1f1c1c;
	line-height: 1.35vw;
	font-size: 0.83vw;
	padding-right: 35px;
}
.index_tow_bg {
	background-size: 100%;
	height: 420px;
	margin-top: 110px;
}

.index_tow .word h2 {
	font-size: 1.875vw;
	font-weight: bold;
	color: #333;
}

.index_tow .word p {
	margin: 15px 0 30px 0;
}

.index_tow a {
	border: 1px #337ff6 solid;
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	color: #337ff6;
}

.index_tow .word a:hover img {
	margin-left: 15px;
}

.index_tow .word a img {
	margin-left: 7px;
}

.index .word p {
	color: #555;
	line-height: 30px;
	font-size: 0.9375vw;
}

a.wap_show {
	display: none;
}

.mt50 {
	margin-top: -50px;
}

.index_th {
	background-size: cover;
}

.index_th .word p {
	font-weight: normal;
	margin: 10px 0 30px 0;
}
.index_four {
	background-size: cover;
}
.index_four dl {
	width: 31.7%;
	background: #fff;
	box-shadow: 0 5px 20px 3px rgba(212, 224, 243);
	margin-bottom: 30px;
	display: flex;
	padding: 28px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 18px;
}

.index_four dt {
	width: 90px;
}

.index_four dd {
	width: 230px;
}
.sdk_tow dl{
	position: relative
}
.index_four h2 {
	font-weight: bold;
	font-size: 1.25vw;
	margin-bottom:12px;
	color: #333;
}

.index_four p {
	color: #1f1c1c;
	line-height: 1.35vw;
	font-size: 0.83vw;
}

.index_five {
	padding-bottom: 100px;
}

.index_five .one {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	margin-top: -15px;
}
.index_five p{
	margin-top: 15px;
	width: 17.5%;
}

/* 侧边悬浮 */
.fixed-wrap {
	position: fixed;
	right: 15px;
	bottom: 85px;
	z-index: 999999;
}

.fixed-wrap .one {
	width: 44px;
	height: 130px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.fixed-wrap .one dd {
	display: inline-block;
	width: 14px;
	font-size:14px;
	color: #028efc;
	text-decoration: none;
	margin-top: 8px;
	line-height: 1.25;
}

.totop {
	position: fixed;
	right: 15px;
	bottom: 30px;
	z-index: 999999;
	width: 44px;
	height: 44px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	display: none;
}

.totop.cur {
	display: flex;
}

.totop img {
	width: 1.05vw;
	display: block;
	margin: 0 auto;
}

.panel-box {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 400px;
	min-height: 50px;
	padding:20px 30px;
	background: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .5);
	z-index: 4;
	right: 52px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
	transition-delay: 0s;
	transition-delay: .1s;

}

.panel-box.active {
	opacity: 1;
	visibility: visible;
}

.panel-box .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.panel-box dl {
	display: flex;
	margin-bottom: 15px;
}
.panel-box dd{
	width: 85%;
}
.panel-box p {
	font-size: 16px;
	margin-bottom: 8px;
}

.panel-box dt {
	margin-right: 20px;
}

.panel-box h2 {
	color: #0096ff;
	font-size: 20px;
	font-weight: bold;
}

.panel-box dd img {
	width: 115px;
}

.panel-box dd .text {
	padding: 10px;
	border: 1px #f1f1f1 solid;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.panel-box span {
	display: block;
	width: 64px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background: #007eff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.panel-box em {
	display: block;
	color: #787878;
	font-size: 14px;
	margin-bottom: 10px;
}

.panel-box dl:last-child em {
	margin-bottom: 0;
}

#add_banner dd p {
	color: #333;
	font-size: 20px;
	line-height: 1.65;
	width: 485px;
	margin-top: 10px;
}

#add_banner dd h5 {
	color: #0277f3;
	font-size: 36px;
	    padding: 50px 0 0px 0;
}


#add_banner dd i {
	display: none
}

#add_banner dt img.pc_show {
	height: auto;
}


.pay_one {
	background: url(../images/pay_bg_1.jpg) no-repeat;
}

.pay .pub_tit h2 {
	font-weight: bold;
	font-size: 36px;
}

.pay .pub_tit p {
	font-weight: normal;
	color: #787878;
}

.pay .pub_tit b {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.pay_one dl {
	background: #fff;
	border: 1px #b9c6df  solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 20px;
	width: 31.7%;
	padding: 15px 25px;
	margin-bottom: 30px;
}

.pay_one dt {
	display: flex;
}

.pay_one dt h2 {
	align-self: center;
	margin-left: 16px;
	font-weight: bold;
}

.pay p {
	color: #555151;
	line-height: 1.35vw;
	margin-top: 15px;
}

.pay .pic_fix {
	position: absolute;
	right: 0;
	top: 950px;
}

.pay_th {
	background: url(../images/pay_bg_2.jpg) no-repeat;
	padding-top: 300px;
	margin-top: -160px;
	padding-bottom: 0.25rem;
	background-size: 100%;
}

.pay_th .word {
	
}

.pay_th h2 {
	font-size:36px;
	font-weight: bold;
	margin-top: 50px;
}

.pay_th .word i {
	display: block;
	margin: 20px 0;
	background: #1d6dcf;
	width: 80px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
}

.pay_th .word p {
	font-size: 1.05vw;
	line-height: 1.875vw;
	color: #000;
	clear: both;
}

.pay_four {
	background: url(../images/pay_bg_3.jpg) no-repeat;
	padding-bottom: 70px;
	background-size: cover;
}

.pay_four dl {
	width: 31.7%;
	padding: 30px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 30px;
}

.pay_four dt {
	color: #0061d8;
	font-size: 1.25vw;
	font-weight: bold;
	display: flex;
}


/* 智能分账 */

.allocation_bg{
	background: url(../images/allocation_bg.jpg) no-repeat;
	background-size: cover;
}
.tion_one .dl:nth-child(1) .word {
	width: 55.4%;
}

.tion_one .dl:nth-child(1) .img {
	width: 40%;
}

.tion_one .dl:nth-child(2) .word {
	width: 52.5%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.tion_one .dl:nth-child(2) .img {
	width: 42.2%;
}

.tion_one .dl .word {
	align-self: center;
}

.tion_one h2 {
	font-size: 1.875vw;
	line-height: 46px;
	font-weight: bold;
}

.tion_one .tag {
	margin-top: 25px;
	color: #1f1c1c;
	line-height: 25px;
}

.tion_one .tag span {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}

.tion_one .tag span:last-child {
	margin-bottom: 0;
}

.tion_one .tag em:nth-child(1) {
	background: #1d6dcf;
	color: #fff;
	padding: 10px 20px;
	-moz-border-radius: 800px;
	-webkit-border-radius: 800px;
	border-radius: 800px;
	display: inline-block;
	font-weight: bold;
	margin-right: 20px;
	font-size: 16px;
}

.allocation .word p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.allocation .tion_one .word i {
	display: block;
	margin: 30px 0 22px 0;

}

.tion_one_img img {
	position: absolute;
}

.tion_one_img img:nth-child(1) {
	top: 0;
	left: 0;
}

.tion_one_img img:nth-child(2) {
	top: 250px;
	right: 0;
}

.allocation .about_th .dl {
	position: relative;
	z-index: 99;
	padding: 20px 0;
}

.allocation .about_th .img {
	width: 420px;
	position: absolute;
	z-index: 999;
}

.allocation .about_th dd {
	padding-left: 0;
	margin-top: 15px;
}

.tion_bg {
	position: absolute;
	top: 1665px;
	left: 0;
}

.allocation .about_th {
	position: relative;
	z-index: 9;
	background: none;
}

.tion_one .about_th .dl {
	position: relative;
	z-index: 99;
}

.allocation .about_th .dl div:nth-child(3),
.allocation .about_th .dl div:nth-child(4) {
	margin-top: 40px;
}

.tion_tow {
	padding:40px 0 80px 0;
}

.tion_tow .word p {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 30px;
	font-size: 1.05vw;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255);
	background: #fff url(../images/tion_icon.png) no-repeat 20px 22px;
	background-size:24px 24px;
	padding-left: 50px;
}

.tion_tow .word p:nth-child(2) {
	margin: 25px 0;
}

.tion_tow .word p em {
	color: #1d6dcf;
}

.tion_th {
	padding-bottom: 120px;
}

.tion_th dl {
	padding: 20px;
	width: 32.08%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
    box-shadow: 0 2px 9px 3px #92a3b2;
	background: #fff;
}

.tion_th dt {
	display: flex;
	margin-bottom: 15px;
}

.tion_th dl h2 {
	font-size: 1.25vw;
	font-weight: bold;
	align-self: center;
	margin-left: 20px;
}

.tion_th .word p {
	line-height: 1.35vw;
	font-size: 0.83vw;
}

/* 账户钱包 */
.ado_bg,.wallet_bg{
	background: url(../images/wallet_bg.jpg) no-repeat;
	background-size: cover;
}
.wallect_one {
	z-index: 99;
}

.wallect_one .dl {
	background: url(../images/wlet_bg_1.png) no-repeat;
	background-size: 100% 476px;
	height: 476px;
}

.wallect_one .dl .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.wallect_one .dl p {
	width: 325px;
	position: absolute;
	line-height: 1.35vw;
	color: #1f1c1c;
}

.wallect_one .dl p:nth-child(1) {
	top: 60px;
	left: 50px;
}

.wallect_one .dl p:nth-child(2) {
	top: 60px;
	right: 50px;
}

.wallect_one .dl p:nth-child(3) {
	top: 290px;
	left: 50px;
}

.wallect_one .dl p:nth-child(4) {
	top: 290px;
	right: 50px;
}

.wallect_tow .pub_tit b {
	margin: 25px auto;
}

.wallect_tow .pub_tit p {
	font-size: 0.83vw;
	line-height: 1.35vw;
	margin: 0 auto;
}

.wall_bg {
	position: absolute;
	left: 0;
	top: 750px;
}

.wallect_tow dl {
	width: 23.17%;
	background: rgba(0, 0, 0, 0);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 25px;
	position: relative;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255);
}

.wallect_tow dt {
	position: absolute;
	top: -25px;
	right: 25px;
}

.ptb15 {
	padding-bottom: 30px;
}

.wallect_tow h2 {
	color: #0073ff;
	font-size: 1.25vw;
	font-weight: bold;
	margin-bottom: 20px;
}

.wallect_tow p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.pt160 {
	padding: 100px 0;
}

.wallect_th h2 {
	font-size: 1.875vw;
	font-weight: bold;
	margin-bottom: 40px;
}

.wallect_th p {
	color: #1f1c1c;
	line-height: 1.35vw;
}

.help #add_banner dd p {
	display: flex;
	justify-content: space-between;
	width: 800px;
	background: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin: 0 auto;
}

.help #add_banner dd img {
	width: 22px;
	height: 22px;
	align-self: center;
	margin: 0 20px 0 30px;
}

.help #add_banner dd .text {
	line-height: 62px;
	width: 78%;
	border: 0;
}

.help #add_banner dd span {
	display: block;
	width: 140px;
	text-align: center;
	color: #fff;
	background: #7ca8fa;
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	align-self: center;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	margin-right: 5px;
}



.help_one .dl {
	padding: 10px 30px 45px 30px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.help_one .dl dl {
	width: 33.3%;
	margin-top: 35px;
}

.help_one .dl dl a {
	display: flex;
}

.help_one .dl dt {
	margin-right: 25px;
	width: 50px;
}

.help_one .dl dd {
	width: 85%;
}
.help_one .dl dd h2{
	font-weight: bold;
	color: #333;
}
.help_one .dl dd p {
	color: #1f1c1c;
	margin-top: 10px;
}

.help_tow .dl {
	margin: 30px 0 50px 0;
}

.help_tow .one {
	width: 48.75%;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* min-height: 490px; */
	padding: 25px;
	box-shadow: 0 2px 9px 3px rgba(233, 240, 255, .3);
}

.help_tow .one .tit h2 {
	display: flex;
	font-size: 1.25vw;
	font-weight: bold;
}

.help_tow .one .tit h2 i {
	display: block;
	width: 6px;
	height: 28px;
	background: #5281f2;
	align-self: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 20px;
}

.help_tow .one .tit {
	border-bottom: 1px #efefef solid;
	padding-bottom: 20px;
}

.help_tow .one .tit a {
	align-self: center;
	color: #3c7cf7;
	font-size: 17px;
}

.help_tow .one ul {
	margin-top: 15px;
}

.help_tow .one li a {
	display: block;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon_dn.png) no-repeat 0 16px;
	padding-left: 15px;
	font-size: 18px;
}

.help_tow .one li a:hover {
	color: #3c7cf7;
}

.help_th {
	margin-bottom: 50px;
	background: #3275ff;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 60px;
	color: #fff;
}

.help_th h2 {
	font-size: 36px;
	font-weight: bold;
}

.help_th i {
	display: block;
	width: 80px;
	height: 6px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 25px 0;
}

.help_th p {
	line-height: 32px;
	font-size: 20px;
}

.help_th a {
	display: block;
	width: 146px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #3c7cf7;
	font-size: 20px;
	margin-top: 45px;
}

/* 联系我们 */
#contact_banner dd {
	color: #fff;
}

#contact_banner dd p {
	margin: 15px auto;
}

#contact_banner dd i {
	display: block;
	width: 86px;
	height: 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 auto;
}

#contact_banner dt img.pc_show {
	height: 320px;
}

.contact_bg {
	background: url(../images/act_bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.contact_one {
	padding-top: 105px;
}

.contact_one .word h2 {
	color: #2969e5;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact_one .word p {
	color: #787878;
	font-size: 20px;
	line-height: 42px;
	background: url(../images/tion_icon.png) no-repeat 0 12px;
	background-size: 20px 20px;
	padding-left: 35px;
}

.contact_one .word p:nth-child(odd) {
	width: 200px;
}

.contact_one .word p:nth-child(even) {
	width: 180px;
}

.contact_one .word dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 55px;
}

.contact_one .form h2 {
	font-size: 28px;
	margin-bottom: 35px;
}

.contact_one .form h2 i {
	font-size: 14px;
	color: #787878;
	margin-left: 25px;
}

.contact_one .form p {
	overflow: hidden;
	border: 1px #d8d8d8 solid;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 15px;
	background: #fff;
}

.contact_one .form p .text {
	padding: 16px 13px;
	width: 98%;
	border: 0;
}

.contact_one .form p i {
	color: #f00;
}

.textarea {
	padding: 13px;
	border: 0;
	width: 100%;
	min-height: 160px;
	font-family: "Microsoft YaHei", 'PingFang SC';
}

.contact_one .form h5 p {
	width: 310px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.contact_one .form h5 em {
	display: block;
	width: 200px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #3476f6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
}

.contact_one .form span {
	display: flex;
	align-self: center;
	justify-content: space-between;
}

.contact_one .form h5 p{
	margin-right: 15px;
}

.contact_one .form span i {
	margin-left: 0;
	align-self: center;
}

.contact_one .form span .text {
	border: 0;
}

.contact_one .form img {
	cursor: pointer;
}

.contact_tow {
	padding: 145px 0;
}

.contact_tow dl {
	width: 33.3%;
	text-align: center;
}

.contact_tow h2 {
	font-size: 1.25vw;
	margin: 20px auto;
}

.contact_tow p {
	line-height: 1.35vw;
	opacity: .8;
}

.contact .mapeds {
	width: 100%;
	height: 28.125vw;
	margin-top: 3.65vw;
}

.contact .contact_tc {
	background: #3c7cf7;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	padding-right: .82vw;
}

.contact .contact_tc dl a {
	display: flex;
}

.contact .contact_tc dt {
	width: 3.65vw;
}

.contact .contact_tc dd {
	width: 80%;
	margin-left: 1.04vw;
	font-size: 0.73vw;
	color: #fff;
	align-self: center;
}

.contact .contact_tc dd h2 {
	font-weight: bold;
	margin-bottom: 0.52vw;
	font-size: 0.9375vw;
}

.contact .contact_tc dd i {
	width: 1.25vw;
	position: absolute;
	left: 50%;
	bottom: -0.4166666666666667vw;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}

.contact .contact_tc dd img {
	margin-right: 0.3125vw;
	width: 0.83vw;
}

/* sdk下载 */
.sdk #contact_banner dd h5 {
	color: #1d6dcf;
}

.sdk #contact_banner dd p {
	color: #787878;
}

.sdk #contact_banner dd i {
	background: #1d6dcf;
}

.sdk_bg {
	background: url(../images/sdk_bg.jpg) no-repeat ;
	background-size: cover;
}

.sdk_one {
	padding: 60px 0;
}

.sdk_one dl {
	width: 23.75%;
	margin-left: 1.6%;
	background: #fcfcfc;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px #f6f6f6 solid;
	text-align: center;
	margin-bottom: 30px;
}

.sdk_one dl:nth-child(4n+1) {
	margin-left: 0;
}

.sdk_one dt {
	height: 190px;
	overflow: hidden;
}

.sdk_one dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sdk_one dd {
	padding-bottom: 26px;
}

.sdk_one dd h2 {
	font-size: 28px;
	margin: 26px auto;
}

.sdk_one dd a {
	display: block;
	width: 70px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #33aaff;
	margin: 0 auto;
}

.sdk_tow {
	padding-bottom: 80px;
}

.sdk_tow dd {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.sdk_tow dd h2 {
	color: #0478ff;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}

.sdk_tow dd a {
	display: block;
	width: 140px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #0478ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
}

.sdk_tow dd a img {
	margin-right: 8px;
}

#about_five {
	padding-top: 3vw;
}

#about_five a {
	background: #fff;
	color: #2564f2;
}

/* 关于 */
.compay_one {
	padding: 80px 0;
}

.compay_one .word .tit {
	font-size: 36px;
	font-weight: bold;
}

.compay_one .word .tit img {
	margin-left: 15px;
}

.compay_one .word h2 {
	color: #317bf6;
	font-size: 20px;
	margin: 50px 0 20px 0;
	font-weight: bold;
}

.compay_one .word p {
	color: #787878;
	line-height: 32px;
}

.compay_one .img {
	text-align: right;
	margin: 20px 0;
}

.compay_one .pic img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.history_box.history{background: none;}
.history {
	background: #f9fcff;
	padding: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.history .num {
	color: #317bf6;
	font-size: 32px;
	font-weight: bold;
	padding: 50px 0;
	cursor: pointer;
}

.history .one:nth-child(1) .num {
	padding-top: 0;
}
.history .num img{
	width: 11px;
	align-self: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 20px;
} 
.history .one.cur .num img{
	-webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
}
.history dl {
	border-left: 1px #317bf6 solid;
	margin-left: 90px;
	padding-bottom: 20px;
}
.history dl:last-child{
	padding-bottom: 0;
}
.history em {
	width: 90px;
	color: #317bf6;
	position: relative;
	top: -6px;
	margin-left: -90px;
}

.history dd p {
	width: 490px;
	padding-left: 20px;
	color: #787878;
	line-height: 32px;
	position: relative;
	top: -32px;
}

.history dl {
	position: relative;
}
.history .one.cur .add_ck_dl{
	display: block;
}
.add_ck_dl{
	display: none;
	padding: 3px 0;
}
.history dl:last-child {
	border-left: 0;
}

.history dt {
	display: block;
	background: url(../images/dian.jpg) no-repeat;
	background-size: 11px 11px;
	width: 11px;
	height: 11px;
	position: absolute;
	left: -6px;
	top: -5px;
}

.compay_bg {
	background: url(../images/ab_bg.jpg) center bottom no-repeat;
	background-size: 100% 100%;
}

.compay_swiper .swiper-slide {
	background: #fff;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px;
}

.compay_swiper .swiper-slide img {
	width: 100%;
}

.compay_swiper {
	padding-bottom: 60px;
}

.compay_swiper dd {
	text-align: center;
	margin-top: 15px;
}

.compay_th .word h3 {
	font-size: 30px;
	color: #31c294;
	font-weight: bold;
	margin-bottom: 20px;
}

.compay_th .word p {
	font-size: 20px;
	color: #787878;
	line-height: 38px;
}

.compay .help_th {
	background: #46c79e;
}

.compay .help_th h2 {
	margin-bottom: 32px;
}

.compay .help_th p {
	font-size: 16px;
}

.compay .help_th .img {
	text-align: right;
}

.compay .help_th a {
	color: #2fb78c;
	font-size: 16px;
}

.compay_four {
	padding-bottom: 70px;
}

.compay_four .pic {
	position: absolute;
	top: 0;
	left: 0;
}

.compay_four .word {
	position: relative;
	z-index: 9;
}


.cooperation #add_banner dd p {
	line-height: 34px;
	width: 575px;
	font-size: 18px
}

.cooperation #add_banner dd p:last-child {
	margin-top: 0;
}

.cooperation #add_banner dd h6 {
	font-size: 34px;
	color: #1d6dcf;
}

.coop_bg {
	background: url(../images/coop_bg.jpg) no-repeat center bottom;
	background-size: 100% 100%;
}

.cooperation .pay_one {
	background: none;
}

.coop_one .one {
	width: 48.75%;
}

.coop_one .one h1 {
	height: 230px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.coop_one .one h1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coop_one .one h2 {
	color: #1d6dcf;
	font-size: 1.25vw;
	font-weight: bold;
	margin: 26px 0;
}

.coop_one .one p {
	color: #787878;
	line-height: 32px;
}

.coop_one .one dl {
	display: flex;
	justify-content: space-between;
}

.coop_one .one dt {
	width: 465px;
}

.coop_one .one dd {
	align-self: center;
}

.coop_tow {
	padding-top: 110px;
}

.coop_tow .one {
	background: #fcfeff;
	border: 1px #f3f3f3 solid;
	width: 48.75%;
	padding: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.coop_tow .one h2 {
	font-size: 30px;
	font-weight: bold;
}

.coop_tow .one p {
	color: #787878;
	margin: 10px 0 20px 0;
}

.coop_tow .one b {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 180px;
	text-align: center;
	line-height: 38px;
	background: #4766ea;
	color: #fff;
	-moz-border-radius: 800px;
	-webkit-border-radius: 800px;
	border-radius: 800px;
}

.coop_tow .one dd {
	display: flex;
}

.coop_tow .one span em {
	display: block;
	text-align: center;
	color: #787878;
	margin-top: 8px;
}

.coop_tow .one span {
	margin-left: 15px;
}

.coop_tow .one span:nth-child(1) {
	margin-left: 0;
}

.coop_th {
	padding-bottom: 85px;
}

.coop_th dl {
	width: 23.3%;
	background: rgba(0, 0, 0, 0);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 30px 25px;
	text-align: center;
}

.coop_th h2 {
	color: #4766ea;
	font-size: 1.25vw;
	margin: 20px auto 12px auto;
}

.coop_th p {
	color: #787878;
}

#about_five_add a {
	width: 150px;
	line-height: 56px;
	display: block;
	padding: 0;
	margin: 15px auto 0 auto;
}

.index_th .dl {
	margin-top: -50px;
}

.index_th {
	padding-bottom: 180px;
}

.index_th .one {
	width: 49.2%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.index_th .one:nth-child(1) {
	background: -webkit-linear-gradient(left, #3f75ff, #4d9cfe);
	background: -o-linear-gradient(right, #3f75ff, #4d9cfe);
	background: -moz-linear-gradient(right, #3f75ff, #4d9cfe);
	background: linear-gradient(to right, #3f75ff, #4d9cfe);
}

.index_th .one:nth-child(2) {
	background: #eef4ff;
}

.index_th .one .tit {
	padding: 10px 20px;
	font-size: 18px;
}

.index_th .one .tit img {
	height: 8px;
	align-self: center;
}

.index_th .one:nth-child(1) .tit {
	color: #fff;
}

.index_th .one:nth-child(2) .tit {
	color: #3f75ff;
}

.index_th .one .add_add {
	width: 93.2%;
	margin: 0 auto;
	background: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}

.index_th .one dl {
	display: flex;
	font-size: 14px;
}

.index_th .one dt {
	background: #f2fef0;
	width: 30px;
	text-align: center;
	color: #a3c69e;
	line-height: 36px;
}

.index_th .one dd p {
	line-height: 36px;
	padding-left: 10px;
	font-size: 13px;
	color: #26b326;
}

.index_th .one dd {
	width: 90%;
}

.index_th i.red {
	color: #fb7461;
}

.index_th i.blue {
	color: #2f46f6;
}

.index_th i.black {
	color: #333;
}

.add_add.add_add_show dd p {
	color: #333;
}

.add_add.add_add_show {
	display: none;
}

.run {
	background: #f1fcfe;
	color: #888888;
	font-size: 14px;
	padding: 7px 15px;
}

.run em {
	background: #02aafd;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
}

.index_th .one.cur .add_add {
	display: none
}

.index_th .one.cur .add_add.add_add_show {
	display: block;
}


/* 新闻资讯 */
.news .main {
	/*background: url(../images/news_bg.jpg) no-repeat;*/
	background-size: 100% 100%;
	padding: 80px 0;
}

.news .main h2 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .new_list dl {
	border-bottom: 1px #f2f2f2 solid;
	padding: 25px 0;
}

.news .new_list dl:hover h2 {
	color: #33AAFF;
	text-decoration: underline;
}

.news .new_list dl:nth-child(1) {
	padding-top: 0;
}

.news .new_list p {
	font-size: 14px;
	color: #787878;
	margin: 10px 0 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.news .main i {
	color: #33aaff;
	font-size: 14px;
}

.news .new_mav .seacher {
	background: #33aaff;
}

.news .new_mav .seacher .text {
	padding: 16px 18px;
	border: 0;
	background: #33aaff;
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	width: 90%;
}

.news .new_mav .seacher .text::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .text::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .text::-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
}

.news .new_mav .seacher .button {
	cursor: pointer;
	background: none;
	border: 0;
	margin-right: 20px;
}

.w800 {
	width: 66.67%;
}

.w350 {
	width: 29.17%;
}

.bg_new {
	background: #ffffff;
	border: 1px solid #e5e7eb; 
	padding: 0 20px;
	margin-top: 25px;
}

.bg_new .tit h2 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: flex;
	padding: 30px 0 10px 0;
}

.bg_new .tit h2 i {
	display: block;
	width: 6px;
	height: 18px;
	background: #33aaff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	align-self: center;
	margin-right: 10px;
}

.hot dl {
	padding: 20px 0;
	border-bottom: 1px #f2f2f2 solid;
}

.hot dl:last-child {
	border-bottom: 0;
}
.index_textarea{
	padding: 10px;
	  border: 1px #f1f1f1 solid;
	  margin-bottom: 10px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  width: 100%;
	  height: 110px;
	 font-family: "Microsoft YaHei", 'PingFang SC';
}
.news .hot dt h2 {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: initial;
}

.news .nav li:hover a,
.news .hot dl:hover dt h2 {
	color: #33AAFF;
	text-decoration: underline;
}

.news .hot dd i {
	color: #999999;
}

.news .nav li {
	border-bottom: 1px #f2f2f2 solid;
}

.news .nav li:last-child {
	border-bottom: 0;
}

.news .nav li img {
	margin-right: 10px;
}

.page {
	margin: 40px auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.page a {
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	font-size: 13px;
	color: #333333;
	border-radius: 50px;
	border: 1px solid #E6E6E6;
	margin: 4px;
	transition: all .1s;
}

.page a:hover {
	background: #33AAFF;
	color: #fff;
	border: 1px solid #33AAFF;
}


#news .main {
	/*background: url(../images/new_bg_bottom.jpg) no-repeat center bottom;*/
	background-size: 100% 100%;
	min-height: auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

#news #cont .title h1 {
	font-weight: bold;
	font-size: 36px;
	color: #222d39;
}

#news #cont .title p {
	font-size: 14px;
	color: #8b8b8b;
	padding: 15px 0;
}

#news #cont .cont p {
	font-size: 18px;
	line-height: 28px;
}

#news #cont .tag {
	margin-top: 60px;
	font-size: 14px;
}

#news #cont .tag span {
	align-self: center;
	color: #717171;
	margin-right: 10px;
}

#news #cont .tag em {
	padding: 8px 16px;
	color: #028efc;
	background: #edf7ff;
	border-radius: 4px;
	margin: 5px 4px;
	display: inline-block;
}


/* 支付产品 */
.product .add_banner h5 {
	color: #127dff;
}

.product .add_banner p {
	width: 360px;
	text-align: center;
	line-height: 48px;
	background: rgba(255, 255, 255, .5);
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #3e93ff;
	font-size: 20px;
}

.product_bg {
	background: url(../images/pro_bg.jpg) no-repeat;
	min-height: 2186px;
	background-size: cover;
}

.pro_one .one {
	width: 380px;
	height: 320px;
	text-align: center;
	position: relative;
	margin-top: 15px;
	cursor: pointer;
	padding-top: 40px;
}

.pro_one .one h2 {
	font-weight: bold;
	font-size: 1.25vw;
	margin-top: 10px;
}

.pro_one .one p {
	color: #787878;
	margin: 20px auto 15px auto;
	line-height: 28px;
	width: 310px;
}

.pro_one .one dl {
	opacity: 0;
	/*-webkit-transition: all 500ms ease;*/
	/*transition: all 500ms ease;*/
	position: absolute;
	top: 0;
	left: 0;
}

.pro_one .one dd {
	margin-top: 30px;
}

@media only screen and (max-width:900px) {
	
}
.pro_one .one a {
	background: #ecf6ff;
	width: 130px;
	text-align: center;
	line-height: 46px;
	display: block;
	margin: 0 auto;
	color: #337ff6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.pro_one .one a img {
	margin-left: 8px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pro_one .one a:hover img {
	margin-left: 15px;
}

.product_bg .index_tow {
	margin-top: 200px;
}

/* PC入口 */
.pc_add_bg {
	background: url(../images/pc_bg.jpg) no-repeat;
	min-height: 860px;
}

.pc_one dl {
	display: flex;
}

.pc_one dt {
	width: 34px;
}

.pc_one dd h2 {
	font-size: 20px;
	font-weight: bold;
}

.pc_one dd h3 {
	font-size: 20px;
	margin: 25px 0;
}

.pc_one dd p {
	color: #787878;
	line-height: 32px;
}

.pc_one dd p:last-child {
	color: #ff8e0e;
}

.pc_one .pay h2 {
	color: #787878;
	font-size: 20px;
}

.pc_one .pay h2 i {
	color: #127dff;
	font-size: 38px;
	font-weight: bold;
	;
}

.pc_one .pay p {
	text-align: right;
	color: #127dff;
}

.pc_tow {
	/*background: #f9fcff;*/
	padding: 0 30px;
	margin-top: 30px;
}

.pc_tow .tit {
	font-size: 20px;
	padding: 25px 0;
	border-bottom: #f1f1f1 1px solid;
}

.pc_tow .dl_dl dl {
	width: 360px;
	line-height: 70px;
	background: #fff;
	border: #dde0e5 1px solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-left: 40px;
	margin-top: 25px;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.pc_tow .dl_dl dl.cur {
	border: #24b1f0 1px solid;
}

.pc_tow .dl_dl dt img {
	margin-right: 10px;
	width: 24px;
}

.pc_add_bg .pays {
	background: #127dff;
	width: 300px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 70px auto;
	cursor: pointer;
}

.pc_add #contact_banner h5 {
	color: #127dff;
}

.pc_tow .dl_dl dd {
	display: block;
	background: url(../images/pc_no.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	align-self: center;
	margin-right: 40px;
}

.pc_tow .dl_dl dl.cur dd {
	background: url(../images/pc_on.png) no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
}

/* H5 */
#pub_html {
	max-width: 750px;
	margin: 0 auto;
}

#pub_html .logo {
	padding: .5rem 0;
}

#pub_html .logo img {
	width: 25%;
}

#pub_html .logo h2 {
	color: #343434;
	font-size: 40px;
	margin: 30px auto;
}

#pub_html .logo h2 i {
	font-size: 22px;
}

#pub_html .logo p {
	color: #787878;
	font-size: 15px;
	line-height: 30px;
}

#pub_html .logo p span {
	background: #fdece4;
	color: #ff4a58;
	padding: 0 3px;
	margin: 0 5px;
}

#pub_html .help_one_pay {
	border-top: 15px #f6f6f6 solid;
	padding: 0 25px;
}

#pub_html .help_one_pay .tit {
	padding: 20px 0;
	font-size: 16px;
	font-weight: bold;
}

#pub_html .help_one_pay dl {
	border-bottom: 1px #e7e7e7 solid;
	padding: 20px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between
}

#pub_html .help_one_pay dl img {
	width: 25px;
	margin-right: 10px;
}

#pub_html .help_one_pay dd {
	background: url(../images/h5_no.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	align-self: center;
}

#pub_html .help_one_pay dl.cur dd {
	background: url(../images/h5_on.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	align-self: center;
}

#pub_html .h5_pay .button {
	display: block;
	border: 0;
	cursor: pointer;
	background: #1677ff;
	text-align: center;
	color: #fff;
	margin: 50px auto 20px auto;
	width: 88%;
	padding: 15px 0;
	font-size: 17px;
}

#pub_html .h5_pay p {
	text-align: center;
	color: #787878;
	font-size: 15px;
	display: flex;
	justify-content: center;
}

#pub_html .h5_pay p img {
	height: 15px;
	margin-right: 10px;
	align-self: center;
}

#pub_html .help_one_pay dt i {
	color: #1677ff;
	border: 1px #1677ff solid;
	display: inline-block;
	margin-left: 15px;
	padding: 3px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#pub_html.h5_core .help_one_pay dl.cur dd {
	background: url(../images/h5_on_core.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}

#pub_html.h5_core .h5_pay .button {
	background: #2bb915;
}

.scan {
	background: url(../images/scan_bg.jpg) no-repeat center top;
	background-size: 100% 100%;
	height: 100vh;
	padding-top: 140px;
}

.scan .m {
	justify-content: initial;
}

.scan .m i {
	display: inline-block;
	width: 80px;
	background: #fff;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	margin-left: 10px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.scan .m i a {
	color: #127dff;
}

.scan_bg {
	background: #fff;
	width: 180px;
	text-align: center;
	line-height: 64px;
	margin: 0 auto;
	color: #787878;
	font-size: 20px;
}

.scan_bg img {
	margin-right: 6px;
}

.scan .center h1 {
	color: #127dff;
	font-size: 36px;
	font-weight: bold;
	margin: 25px auto 15px auto;
}

.scan .center p,
.scan .center dd {
	color: #787878;
	font-size: 20px;
}

.scan .center dt {
	margin: 25px auto 20px auto;
}

.scan .h5_pay {
	color: #787878;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
}
.scan .h5_pay  p{
	font-size: 14px;
	display: flex;
	justify-content: center;
}
.scan .h5_pay  p img{
	height: 15px;
	align-self: center;
	margin-right: 10px;
}
#help_one_pay{
	min-height: 38vh;
}
.scan.good .scan_bg {
	color: #14b920;
}
.scan.good ul{
	width: 570px;
	margin: 60px auto;
}
.scan.good li{
	display: flex;
	justify-content: space-between;
	color: #383838;
	font-size: 1.25vw;
	line-height: 64px;
}
.scan.good  .btn_good{
	width: 570px;
	margin: 0 auto;
	background: #127dff;
	text-align: center;
	font-size: 1.25vw;
	color: #fff;
	padding: 15px 0;
	cursor: pointer;
}

.phone{
	background: url(../images/call.jpg) no-repeat;
	background-size: 100% 100vh;
	height: 100vh;
	padding-top: 24%;
}
.phone dt{
	width: 30%;
	margin: 0 auto;
}
.phone h2{
	background: #fff;
	width: 30%;
	margin: 0 auto 30px auto;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 10px 0;
	font-weight: bold;
	font-size: 16px;
}
.phone p{
	line-height: 24px;
	font-size: 13px;
}

.add_banner dl,.add_banner dt,.swiper-slide{
	width: 100%;
}
.tion_one h2,.wallect_th h2,.coop_tow .one h2,
#add_lin-word .index h2,#add_lin-word .pay h2{
	font-size: 28px;
}
#add_lin-word .pub_tit,#add_lin-word .pub_tit h2 {
	font-size: 32px;
}
.pay_four dt,.about_th dt,.tion_th dl h2,.help_one .dl dd h2,.compay_one .word h2,.coop_one .one h2,
#add_lin-word .index .index_four h2,.wallect_tow h2,.contact_tow h2,.compay_th .word h3,.pro_one .one h2,
#add_lin-word .pay_one dt h2,.help_tow .one .tit h2,.coop_th h2{
	font-size: 20px;
	font-weight: bold;
	color: #333;
}
.coop_th.coop_bg dd h2{  padding:60px 0 0 0!important;}
.coop_th dd h2 {
    position: relative;
    padding: 60px 0 20px 0!important;
    margin: 0;
}
.coop_th h2 span{ position:relative; z-index:3; font-size:20px}

.coop_th h2 b{ display:block; width:100%; text-align:center; position:absolute; bottom:10px; font-size:64px; z-index:1; color:#EAF6FF; }

.coop_th.coop_bg .dl dl dd h2{ position:relative;}
.coop_th.coop_bg .dl dl dd span{ display:block; position:relative; z-index:2; font-weight:block;}
.coop_th.coop_bg .dl dl dd b{ display:block; width:100%; position:absolute; z-index:1; text-align:center; bottom:0; left:0; color:#EAF6FF; font-size:54px;}


.coop_tow .one span em,.coop_th p,.scan .center p, .scan .center dd,.pro_one .one p,
.help_tow .one .tit a,.help_th p,.news .hot dt h2,.contact_tow p,.history dd p,.compay .help_th p,
#add_lin-word .copyright a,.allocation .word p,.wallect_one .dl p,.compay_one .word p,.coop_one .one p,
#add_lin-word  .about_five p,#add_lin-word .pay p,.wallect_tow p,.wallect_th p,.compay_th .word p,
#add_lin-word .index p,#add_lin-word .pub_tit p,.help_one .dl dd p,.coop_tow .one p{
	font-size: 16px;
	line-height: 1.8;
}
.scan.good li,.pc_one dd p,
#add_lin-word .index_tow a,.help_th a,.compay .help_th a,.coop_tow .one b{
	font-size: 16px;
	line-height: 2.85;
}
.news .nav li{
	font-size: 16px;
	line-height: 3.5;
}
.foot .dl dl{
    width:16.5%
}
.help_tow .one li a{
	font-size: 18px;
	line-height: 2.35;
}
#add_lin-word  .about_five p i,
#add_lin-word  .about_five h2 {
    font-size: 32px;
}
#add_lin-word  .about_five a{
    font-weight: bold;
    background: #fff;
    color:#0743dc;
	padding: 0 35px;
	height: 48px;
	line-height:48px;
	font-size: 14px;
	display: inline-block;
}
#add_lin-word .foot dd a,#add_lin-word .foot dd p{
	line-height: 2;
}
.wallect_th.pt160{
	padding:  0;
}
.news .new_list p,.contact .contact_tc dd p {
	font-size: 14px;
	line-height: 1.25;
}

.news .main i {
  font-size: 12px;
}
#news #cont .cont p,.contact .contact_tc dd h2 {
  font-size: 16px;
  line-height: 1.65;
}
.contact .contact_tc dd h2 {
  font-weight: bold;
}
.contact_one .word p{
	font-size: 18px;
	line-height: 2.65;
	background: url(../images/tion_icon.png) no-repeat 0 15px;
}
.compay_th .pub_tit{
	padding: 0;
}
.compay_th .word h3{
	margin-top: 25px;
}
.compay .help_th{
	margin-top: 50px;
}
.ado_bg .about_th  .dl{
    margin: 55px auto;
}
#add_lin-word .about_five#about_five_add a{
	font-size: 16px;
	line-height: 2.85;
	margin-top: 30px;
}
.scan .center dt{
	width: 200px;
}


#add_lin-word #add_xg_1{
    font-size: 18px;
    line-height: 1.8;
}
#add_lin-word #add_xg_2 a{
    font-size: 14px;
    line-height: 1.8;
}
#add_lin-word #add_xg_3 h2{
    font-size: 18px;
    line-height: 1.8;
}

#add_lin-word #add_xg_4.header .m ul li > a{
      font-size: 16px;
    line-height: 1.8;
}
#add_lin-word #add_xg_5{
    top: 50%;
}
.header .m ul li:nth-child(2) div{
    width:380px;
    height:290px;
}
.header .m ul li:nth-child(3) div{
width           :380px
}



#news.agree #cont .cont p {
  font-size: 16px;
  line-height:2;
}

.header .m ul li div dt img{
    width:32px;
    height:32px;
    		position:relative;
		top:4px;
}

.index_th .one .add_add img{
    height: 403px;
}
#add_lin-word .index .add_add  p{
    font-size: 13px;line-height: 36px;
}

/* 首页"服务案例"标题上下间距 */
#add_pub_tit1{
    padding: 90px 0 40px 0
}

/* 解决方案"合作伙伴"标题上下间距 */
#add_pub_tit1{
    padding: 120px 0 40px 0
}

/* 首页"选择我们的理由"标题上下间距 */
#add_pub_tit4{
    padding: 90px 0 50px 0
}
/* 综合支付间距"我们的合作伙伴"标题上下间距 */
#add_pub_tit6{
    padding: 120px 0 40px 0
}
/* 综合支付间距"我们的优势"标题上下间距 */
#add_pub_tit7{
    padding: 100px 0 40px 0
}
/* 账户钱包与间距方案"我们的合作伙伴"距离下边的距离 */

#index_five{
	padding-bottom:20px
}
/* 标题上下间距 */
#index_five .pub_tit{
	padding: 30px 0 40px 0
}


/* 账户钱包"联速LSPAY的解决方案"标题上下间距 */
#add_pub_tit2{
    padding: 30px 0 40px 0
}

/* 账户钱包"我们的合作伙伴"标题上下间距 */
#add_pub_tit3{
    padding: 30px 0 40px 0
}
/* 账户钱包"联速LSPAY的解决方案"距离下边栏目的距离 */
.wallect_tow.ptb15{
	padding-bottom:90px
}

/* 首頁banner样式 */
/* 大字的样式 */
#add_lin-word #add_banner_add h5{
	font-size: 60px; /* 字号 */
	margin:15px 0 10px 0;/* 距离上下的间距 */
	letter-spacing: 6px;
}
/* 小字的样式 */
#add_lin-word  #add_banner_add h2{
	font-size: 48px; /* 字号 */
	margin:5px 0 10px 0;/* 距离上下的间距 */
	letter-spacing: 2px;
}



.pro_one .one a {
  background: #ecf6ff;   /* 背景颜色 */
  width: 130px;
  text-align: center;
  line-height: 46px;
  display: block;
  margin: 0 auto 0 auto;   /* 距离上下的间距 */
  color: #000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transform: translateY(10px);
  font-size: 16px;
}



/* 招聘 */
.add_job_bg {
	background: url(../images/add_job_bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

/* banner 大标题 */
#add_job_banner h1 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 25px;
}

#add_job_banner span {
	display: flex;
	justify-content: center;
}

/* banner 横线图片 */
#add_job_banner span img {
	height: 2px;
	align-self: center;
}

/* banner 小标题 */
#add_job_banner span em {
	color: #fff;
	font-size: 24px;
	margin: 0 25px;
}



/* 招聘 */
.add_job_bg {
	background: url(../images/add_job_bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 100px;
}

/* banner 大标题 */
#add_job_banner h1 {
	font-size: 60px;
	color: #fff;
	margin-bottom: 25px;
}

#add_job_banner span {
	display: flex;
	justify-content: center;
}

/* banner 横线图片 */
#add_job_banner span img {
	height: 2px;
	align-self: center;
}

/* banner 小标题 */
#add_job_banner span em {
	color: #fff;
	font-size: 24px;
	margin: 0 25px;
}

/* 内容页面大标题 */
.job .pub_title {
	padding-top: 80px;
	padding-bottom: 35px;
}

.job .pub_title h2 {
	font-size: 42px;
	color: #0478ff;
	font-weight: bold;
}

.job .pub_title p {
	width: 965px;
	margin: 30px auto 0 auto;
	color: #787878;
	line-height: 1.9;
	font-size: 16px;
}

.add_job_one dl {
	width: 30.833%;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0 2px 16px 0 #1b518714;
}

.add_job_one dt img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.add_job_one dd {
	padding: 20px;
	text-align: center;
	font-size: 20px;
	background: #fff;
}



.add_job_tow dl {
	display: flex;
	justify-content: space-between;
}

.add_job_tow .dl dl:nth-child(even) {
	margin: 80px 0;
}

.add_job_tow .dl dl:nth-child(even) dt {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;

}

.add_job_tow .dl dl:nth-child(odd) {
	text-align: right;
}

.add_job_tow .dl dt {
	width: 800px;
	align-self: center;
	height: 450px;
	overflow: hidden;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.add_job_tow .dl dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.add_job_tow .dl dd {
	width: 300px;
	align-self: center;
}

.add_job_tow .dl dd h2 {
	font-size: 36px;
	line-height: 1.3;
}

.add_job_tow .dl dd p {
	font-size: 16px;
	line-height: 1.7;
	color: #787878;
	border-top: 1px #e7e7e7 solid;
	padding-top: 30px;
	margin-top: 30px;
}

.add_job_th .one {
	background: #f8fafc;
	padding: 30px;
	padding-bottom: 0;
	border: 1px #f1f1f1 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
}

.add_job_th .one .dl_dl {
	border-bottom: 0;
	padding-bottom: 22px;
	cursor: pointer;
}

.add_job_th .one .dl_dl dl {
	display: flex;
	justify-content: space-between;
}

.add_job_th .one .dl_dl h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.add_job_th .one .dl_dl p {
	color: #000;
	font-size: 14px;
}

.add_job_th .one .dl_dl p i {
	margin: 0 6px;
}

.add_job_th .one .dl_dl p img {
	margin: 0 10px 0 20px;
	position: relative;
	top: -2px;
}

.add_job_th .one .dl_dl b {
	display: block;
	background: url(../images/add_job_down.png) no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.add_job_th .one.cur .dl_dl b {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.add_job_th .one .dl_dl dd {
	align-self: center;
}

.add_job_th .one .dl {
	
	opacity: 0;
	height: 0;
	overflow: hidden;
	
}

.add_job_th .one.cur .dl_dl {
	border-bottom: 1px #e5e5e5 solid;
}

.add_job_th .one.cur {
	padding-bottom: 20px;
}

.add_job_th .one.cur .dl {
	opacity: 1;
	height: auto;
	padding-top: 30px;
}

.add_job_th .one .dl dl {
	width: 48%;
}

.add_job_th .one .dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.add_job_th .one .dl p {
	color: #000;
	line-height: 2;
	font-size: 16px;
}


.add_job_th .add_job_btn a {
	display: block;
	width: 180px;
	line-height: 2.64;
	background: #0478ff;
	color: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	margin: 35px auto;
	font-size: 16px;
}

#contact {
    margin-top: 50px;
}
.banbt1 {
    width: 50%;

}
.job_bt2 {
    padding: 50px 0 30px 0;
}

.helpBanner{ height: 375px; overflow: hidden;}
@media (min-width:901px) {
	.helpBgWarp{ background: url(../images/helpBg.png) top center no-repeat; background-size:cover ;}
		
	.pro_one .one:hover dl {
		opacity: 1;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		box-shadow: 0 2px 16px 0 #1b518714;
	}

}
.CodePop{ display: none;}
.footer{ background: #fff;}
	#news #cont .cont p{ text-indent:0;}
    #news #cont .cont ul li p{ line-height:24px;}
    #news #cont .cont ul li p:before{ content: ''; width: 6px; height: 6px; display: inline-block; margin-right: 10px; transform:translateY(-3px); vertical-align: middle; background: #000; border-radius:50% ;}

.pro_one .one.h5 a{ display:none;}

.header a {
  text-decoration: none;
} 
.header a:hover{
    text-decoration: none;
}