.banner {
	height: 293px;
	background: url(banner.png) no-repeat center top;
}
.content {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background-color:#fbfbfb;
}
.icon-OS_Apple{
	font-size: 22px;
	position: relative;
	color: #000;
	top: 29px;
	left: -58px;
}
.icon-jiantou_you{
	font-size: 12px;
	color: #666;
	padding-left: 5px;
}
a:hover .icon-jiantou_you{
	font-size: 12px;
	color: #ff6600;
}
.frame{
	width:1200px;
	margin:0 auto ;
	/*border:1px solid red;*/
}
.main{
	width:1230px;
	margin:20px auto 0;
	overflow:hidden;
}
.apple_d{
	position: relative;
	top: -422px;
}

.apple_d,
.apple_z{
	float: left;
	margin: 10px 0 20px 20px;
	width: 140px;
	height: 80px;
	overflow: hidden;
}
.tit0{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.tit0,
.tit1,
.desc1{
	text-align: left;
	padding-left:25px;
	width: 90px;
	height: 24px;
	line-height: 24px;
}
.tit1{
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.jp{
	float:left;
	width: 393.33px;
	height: 410px;
	margin-right: 10px;
}
.apple_t1{
	cursor:pointer;
    transition:all 0.8s; 
}
.apple_t1:hover{
    opacity:0.8;
	transform:scale(0.95);
}
.apple_t{ 
	
	margin-top: 22.5px;
	float: right;
	width: 200px;
	padding-right: 10px;
    cursor:pointer;
    transition:all 0.8s; 
}
.apple_t:hover{
    opacity:0.8;
	margin-top: 40.5px;
	/*transform:rotate(45deg)*/
}
.apple{
	width:393.33px;
	height:200px;
	margin-bottom:10px;
	background-color:#fff;
	overflow: hidden;
}
.title{
	width: 1200px;
	margin: 20px 0;
	color: #000;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.iPhone{
	width: 1200px;
	overflow: hidden;
	margin-bottom:10px;
	
}
.iPhone_list{
	width: 300px;
	background: #fff;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
	
}
.iPhone_name{
	font-size: 16px;
	font-weight: 600;
	color: #666;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
}
.iPhone_list:hover .iPhone_name{
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
}
.iPhone_t{
	margin: 35px 60px;
	cursor:pointer;
    transition:all 0.8s; 
}
.iPhone_t:hover{
    opacity:0.8;
	transform:rotate(30deg)
}
  