.hideit {
	visibility: hidden;
}

.header-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	/*overflow: auto;*/
	background: #fff;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

/*滚动条样式*/
body::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb {
	height: 10px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.5);

}

.header {
	position: relative;
	width: 100%;
	min-width: 1200px;
	z-index: 1;
	padding: 0 25px;
	height: 62px;
	box-sizing: border-box;
	border-bottom: solid 1px #ddd;
	line-height: 62px;
	overflow: hidden;
}

.logo img {
	height: 45px;
}

.navgation {
	margin-left: 95px;
}

.nav-first-box {
	display: inline-block;
	height: 62px;
	box-sizing: border-box;
	line-height: 62px;
	padding: 0 30px;
}

.nav-first a {
	font-size: 14px;
	font-weight: bold;
	color: #4e4e4e;
}

.nav-active {
	border-bottom: solid 4px #0396fd;
}

.nav-active-title {
	color: #0396fd !important;
}

.nav-second-title {
	line-height: 40px;
	border-bottom: solid 1px #e5e5e5;
	padding-top: 10px;
}

.nav-second {
	display: none;
	position: fixed;
	width: 750px;
	margin-left: 310px;
	z-index: 2;
	top: 62px;
	left: 0;
	font-size: 14px;
	background-color: #fff;
	padding: 0 20px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.nav-second-normal,
.nav-second-special {
	width: 45%;
}

.nav-second-content {
	line-height: 40px;
	padding-top: 10px;
}

.nav-second a {
	font-weight: normal;
	display: inline-block;
	width: 100px;
	margin-right: 14px;
}

.nav-second a:hover {
	color: #0396fd;
}

.contact-us a {
	display: inline-block;
	/*margin: 20px 0;*/
	width: 130px;
	height: 34px;
	/*background: none;*/
	text-indent: 44px;
	line-height: 34px;
	border-radius: 20px 20px;
	border: solid 1px #19aaeb;
	font-size: 14px;
	color: #4e4e4e;
	background: url(../img/chat_user_icon.png) no-repeat;
	font-weight: bold;
	background-position: 10px center;
	cursor: pointer;
}

.banner-box {
	position: relative;
	padding-top: 62px;
}

.banner-box img {
	width: 100%;
}

.content-box {
	width: 1200px;
	margin: auto auto;
}

.code-fix {
	position: fixed;
	right: 50px;
	top: 70%;
	width: 55px;
	height: 115px;
	border: solid 1px #eee;
	box-shadow: 1px 1px 1px #b5b5b5;
	background: #fff;
}

.chat-icon,
.code-icon,
.return-top-icon {
	width: 100%;
	height: 55px;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	padding: 10px 8px;
}

.chat-icon {
	background: url(../img/chat_icon.png) no-repeat;
	background-position: center center;
}

.code-icon {
	background: url(../img/gongzhonghao.png) no-repeat;
	background-position: center center;
}

.return-top-icon {
	background: url(../img/return-top.png) no-repeat;
	background-position: center center;
}

.chat-icon:hover,
.code-icon:hover {
	background: #eee;
}

.gzh-code {
	display: none;
	position: fixed;
	right: 120px;
	top: 70%;
	width: 115px;
	height: 165px;
	border: solid 1px #eee;
	box-shadow: 1px 1px 1px #b5b5b5;
	padding: 8px 8px;
	font-size: 12px;
	text-align: center;
	background: #fff;
}

.footer {
	width: 100%;
	height: 490px;
	background-color: #1b1b1b;
	overflow: hidden;
}

.footer p {
	line-height: 40px;
}

.footer-title-one {
	color: #fff;
}

.footer-title-two {
	display: inline-block;
	height: 26px;
	background-color: #c1c1c1;
	text-align: center;
	line-height: 26px;
	border-radius: 4px 4px;
	padding: 0 10px;
}

.footer a {
	color: #808080;
	margin: 0 11px;
}

.footer a:hover {
	color: #fff;
}

.color-gray {
	color: #808080;
}

.mt40 {
	margin-top: 40px;
}

.mt70 {
	margin-top: 70px;
}

.footer-right {
	text-align: right;
	padding-right: 50px;
}

/*首页*/
.index-one {
	padding: 30px 0
}

.index-common-title {
	font-size: 30px;
	text-align: center;
}

.index-one-box {
	margin-top: 60px;
	overflow: hidden;
}

.index-one-cloumn {
	width: 330px;
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding: 50px 15px;
	height: 380px;
	margin: 0 35px;
	height: 500px;
	padding-bottom: 0;
}

.index-one-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 60px;
}

.index-one-cloumn ul li {
	list-style: disc;
	color: #606060;
	line-height: 28px;
}

.index-one-cloumn ul {
	padding-left: 20px;
}

.index-two,.index-six {
	padding: 50px 0;
	background-color: #fff;
}
.index-dx-bg{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	background:url(../img/duanxinbg.png) no-repeat;
	background-position: left top;
	height: 400px;
	background-size:100% auto
}
.dx-desc-item{
	width:47%;
	margin-bottom:30px;
}
.dx-desc-title{
	border-left: solid 4px #10AEF9;
	padding-left:10px;
	font-size:16px;
	font-weight: 550;
}
.dx-desc-content{
	font-size:13px
}
.index-fp-bg{
	width: 100%;
	padding:0 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background:url(../img/fapiaobg.png) no-repeat;
	background-position: left top;
	height: 400px;
	background-size:100% auto
}
.index-img {
	display: block;
	height: 180px;
}

.index-img01 {
	background: url(../img/index_icon04.png) no-repeat;
	background-size: auto 180px;
	background-position: center left;
}

.index-img02 {
	background: url(../img/index_icon05.png) no-repeat;
	background-size: auto 180px;
	background-position: center left;
}

.index-img03 {
	background: url(../img/index_icon06.png) no-repeat;
	background-size: auto 180px;
	background-position: center left;
}

.index-three {
	padding-top: 30px;
}

.index-three-img {
	position: relative;
}

.index-second-title {
	text-align: center;
	line-height: 44px;
	color: #606060;
	font-size: 16px;
}

.index-three-right {
	width: 100%;
	position: absolute;
	top: 0;
}

.index-three-right-box {
	width: 1200px;
	margin: 0 auto;
	padding-left: 710px;
	padding-top: 50px;
}

.index-three-right-box img {
	margin-bottom: 20px;
}

.index-three-right-box ul li {
	list-style: disc;
	line-height: 24px;
	margin-left: 42px;
	color: #747577
}

.index-four {
	padding: 30px;
	height: 450px;
	background: url(../img/partner.jpg) no-repeat;
	background-position: center center;
	background-size: auto 100%;
}

.partner-cloumn {
	height: 115px;
	text-align: left;
}

.partner-cloumn {
	margin-bottom: 50px;
}


/*关于我们*/
.company-info {
	height: 760px;
	background: url(../img/bg_about.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.company-info,
.team-info {
	padding: 60px 0;
	line-height: 34px;
	color: #3f3f3f
}

.company-info p,
.team-info p {
	text-indent: 30px;
	font-size: 14px;
}

.about-title {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 20px;
}

.title-zh {
	font-size: 32px;
	font-weight: 500;
	margin-right: 10px;
}

.title-cn {
	font-size: 16px;
	color: #8e8e90
}

/*富收银*/
.product-info {
	height: 950px;
	padding: 30px 0;
	text-align: center;
}

.product-title-one {
	font-size: 30px;
	color: #1d1d1d;
	letter-spacing: 3px;
	margin-bottom: 15px;
	text-align: center;
}

.product-title-two {
	font-size: 16px;
	color: #606060;
	line-height: 35px;
}

.fg-line {
	width: 100%;
	height: 32px;
	background: url(../img/line.jpg) no-repeat;
	margin: 30px 0;
}

.product-item-box {
	margin-top: 30px
}

.margin-r {
	margin-right: 112px;
}

.branch-info {
	height: 350px;
	/*background-color:#f2f2f2;*/
	text-align: center;
	padding: 30px 0;
}

.branch-item {
	margin-top: 40px;
	height: 150px;
	border-right: solid 1px #dfdfdf;
	text-align: center;
	overflow: hidden;
	cursor: default;
}

.branch-item p {
	margin-top: 0;
	font-weight: 600;
	line-height: 150px;
	font-size: 18px;
	margin-bottom: 20px;
}

.view-info {
	height: 670px;
	width: 100%;
	background: url(../img/paxpay_view.jpg) no-repeat;
	background-position: center center;
	padding-top: 30px;
	text-align: center;
}

.app-download {
	height: 420px;
	padding: 30px 0;
	text-align: center;
}

.app-code-box {
	overflow: hidden;
	width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.app-code-item img {
	width: 150px;
}

.product-img-box {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 30px auto;
}

.product-img01 {
	background: url(../img/ico1.png);
	background-size: 100px 100px;
}

.product-img02 {
	background: url(../img/ico2.png);
	background-size: 100px 100px;
}

.product-img03 {
	background: url(../img/ico3.png);
	background-size: 100px 100px;
}

.product-img04 {
	background: url(../img/ico4.png);
	background-size: 100px 100px;
}

.product-img05 {
	background: url(../img/ico5.png);
	background-size: 100px 100px;
}

.product-img06 {
	background: url(../img/cloud.png);
	background-size: 100px 100px;
}

.product-bold-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-light-title {
	padding: 0 60px;
	text-align: left;
	color: #7b7b7b;
}



/*微信点餐*/
.order-info {
	padding: 30px 0;
	text-align: center;
}

.oder-system-box {
	height: 640px;
	background: url(../img/bg-order01.png) no-repeat;
	background-position: center center;
}

.oder-img-box {
	height: 680px;
	background: url(../img/bg_order02.jpg) no-repeat;
	background-position: center center;
}

/*产品咨询*/
.padding-t62 {
	padding-top: 62px;
}

.padding-tp30 {
	padding: 60px 0;
}

.contact-info {
	height: 700px;
	width: 100%;
	background: url(../img/bg_contact.jpg) no-repeat;
	background-size: 100% 100%;
}

.content-form {
	width: 640px;
	height: 580px;
	background-color: #f8f8f8;
	margin: 0 auto;
}

.content-form-title {
	line-height: 90px;
	font-size: 16px;
	font-weight: bold;
}

.content-form-text {
	height: 360px;
	background: #fff;
	padding: 20px 50px;
}

.content-form-text .content-form-item {
	border-bottom: solid 1px #dbdbdb;
	padding: 10px 0;
}

.content-form-text input {
	width: 100%;
	line-height: 40px;
}

.content-form-tip {
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #8a8a8a;
}

.submit-btn-disabled {
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 20px 20px;
	background-color: #cac8c8;
	color: #787070;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}

.submit-btn-disabled:hover {
	color: #787070
}

.submit-btn {
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 20px 20px;
	background-color: #358ffd;
	color: #fff;
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}

/*点餐服务行业*/
.order-fail {
	padding: 30px 0
}

.order-fail-item {
	width: 80%;
	margin: 0 auto;
	padding-top: 40px;
	height: 300px;
	box-shadow: 0px 0px 8px 6px #f7f7f7;
}

.item-icon {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.item-icon1 {
	background: url(../img/stepone01.png) no-repeat;
}

.item-icon2 {
	background: url(../img/stepone02.png) no-repeat;
}

.item-icon3 {
	background: url(../img/stepone03.png) no-repeat;
}

.order-fail-item p {
	font-size: 14px;
	color: #606060;
	line-height: 36px;
}

.oder-process {
	padding: 30px 0;
	height: 500px;
	background-color: #eee;
	text-align: center;
}

.order-process-img {
	height: 300px;
	background: url(../img/process01.png) no-repeat;
	background-position: center center;
}

.order-solve {
	height: 800px;
	padding: 30px 0;
}

.solve-img {
	display: block;
	height: 210px;
}

.solve-img01 {
	background: url(../img/solve01.png) no-repeat;
	background-size: auto 210px;
	background-position: top left;
}

.solve-img02 {
	background: url(../img/solve02.png) no-repeat;
	background-position: top right;
	background-size: auto 210px;
}

.solve-img03 {
	background: url(../img/solve03.png) no-repeat;
	background-size: auto 210px;
	background-position: top left;
}

.solve-title {
	margin-top: 70px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.solve-text {
	line-height: 30px;
	color: #606060
}

/*医疗行业*/
.medical-fail {
	width: 100%;
	margin: 30px 0
}

.medical-fail-item {
	display: inline-block;
	width: 18%;
	height: 230px;
	margin-right: 1%;
	box-shadow: 0px 0px 8px 6px #f7f7f7;
}

.item-icon-else {
	display: block;
	width: 40px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.item-else-icon1 {
	background: url(../img/steptwo01.png) no-repeat;
}

.item-else-icon2 {
	background: url(../img/steptwo02.png) no-repeat;
}

.item-else-icon3 {
	background: url(../img/steptwo03.png) no-repeat;
}

.item-else-icon4 {
	background: url(../img/steptwo04.png) no-repeat;
}

.item-else-icon5 {
	background: url(../img/steptwo05.png) no-repeat;
}

.medical-process-img {
	background: url(../img/process02.png) no-repeat;
	height: 400px;
	background-position: center center;
}

.medical-solve {
	height: 760px;
	padding: 30px 0;
}

.medical-solve-img {
	height: 530px;
	background: url(../img/medical-img-big.png) no-repeat;
}

.medical-solve-text {
	padding-left: 100px;
	margin-top: 180px;
}

.medical-solve-text li {
	list-style: disc outside none;
	line-height: 60px;
	font-size: 16px;
	color: #606060;
}

.margin-t70 {
	margin-top: 70px;
}

/*税控票务*/
.invoice-process-img {
	height: 360px;
	background: url(../img/invoice_solve_img.png) no-repeat;
	background-position: center center;
}

.invoice-solve {
	height: 540px;
	padding: 30px 0;
}

.invoice-solve-bg {
	height: 240px;
	background: url(../img/invoice_bg.png) no-repeat;
	background-position: center center;
}

.invoice-fail-item {
	display: inline-block;
	width: 22%;
	height: 230px;
	margin-right: 2%;
	box-shadow: 0px 0px 8px 6px #f7f7f7;
}

.item-icon-third {
	display: block;
	width: 40px;
	height: 30px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
}

.item-third-icon1 {
	background: url(../img/stepthree01.png) no-repeat;
}

.item-third-icon2 {
	background: url(../img/stepthree02.png) no-repeat;
}

.item-third-icon3 {
	background: url(../img/stepthree03.png) no-repeat;
}

.item-third-icon4 {
	background: url(../img/stepthree04.png) no-repeat;
}

.circle-tip {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #9eabbe;
	color: #fff;
	line-height: 26px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
}

.invoice-solve-text p {
	margin-bottom: 30px;
	font-size: 18px;
	margin-left: 50px;
	color: #5a5a5a
}

/*智能收银*/
.getpay-box {
	overflow: hidden;
	padding: 50px 0;
}

.getpay-item {
	width: 22%;
	margin: 0 1%;
	text-align: center;
}

.getpay-item p {
	line-height: 30px;
	margin-top: 15px;
	color: #606060;
}

.smart-pay-box {
	height: 1100px;
	padding: 30px 0;
	background: url(../img/smart_bg.jpg) no-repeat;
	background-position: center center;
	text-align: center;
}

.four-advantage {
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}

.four-advantage p {
	line-height: 28px;
	margin: 20px 0;
	color: #606060
}

.advantage-line {
	height: 880px;
	width: 185px;
	background: url(../img/advantage_line.png) no-repeat;
}

.mt100 {
	margin-top: 100px;
}

.mt50 {
	margin-top: 50px;
}

.left-advantage {
	position: relative;
	left: 30px;
}

.right-advantage {
	position: relative;
	right: 20px;
}

/*发票系统*/
.invoice-system-info {
	padding: 30px 0;
}

.invoice-system-info {
	line-height: 30px;
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.platform-box {
	height: 500px;
	padding: 30px 0;
	background-color: #eee;
}

.platform-box-img {
	width: 100%;
	height: 380px;
	background: url(../img/platform_bg.png) no-repeat;
	background-position: center center;
}

.invoice-process {
	height: 1000px;
	padding: 30px 0;
}

.invoice-process-box {
	height: 560px;
	background: url(../img/invoiceProcessImg.png) no-repeat;
	background-position: center center;
}

.invoice-process-text {
	margin-top: 20px;
	padding-left: 220px;
	line-height: 40px;
}

/*大数据行业应用*/
.data-common-icon {
	width: 180px;
	height: 125px;
}

.table-icon {
	background: url(../img/table.png) no-repeat;
	background-position: center center;
}

.city-icon {
	background: url(../img/cityMap.png) no-repeat;
	background-position: center center;
}

.area-icon {
	background: url(../img/area_map.png) no-repeat;
	background-position: center center;
}

.big-data-industry table {
	width: 96%;
	margin: 30px auto;
	border: solid 1px #c0c0c0;
}

.big-data-industry table thead td {
	background-color: #eff3fe;
	line-height: 44px;
	font-size: 16px;
	font-weight: 600;
}

.big-data-industry table td {
	border-bottom: solid 1px #c0c0c0;
	text-align: left;
}

/*应用场景*/
.case-box-item {
	width: 96%;
	margin: 0 auto;
	height: 220px;
}

.case-one {
	background: url(../img/case_one.png) no-repeat;
	background-position: top center;
}

.case-two {
	background: url(../img/case_two.png) no-repeat;
	background-position: top center;
}

.case-three {
	background: url(../img/case_three.png) no-repeat;
	background-position: top center;
}

.case-four {
	background: url(../img/case_four.png) no-repeat;
	background-position: top center;
}

.case-five {
	background: url(../img/case_five.png) no-repeat;
	background-position: top center;
}

/*oem基于联通*/
.solve-function {
	padding: 30px 0;
}

.system-function-box {
	padding: 30px 0;
	background-color: #f5f5f5;
}

.system-function-img {
	margin-top: 30px;
	width: 1200px;
	height: 340px;
	background: url(../img/xitonggongneng2.png) no-repeat;
	background-position: center center;
}

.solve-function-item {
	box-sizing: border-box;
	width: 990px;
	height: 109px;
	border: solid 1px #7ecdf4;
	padding-right: 100px;
	padding-left: 160px;
	margin-bottom: 25px;
	margin: 25px auto;
	padding-top: 30px;
	line-height: 26px;
	;
	font-size: 16px;
	color: #606060;
}

.solve-item01 {
	background: url(../img/yidongzhongduan.png) no-repeat;
	background-position: left center;
}

.solve-item02 {
	background: url(../img/chuandaishebei.png) no-repeat;
	background-position: left center;
}

.solve-item03 {
	background: url(../img/chezaidaohang.png) no-repeat;
	background-position: left center;
}

.color-blue {
	color: #3397ef;
}

.system-function-box p {
	margin-bottom: 20px;
}

/*支付系统*/
.system-child-function {
	padding: 30px 0;
	text-align: center;
}

.system-child-function .row {
	margin-top: 30px;
}

.system-framework {
	padding: 30px 0;
	background: url(../img/xitongjiagoubg.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
}

.system-framework-img {
	width: 1200px;
	height: 530px;
	margin-top: 30px;
	background: url(../img/xitongjiagou.png) no-repeat;
	background-position: center center;
}

.info-download {
	padding: 50px 0;
}

.downloat01-btn .pax-download {
	display: inline-block;
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size;
	16px;
	border-radius: 30px;
	border: solid 1px #dcdcdc;
	background-color: #fff;
}

.btn-icon01 {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../img/pptico.png) no-repeat;
	background-size: 32px 32px;
	vertical-align: middle;
	margin-right: 10px;
}

/*短信产品*/
.short-message-box {
	padding: 30px 0;
	color: #404040
}

.short-message-cloumn {}

.message-title01 {
	font-size: 16px;
	margin: 10px 0;
}

.message-title02 {
	font-size: 12px;
	line-height: 24px;
}

.applay-view {
	padding: 30px 0;
	background-color: #f5f5f5;
}

.applay-view-item {
	width: 1035px;
	height: 115px;
	margin: 30px auto 20px auto;
	border-radius: 10px 10px;
	color: #4f4f4f
}

.applay-view-item01 {
	padding-left: 120px;
	background: url(../img/duanxinyanzhengma.png) no-repeat;
	background-color: #fff;
	background-position: left top;
}

.applay-view-item02 {
	padding-right: 120px;
	padding-left: 160px;
	background: url(../img/yuyinyanzhengma.png) no-repeat;
	background-color: #fff;
	background-position: right top;
}

.applay-view-item03 {
	padding-left: 120px;
	background: url(../img/tongzhiduanxin.png) no-repeat;
	background-color: #fff;
	background-position: left top;
}

.applay-view-item04 {
	padding-right: 120px;
	background: url(../img/zhengfuduanxin.png) no-repeat;
	background-color: #fff;
	background-position: right top;
}

.applay-view-item05 {
	padding-left: 120px;
	background: url(../img/yxdx_0625.png) no-repeat;
	background-color: #fff;
	background-position: left top;
}

.applay-view-item06 {
	padding-right: 120px;
	background: url(../img/guojiduanxin.png) no-repeat;
	background-color: #fff;
	background-position: right top;
}

.view-item-top {
	height: 45px;
	border-bottom: solid 1px #dcdcdc;
}

.view-item-top span {
	display: inline-block;
	padding: 0 12px;
	border-right: solid 1px #bbb;
	margin-top: 15px;
}

.view-item-bottom-left {
	line-height: 70px;
}

.view-item-bottom-right {
	line-height: 24px;
	margin-top: 10px;
}

/*消息产品*/
.applay-view01 {
	padding: 30px 0;
}

.applay-view-item07 {
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding-left: 120px;
	background: url(../img/jinrongzhifu.png) no-repeat;
	background-color: #fff;
	background-position: left top;
	line-height: 115px;
}

.applay-view-item08 {
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding-right: 120px;
	background: url(../img/zhinengjiaju.png) no-repeat;
	background-color: #fff;
	background-position: right top;
	line-height: 115px;
}

.applay-view-item09 {
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	padding-left: 120px;
	background: url(../img/chelianwang.png) no-repeat;
	background-color: #fff;
	background-position: left top;
	line-height: 115px;
	;
}

.masslink-content {
	width: 86%;
	margin: 0 auto;
	text-indent: 32px;
	line-height: 30px;
	font-size: 16px;
	color: #979797;
}

.masslink-content div {
	margin-bottom: 10px;
}

.product-character {
	padding: 30px 0;
	background: #f5f5f5;
}

.product-character-img {
	margin-bottom: 30px;
	width: 100%;
	height: 320px;
	background: url(../img/chanpintedian.png) no-repeat;
	background-position: top center;
}

.product-character-text {
	margin-left: 140px;
	font-size: 15px;
	margin-bottom: 15px;
}

.circle-icon {
	margin-right: 10px;
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #7596fd;
	vertical-align: middle;
}

/*开发文档*/
.border {
	height: 1px;
	width: 1000px;
	background: #b5b5b5;
	margin: 0 auto
}

.doc-item {
	width: 1000px;
	margin: 15px auto;
}

.doc-item-text {
	line-height: 170px;
	font-size: 16px;
}

.doc-item a {
	display: inline-block;
	width: 120px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 10px 10px;
	margin-top: 60px;
	background: #0396fd;
	color: #fff;
}

/*开发指南*/
.doc-box {
	padding-top: 50px;
}

.tab-title-box {
	width: 260px;
	overflow: hidden;
}

.tab-active-btn {
	width: 215px;
	height: 55px;
	background-color: #0396fd;
	color: #fff;
	line-height: 55px;
	text-align: center;
	border-radius: 5px 5px;
}

.tab-normal-btn {
	box-sizing: border-box;
	width: 215px;
	height: 55px;
	background-color: #fff;
	color: #606060;
	line-height: 55px;
	text-align: center;
	border-radius: 5px 5px;
	border: solid 1px #606060;
}

.tab-title-content {
	width: 940px;
}

.doc-content-title01 {
	width: 100%;
	border-bottom: solid 1px #dcdcdc;
	line-height: 50px;
	font-size: 18px;
	font-weight: 550;
	letter-spacing: 4px;
}

.doc-content-title02 {
	line-height: 50px;
	color: #606060;
}

.doc-table {
	width: 720px;
	margin: 20px 0;
}

.doc-table tr td {
	border: solid 1px #DCDCDC;
	padding: 20px 10px;
	line-height: 25px;
}

.doc-content-title03 {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 40px;
}

.doc-img-box {
	width: 100%;
	height: 410px;
	background: url(../img/P3.png) no-repeat;
	background-position: center center;
}

.doc-content-title04 {
	color: #6e6e6e;
	line-height: 60px;
	;
}

.doc-example-box {
	height: 195px;
	background: url(../img/P4.jpg) no-repeat;
}

.doc-content-common-text {
	text-align: left;
	line-height: 30px;
}

.common-text {
	text-align: left;
	line-height: 30px;
	color: #606060;
}

.doc-step {
	font-weight: 550;
	text-align: left;
}

.doc-table thead td {
	font-weight: 550;
	background-color: #ebebeb;
	line-height: 30px;
}

.doc-step-ul {
	margin-left: 20px
}

.doc-step-ul li {
	text-align: left;
	color: #606060;
	list-style: disc;
}

.doc-example-box01 {
	height: 250px;
	background: url(../img/P2.jpg) no-repeat;
	background-position: center left;
	margin: 20px 0 50px 0;
}

.doc-fun-img {
	height: 360px;
	background: url(../img/P1.jpg) no-repeat;
	background-position: top left;
}

/*合作模式*/
.cooperation-box {
	padding: 30px 0;
}

.cooperation-item {
	box-sizing: border-box;
	border: solid 1px #dcdcdc;
	height: 140px;
	margin-bottom: 30px;
	line-height: 140px;
	font-size: 16px;
	text-align: center;
}

.cooperation-item01 {
	background: url(../img/hezuomoshi1.png) no-repeat;
}

.cooperation-item02 {
	background: url(../img/hezuomoshi2.png) no-repeat;
}

.cooperation-item03 {
	background: url(../img/hezuomoshi3.png) no-repeat;
}

.cooperate-one-detail {
	display: none;
}

.cooperate-company-item {
	width: 90%;
	height: 180px;
	padding: 20px 20px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(132, 177, 185, .24);
	text-align: left;
}

.cooperate-company {
	text-align: center;
}

.company-item-title {
	font-size: 18px;
	font-weight: 600;
}

.short-line {
	width: 30%;
	height: 1px;
	background: #70aff2;
	margin: 15px 0;
	z-index: 2;
}

.company-item-text {
	border-top: solid 1px #dfdfdf;
	margin-top: -15px;
	padding-top: 15px;
	color: #7b7b7b;
}

.cooperate-detail {
	text-align: center;
	background-color: #F5F5F5;
	background-image: url(../img/cooperatebg.jpg);
	background-repeat: no-repeat;
}

.cooperate-server {
	padding: 40px 0;
}

.cooperate-server-item {
	height: 150px;
	padding: 20px 0;
	width: 80%;
	margin: 30px auto;
	background: #fff;
	border-radius: 10px 10px;
}

/*新增样式*/
.introduce-text {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	text-indent: 32px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
	color: #606060;
}

/*刷脸支付*/
.face-advantage-box {
	padding: 30px 0;
}

.face-advantage {
	overflow: hidden;
	margin-top: 50px;
}

.face-advantage-item {
	box-sizing: border-box;
	padding: 40px 20px;
	height: 230px;
	width: 22%;
	border: solid 1px #dcdcdc;
	float: left;
	text-align: center;
}

.face-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
}

.face-title-bg01 {
	background: url(../img/face01.png) no-repeat;
	background-position: center center;
}

.face-title-bg02 {
	background: url(../img/face02.png) no-repeat;
	background-position: center center;
}

.face-title-bg03 {
	background: url(../img/face03.png) no-repeat;
	background-position: center center;
}

.face-title-bg04 {
	background: url(../img/face04.png) no-repeat;
	background-position: center center;
}

.face-text {
	margin-bottom: 10px;
	color: #4e4e4e;
}

.margin20 {
	margin-right: 49px;
}

.face-view-box {
	padding: 30px 0;
	background: #faf9ff;
}

.face-view-item {
	text-align: center;
	margin-bottom: 40px;
}

.face-view {
	margin-top: 50px;
}

.face-surport-box {
	padding: 30px 0;
}

.face-surport-tittle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.face-surport-tittle,
.face-surport-text {
	line-height: 30px;
}

/*AF10刷脸*/
.af-info {
	height: 190px;
	padding: 30px 0;
	text-align: center;
}

.af-function {
	background-color: #f5f5f5;
	height: 800px;
	padding: 30px 0;
}

.af-function-item {
	display: inline-block;
	width: 530px;
	height: 300px;
	margin: 20px 30px;
	position: relative;
}

.af-bg01 {
	background: url(../img/fun_bg01.png) no-repeat;
	background-position: left center;
}

.af-bg02 {
	background: url(../img/fun_bg02.png) no-repeat;
	background-position: left center;
}

.af-bg03 {
	background: url(../img/fun_bg03.png) no-repeat;
	background-position: left center;
}

.af-bg04 {
	background: url(../img/fun_bg04.png) no-repeat;
	background-position: left center;
}

.af-fun-top {
	position: absolute;
	top: 55px;
	right: 40px;
}

.af-fun-bottom {
	position: absolute;
	bottom: 30px;
	right: 40px;
	text-align: center;
}

.af-fun-bottom img {
	margin-bottom: 15px;
}

.af-fun-top-left {
	display: inline-block;
}

.af-fun-top-right {
	display: inline-block;
	vertical-align: middle;
}

.af-advantage {
	padding: 30px 0
}

.af-advantage-content {
	overflow: hidden;
	padding: 0 30px;
}

.af-advantage-left {
	float: left;
	width: 355px;
	height: 530px;
	background: url(../img/AF10.png) no-repeat;
}

.af-advantage-right {
	float: right;
	width: 780px;
	height: 520px;
}

.af-advantage-item {
	width: 100%;
	height: 120px;
	margin-bottom: 15px;
	padding-top: 20px;
	padding-left: 40px;
}

.advantage-bg01 {
	background: url(../img/youshi1.png) no-repeat;
}

.advantage-bg02 {
	background: url(../img/youshi2.png) no-repeat;
}

.advantage-bg03 {
	background: url(../img/youshi3.png) no-repeat;
}

.advantage-bg04 {
	background: url(../img/youshi4.png) no-repeat;
}

.advantage-icon01 {
	display: inline-block;
	margin-right: 10px;
}

.advantage-text {
	display: inline-block;
	vertical-align: top;
}

.advantage-title {
	font-size: 18px;
	font-weight: bold;
}

.advantage-second-title {
	line-height: 24px;
}

.af-advantage-item01 {
	width: 100%;
	height: 120px;
	margin-bottom: 13px;
	padding-top: 20px;
	padding-right: 40px;
	overflow: hidden;
}

.advantage-icon02 {
	display: inline-block;
	margin-left: 10px;
	float: right;
}

.advantage-text01 {
	display: inline-block;
	vertical-align: top;
	float: right;
	text-align: right;
}

.af-last {
	text-align: center;
	background-color: #f2f2f0;
}

.af-last-content {
	padding: 30px 0;
	height: 700px;
	background: url(../img/af_last_bg.jpg) no-repeat;
	background-position: top center;
}

.af-last-img {
	height: 200px;
	margin: 30px 0;
}

.af-img-bg01 {
	background: url(../img/jiudian.png) no-repeat;
	background-position: center center;
}

.af-img-bg02 {
	background: url(../img/shangchao02.png) no-repeat;
	background-position: center center;
}

.af-img-bg03 {
	background: url(../img/bianlidian.png) no-repeat;
	background-position: center center;
}

.af-img-bg04 {
	background: url(../img/yiyuanhangye.png) no-repeat;
	background-position: center center;
}

.af-img-bg05 {
	background: url(../img/4sdian.png) no-repeat;
	background-position: center center;
}

.af-img-bg06 {
	background: url(../img/canyinye.png) no-repeat;
	background-position: center center;
}