@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-family:Arial;
}
@font-face {
	font-family:Arial;
}
li {
	list-style: none;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color:#9b3b1b;
	text-decoration:none;
}
body {
	width: 100%;
	height: 1011px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #2c2b4e;
}
.bd{	
    margin:auto;
	width:980px;
	height: 1000px;
	}
.wenzi_lianxi{
	width:890px;
	height:40px;
	display:block;
	text-align:right;
	font-size:30px;
	color:#3c2398;
	position:absolute;
	top:814px;
	}
	
.wenzi_wangzhi{
	width:890px;
	height:40px;
	display:block;
	text-align:right;
	font-size:30px;
	color:#3c2398;
	position:absolute;
	top:858px;
	}

.appstore{
	background:url(../images/app_store.png);
	width:250px;
	height:75px;
	position:absolute;
	top:894px;
	right:535px;
}
	
@media (max-width:750px) {
body {
	width: 100%;
	height: 1424px;
	background-image: url(../images/bj_shouji.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #2c2b4e;
}	
.bd{	
    margin:auto;
	width:750px;
	height:1421px;
	} 
.wenzi_lianxi{
	width:700px;
	height:40px;
	display:block;
	text-align:right;
	font-size:34px;
	color:#3c2398;
	margin-left:24px;
	margin-top:338px;
	}

.wenzi_wangzhi{
	width:700px;
	height:40px;
	display:block;
	text-align:right;
	font-size:30px;
	color:#3c2398;
	margin-left:24px;
	margin-top:350px;
	}
	
.appstore{
	background:url(../images/app_store.png);
	width:250px;
	height:75px;
	position: absolute;
    top: 1250px;
    right: 40px;
}

}