﻿* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}

/*主体部分css*/
.main {
	max-width:60%;
	max-height:100%;
	margin: 0px auto;
}
.phonebg{ background-image:url(../images/bj.png); max-width:100%; min-height:100%; margin:0px auto;}
/*右边大框架部分css*/

.chanping {
	background: url(../images/bj.png);
	float:left;
	height:100%;
	max-width:100%;
	margin-top:0px;
	margin-left:30px;
	
	padding-top:20px;
}

.mid_li1 {
	width:169px;
	height:300px;
	@@border:#d9d9d9 2px solid;
	@@border-style:double;
	float:left;
	margin: 40px 5px 0px 10px;
	overflow:hidden;
	background-image:url(../images/iphone.png)
}
.mid_li1 img{ margin-top:40px;}
.mid_li1 a{ width:200px; height:48px; line-height:48px;  font-family: "microsoft yahei";
	font-size: 14px;
	font-weight: normal;
	overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#B4B4B4; text-decoration:none;}

.tc{
	clear:both;
	text-align: center;
	}
	
	
.moreBtn{
	border:3px solid #717171;
	height:45px;
	line-height:45px;
	padding:0 4%;
	display:inline-block;
	 -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
	}
	
.moreBtn:hover{
	color:#0A90BD;
	border:3px solid #0A90BD;
	text-decoration:none;
	padding:0 8%;
	}
.moreBox{
	clear:both;
	padding:50px 0 30px 0;}
