@charset "utf-8";

body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video {
	margin: 0;
	padding: 0
}

article,aside,footer,header,hgroup,nav,section,audio,canvas,video {
	display: block
}

body {
	font-size: 14px;
	font-family: NotoSansHans-Regular,AvenirNext-Regular,proxima-nova,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Open Sans","Helvetica Neue",Arial,sans-serif;
	background: #fff;
}

textarea {
	resize: none
}

iframe,img {
	border: 0
}

ul,ol {
	list-style: none
}

i {
	font-style: normal
}

.clear {
	clear: both;
}

.hr20 {
	clear: both;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr10 {
	clear: both;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr30 {
	clear: both;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr40 {
	clear: both;
	height: 40px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.hr80 {
	clear: both;
	height: 80px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.awardCon:after,.sliderwrap:after,.whiteBg:after,.whiteBg:after,.userNav:after {
	content: "";
	display: block;
	clear: both
}

input,select,textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only
}

input {
	-webkit-appearance: none
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	color: #333;
}

.page {
	background: #fff;
}

@font-face {
	font-family:"novecento"; src:url("novecento_widebook.ttf");
}

@font-face {
	font-family: 'dincond'; src: url('dincond-medium-webfont.eot'); src: url('dincond-medium-webfont.ttf');
}

.header {
	height: 60px;
	background: #fff;
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 9px 16px rgba(0,0,0,.02);
	box-shadow: 0 9px 16px rgba(0,0,0,.02);
}

.navbar {
	width: 1200px;
	height: 60px;
	margin: 0px auto;
}

#logo {
	height: 40px;
	margin-right: 120px;
	padding: 10px 0;
	float: left;
}

.mod-header {
	height: 60px;
	float: left;
}

.mod-header .nav {
	position: relative;
	height: 60px;
}

.mod-header .nav > li {
	float: left;
	height: 60px;
	position: relative;
	margin: 0 35px 0 0;
	z-index: 1100;
}

.mod-header .nav > li:last-child {
	margin: 0px;
}

.mod-header .nav > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 10px;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 60px;
	color: #555;
	text-decoration: none;
}

.mod-header .nav > li > a .arrow {
	width: 12px;
	background: url(../images/arrow.png) center no-repeat;
	background-size: 12px;
	height: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: 5px;
}

.mod-header .nav > li > a:hover .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../images/arrow-s.png) center no-repeat;
	background-size: 12px;
}

.mod-header .nav > li > a:hover {
	color: #0074e1;
}

.mod-header .nav > li .sub-nav {
	opacity: 0;
	-webkit-box-shadow: 0 12px 24px rgba(0,0,0,.05);
	box-shadow: 0 12px 24px rgba(0,0,0,.05);
	overflow: hidden;
	background: #fff;
	display: none;
	filter: alpha(opacity=0);
	position: absolute;
	top: 70px;
	left: 50%;
	padding: 15px 10px 15px 10px;
	margin-left: -210px;
	width: 400px;
	z-index: 1000;
}

.mod-header .nav > li .sub-nav > li {
	width: 195px;
	float: left;
	height: 60px;
	text-indent: 60px;
	overflow: hidden;
}

.mod-header .nav > li .sub-nav > li:nth-child(1) {
	margin-right: 10px;
	margin-bottom: 10px;
}

.mod-header .nav > li .sub-nav > li:nth-child(2) {
	margin-bottom: 10px;
}

.mod-header .nav > li .sub-nav > li:nth-child(3) {
	margin-right: 10px;
}

.mod-header .nav > li .sub-nav > li:nth-child(4) {
}

.mod-header .nav > li .sub-nav > li > a {
	display: block;
	line-height: 20px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	padding: 10px;
	text-indent: 45px;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	position: relative;
}

.mod-header .nav > li .sub-nav > li > a::after {
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	content: '';
	position: absolute;
	display: block;
	right: 10px;
	top: 25px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1b96ee;
	border-right: 2px solid #1b96ee;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	opacity: 0;
}

.mod-header .nav > li .sub-nav > li > a:hover::after {
	opacity: 100;
}

.mod-header .nav > li .sub-nav > li > a > h5 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.mod-header .nav > li .sub-nav > li > a > p {
	font-size: 10px;
	color: #888;
}

.mod-header .nav > li .sub-nav > li:nth-child(1) a {
	background: url(../images/solution01-small.png) 15px 15px no-repeat #fff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(2) a {
	background: url(../images/solution02-small.png) 15px 15px no-repeat #fff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(3) a {
	background: url(../images/solution03-small.png) 15px 15px no-repeat #fff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(4) a {
	background: url(../images/solution04-small.png) 15px 15px no-repeat #fff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(1) a:hover {
	background: url(../images/solution01-small.png) 15px 15px no-repeat #eff4ff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(2) a:hover {
	background: url(../images/solution02-small.png) 15px 15px no-repeat #eff4ff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(3) a:hover {
	background: url(../images/solution03-small.png) 15px 15px no-repeat #eff4ff;
	background-size: 30px;
}

.mod-header .nav > li .sub-nav > li:nth-child(4) a:hover {
	background: url(../images/solution04-small.png) 15px 15px no-repeat #eff4ff;
	background-size: 30px;
}

.use-btn {
	width: 120px;
	height: 60px;
	float: right;
}

.use-btn a {
	position: relative;
	display: block;
	width: 120px;
	height: 40px;
	margin: 10px 0px;
	border-radius: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #ffae00;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-weight: bold;
}

.use-btn a::after {
	width: 118px;
	content: '';
	height: 38px;
	border: #ffae00 1px solid;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 40px;
	pointer-events: none;
}

.use-btn a:hover {
	background: #ffae00;
	color: #fff;
}

.swiper-container {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.swiper-slide a.slide-text {
	width: 1190px;
	display:block;
	padding-left: 10px;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.swiper-slide a.slide-text h2 {
	padding-top: 160px;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.swiper-slide a.slide-text p {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin-bottom: 30px;
	padding-right:700px;
}

.solution-hd {
	width: 1200px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	margin: 0px auto;
}

.solution {
	width: 1200px;
	margin: 0px auto;
	display: flex;
}

.solution ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.solution ul li {
	width: 22%;
	margin-right: 4%;
	float: left;
}

.solution ul li img{
	height:60px;
	margin-bottom:10px;
}

.solution ul li:last-child {
	float: right;
	margin: 0px;
}

.solution ul li h5 {
	text-align: left;
	font-size: 20px;
	font-weight: normal;
	line-height: 36px;
	color: #333;
}

.solution ul li p {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color: #666;
	margin-bottom: 10px;
}

.solution ul li a {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	color: #1b96ee;
}

.solution-more {
	width: 1200px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0px auto;
}

.solution-more a {
	color: #0074e1;
	position: relative;
	padding-right: 10px;
	font-size: 16px;
}

.solution-more a:hover {
	text-decoration: underline;
}

.solution-more a::after {
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	content: '';
	position: absolute;
	display: block;
	right: 0px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #1b96ee;
	border-right: 2px solid #1b96ee;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d,0 0 5px #29d;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px,-4px);
	-ms-transform: rotate(3deg) translate(0px,-4px);
	transform: rotate(3deg) translate(0px,-4px)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar {
	position: absolute
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.features {
	width: 1200px;
	margin: 0px auto;
}

.features ul {
	margin: 0px auto;
}

.features ul li {
	border-bottom: #f6f6f6 1px solid;
	height: 320px;
	background: #fff;
	margin-bottom: 30px;
}

.features ul li .featuresimg {
	height: 320px;
	width: 550px;
	overflow: hidden;
}

.features ul li .featuresimg img {
	height: 320px;
}

.features ul li .featurestext {
	height: 260px;
	padding-top: 60px;
	position: relative;
	width: 650px;
	overflow: hidden;
}

/*.features ul li .featurestext.fl{
    padding-left: 50px;
    width: 550px;
}*/

.features ul li .featurestext h3 {
	font-size: 32px;
	line-height: 36px;
	font-family: PingFangSC-Medium;
	margin-bottom: 0px;
	font-weight: 500;
	color: #333;
}

.features ul li .featurestext h4 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 50px;
	font-weight: 400;
	font-family: PingFangSC-Medium;
	color: #333;
}

.features ul li .featurestext p {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.features ul li .featurestext p::after {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	color: #888;
	content: '相关功能';
}

.features ul li .featurestext p span {
	display: block;
	width: 20%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	float: left;
}

.features ul li .featurestext p span.taoqi{
	padding-left:22px;
	background: url(../images/taoqi.svg) 0px 5px no-repeat;
	background-size: 18px;
}

.features ul li .featurestext p span.huabei{
	padding-left:20px;
	background: url(../images/huabei.svg) left center no-repeat;
	background-size: 16px;
}

.features ul li .featurestext p span i {
	margin-right: 5px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.features ul li:last-child {
	margin: 0px;
	border: none;
}

.illustrate {
	height: 600px;
	background: #eee;
	position: relative;
	overflow: hidden;
}

.illustrate::after {
	font-size: 400px;
	opacity: 0.1;
	color: #aaa;
	position: absolute;
	left: 0px;
	bottom: -100px;
	content: 'M';
}

.illustrate::before {
	font-size: 400px;
	opacity: 0.1;
	color: #aaa;
	position: absolute;
	right: 0px;
	top: -100px;
	content: 'PC';
}

.illustrate-layout {
	width: 1200px;
	overflow: hidden;
	height: 600px;
	margin: 0px auto;
	position: relative;
}

.pc-info {
	margin-top: 50px;
	width: 771px;
	margin-right: 90px;
	height: 477px;
	padding-right: 35px;
	float: right;
	position: relative;
	background: url(../images/mac-layout.png) top center no-repeat;
	background-size: 862px;
	position: relative;
	padding-top: 73px;
	padding-left: 56px;
}

.iphone-info {
	width: 409px;
	height: 426px;
	position: absolute;
	left: 0px;
	padding-top: 54px;
	bottom: 0px;
	z-index: 100;
	overflow: hidden;
}

.iphone-info img.iphone-white {
	pointer-events: none;
	position: absolute;
	width: 359px;
	height: 480px;
	z-index: 99;
	right: 0px;
	top: 0px;
}

/* 本例子css */
.slideTxtBox {
	width: 770px;
	position: relative;
}

.slideTxtBox .hd {
	position: absolute;
	right: -125px;
	width: 125px;
	top: 0px;
	height: 477px;
}

.slideTxtBox .hd ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.slideTxtBox .hd ul li {
	width: 105px;
	position: relative;
	margin-bottom: 0px;
	font-size: 14px;
	color: #666;
	padding: 0px 0px 0px 0px;
	height: 60px;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: right;
}

.slideTxtBox .hd ul li::after {
	position: absolute;
	right: 0px;
	content: '';
	width: 105px;
	height: 1px;
	background: #ddd;
	bottom: 0px;
}

.slideTxtBox .hd ul li:hover,.slideTxtBox .hd ul li.on {
	color: #333;
	font-weight: bold;
	color: #1b96ee;
}

.slideTxtBox .bd {
	width: 770px;
	height: 477px;
	overflow: hidden;
}

.slideTxtBox .bd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.slideTxtBox .bd li {
	width: 770px;
	height: 477px;
	position: relative;
	background: #fff;
}


/* 本例子css */
.slideiphoneBox {
	width: 459px;
	height: 426px;
	position: relative;
}

.slideiphoneBox .hd {
	width: 119px;
	float: left;
	height: 466px;
}

.slideiphoneBox .hd ul {
	margin: 0px;
	padding: 0px;
}

.slideiphoneBox .hd ul li {
	width: 95px;
		overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	position: relative;
	margin-bottom: 0px;
	font-size: 14px;
	color: #666;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: left;
}

.slideiphoneBox .hd ul li::after {
	position: absolute;
	left: 0px;
	content: '';
	width: 95px;
	height: 1px;
	background: #ddd;
	bottom: 0px;
}

.slideiphoneBox .hd ul li:hover,.slideiphoneBox .hd ul li.on {
	color: #333;
	font-weight: bold;
	color: #1b96ee;
}

.slideiphoneBox .bd {
	width: 222px;
	float: left;
	height: 426px;
	overflow: hidden;
}

.slideiphoneBox .bd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.slideiphoneBox .bd li {
	width: 222px;
	height: 426px;
	position: relative;
	background: #fff;
}

.news {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}

.news ul {
	margin: 0px;
	padding: 0px;
}

.news ul li {
	width: 260px;
	padding: 0px 10px 10px 10px;
	padding-top: 10px;
	float: left;
	margin-bottom: 0px;
	margin-right: 26px;
}

.news ul li:last-child {
	float: right;
	margin: 0px;
}

.news ul li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 30px;
	margin-bottom: 25px;
}

.news ul li a {
	display: block;
	padding-bottom: 12px;
	border-bottom: #eee 1px solid;
	margin-bottom: 12px;
}

.news ul li a .item-title {
	line-height: 22px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #444;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news ul li a .item-date {
	height: 16px;
	line-height: 16px;
	width: 100%;
	font-size: 12px;
	color: #aaa;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.news ul li a:hover .item-title,.news ul li a:hover .item-date {
	color: #1b96ee;
}

.news ul li a:last-child {
	margin: 0px;
	padding: 0px;
	border: none;
}

.foot {
	border-top: #eee 1px solid;
	width: 1200px;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

.copy {
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #999;
}

.copy p:first-child {
	margin-bottom: 8px;
}

.copy p span {
	padding: 0px 10px;
}

.copy a {
	color: #999;
}

.fixednav {
	position: fixed;
	right: 0px;
	top: 50%;
	padding: 10px 10px;
	margin-top: -100px;
	width: 60px;
	height: 170px;
	border-radius: 5px 0px 0px 5px;
	background: rgba(0,116,225,0.95);
	z-index: 999;
	-webkit-box-shadow: 0 12px 24px rgba(0,116,225,.35);
	box-shadow: 0 12px 24px rgba(0,116,225,.35);
}

.fixednav a {
	display: block;
	width: 60px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-bottom: 10px;
	padding-top: 50px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.fixednav a:hover {
	transform: scale(0.98);
}

.fixednav a:last-child {
	margin: 0px;
}

.fixednav a.wechat {
	background: url(../images/wechat.svg) top center no-repeat;
	background-size: 46px;
}

.fixednav a.testsite {
	background: url(../images/play-circle-fill.svg) top center no-repeat;
	background-size: 38px;
}

.fixednav a:last-child {
	border: none;
}

.box {
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	min-height: 500px;
}

.sort {
	padding-top: 16px;
	width: 240px;
	float: left;
	overflow: hidden;
}

.sort h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}

.sort a {
	line-height: 46px;
	font-size: 14px;
	color: #555;
	display: block;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.sort a:hover,.sort a.selected {
	color: #1b96ee;
}

.content {
	width: 940px;
	float: left;
	overflow: hidden;
}

.sort-tab {
	margin-bottom: 10px;
	width: 940px;
	border-bottom: #eee 1px solid;
	height: 50px;
}

.sort-tab a {
	display: block;
	padding-right: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	margin-right: 50px;
	color: #888;
	float: left;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	position: relative;
}

.sort-tab a:hover {
	color: #1b96ee;
}

.sort-tab a.selected {
	color: #1b96ee;
	font-weight: normal;
	font-size: 16px;
}

.sort-tab a.selected::after {
	position: absolute;
	left: 0px;
	width: 100%;
	content: '';
	height: 2px;
	bottom: -1px;
	background: #1b96ee;
}

.sub-title {
	padding-top: 5px;
	overflow: hidden;
	width: 940px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #555;
}

.main-content {
	overflow: hidden;
	width: 940px;
}

.main-content.log {
	line-height: 28px;
	font-size: 14px;
	color: #333;
}

.main-content.log h2 {
	padding-top:30px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom:0px;
	font-family: 'novecento';
	color: #1b96ee;
}

.main-content.log h2:first-child{
	padding-top:10px;
}

.module {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.solutionlist {
	overflow: hidden;
}

.solutionlist ul {
	margin: 0px;
	padding: 0px;
}

.solutionlist ul li {
	margin-bottom: 0px;
	overflow: hidden;
	padding: 80px 0px 80px 0px;
}

.solutionlist ul li:last-child {
	margin: 0px;
	border: none;
}

.solutionlist ul li h3 {
	font-size: 28px;
	line-height: 60px;
	font-family: PingFangSC-Medium;
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	padding-left: 70px;
}

.solutionlist ul li:nth-child(2),.solutionlist ul li:nth-child(4) {
	background: #fafafa;
	margin-left: 100px;
	padding: 80px 0px 80px 50px;
}

.solutionlist ul li:nth-child(1) h3.fraud {
	background: url(../images/solution01.png?v=2) left center no-repeat;
	background-size: 50px;
}

.solutionlist ul li:nth-child(2) h3.fraud {
	background: url(../images/solution02.png?v=2) left center no-repeat;
	background-size: 50px;
}

.solutionlist ul li:nth-child(3) h3.fraud {
	background: url(../images/solution03.png?v=2) left center no-repeat;
	background-size: 50px;
}

.solutionlist ul li:nth-child(4) h3.fraud {
	background: url(../images/solution04.png?v=2) left center no-repeat;
	background-size: 50px;
}

.solutionlist ul li h6 {
	font-size: 13px;
	line-height: 20px;
	padding-right: 150px;
	margin-bottom: 50px;
	font-weight: normal;
	color: #666;
}

.solutionlist ul li p {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
}

.solutionlist ul li p::after {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
	color: #888;
	content: '相关功能';
}

.solutionlist ul li p span {
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	float: left;
}

.solutionlist ul li p span i {
	margin-right: 5px;
}

.merchant {
	width: 889px;
	height: 450px;
	overflow: hidden;
	background: url(../images/mac-layout.png) top left no-repeat;
	background-size: auto 500px;
	padding-left: 51px;
	padding-top: 66px;
}

.user {
	width: 940px;
	height: 533px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	padding-left: 0px;
	padding-top: 67px;
}

.user .iphone-box {
	position: absolute;
	left: 244px;
	pointer-events: none;
	bottom: 0px;
	z-index: 99;
}

/* 本例子css */
.slideUserBox {
	width: 276px;
	height: 533px;
	margin: 0px auto;
	position: relative;
}

.slideUserBox .hd {
	width: 119px;
	height: 466px;
	position: absolute;
	right: -180px;
	width: 150px;
	top: 0px;
}

.slideUserBox .hd ul {
	margin: 0px;
	padding: 0px;
}

.slideUserBox .hd ul li {
	width: 95px;
	position: relative;
			overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	margin-bottom: 0px;
	font-size: 14px;
	color: #666;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: right;
}

.slideUserBox .hd ul li::after {
	position: absolute;
	left: 0px;
	content: '';
	width: 95px;
	height: 1px;
	background: #eee;
	bottom: 0px;
}

.slideUserBox .hd ul li:hover,.slideUserBox .hd ul li.on {
	color: #333;
	font-weight: bold;
	color: #1b96ee;
}

.slideUserBox .bd {
	width: 276px;
	height: 533px;
	float: left;
	overflow: hidden;
}

.slideUserBox .bd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.slideUserBox .bd li {
	width: 276px;
	height: 533px;
	position: relative;
}

.illustrate-info .illustitle {
	border: #ddd 1px solid;
	width: 200px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	margin: 0px auto;
}

/* 本例子css */
.slideMerchantBox,.slideAdminBox {
	width: 702px;
	height: 434px;
	position: relative;
}

.slideMerchantBox .hd,.slideAdminBox .hd {
	position: absolute;
	right: -156px;
	width: 156px;
	top: 0px;
	height: 434px;
}

.slideMerchantBox .hd ul,.slideAdminBox .hd ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.slideMerchantBox .hd ul li,.slideAdminBox .hd ul li {
	width: 136px;
	position: relative;
	margin-bottom: 0px;
	font-size: 14px;
	color: #666;
	padding: 0px 0px 0px 0px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
			overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
	text-align: right;
}

.slideMerchantBox .hd ul li::after,.slideAdminBox .hd ul li::after {
	position: absolute;
	right: 0px;
	content: '';
	width: 136px;
	height: 1px;
	background: #f1f1f1;
	bottom: 0px;
}

.slideMerchantBox .hd ul li:hover,.slideMerchantBox .hd ul li.on,.slideAdminBox .hd ul li:hover,.slideAdminBox .hd ul li.on {
	color: #333;
	font-weight: bold;
	color: #1b96ee;
}

.slideMerchantBox .bd,.slideAdminBox .bd {
	width: 702px;
	height: 434px;
	overflow: hidden;
}

.slideMerchantBox .bd ul,.slideAdminBox .bd ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.slideMerchantBox .bd li,.slideAdminBox .bd li {
	width: 702px;
	height: 434px;
	position: relative;
	background: #fff;
}

.contact {
	text-align: center;
}

.contact h1 {
	font-weight: normal;
	font-size: 40px;
	color: #333;
}

.contact p {
	font-size: 14px;
	line-height: 36px;
	color: #555;
}

.contact p.wechaticon {
	font-size: 34px;
	margin-bottom: 10px;
	line-height: 40px;
	color: #609700;
}

.contact hr {
	height: 1px;
	border: none;
	border-top: 1px solid #f2f2f2;
	width: 60%;
	margin: 0px auto;
	margin-bottom: 30px;
}

.datalist {
	border-collapse: collapse;
 /* 边框重叠 */
}

.datalist thead th {
	line-height: 54px;
	background-color: #fafafa;
	border-bottom: #f1f1f1 1px solid;
	text-align: left;
	color: #999;
	text-indent: 10px;
}

.datalist thead th:first-child{
	width:20%;
}

.datalist thead th:last-child{
	width:80%;
}

.datalist tbody th {
	color: #555;
	line-height: 48px;
	border-bottom: #f1f1f1 1px solid;
	font-weight: normal;
	text-indent: 10px;
	background-color: #fff;
	text-align: left;
}

.datalist tbody td {
	line-height: 48px;
	color: #555;
	border-bottom: #f1f1f1 1px solid;
	text-align: left;
	padding: 4px;
}

.about{
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.about p{
    margin-bottom: 15px;
}

.newsdetail{
	position:relative;
}

.news-big-title{
	font-size:24px;
	font-weight:normal;
	line-height:28px;
	padding-top:15px;
	color:#333;
	margin-bottom:10px;
}

.news-time{
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#999;
	margin-bottom:10px;
}

.news-content{
	font-size:14px;
	line-height:24px;
	color:#444;
}

.news-content p{
	margin-bottom:15px;
}

.news-content p:last-child{
	margin:0px;
}

.newsloop{
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

.newsloop ul li a {
	display: block;
	padding-bottom: 15px;
	border-bottom: #eee 1px solid;
	margin-bottom: 15px;
}

.newsloop ul li a h3 {
	font-weight:normal;
	line-height: 22px;
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #444;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newsloop ul li a p {
	height: 16px;
	line-height: 16px;
	width: 100%;
	font-size: 12px;
	color: #aaa;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newsloop ul li a h3:hover{
	color:#1b96ee;
}

.newsloop ul li a p:hover{
	color:#1b96ee;
}















