.more{
    width: 150px;
    margin: 30px auto 0;
    border: 1px solid #714afc;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}

.more:hover{
	background: #714afc;
	color: #fff;
}

.ChooseApp h1,.systemFunction h1,.Interface h1,.Solution h1,.Service h1,.Dynamic h1{
	font-size: 30px;
}

.ChooseApp li h2,.systemFunction h2{
	padding: 20px 0;
	font-size: 18px;
}
.ChooseApp .info,.systemFunction .info,.Interface .info,.Solution .info,.Service .info,.Dynamic .info{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.ChooseApp ul,.systemFunction ul{
	overflow: hidden;
}
.systemFunction h2{
	color:#333;
}
/*banner*/
.banner{
	height: auto;
	width: 100%;
}
/*chooseAPP*/
.ChooseApp{
	margin-top: 18px;
	color: #333;
}

.ChooseApp li{
	float: left;
	width: 220px;
	height: 300px;
    padding:20px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 50px 10px 0;
    text-align: center;
}


.ChooseApp li p{
	line-height: 25px;
	font-size: 14px;
}
/*系统功能*/
.systemFunction{
    width: 1024px;
    margin: 0px auto;
}
.systemFunction li{
	float: left;
    width: 280px;
    height: 325px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin: 50px 28px 10px;
    box-shadow: 0px 0px 15px #f5f5f5;
}
.systemFunction p{
	font-size: 14px;
	line-height: 25px;
}

.ChooseApp li:hover,.systemFunction li:hover,.product li:hover,.news li:hover{
	background: -webkit-linear-gradient(120deg, #4269f9  , #5097fe); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #4269f9, #5097fe); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #4269f9, #5097fe); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #4269f9, #5097fe); /* 标准的语法（必须放在最后） */
}

.ChooseApp li:hover h2,.ChooseApp li:hover p,.systemFunction li:hover h2,.systemFunction li:hover p,.product li:hover h2,.product li:hover p,.news li:hover .des h2,.news li:hover .des p{
	color:#fff !important;
}


.des.des-left{
	margin-left:0px;
	text-align: right;
}

/**/

.Interface .Appshow{
	width: 1024px;
	margin: 0px auto;
	overflow: hidden;
}
.Interface .iphone {
	width: 300px;
	height: 660px;
	position: relative;
	background: url(./iphone.png) no-repeat center top;
}
.Interface .iphone img{
	position: absolute;
    top: 65px;
    left: 29px;
}
.Interface .iphoneShow{
	width: 700px;
	overflow: hidden;
}
.Interface .iphoneShow li{
	width: 160px;
	height: 200px;
	float: left;
	margin: 10px 5px;
	border-radius: 10px;
	cursor: pointer;
}
.Interface .iphoneShow li img{
	height: 80px;
	width: 80px;
	border-radius: 50%;
	
}

.Interface .iphoneShow li:nth-child(1):hover{
	background: -webkit-linear-gradient(120deg, #0c98ff , #8c7aff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #0c98ff, #8c7aff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #0c98ff, #8c7aff); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #0c98ff, #8c7aff); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(1) img{
	background: -webkit-linear-gradient(120deg, #0c98ff , #8c7aff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #0c98ff, #8c7aff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #0c98ff, #8c7aff); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #0c98ff, #8c7aff); /* 标准的语法（必须放在最后） */
}


.Interface .iphoneShow li:nth-child(2):hover{
	background: -webkit-linear-gradient(120deg, #fd955b  , #fe3c3c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd955b , #fe3c3c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd955b , #fe3c3c); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd955b , #fe3c3c); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(2) img{
	background: -webkit-linear-gradient(120deg, #fd955b , #fe3c3c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd955b, #fe3c3c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd955b, #fe3c3c); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd955b, #fe3c3c); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(3):hover{
	background: -webkit-linear-gradient(120deg, #6b84e7 , #8860da); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #6b84e7, #8860da); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #6b84e7, #8860da); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #6b84e7, #8860da); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(3) img{
	background: -webkit-linear-gradient(120deg, #6b84e7 , #8860da); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #6b84e7, #8860da); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #6b84e7, #8860da); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #6b84e7, #8860da); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(4):hover{
	background: -webkit-linear-gradient(120deg, #ffad0a , #ff8350); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #ffad0a, #ff8350); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #ffad0a, #ff8350); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #ffad0a, #ff8350); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(4) img{
	background: -webkit-linear-gradient(120deg, #ffad0a , #ff8350); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #ffad0a, #ff8350); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #ffad0a, #ff8350); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #ffad0a, #ff8350); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(5):hover{
	background: -webkit-linear-gradient(120deg, #ffad0a , #ff8350); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #ffad0a, #ff8350); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #ffad0a, #ff8350); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #ffad0a, #ff8350); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(5) img{
	background: -webkit-linear-gradient(120deg, #ffad0a , #ff8350); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #ffad0a, #ff8350); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #ffad0a, #ff8350); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #ffad0a, #ff8350); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(6):hover{
	background: -webkit-linear-gradient(120deg, #b54efc , #fc3e84); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #b54efc, #fc3e84); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #b54efc, #fc3e84); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #b54efc, #fc3e84); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(6) img{
	background: -webkit-linear-gradient(120deg, #b54efc , #fc3e84); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #b54efc, #fc3e84); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #b54efc, #fc3e84); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #b54efc, #fc3e84); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(7):hover{
	background: -webkit-linear-gradient(120deg, #95cc37 , #61cc54); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #95cc37, #61cc54); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #95cc37, #61cc54); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #95cc37, #61cc54); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(7) img{
	background: -webkit-linear-gradient(120deg, #95cc37 , #61cc54); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #95cc37, #61cc54); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #95cc37, #61cc54); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #95cc37, #61cc54); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(8):hover{
	background: -webkit-linear-gradient(120deg, #fd935b , #fd515a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd935b, #fd515a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd935b, #fd515a); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd935b, #fd515a); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(8) img{
	background: -webkit-linear-gradient(120deg, #fd935b , #fd515a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd935b, #fd515a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd935b, #fd515a); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd935b, #fd515a); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(9):hover{
	background: -webkit-linear-gradient(120deg, #6b84e7 , #8860da); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #6b84e7, #8860da); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #6b84e7, #8860da); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #6b84e7, #8860da); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(9) img{
	background: -webkit-linear-gradient(120deg, #6b84e7 , #8860da); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #6b84e7, #8860da); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #6b84e7, #8860da); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #6b84e7, #8860da); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(10):hover{
	background: -webkit-linear-gradient(120deg, #fd955b , #fe3c3c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd955b, #fe3c3c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd955b, #fe3c3c); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd955b, #fe3c3c); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(10) img{
	background: -webkit-linear-gradient(120deg, #fd955b , #fe3c3c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #fd955b, #fe3c3c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #fd955b, #fe3c3c); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #fd955b, #fe3c3c); /* 标准的语法（必须放在最后） */
}

.Interface .iphoneShow li:nth-child(11):hover{
	background: -webkit-linear-gradient(120deg, #0c98ff , #8c7aff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #0c98ff, #8c7aff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #0c98ff, #8c7aff); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #0c98ff, #8c7aff); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(11) img{
	background: -webkit-linear-gradient(120deg, #0c98ff , #8c7aff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #0c98ff, #8c7aff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #0c98ff, #8c7aff); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #0c98ff, #8c7aff); /* 标准的语法（必须放在最后） */
}


.Interface .iphoneShow li:nth-child(12):hover{
	background: -webkit-linear-gradient(120deg, #97a2b2  , #5374a6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #97a2b2, #5374a6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #97a2b2, #5374a6); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #97a2b2, #5374a6); /* 标准的语法（必须放在最后） */
}
.Interface .iphoneShow li:nth-child(12) img{
	background: -webkit-linear-gradient(120deg, #97a2b2 , #5374a6); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(120deg, #97a2b2, #5374a6); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(120deg, #97a2b2, #5374a6); /* Firefox 3.6 - 15 */
    background: linear-gradient(120deg, #97a2b2, #5374a6); /* 标准的语法（必须放在最后） */
}



.Interface .iphoneShow li:hover img{
	background: transparent;
}
.Interface .iphoneShow li:hover p{
	color:#fff
}
.Interface .iphoneShow li p{
	line-height: 40px;
	height: 40px;
}
.Interface .iphoneShow li p:last-child{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

/*solution*/
.product{
	width: 900px;
	margin: 0px auto;
}
.product li{
    float: left;
    width: 400px;
    height: 170px;
    margin: 50px 50px 0px 0;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.product li:nth-child(2n){
	margin-right: 0;
}
.product li .guide{
	height: 0;
}
.product li .des{
	padding-left: 80px;
}
.product li .des h2{
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.product li .des p{
	line-height: 25px;
}

/*Service*/
.Solve{
	width: 1300px;
}
.fuwu {
	background: url(./service.png) no-repeat center;
	overflow: hidden;
}
.fuwu li{
	width: 460px;
	height: 80px;
	float: left;
	text-align: right;
	margin: 50px 0;
}
.fuwu li:nth-child(2n){
	text-align: left;
	float: right;
}
.fuwu li .guide{
	height: 0;
}
.fuwu li .des{
	width: 260px;
}
.fuwu li .des h2{
	font-size: 18px;
	line-height: 30px;
}
.fuwu li .des p{
	line-height: 25px;
}
.fuwu li:nth-child(2n) .des{
	float: right;
}

.Customized{
	width: 100%;
	margin: 80px 0 0;
}
.Customized img{
	width: 100%;
}

/*Difference*/
.Difference {
	text-align: center;
}
/*Dynamic*/
#Dynamic{
	margin-top: 80px;
}
.news ul{
	padding: 20px;
	overflow: hidden;
}
.news li{
	float: left;
	height: 160px;
    width: 500px;
    padding: 20px;
    box-sizing: border-box;
    margin: 50px 50px 0px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #f5f5f5;
}
.news li:nth-child(2n){
	margin-right: 0;
}
.news li .guide{
	height: 0;
}
.news li .guide img{
	height: 120px;
	width: 140px;
}
.news li .des{
	padding-left: 160px;	
}
.news li .des h2{
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.news li .des p.date{
	color: #999;
}
.news li .des p.intro{
	padding-top: 20px;
	line-height: 25px;
	width: 100%;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}



/*右侧漂浮*/
.rightFiexd{
	position: fixed;
	right: 30px;
	bottom: 80px;
	width: 100px;
	height: 680px;
	border-radius: 50px;	
	padding: 0 10px;
	z-index: 10;
}
.rightFiexd .kefu{
	position: absolute;
    left: -15px;
    top: -50px;
}
.rightFiexd ul{
	margin-top: 100px;
}
.rightFiexd li{
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.rightFiexd .erweima{
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
}
.rightFiexd .erweima img{
	width: 80px;
	height: 80px;
	background: #fff;
}
.rightFiexd .erweima p{
	font-size: 12px;
}

.returnTop{
	text-align: center;
	padding: 20px 10px;
    cursor: pointer;
}



.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
	height: 100%;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(0,0,0,0.5);
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #fff;
}

/*适应*/
@media screen and (min-width:960px) and (max-width:1440px){
    .rightFiexd{height: 550px;bottom: 50px;}
    .rightFiexd li{height:35px;line-height: 35px;}
    .rightFiexd li a{font-size: 12px;}
}

@media screen and (max-height: 900px){
	.rightFiexd {height: 450px;bottom: 10px;}
	.rightFiexd ul{margin-top: 90px;}
    .rightFiexd li{height:35px;line-height: 35px;}
	.rightFiexd .erweima{border-bottom: 0;}
	.rightFiexd .erweima p,.returnTop{display: none;}
	.rightFiexd li a {font-size: 10px !important;}
}