.banner{
	height: 530px;
	background-color: #d2e9fd;
}
/*----------pages----------*/
/**/
.apps{
	width: 400px;
	position: absolute;
	top: 460px;
	right: 7px;
}
.apps img{
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	right: 0;
}
.apps a{
	display: inline-block;
	width: 220px;
	height: 55px;
	float: left;
}
.apps a.ico1{
	background: url(../images/app_ios.png);
	margin-bottom: 10px;
	height:38px;
	width:168px;
}
.apps a.ico2{
	background: url(../images/app_android.png);
	height:38px;
	width:200px;
	margin-left:20px;
}
.apps p{
	margin-top: 15px;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	text-align:center;
}

.shelf{

}
.shelf .p{
	padding: 0 50px;
	padding-top: 50px;
	position: relative;
	height: 425px;
}
.shelf .p.fc{
	padding-top: 30px;
}
.shelf .p b{
	display: inline-block;
	width: 100%;
	height: 9px;
	background: url(../images/shadow.png) no-repeat 50% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.shelf .p img.a{
	float: left;
	margin-right: 95px;
}
.shelf .p.fr img.a{
	float: right;
	margin-right: 0;
}
.shelf .p h3{
	line-height: 45px;
	font-size: 30px;
	font-weight: normal;
	color: #0a9b7e;
	padding-top: 115px;
}
.shelf .p p{
	line-height: 25px;
	font-size: 22px;
	color: #333333;
	margin-top: 10px;
}

div.div{
	height: 55px;
}

.line{
	padding-top: 10px;
}
.line .i{
	width: 49%;
	float: left;
	background: none no-repeat 80px 35px;
	min-height: 300px;
}
.line .i.a1{
	
}
.line .ba1{
	background:url(/images/line_g_m.png) repeat-y 80px;
}
.line .i.a2{
	
}
.line .ba2{
	background:url(/images/line_b_m.png) repeat-y 80px;
}
.line .i h2{
	line-height: 35px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	background: none no-repeat 0 50%;
	padding-left: 38px;
}
.line .i.a1 h2{
	background-image: url(../images/ico_ios.png);
}
.line .i.a2 h2{
	background-image: url(../images/ico_android.png);
}
.line .i h3{
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	background: none no-repeat 76px 50%;
}
.line .i.a1 h3{
	background-image: url(../images/dot_g.png);
}
.line .i.a2 h3{
	background-image: url(../images/dot_b.png);
}
.line .i h3 i{
	font-style: normal;
	display: inline-block;
	width: 105px;
	font-size: 12px;
}
.line .i p{
	margin-top: 5px;
	padding-left: 105px;
	line-height: 25px;
	color: #999999;
}
.md {
	margin-bottom:30px;
}
.md > p {
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
}
.md > p span {
    border-bottom: 3px solid #0a9b7e;
    color: #0a9a7e;
    display: inline-block;
    font-size: 16px;
    height: 29px;
    line-height: 29px;
    padding-bottom: 10px;
}
.md > p span.em {
    color: #333333;
}
.md > p span i {
    color: #333333;
    font-size: 13px;
    font-style: normal;
    margin-left: 12px;
}
.md > .ct {
    margin-top: 15px;
}