/*首页*/
/*banner*/
.banner {
	width: 100%;
	min-height: 360px;
	background: url(../img/banner4.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
@media only screen and (max-width: 420px){
	.banner {
		min-height: 260px;
	}
}

/*幻灯片*/
.swiper-container{
	width:100%;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.swiper-slide{
	background:#fff;
	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;
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative;
}
.swiper-wrapper{
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.swiper-pagination{
	position:absolute;
	text-align:center;
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	transition:.3s;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index:10;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom:10px;
	left:0;
	width:100%;
}
.swiper-pagination-bullet{
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:100%;
	background:#D7D7D7;
	border:none;
	cursor:pointer;
}
.swiper-pagination-bullet-active{
	opacity:1;
	background:#FFFFFF;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 5px;
}
/*幻灯片结束*/

.MouseUp{
	position: relative; 
	cursor:pointer
}
.MouseUpMain{
	width: 282px;
	height: 463px;
}
.MouseUpImg{
	width: 100%;
	height: 100%;
}
.MouseUpImgLayer{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.48);
}
.MouseUpMainWord{
	position: absolute;
	text-align: center;
	width: 100%;
}
.UpOne{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(5,159,255,.57);
	color: #fff;
	width: 100%;
	height: 0;
	padding: 0 26px;
	overflow: hidden;
	transition:height 1s;
	-moz-transition:height 1s;
	-webkit-transition:height 1s;
	-o-transition:height 1s;
}
.MouseUp:hover .UpOne{
	height: 463px;
}
.MouseUp:hover .MouseUpMainWord{
	display: none;
}
.UpOneTitle{
	font-size: 20px;
	font-weight: bold;
	margin: 100px 0 30px;
	padding-bottom: 10px;
}
.UpOneTitle span{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
}
.UpOneWord{
	margin: 30px 0;
    line-height: 180%;
}
.coreMain{
	display: table;
	width: 100%;
}
.coreMain li{
	width: 25%;
	padding: 0 20px;
	margin-bottom: 44px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.coreImg{
	width: 60px;
	height: 60px;
	margin: auto;
	margin-bottom: 22px;
}
.coreImg img{
	max-width: 100%;
	max-height: 100%;
}
.coreWord{
	margin-bottom: 14px;
}
.indexBg{
	min-height: 601px;
	background: url(../img/indexBg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.TabMain{
	display: inline-block;
}
.TabLeft{
	width: 234px;
	float: left;
	padding-top: 6px;
	border-right: 1px solid #EEEEEE;
}
.TabLeft li{
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 0 0 34px;
	text-align: center;
	color: #333333;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.TabLeft li.active{
	color: #ffffff;
	background: #1782F1;
}
.TabRight{}
.TrTitle{
	font-size: 26px;
	color: #333333;
	margin: 14px 0 24px;
}
.TrWord{
	font-size: 14px;
	color: #6F6F6F;
	min-height: 200px;
	line-height:200%
}
.MakeAppBtn{
	width: 140px;
	height: 40px;
}
.MakeAppImg{
	width: 338px;
	height: 335px;
}
.operat{
	width: 100%;
	display: table;
}
.operat li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-bottom: 30px;
}
.operat li:nth-child(odd){
	padding-right: 60px;
}
.operat li:nth-child(even){
	padding-left: 60px;
}
.operatMain{
	padding: 20px 30px 20px 20px;
	border: 1px solid #EEEEEE;
    -moz-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
    box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.operatMain:hover{
	border: 1px solid #059FFF;
    -moz-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
    -webkit-box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
    box-shadow: 5px 5px 5px 0 rgba(196,196,196,.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.operatImg{
	width: 60px;
	height: 60px;
	margin: 10px 20px 10px 10px;
}
.operatImg img{
	width: 60px;
	height: 60px;
}
.operatTitle{
    font-size: 20px;
    color: #333333;
}
.operatWord{
	font-size: 16px;
	color: #999999;
	margin-top: 8px;
}
.appoperat{
	width: 100%;
	display: table;
}
.appoperat li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-bottom: 30px;
	float: left;
}
.appoperat li:nth-child(odd){
	margin-right: 20px;
}
.appoperat li:nth-child(even){
	margin-right: 20px;
}
.appImg{
	width: 160px;
	height: 270px;
}
.appImg img{
	width: 160px;
	height: 270px;
}
.appoperatTitle{
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
    text-align: center;
}

/*数字++++++++++*/
.digital{
	width: 100%;
	margin-bottom: 85px;
	display: table;
	list-style: none;
}
.munMain{
	margin: auto;
	display: table;
}
.digital li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.digital p{
	font-size: 16px;
	color: #999999;
	width: 100%;
	display: block;
	clear: both;
}
.muntop{
	font-size: 32px;
	color: #333333;
}
.indexBgTow{
	background: url(../img/banner-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
    width: 100%;
}
.ASBtn{
	width: 140px;
	height: 40px;
	margin: 0 auto 30px;
	display: block;
}
/*适配*/
@media only screen and (max-width: 1200px){
	.MouseUpMain{
		width: 248px;
		height: 406px;
	}
	.MouseUp:hover .UpOne{
		height: 406px;
	}
	.UpOneTitle {
	    margin: 70px 0 30px;
	}
	.TabLeft{
		width: 190px;
	}
	.MakeAppImg {
	    width: 268px;
	    height: 334px;
	}
	.operat li:nth-child(odd){
		padding-right: 30px;
	}
	.operat li:nth-child(even){
		padding-left: 30px;
	}
}
@media only screen and (max-width: 920px){
	.MouseUpMain{
		width: 210px;
		height: 343px;
	}
	.MouseUp:hover .UpOne{
		height: 343px;
	}
	.UpOne{
		padding: 0 12px;
	}
	.UpOneTitle {
	    margin: 50px 0 30px;
	}
	.TabLeft {
	    width: 130px;
	}
	.TabLeft li{
	    width: 120px;
	    height: 44px;
	    line-height: 44px;
	    font-size: 16px;
	    margin: 0 0 34px;
	}
	.paddingLr48 {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.TrTitle{
		font-size: 20px;
	}
	.font-size20{
		font-size: 18px;
	}
	.MakeAppBtn{
		width: 130px;
	}
	.operat li:nth-child(odd){
		padding-right: 14px;
	}
	.operat li:nth-child(even){
		padding-left: 14px;
	}
}
@media only screen and (max-width: 768px){
	.indexBg{
		background: #F4F8FB;
	}
	.MouseUp{
		width: 90%;
		margin: 0 auto 10px;
	}
	.MouseUpMain{
		width: 100%;
	}
	.UpOne{
	}
	.coreMain li{
		width: 50%;
	}
	.TabLeft{
		width: 100%;
		border-right: none;
	}
	.TabLeft li{
		float: left;
		width: 74px;
	    height: 34px;
	    line-height: 34px;
	    font-size: 14px;
	}
	.TabRight{
		width: 100%;
		float: left;
	}
	.TrWord{
		min-height: 0;
		margin-bottom: 20px;
	}
	.MakeAppImg{
		width: auto;
	    height: auto;
		max-width: 100%;
		margin: 50px auto;
	}
	.operat li{
		width: 100%;
	}
	.operat li:nth-child(odd){
		padding-right: 0;
	}
	.operat li:nth-child(even){
		padding-left: 0;
	}
	.muntop{
		font-size: 18px;
	}
	.digital p{
		font-size: 12px;
	}
}
@media only screen and (max-width: 420px){
	.coreMain li{
		padding: 0 10px;
	}
	.TabLeft li {
	    width: auto;
	    height: 34px;
	    line-height: 34px;
	    font-size: 12px;
	    padding: 0 6px;
	}
	.digital{
		margin-bottom: 50px;
	}
	.digital li{
		width: 50%;
		margin-bottom: 14px;
	}
}
/*首页产品*/
.LeafletTop{
	width: 100%;
	display: inline-block;
	margin: 50px 0;
	position: relative;
}
.LeafletTitle{
	float: left;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
}
.LeafletTitle img{
	width: 30px;
	height: 30px;
	float: left;
    line-height: 34px;
	margin: 2px 8px 0 0;
}
.LeafletNav{
	display: inline-block;
	margin-left: 50px;
	float: left;
}
.LeafletNav li{
	float: left;
	color: #606266;
	font-size: 15px;
	padding-top: 8px;
	margin-right: 30px;
	cursor: pointer;
}
.LeafletNav li.active{
	color: #1782F1;
}
.LeafletMore,.LeafletMore:hover{
	float: right;
	font-size: 15px;
	line-height: 34px;
	color: #1782F1;
}
.LeafletDown{
	width: 100%;
	display: inline-block;
	margin-bottom: 24px;
}
.Leaflet{
	width: 100%;
	display: table;
}
.Leaflet li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 20px;
}
.LeafletMain{
	width: 100%;
	padding: 20px 24px 50px 24px;
	border: 1px solid #EEEEEE;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	transition:transform .2s;
	-moz-transition:transform .2s;
	-webkit-transition:transform .2s;
	-o-transition:transform .2s;
}
.LeafletImg{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	-ms-border-radius: 10%;
	-o-border-radius: 10%;
	border-radius: 10%;
}
.LeafletMainTitle{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin: 12px 0 20px 0;
}
.LeafletMainTitle img{
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.LeafletWord{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #b8b8b8;
	margin-bottom: 30px;
}
.LeafletLine{
	color: #b8b8b8;	
}
.LeafletMain:hover{
	transform: translate(0, -6px);
	-webkit-transform: translate(0, -6px);
	-moz-transform: translate(0, -6px);
	-o-transform: translate(0, -6px);
	-ms-transform: translate(0, -6px);
	-moz-box-shadow: 0 0 5px 5px rgba(196,196,196,.20);
    -webkit-box-shadow: 0 0 5px 5px rgba(196,196,196,.20);
    box-shadow: 0 0 5px 5px rgba(196,196,196,.20);
}
.LeafletMain:hover .LeafletMainTitle{
	color: #1782F1;
}
.LeafletMain:hover .LeafletLine{
	color: #1782F1;
}
.LeafletMain:hover .LeafletImg{
	-moz-box-shadow: 0 0 40px 10px rgba(23,130,241,.15);
    -webkit-box-shadow: 0 0 40px 10px rgba(23,130,241,.15);
    box-shadow: 0 0 40px 10px rgba(23,130,241,.15);
}
/*适配*/
@media only screen and (max-width: 1200px){
	.Leaflet li{
		width: 25%;
	}
}
@media only screen and (max-width: 920px){
	.Leaflet li{
		width: 33.3333%;
	}
}
@media only screen and (max-width: 768px){
	.LeafletTitle{
		width: 100%;
		margin-bottom: 12px;
	}
	.LeafletNav{
		margin-left: 0;
		width: 100%;
	}
	.LeafletNav li{
		padding-top: 0;
		line-height: 34px;
		margin-right: 10px;
	}
	.LeafletMore, .LeafletMore:hover{
		position: absolute;
		top: 0;
		right: 0;
	}
	.Leaflet li{
		width: 50%;
	}
}
@media only screen and (max-width: 420px){
	.LeafletTop{
		margin: 50px 0 20px;
	}
	.LeafletNav li{
		font-size: 14px;
	}
	.LeafletMore, .LeafletMore:hover{
		font-size: 14px;
	}
	.Leaflet li{
		width: 100%;
	}
}