body{
	width: 100%;
	position: relative;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}
*{
	padding: 0;
	margin: 0;
}
ul{
	list-style-type: none;
}
button{
	outline: none!important;
}
.mask{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	display: none;
	z-index: 10000;
	top: 0;
	left: 0;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.scrollspy-example{
	position: relative;
}
.navbar-nav>li>a{
	line-height: 80px;
	padding: 0;
	margin-left: 70px;
	color: rgba(0,0,0,0.7);
	font-size: 16px;
	color: #777;
}
.navbar-nav>li>a:hover{
	color: cornflowerblue !important;
}
.navbar-nav>li:nth-child(1)>a{
	margin-left: 0;
}
.navbar-right{
	margin-top: 22px;
}
.navbar-right>a{
	display: inline-block;
	width: 90px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	margin-left: 10px;
	text-decoration: none;
	text-align: center;
}

.company_register_link{
	margin-right: 0px;
	border: 1px solid #6495ED;
	color: #6495ED;
	background-color: white;
	position:relative;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(../css/pie.htc);
}
.company_register_link:hover{
	color: #6495ED;
}
.company_login_link{
	background-color: #6495ED;
	border: 1px solid #6495ED;
	color: white;
	position:relative;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(../css/pie.htc);
}
.company_login_link:hover{
	color: white;
}
.again_know{
	border: 1px solid #6495ED;
	position:relative;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(../css/pie.htc);
}
.bug_it_moment{
	border: 1px solid #6495ED;
	position:relative;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior:url(../css/pie.htc);
}
.nav-menus-anmition{
	position: relative;
}
.nav-menus-anmition a:visited{
	color: cornflowerblue;
}
.activeA{
	color: cornflowerblue;
}
.activeA>span{
	padding-bottom: 10px;
	border-bottom: 2px solid cornflowerblue;
}
.container{
	width: 1090px;
	height: 100%;
	position: relative;
	padding: 0;
}
#homePage{
	overflow: hidden;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	width: 100%;
	height:900px;
	margin: 0 auto;
}
.homePage{
	position: relative;
	width: 1090px;
	height: 100%;
	margin: 0 auto;
}
#homePage .home_left{
	float: left;
	position: absolute;
	left: -1000px;
	width: 525px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/*background: url(../img/first_p.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	top: 50%;
	transform: translateY(-50%);
}
#homePage .home_left img{
	width: 100%;
	height: 100%;
}
#homePage .home_right{
	float: right;
	width: 630px;
	position: absolute;
	right: -1000px;
	text-align: right;
	top: 50%;
	transform: translateY(-50%);
	/*border: 1px solid red;*/
}
#homePage .home_right .back_img{
	width:280px;
	margin-top: 70px;
	margin-left: 56%;
}
#homePage .home_right .back_img img{
	width: 100%;
	height: 100%;
}
#homePage .home_right .minicc_title{
	width:280px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 55%;
}
#homePage .home_right .minicc_title img{
	width: 100%;
	height: 100%;
}
#homePage .home_right .minicc_intro{
	font-size: 16px;
	line-height: 23px;
	color: rgba(0,0,0,0.7);
	letter-spacing: 2px;
}
#homePage .home_right .btn{
	margin-top: 52px;
	width: 209px;
	height: 63px;
	margin-left: 9px;
	line-height: 40px;
}


#intro,#package,#contact{
	background-color: #f2f2f2;
}
.header{
	width: 230px;
	height: 100px;
	margin-top: 145px;
}
.header img{
	width: 100%;
}
#intro{
	height: 1000px;
	width: 100%;
}
#intro .intro_left{
	width: 60%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#intro .intro_right{
	width: 490px;
	height: 80%;
	margin-top: 145px;
	position: absolute;
	right: 0px;
	z-index: 1;
	background-color: rgba(197, 197, 197, 0.52);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fDCDCDC,endColorstr=#7fDCDCDC);
}
#intro .intro_line{
	height: 5px;
	background-color: cornflowerblue;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
}
.intro_p1,.intro_p2,.learn_more{
	position:relative;
	left:-500px;
	opacity:0
}

#features{
	overflow: hidden;
	height: 1000px;
	width: 100%;
}
#features .features_img{
	width: 37%;
	position: absolute;
	left: 354px;
	top: 2000px;
}
#features .features_img img{
	width: 100%;
	height: 100%;
}
#features .fluid{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 2;
	padding-top: 180px;
	padding-right: 20px;
}

#features .fluid h4{
	font-size: 17px;
	font-family: "é»‘ä½“";
	font-weight: 400;
}
#features .fluid p{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-top: 20px;
	color: darkgray;
}

#features .fluid_left{
	float: left;
	position: relative;
	left:6px;
	text-align: right;
} 
#features .fluid_left .fluid_left_li{
	position: relative;
	left: -1000px;
	opacity: 0;
} 
#features .fluid_left .fluid_left_li img{
	position: absolute;
	right: -90px;
	top: 25px;
} 


#features .fluid_right{
	float: right;
	position: relative;
	left:38px;
}
#features .fluid_right .fluid_left_li{
	position: relative;
	right: -1000px;
	opacity: 0;
} 
#features .fluid_right .fluid_left_li img{
	position: absolute;
	left: -80px;
	top: 30px;
} 
#features .fluid .fluid_left_li:first-child+li{
	margin-top: 134px;
}
#features .fluid .fluid_left_li:first-child+li+li{
	margin-top: 134px;
}
#features .fluid .fluid_left_li:first-child+li+li img{
	top: -8px;
}


#package{
	height: 1000px;
	width: 100%;
}
#package .package-container{
	width: 100%;
	height: 83%;
}
#package .packages{
	width:100%;
	height: 78%;
	margin: 100px auto;
}
#package .package{
	width: 250px;
	height: 500px;
	float: left;
	font-size: 50px;
	background-color: white;
	text-align: center;
	border-radius: 3px;
	border: 1px solid gainsboro;
}
#package .package:first-child+.package, .package:first-child+.package+.package,.package:first-child+.package+.package+.package{
	margin-left: 25px;
}
#package .round_content{
	width: 70px;
	height: 70px;
	position: relative;
	top: -30px;
	margin: 0 auto;
}
#package .round_big{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: white;
}
#package .round_small{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left:-26.25px;
	margin-top:-26.25px;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	background-color: cornflowerblue;
}
#package p{
	font-size: 14px;
	color: gray;
	line-height: 40px;
}
#package .price{
	font-size: 40px;
	line-height: 10px;
	margin-top: 20px;
	letter-spacing: 1px;
}
#package .price span{
	font-size: 20px;
}
#package .price_mei{
	color: darkgray;font-size: 14px;line-height: 30px;letter-spacing: 1px;
}
#package .package_line{
	background-color: darkgray;
	margin-top: 30px;
	width: 100%;
	height: 1px;
}
#package .base{
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 30px;
	width: 164px;
	height: 38px;
	background-color: cornflowerblue;
	font-size: 14px;
	text-align: center;
	color: white;
	line-height: 40px;
}
#package .buy_btn{
	margin: 0 auto;
	width: 128px;
	height: 38px;
	color: white;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	border: 1px solid white;
	background-color: cornflowerblue;
	cursor: pointer;
}
#package .active>.round_content>.round_big{
	background-color: cornflowerblue;
	border: 1px solid white;
}
#package .active>.round_content>.round_small{
	background-color: white;
}
#package .active{
	background-color: cornflowerblue;
	transform: scale(1.1);
	transition: all 0.25s ease-in-out;
}
#package .active p{
	color: white;
}
#package .active .price_mei{
	color: white;
}
#package .active>.base{
	background-color: white;
	color: cornflowerblue;
}
#package .active>.package_line{
	background-color: white;
}



#download{
	overflow: hidden;
	height: 850px;
	width: 100%;
}
#download .content{
	width: 100%;
	height: 80%;
	position: relative;
	padding-top: 40px;
}
.erwima{
	display: none;

}

.erwima .ma{
	width: 300px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 3px;
	position: fixed;
	top: 30%;
	left: 40%;
	z-index: 10001;
	text-align: center;
}
.erwima .ma p{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.erwima .ma img{
	width: 80%;
	margin: 0 auto;
}
#download .background_img{
	width: 800px;
	position: absolute;
	top: 80px;
	left: -1000px;
}
#download .background_img img{
	width: 100%;
	height: 100%;
}
#download .select_download{
	position: absolute;
	right: -1000px;
	top: 70px;
	width: 500px;
	height: 200px;
	text-align: center;
	float: right;
}
 #download .select_download p{
	font-size: 16px;
	color: rgba(0,0,0,0.7);
	letter-spacing: 1px;
	font-weight: 100;
}
#download .select_download .download_btn{
	width: 230px;
	height: 70px;
	border: 1px solid #6495ED;
	text-align: center;
	line-height: 70px;
	display: inline-block;
	padding-left: 30px;
	margin-top: 40px;
	margin-left: 10px;
	cursor: pointer;
	position:relative;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 50px;
	behavior:url(../css/pie.htc);
}
#download .select_download .apple{
	background: url(../img/apple_logo.png) 40px center no-repeat ;
	background-size: 25px 25px;
}
#download .select_download .android{
	background:url(../img/androidlogo.png) 40px center no-repeat ;
	background-size: 25px 25px;
}


#contact{
	height: 410px;
	width: 100%;
	position: relative;
}
   #contact .contact_top{
   	width: 100%;
   	height: 21px;
   	font-size: 17px;
   	margin-bottom: 8px;
   	font-weight: 500;
   	margin-top: 50px;
   }
   #contact .contact_top>div{
   	float: left;
   }
   #contact .contact_logo{
   	width: 70px;
   	height: 70px;
   	background: url(../img/logo4.png) no-repeat;
   	background-position: 3px 0px;
   	position: relative;
   	top: -15px;
   }
   #contact .nav_title{
   	width: 200px;
   	height: 100%;
   	margin-left: 95px;
   	line-height: 21px;
   	padding-left: 15px;
   	border-left: 1px solid black;
   }
   #contact .contact_phone{
   	width: 200px;
   	height: 100%;
   	line-height: 21px;
   	margin-left: 150px;
   	padding-left: 15px;
   	border-left: 1px solid black;
   }
   #contact .container>ul{
   	overflow: hidden;
   	height: 100%;
   	position: relative;
   	left: 40px;
   	top: 10px;
   }
   #contact .container>ul>li{
   	float: left;
   }
   #contact .container>ul>li:nth-child(1){
   	width: 350px;
   	height: 250px;
   	border-left: 1px solid gainsboro;
   	border-right: 1px solid gainsboro;
   }
    #contact .container>ul>li:nth-child(1) .ul_left{
   	width: 50%;
   	height: 100%;
   	float: left;
   	font-size: 15px;
   	line-height: 50px;
   	text-align: center;
   	color: gray;
   }
   #contact .container>ul>li:nth-child(1) .ul_left a{
   	text-decoration: none;
   	color: gray;
   }
   #contact .container>ul>li:nth-child(1) .ul_right{
   	width: 50%;
   	height: 100%;
   	float: right;
   	font-size: 15px;
   	line-height: 50px;
	text-align: left;	  
   	color: gray;
   }
   #contact .container>ul>li:nth-child(2){
   	width: 320px;
   	height: 250px;
   	padding-left: 70px;
   }
   #contact .container>ul>li:nth-child(2) .ul_phone{
   	width: 300px;
   	height: 100%;
   	font-size: 15px;
   	color: gray;
   	border-right: 1px solid gainsboro;
   	line-height: 50px;
   }
   #contact .container>ul>li:nth-child(2) .ul_phone>li:nth-child(2){
   	font-size: 35px;
   	font-weight: 100;
   }
   #contact .container>ul>li:nth-child(3){
   	width: 300px;
   	height: 250px;
   	text-align: center;
   	margin-left: 30px;
   }
	#contact .container>ul>li:nth-child(3) .ul_erweima{
		width: 100%;
		height: 100%;
	}

.container-fluid{
	width: 1090px;
}
.hamburger{
	display: none !important;
}
.mobile_homePage,.m_feature,.m_pack,.m_appdown,.m_contact{
	display: none;
}
/*æ‰‹æœºé€‚é…*/
@media only screen and (min-width: 100px) and (max-width: 770px) {
	.hamburger{
		display: block !important;
	}
	.mobile_homePage,.m_feature,.m_pack,.m_appdown,.m_contact{
		display: block;
	}
	.navbar-right{
		display: none;
	}
	.activeA{
		display: none;
	}
	.navbar-nav>li{
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar-nav>li>a{
		line-height: 50px;
		width: 35px;
		margin:0 auto !important;
	}
	.nav-menus-anmition{
		margin-left: 0px !important;
		height: 248px !important;	
	}
	.navbar-collapse{
		padding: 0 !important;
		overflow: hidden;
	}
	.container{
		width: 100% !important;
	}
	.container-fluid{
		width: 100% !important;
	}
	.homePage{
		display: none;
	}
	/*ç¬¬ä¸€é¡µ*/
	#homePage{
		width: 100vw;
		height: 130vh;
	}
	.mobile_homePage{
		width: 100%;
		height: 100%;
	}
	.m_home_left{
		width: 70%;
		margin:  0 auto;
		margin-top: 10px;
	}
	.m_home_left img{
		width: 100%;
	}
	.m_home_right{
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.m_home_right img{
		width: 55%;
		margin: 10px auto;
	}
	.m_home_title{
		font-size:3rem;
	}
	.m_konw{
		width:100%;
		margin-top: 10px;
	}
	.m_again_know{
		text-decoration: none !important;
		font-size: 1.5em;
		color: #0065c2;
	}
	.m_play{
		width: 30px;
		height: 30px;
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		background: url(../img/mobile/plau.png) no-repeat;
		background-size: 100% 100%;
	}
	.m_home_text{
		font-size: 1.5em;
		text-align: start;
		letter-spacing: 1px;
		margin-top: 10px;
	}
	
	
	/*ç¬¬äºŒé¡µä»‹ç»*/
	#intro{
		width: 100vw !important;
		height: 125vh !important;
	}
	#intro .container{
		display: none;
	}
	.m_feature{
		width: 100%;
		height: 100%;
		background-color: #f2f2f2;
	}
	.m_feature img{
		width: 100%;
	}
	li{
		list-style: none;
	}
	.m_f_header{
		width:40%;
		padding-top: 20px;
		margin-left: 20px;
	}
	.m_f_center{
		margin-top: 20px;
	}
	.m_f_c_left{
		width: 72%;
		float: left;
	}
	.m_f_c_left li:nth-child(1){
		width: 100%;
	}
	.m_f_c_left li:nth-child(2){
		width: 100%;
		margin-top: 20px;
	}
	.m_f_c_left li:nth-child(3){
		width: 100%;
		margin-top: 20px;
	}
	.m_f_c_right{
		width: 25%;
		float: right;
		margin-top: -40px;
	}
	
	.m_f_bottom{
		position: relative;
		float: left;
		top: 20px;
		width: 100%;
	}
	.m_f_b_left{
		float: left !important;
		width: 25%;
	}
	.m_f_b_right{
		float: right;
		width: 62%;
		margin-top: 20px;
	}
	.m_f_b_right li:nth-child(1){
		float: right;
		width: 100%;
	}
	.m_f_b_right li:nth-child(2){
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.m_f_b_right li:nth-child(3){
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	
	#features{
		display: none;
	}
	
	/*ç¬¬ä¸‰é¡µ*/
	#package{
		width: 100vw !important;
		height: 110vh !important;
	}
	#package .container{
		display: none;
	}
	.m_pack{
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
	}
	.m_pack img{
		width: 100%;
		height: 100%;
	}
	.m_p_header{
		width:30%;
		padding-top: 20px;
		margin-left: 20px;
	}
	.m_p_wrap{
		width: 90%;
		height: 70%;
		margin: 50px auto;
		overflow: hidden;
	}
	.m-swiper-container{
		width: 70%;
		height: 100%;
	}
	.m-swiper-container .swiper-slide{
		padding-top: 25px;
		margin-left: 25px;
	}
	.m_p_top{
		width: 100%;
		height: 130px;
		position: relative;
		border: 1px solid #d8d8d8;
	}
	.m_p_round_content{
		width: 50px;
		height: 50px;
		position: absolute;
		top: -25px;
		left: 50%;
		margin-left: -25px;
	}
	.m_p_round_big{
		width: 50px;
		height: 50px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -25px;
		margin-top: -25px;
		border-radius: 50%;
		background-color: #FFFFFF;
		border: 1px solid #d8d8d8;
	}
	.m_p_round_small{
		width: 40px;
		height: 40px;
		left: 50%;
		top: 50%;
		margin-left: -20px;
		margin-top: -20px;
		position: absolute;
		border-radius: 50%;
		background-color: #5583e8;
	}
	.m_p_price{
		font-size: 2.3em !important;
		margin-top: 30px;
		text-align: center;
	}
	.m_p_price span{
		font-size: 15px;
	}
	.m_p_price_mei{
		margin-top: -20px;
		font-size: 1.1em;
		text-align: center;
		color: #777777;
	}
	.m_p_base{
		width: 100px;
		height: 30px;
		background-color: #5583e8;
		color: #FFFFFF;
		text-align: center;
		line-height: 30px;
		font-size: 1.1em;
		position: absolute;
		bottom: -15px;
		left: 50%;
		margin-left: -50px;
	}
	.m_p_bottom{
		width: 100%;
		height: 230px;
		border: 1px solid #d8d8d8;
		border-top: none;
	}
	.m_p_bottom p{
		line-height: 30px !important;
		font-size: 1.1em;
		text-align: center;
	}
	.m_p_bottom p:nth-child(1){
		padding-top: 20px;
	}
	.m_p_buy_btn{
		width: 70px;
		height: 28px;
		color: #FFFFFF;
		background-color: #5b87e8;
		font-size: 1.2em;
		text-align: center;
		line-height: 28px;
		position: absolute;
		left: 50%;
		margin-left: -35px;
	}
	
	
	
	
	/*ç¬¬å››é¡µ*/
	#download{
		width: 100vw !important;
		height: 60vh !important;
		overflow: visible;
	}
	#download .container{
		display: none;
	}
	.m_appdown{
		width: 100%;
		height:100%;
		position: relative;
		background-color: #F1F1F1;
	}
	.m_appdown img{
		width: 100%;
		height: 100%;
	}
	.m_app_header{
		width:30%;
		padding-top: 20px;
		margin-left: 20px;
		position: relative;
		z-index: 3;
	}
	.m_app_left{
		width: 150px;
		margin-top: 50px;
		margin-left: 30px;
		line-height: 50px;
		font-size: 1.4em;
		position: absolute;
		z-index: 422;
	}
	.m_app_left img{
		width: 20%;
		margin-left: 10px;
	}
	.m_app_left a{
		text-decoration: none !important;
	}
	.m_app_right{
		width: 100%;
		position: absolute;
		top: 80px;
		z-index: 12;
	}
	
	
	/*ç¬¬äº”å¼ */
	#contact{
		width: 100vw;
		height: 370px;
		position: relative;
		top: 60px;
	}
	#contact .container{
		display: none;
	}
	.m_contact{
		width: 100%;
		height: 370px;
		position: relative;
		background-color: #FFFFFF;
		overflow: hidden;
	}
	.m_c_top{
		position: absolute;
		left: 10px;
		top: 10px;
	}
	.m_c_top li{
		font-size: 0.7em;
		float: left;
	}
	.m_c_top img{
		width: 100%;
	}
	.m_c_top li:nth-child(1){
		width: 50px;
	}
	.m_c_top li:nth-child(2){
		margin-left: 20px;
		margin-top: 10px;
	}
	.m_c_top li:nth-child(3){
		margin-left: 40px;
		margin-top: 10px;
	}
	.m_c_bottom{
		position: absolute;
		top: 50px;
		left: 50px;
	}
	.m_c_bottom ul{
		float: left;
		font-size: 0.7em;
	}
	.m_c_bottom ul a{
		text-decoration: none !important;
	}
	.m_c_bottom ul:nth-child(1) li{
		line-height: 50px;
	}
	.m_c_bottom ul:nth-child(2) li{
		line-height: 50px;
	}
	.m_c_bottom ul:nth-child(1){
		position: absolute;
		left: 10px;
		width: 80px;
		padding-left: 30px;
		border-left: 1px solid #e4e4e4;
		border-right: 1px solid #e4e4e4;
	}
	.m_c_bottom ul:nth-child(2){
		position: absolute;
		left: 120px;
		width: 140px;
	}
	.m_c_bottom ul:nth-child(2){
		white-space: nowrap !important;
	}
	.m_c_bottom ul:nth-child(2) li:nth-child(2){
		font-size: 2.3em;
	}
	.m_footer{
		width: 100%;
		height: 30px;
		background-color: #eaeaea;
		position: absolute;
		bottom: 0;
	}
	.m_footer p{
		font-size: 0.7em;
		float: left;
		position: absolute;
		line-height: 0;
		top: 17px;
	}
	.m_footer p:nth-child(1){
		left: 10%;
	}
	.m_footer p:nth-child(2){
		right:10%;
	}
	
	/*footer*/
	footer{
		display: none;
	}
}