.allbox{
	border-bottom: 1px solid #ffa264;
	overflow: hidden;
	margin-top: 15px;
}
.allbox a{
	background: #ffa264;
	color: #fff;
	padding:0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.allbox a h2{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}
.chose{
	margin:10px 0px;
	overflow: hidden;
}
.chose a{
	height: 40px;
	line-height: 40px;
	background: #eee;
	color: #666;
	font-size: 16px;
	padding:0 15px;
	border-radius: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.chose a h2{
	font-size: 16px;
	display: inline-block;
	font-weight: normal;
}
.chose a.current h2,.chose a.current:hover h2{
	color: #fff; 
}
.chose a:hover,.chose a.current{
	background: #ff6600;
	color: #fff;
}

.open{
	width:78px;
	padding-left:10px;
	color: #666;
	text-align: center;
	float: right;
	cursor: pointer;
}
.open:hover{
	color: #ff6600;
}
.open i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}
.open:hover i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 5px;
}

/*产品中心*/
ul.productbox{
	margin-bottom: 20px;
	overflow: hidden;
}
ul.productbox li{
	width: 273px;
	float: left;
	margin-right: 30px;
	border:1px solid #f3f3f3;
	margin-bottom: 30px;
}
ul.productbox li:nth-child(4n){
	margin-right: 0px;
}
ul.productbox li:hover{
	box-shadow: 0px 5px 10px 2px #eee;
}
ul.productbox li a{ 
	display: inline-block; 
}
ul.productbox li a:hover{
	color: #ff6600;
}
ul.productbox li a img{
	width: 273px;
	height: 273px;
}
ul.productbox li a p{
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin: 10px 10px;
}

/*left*/
.pro_itembox{
	overflow: hidden;
}
.com_left{
	width: 930px;
	float: left;
	margin-right: 30px;	
}
.itemtop{
	overflow: hidden;
}
.itemtop_pic{
	width: 400px;
	height: 400px;
	float: left;
	margin-right:20px;
}
.itemtop_pic img{
	width: 400px;
	height: 400px;
}
.itemtop_par{

}
.itemtop_par .itemtoptitle{
	font-size: 20px;
	color: #222;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.itemtop_par .itemtoptitle h1{
	font-size: 20px;
	color: #222;
	font-weight: normal;
}
.itemtop_par .itemtopprice{
	height: 60px;
	line-height:60px;
	font-size: 24px;
	color: #ff2727;
}
ul.item_cshu{
	overflow: hidden;
	padding: 15px 0px;
}
ul.item_cshu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #505050;
}
ul.item_cshu li label{
	color: #999;
}
.item_dh{}
.item_dh span{
	border:1px solid #ff6600;
	border-radius:6px;
	height: 48px;
	line-height: 48px;
	color: #ff6600;
	text-align: center;
	display: inline-block;
	width: 200px;
	font-size: 20px;
}
.item_dh span i{
	width: 24px;
	height: 24px;
	background: url(../image/ico_iphone.png);
	display: inline-block;
	margin-right: 10px;
	position: relative; 
	top: 5px;
}
.item_deails{
	padding-top:10px;
}
.deails_title{
	height: 60px;
	line-height: 60px;
	border-bottom: 4px solid #ededed;
	position: relative;
}
.deails_title h3{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	display: inline-block;
}
.deails_title p{
	font-size: 20px;
	font-weight: bold;
	color: #222;
}
.deails_title i{
	width: 36px;
	height: 4px;
	background: #ff6600;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: -4px;
}
.deailcont{
	font-size: 16px;
	color: #505050;
	line-height: 30px;
	color: #666;
	padding: 10px 0px;
}
.bqianbox{
	height: 40px;
	background: #f5f5f5;
	color: #222;
	overflow: hidden;
	padding: 0px 10px;
	line-height: 40px;
}
.bqianbox span{
	margin-right: 10px;
	color: #4b42ff;
}



/*right*/
.com_right{
	width: 220px;
	float: right;
}
.recommend{
	padding: 0 23px;
	border:1px solid #ededed;
	background: #f5f5f5
}
.reco_title{
	padding: 20px 0px;
}
.reco_title span,.reco_title h2{
	font-size:24px;
	color: #222222;
	font-weight: normal;
	display: inline-block;
}
ul.pro_recommend{
	
}
ul.pro_recommend li a{
	width: 172px;
	margin:0 auto;	
}
ul.pro_recommend li a img{
	width: 172px;
	height: 172px;
}
ul.pro_recommend li a p{
	font-size: 16px;
	height:48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
	margin-bottom: 15px;
}
ul.pro_recommend li a:hover p{
	color: #ff6600;
}