*{
	margin: 0;
	padding: 0;
}
.cancelFloat:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/*居中样式*/
.div_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
/*上下居中样式*/

.div_centerTOP {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
html,body,#box{
/*	width: 100%;
	height: 100%;
	overflow: hidden;*/
/*	background: saddlebrown;*/
	font-size: 14px;
}
header{
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 200;
	background: #ffffff;
}
/*pc*/
.pcType{
	display: block;
}
/*移动端*/
.modiaType{
	display: none;
}
/*logo*/
.logoBox{
	height: 30px;
	position: absolute;
	left: 50px;
	line-height: 30px;
	top: 10px;
	font-size: 1.1em;
}
.logoBox img{
	height: 100%;
	float: left;
	margin-right: 10px;
}
/*功能框*/
nav{
	width: 400px;
	height: 100%;
	position: absolute;
	right: 150px;
}
.navCont{
	width: 16.66%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	line-height: 50px;
}

a{
	color: #323232;
	display: inline-block;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
}
.navCont .thisNav{
	font-weight: bold;
	border-bottom: 3px solid #323232;
	box-sizing: border-box;
}
/*下载按钮*/
.downloadBut{
	display: inline-block;
	padding: 5px 20px 5px 20px;
	border-radius: 30px;
	color: #ffffff;
	background: #05bc82;
	position: absolute;
	right: 50px;
	top: 10px;
	cursor: pointer;
}
/*内容框*/
#body{
	width: 100%;
	box-sizing: border-box;
}
.topBg{
	width: 100%;
}
.bodyTop{
	position: relative;
}
.topContBox{
	width: 80%;
	max-width: 1366px;
	min-width: 1080px;
	height: 100%;
	z-index:10
	
}
.topContBox>div{
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
 .topRightBox img{
 	width: 80%;
 	position: absolute;
 	bottom: 0;
 }
 /*内容顶部左侧内容*/
 .topTitle{
 	font-size: 40px;
 	color: #ffffff;
 	letter-spacing:6px;
 }
 .topFontBox{
 	width: 100%;
 }
.titleBottom{
	border-top: 1px solid #ffffff;
	width:85px ;
	margin-top: 15px;
	margin-bottom: 15px;
}
.explainTop{
	font-size: 25px;
	color: #ffffff;
	white-space: nowrap;
}
.explainCont{
	width: 100%;
	color: #ffffff;
	margin-top: 10px;
}
.topFunBox{
	width: 400px;
	height: 150px;
	position: relative;
	margin-top: 50px;
}
.code{
	height: 100%;
}
.downButBox{
	width:250px ;
	height: 100%;
	position: absolute;
	left: 150px;
}
.downButBox>div{
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	position: relative;
	
}
.androidDown{
	background: url(../img/btn_android.png)no-repeat;
}
.androidDown:active{
	background: url(../img/btn_android_selected.png)no-repeat;
	background-size: 100%;
}
.iosDown{
	background: url(../img/btn_iphone.png)no-repeat;
}
.iosDown:active{
	background: url(../img/btn_iphone_selected.png)no-repeat;
	background-size: 100%;
}
.downBut{
	width: 165px;
	height: 46px;
	background-size: 100%;
	cursor: pointer;
}
/*特殊内容*/
.featureBox{
	max-width: 1366px;
	width: 100%;
	margin: auto;
/*	margin-top: 30px;*/
	margin-bottom: 10px;
}
.featureContBox{
	width: 25%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.featureCont{
	width: 90%;
	max-width: 350px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px;
	transition:box-shadow 0.25s;
	height: 220px;
	margin: auto;
}
/*.featureCont:hover{
	box-shadow: 0 10px 20px #808080;
}*/
.featureCont img{
	width: 30%;
}
.featureTitle{
	font-size: 1.2em;
	line-height: 30px;
    margin-bottom: 0;
	
}
.featureExplain{
	font-size: 0.9em;
}
/*简介*/
.synopsis{
	width: 100%;
	position: relative;
	max-width: 1366px;
	margin:10px auto;
	background:url(../img/bg2.png)no-repeat ;
	background-size:100% 100% ;
}
.synopsisBox{
	width: 100%;
}
.synopsisBox>div{
	width: 50%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	position: relative;
	height: 100%;
}
.synopsisLeftBox img{
	width: 100%;
	margin-top: 20px;
}
.synopsisContBox{
	width: 80%;
	margin: 7% auto;
}
.synopsisTitle{
	font-size: 1.8em;
	text-align: left;
	line-height: 30px;
	margin-bottom: 10px;
}
.synopsisContBox .titleBottom{
	margin-top: 0;
	margin-bottom: 0;
	border-color: #323232;
}
.explainSynopsis{
	font-size: 1.4em;
	text-align: left;
	margin-top: 10px;
}
.synopsisP{
	text-align: left;
	color: #606060;
	margin-top: 10px;
}
.synopsisRightBox .featureContBox{
	width: 50%;
}
.synopsisRightBox .featureCont{
	height: 190px;
}
.synopsisRightBox .featureContBox img{
	width: 20%
}
/*界面展示*/
.showHtml{
	width: 100%;
	line-height: 30PX;
	margin-top: 30px;
	max-width: 1366px;
	margin: auto;
}
.showHtmlTitle{
	width: 100%;
	text-align: center;
	font-size: 1.8em;
}
.showHtmlCont{
	margin: auto;
	width: 100%;
	max-width: 1366px;
}
.showHtmlImgBox{
	width: 25%;
	box-sizing: border-box;
	float: left;
	text-align: center;
}
.showHtmlImgBox img{
	width: 90%;
}
/*案例*/
.caseBox{
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
	max-width: 1366px;
	margin: auto;
}
.caseContBox{
	width: 100%;
	position: absolute;
	top: 30px;
}
.caseContent{
	width: 100%;
	height: 150px;
}
.caseContent>div{
	text-align: center;
	width: 50%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	position: relative;
}
.caseContent>div img{
	width: 50px;
}
.caseTitle{
	line-height: 50px;
	white-space: nowrap;
}
.caseBox .topBg{
	width: 100%;
	height: auto;
}
/*地图*/
.mapBox{
	width: 100%;
	height: 400px;
	background: saddlebrown;
	margin-top: 20px;
	max-width: 1366px;
	margin: auto;
}
.BMap_cpyCtrl,.anchorBL {
	display: none;
 }
 /*联系我们*/
.relationBox{
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	position: relative;
	max-width: 1366px;
	margin: auto;
}
.relationContBox{
	width: 80%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	background: salmon;
	top: -125px;
	z-index: 2;
	margin: auto;
	box-shadow:0 0 20px #808080;
}
.relationLeft{
	width: 70%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	background: #ffffff;
	padding: 20px;
}
.relationRight{
	width: 30%;
	box-sizing: border-box;
	float: left;
	height: 100%;
	background: #434343;
	padding: 20px;
	color: #ffffff;
}
.inputLine{
	width: 100%;
	height: 35px;
	margin-top: 10px;
}
.inputBox{
	display: table-cell;
	width: 1%;
	height: 35px;
	box-sizing: border-box;
	margin: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
.inputBox input{
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}
.inputWire{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #323232;
	padding: 1px 10px 1px 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.butboX{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.but{
	padding: 3px 20px 3px 20px;
	background: #05BC82;
	margin: auto;
	display: inline-block;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
}
.relationTitle{
	font-size: 1.3em;
	line-height: 30px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	
}
.relationFontCont{
	margin-top: 20px;
}
/*锚点*/
.mao{
	position: relative;
	top: -50px;
}
.explainContMobile{
	display: none;
}
/***************************************手机端样式*/
@media only screen and (max-width: 1080px) {
	.explainCont{
		display: none;
	}
	.explainContMobile{
		display: block;
		padding: 0.9rem;
		margin: 0.5rem;
   	 	color: #323232;
   	 	background: url(../img/bg1.png) no-repeat;
   	 	background-size:100% 100% ;
	}
	header{
		height: 2.5rem;
		line-height: 2.5rem;
	}
	body{
		font-size: 0.7rem;
	}
	#body{
		margin-top:2.5rem ;
	}
	.modiaType{
		display: block;
	}
	.pcType{
		display: none;
	}
	.mao{float: left;}
	/*logo*/
	.logoBox{
		left: 0.5rem;
		height: 1.8rem;
		top: 0.35rem;
		line-height: 2rem;
	}
	/*更多图标*/
	.moreBut{
		position: absolute;
		right: 0.5rem;
		height: 1rem;
		top: 0.75rem;	
		cursor: pointer;
	}
	/*功能框*/
	nav{
		position: absolute;
		top: 2.5rem;
		left: 0;
		width: 100%;
		height: 14rem;
		background: #fafafa;
		z-index: 10;
		box-sizing: border-box;
	}
	.modiaNav{
		display: none;
	}
	.navList{
		width: 100%;
		box-sizing: border-box;
		height: 2rem;
		position: relative;
	}
	.navList a{
		padding-left: 2rem;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	/*下载按钮*/
	.downloadBut{
		padding: 0rem 1rem 0rem 1rem;
		border-radius: 2rem;
		color: #ffffff;
		background: #05bc82;
		position: absolute;
		right: auto;
		left: 2rem;
		top: 0.25rem;
		cursor: pointer;
		line-height: 1.5rem;
	}
	/*内容框*/
	#body{
		width: 100%;
		height: calc(100% - 2.5rem);
	}
	.topContBox{
		width: 100%;
		min-width: 100%;
	}
	.topRightBox img {
	    width: 70%;
	    position: absolute;
	    bottom: 0;
	    left: 0rem;
	}
	
	/*左侧内容*/
	.topFontBox{
		width: 7rem;
		left: 60%;
	}
	.topTitle{
		font-size: 0.9rem;
		margin-bottom: 0.25rem;
		
	}
	.titleBottom{
		width: 2rem;
		margin-top: 0;
		margin-bottom: 0.25rem;
	}
	.explainTop{
		font-size: 0.7rem;
		white-space: inherit;
	}
	.topFunBox{
		width: 100%;
		height: 4.5rem;
		margin-top: 0.5rem;
	}
	.downButBox{
		left: 0;
		width: 100%;
	}
	.downBut{
		height: 1.8rem;
    	width: 5.4rem;
	}
	/*特色*/
	.featureContBox{
		width: 50%;
	}
	.featureContBox{
		height: 10rem;
	}
	.featureCont,.synopsisRightBox .featureCont{
		height: 100%;
		padding: 0.5rem;
	}
	/*简介*/
	.synopsisBox>div{
		width: 100%;
	}
	.synopsis{
		/*height: 30rem;*/
	}
	.synopsisLeftBox img{
		width: 100%;
	}
	.synopsis .topBg{
		height: 100%;
	}
	/*界面展示*/
	.showHtmlImgBox{
		width: 50%;
	}
	/*案例*/
	.caseBox{
		margin-bottom: 0.5rem;
	}
	.caseBox .topBg{
		min-height: 100%;
	}
	/*地图*/
	.mapBox{
		height: 15rem;
	}
	/*联系我们*/
	.relationContBox{
		width: 90%;
	}
	.inputBox{
		padding-left: 10px;
		padding-right: 10px;
	}
	.relationLeft{
		width: 100%;
		box-sizing: border-box;
		float: left;
		height: 100%;
		background: #ffffff;
		padding: 5px;
	}
	.relationRight{
		width: 100%;
		box-sizing: border-box;
		float: left;
		height: 100%;
		background: #434343;
		padding: 20px;
		color: #ffffff;
	}
}