@charset "utf-8";
* {
	margin:0px;
	padding:0px;}
#top {
	height:75px;
	width:100%;
	background:#f4f1f1;
	float:left;
	overflow:hidden;
	
}
ul li{
	list-style:none;}
body{
	font-family:'微软雅黑';
	color:#858383;
	background:#fff;	
	}
a {
	text-decoration:none;
	color:#858383;
	}
a.hover{
	color:#f14746;
	}
		
#top #logo {
	width:55px;
	height:55px;
	background:url(../img/logo.png) no-repeat;
	display:block;
	margin:10px 0px 0px 25px;
	float:left;
}
.red{
	color:#f14746;
	}
#top #commpany {
	width:150px;
	float:left;
	margin:15px 0px 0px 20px;
	
}
#top #commpany  span{
	display:block;
	}
#top #menu {
	width:300px;
	height:30px;
	line-height:30px;
}
#top #menu {
	float:right;
}
#top #menu ul li {
	float:left;
	padding:20px;
}
#bigshow {
	height:600px;	
	background:#f24a49;
	position:relative;
	top:75px;
	
}
#bigshow #s1 {
	width:330px;
	height:490px;
	background:url(../img/bigshow.png) -80px 20px no-repeat;
	display:block;
	position:absolute;
	left:100px;
	top:60px;
}
#bigshow #s2 {
	width:420px;
	height:175px;
	background:url(../img/bigshow.png) -440px 20px no-repeat;
	display:block;
	position:absolute;
	z-index:100;
	top:100px;
	right:200px;
	
}
#bigshow #download{
	width:420px;
	height:175px;
	
	position:absolute;
	right:200px;
	top:400px;
	}
#bigshow #download a {
	width:184px;
	height:75px;
	display:block;
	float:left;
	margin-left:20px;
	
}
#bigshow #download #android {
	background:url(../img/bigshow.png) -482px -236px no-repeat;	
}
#bigshow #download #ios {
	background:url(../img/bigshow.png) -721px -236px no-repeat;	
}

#bigshow #quarcode {
	width:118px;
	height:132px;
	background:url(../img/bigshow.png) -914px -344px no-repeat;
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	
}
#exlist {
	width:1060px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	position:relative;
	top:75px;
}
#exlist .exshow {
	height:620px;
	
}
#exlist .exshow .separater {
	width:530px;
	height:1px;
	background:#fdd0d0;
	margin:20px auto;
	border-top:1px solid #e9e6e6;
	border-bottom:1px solid #fee7e7;
	display:block;
	
}
#exlist div.exshow .left,#exlist div.exshow .right{
	width:50%;
	height:100%;
	float:left;
	}
#exlist div.exshow p{
	text-align:center;
	}
#exlist div.exshow p.title{
	font-size:18px;
	font-weight:700px;
}
#exlist .exshow .right #exshow1 {
	width:400px;
	height:525px;
	display:block;
	background:url(../img/exc.png) -35px 0px no-repeat; 
}
div#exlist div.exshow div.left span#exshow2 {
	width:500px;
	height:525px;
	 display:block;
	background:url(../img/exc.png) -0px -540px no-repeat; 
}
div#exlist div.exshow  span#exshow3 {
	width:500px;
	height:525px;
	 display:block;
	background:url(../img/exc.png) -0px -1056px no-repeat; 
}

#footer {
	width:100%;
	height:110px;
	background:#f8f7f7;
	padding-top:20px;
	
}
#footer {
	text-align:center;
	line-height:30px;
	font-size:12px;
}
#footer p a {
	padding:30px;
}
