
.paidui-hide{
	display: none;
}

.paidui-wrap{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.paidui-title{
	font-size: 36px;
	width: 1200px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #ccc;
	position: relative;
	color: #333;
}
.paidui-title h3{
	padding-bottom: 13px;
}
.paidui-title hr{
	position: absolute;
	top:40px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 9px;
	background: #0aadf6;
	border: none;
}
/*banner*/
.list-banner{
	width: 100%;height: 490px;
	background: url(../images/500.png) no-repeat center center;
}

/*问题*/
.list-problem{
	padding-top: 32px;
	width: 100%;
	background: #faf2af;
}
.list-problem .content{
	position: relative;
	padding-bottom: 38px;
}
.list-problem .content .left,.list-problem .content .right{
	margin-top: 52px;
	width: 490px;
}
.list-problem .content .box{
	border-radius: 10px;
	color: #fff;
	font-size: 32px;
	font-family: "[PingFangSC]";
	padding: 24px 60px;
	display: inline-block;
	margin-top: 40px;
}
.list-problem .content .box1{
	background: #ffaf03;
}
.list-problem .content .box2{
	background: #2e9f98;
}
.list-problem .content .box3{
	background: #27799f;
}
.list-problem .content .mid{
	position: absolute;
	top: 98px;
	left: 50%;
	margin-left:-160px; 
}
.list-problem .content .box{
	position: relative;
	cursor: pointer;
}
.list-problem .content .box .ico{
	display: inline-block;
	position: absolute;
	left: 344px;
}
.list-problem .content .box .ico-r{
	display:block;
	position: absolute;
	left: -150px;
}
.list-problem .content .box .ico1{
	width: 150px;
	height: 63px;
	top: -10px;
	background: url(../images/line1.png) no-repeat;
}
.list-problem .content .box .ico2{
	width: 83px;
	height: 25px;
	top: 34px;
	background: url(../images/line2.png) no-repeat;
}
.list-problem .content .box .ico3{
	width: 151px;
	height: 57px;
	top: 34px;
	background: url(../images/line3.png) no-repeat;
}
.list-problem .content .box .ico4{
	width: 150px;
	height: 63px;
	top: -10px;
	background: url(../images/line4.png) no-repeat;
}
.list-problem .content .box .ico5{
	width: 83px;
	height: 25px;
	top: 34px;
	left: -83px;
	background: url(../images/line5.png) no-repeat;
}
.list-problem .content .box .ico6{
	width: 151px;
	height: 57px;
	top: 34px;
	background: url(../images/line6.png) no-repeat;
}
/*解决难题*/
.list-solve{
	width: 100%;
	height: 190px;
	padding-bottom: 68px;
	background: url(../images/bg.png) no-repeat center center;
}
.list-solve .paidui-title{
	font-family: "[PingFangSC]";
	border: none;
	padding-top: 42px;
}
.list-solve .paidui-title a{
	display: block;
	font-size: 24px;
	color: #fff;
	width: 200px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	background: #0aadf6;
	font-family: "微软雅黑";

}
/*功能*/
.list-function{
	width: 100%;
	background: #f0f0f0;
	padding-top: 68px;
	padding-bottom: 70px;
}
.list-function .paidui-title{
	font-size: 48px;
}
.list-function .paidui-title hr{
	top: 50px;
}
.list-function .sm-title{
	font-size: 18px;
	color: #666;
	text-align: center;
	width: 1042px;
	margin: 30px auto;
	line-height: 30px;
}
.list-function .content {
	display: -webkit-flex;
	display:-moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	-o-justify-content:space-around;
	justify-content:space-around;
}
.list-function .content .box{
	width: 274px;
	cursor: default;
}
.list-function .content .box .num{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/1.png);
	margin: 0 auto 28px;
}
.list-function .content .box .num2{
	background: url(../images/2.png);
}
.list-function .content .box .num3{
	background: url(../images/3.png);
}
.list-function .content .box .num4{
	background: url(../images/4.png);
}
.list-function .content .box p{
	font-size: 18px;
	content: #333;
	text-align: center;
	margin: 20px auto;
}

/*流程*/
.list-process{
	margin-top: 30px;
}
.list-process .paidui-title{
	margin-bottom: 74px;
}
.list-process .type-list{
	margin-bottom: 16px;
	text-align: center;
	margin-left: 40px;
}
.list-process .type-list .type{
	width: 200px;
	display: inline-block;
	text-align: center;
	padding:18px 0;
	background: #ccc;
	color: #fff;
	font-size: 24px;
	margin-right: 80px;
	cursor: pointer;
}
.list-process .type-list .active{
	background:#0aadf6; 
}

/*特色*/
.list-special{
	margin-top: 58px;
}
.list-special .paidui-title{
	margin-bottom:86px; 
}
.list-special .content i{
	display: block;
	width: 140px;
	height: 140px;
}
.list-special .content .box-lg{
	display: -webkit-flex;
	display:-moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	-o-justify-content:space-around;
	justify-content:space-around;
	padding-bottom: 60px;
}
.list-special .content .box-lg .ico1{
	background: url(../images/ico1on.png);
}
.list-special .content .box-lg .ico2{
	background: url(../images/ico2on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico3{
	background: url(../images/ico3on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico4{
	background: url(../images/ico4on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico5{
	background: url(../images/ico5on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico6{
	background: url(../images/ico6on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico7{
	background: url(../images/ico7on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .ico8{
	background: url(../images/ico8on.png);
	opacity: 0.5;
}
.list-special .content .box-lg .fixed-bg .cl{
	color: #f89256;
}
.list-special .content .box-lg .active i{
	opacity: 1;
}
.list-special .content .box-lg .box-sm{
	width: 140px;
	text-align: center;
	float: left;
}
.list-special .content .box-lg .box-sm p{
	width: 140px;
	font-size: 20px;
	color: #333;
	padding-top: 18px;
}

/*平台*/
.list-platform .content {
	display: -webkit-flex;
	display:-moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	-o-justify-content:space-around;
	justify-content:space-around;
}
.list-platform .content .box{
	width: 325px;
	float: left;
	margin: 30px;
	padding-top: 36px;
	text-align: center;
	padding-bottom: 56px;
	cursor: default;
	border: 3px solid rgba(0,0,0,0)
}
.list-platform .content .box:hover{
	border: 3px solid #eaf8fe;
}
.list-platform .content .box:hover p{
	color: #f89256;
}
.list-platform .content .box .sm-tit{
	font-size: 24px;
	color: #333;
	padding: 32px 0 20px;
}
.list-platform .content .box .pro{
	font-size: 18px;
	color: #9a9a9a;
	text-align: center;
	line-height: 30px;
}
.list-platform .content .box i{
	display: block;
	width: 142px;
	height: 142px;
	margin-left: 92px;
}
.list-platform .content .box .icon1{
	background: url(../images/icon1.png) no-repeat;
}
.list-platform .content .box .icon2{
	background: url(../images/icon2.png) no-repeat;
}
.list-platform .content .box .icon3{
	background: url(../images/icon3.png) no-repeat;
}

/*收银*/
.list-cash{
	margin-top: 48px;
}
.list-cash .paidui-title{
	margin-bottom: 84px;
}
.list-cash .content{
	position: relative;
}
.list-cash .content .kong{
	position: absolute;
	width: 10px;
	height: 40px;
	background: #fff;
	top: 635px;
	left: 590px;
}
.list-cash .content .content-left{
	border-right: 1px solid #999;
}
/*.list-cash .content .content-left .box:first-child .text p{
	color: #f89256;
}*/
.list-cash .content .content-left,.list-cash .content .content-left{
	width: 599px;
}
.list-cash .content .content-left .box:first-child{
	margin-top: 0;
}
.list-cash .content .content-right .box:first-child{
	margin-top: 0;
}
.list-cash .content .box{
	width: 550px;
	margin-top: 22px; 
	padding:40px 20px;
	cursor: pointer;
	border: 3px solid rgba(0,0,0,0);
}
.list-cash .content .box i{
	display: inline-block;
	float: left;
	margin-right: 26px;
}
.list-cash .content .box .ico1{
	width: 60px;
	height: 60px;
	background: url(../images/ic1.png);
}
.list-cash .content .box .ico2{
	width: 76px;
	height: 49px;
	background: url(../images/ic2.png);
}
.list-cash .content .box .ico3{
	width: 57px;
	height: 64px;
	background: url(../images/ic3.png);
}
.list-cash .content .box .ico4{
	width: 64px;
	height: 65px;
	background: url(../images/ic4.png);
}
.list-cash .content .box .ico5{
	width: 70px;
	height: 70px;
	background: url(../images/ic5.png);
}
.list-cash .content .box .ico6{
	width: 70px;
	height: 65px;
	background: url(../images/ic6.png);
}
.list-cash .content .box .ico7{
	width: 60px;
	height: 71px;
	background: url(../images/ic7.png);
}
.list-cash .content .box .ico8{
	width: 70px;
	height: 64px;
	background: url(../images/ic8.png);
}
.list-cash .content .box .text .sm-tit{
	font-size: 24px;
	color: #333;
}
.list-cash .content .box .text .pro{
	font-size: 18px;
	padding-top: 16px;
	color: #999;
}
.list-cash .content .box:hover .text p{
	color: #f89256;
}
.list-cash .content .box:hover{
	border: 3px solid #eaf8fe;
}
.list-cash .content .box:hover i{
	animation: myro 2s linear infinite;
	-webkit-animation: myro 2s linear infinite;
	-moz-animation: myro 2s linear infinite;
}
@keyframes myro{
	from{
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
	}
	to{
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
	}
}

/*展现*/
.list-show{
	margin-top: 90px;
	padding-top: 36px;
	background:url(../images/bgimg.png) no-repeat top center;
}
.list-show .content{
	width: 100%;
	background-color: #fff;
	padding-top: 165px;
	height: 718px;
	margin-top: 54px;
	position: relative;
	border-radius: 10px;
	box-shadow:3px 3px 3px #fafafa;
}
.list-show .content .btn-left{
	position: absolute;
	top: 370px;
	left: 20px;
}
.list-show .content .scroll{
	position: absolute;
}
.list-show .content .btn-right{
	position: absolute;
	top: 370px;
	right: 20px;
}
.list-show .content .Wbox{
	margin-left: 76px;
	width: 1050px;
	height: 530px;
	overflow: hidden;
	white-space: nowrap;
}
.list-show .content .box {
	width: 1130px;
	white-space: nowrap;
}
.list-show .content .box >div{
	position: relative;
}
.list-show .content .box .img{
	float: left;
	margin-right: 80px;
}
.list-show .content .box div img{
	position: relative;
	width: 296px;
	height: 524px;
	box-shadow: 1px 5px 10px #cacaca;
}

/*咨询开始*/
#contact{
	height: 180px;width: 100%;
	margin-top: 76px;
	background: -moz-linear-gradient(left,#3a5888,#bbc1cd);
	background: -o-linear-gradient(left,#3a5888,#bbc1cd);
	background: -moz-linear-gradient(left,#3a5888,#bbc1cd);
	background: -webkit-linear-gradient(left,#3a5888,#bbc1cd);
	text-align: center;font-size: 20px;font-family: "微软雅黑";
}
#contact p{
	color:white;padding-top: 40px;font-size: 20px;
}
#contact div{
	color: white;padding: 20px 65px;border-radius: 50px;background: #108ee7;width: 298px;margin-top: 20px;
	margin-left:auto;margin-right: auto; 
}
#contact div:hover{
	background: #0b5b93;
}
/*咨询结束*/










