/**--------------------[首页手机]头部区域-------------------------------------------**/
#phoneHead{
	width: 100%;
	height: 80px;
	display: none;
}
#phoneHead img{
	margin-top:30px;
	width: 40%;
	height: 50%;
}

#iphoneSearchClick{
	font-size: 25px;
	margin-top: 25px;
}
#iphoneSearchForm{
	margin-top:5px ;
	margin-bottom: 5px;
	margin-left: 10px;
	display: none;
}
#iphoneSearchForm input[type="text"]{
	height: 40px;
	width: 60%;
}
#iphoneSearchForm input[type="submit"]{
	height: 40px;
	margin-left: 20px;
	background-color: lightgrey;
	opacity: 0.5;
	width: 15%;
}

/**--------------------[首页手机]主内容区-------------------------------------------**/
#iphoneModel{
	margin-top: 0px;
	display: none;
}
#iphoneModel span{
	font-size: 20px;
	color: white;
}
#iphoneModel .col-xs-6{
	height: 200px;
	padding: 30px;
}
#model1{
	background-color: #368DBB;
}
#model2{
	background-color: #E12727;
}
#model3{
	background-color: #F9CE28;
}
#model4{
	background-color: #48A26B;
}

/**--------------------[首页pc]主内容区之右内容区域-------------------------------------------**/
#rightTitle span:first-of-type{
	font-size: 18px;
	font-weight: bolder;
	font-family: "微软雅黑";
}

.rightText{
	text-align: center;
	margin-top: 8px;
	margin-left: 25px;
	padding:20px;
	width: 350px;
	background-color: ghostwhite;
}

.rightText:hover{
	background-color: burlywood;
}

.rightText img{
	margin-top:6px;
	margin-right: 10px;
	height: 180px;
	width: 40%;
}
.right-left{
	width: 52%;
}

.rightText h1{
	margin-top: 0px;
	text-align:left;
	font-size: 22px;
	margin-bottom: 20px;
	color: cadetblue;
}
.rightText span{
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
	float: left;
	padding-right: 5px;
}

.rightText p{
	text-align:left;
	line-height: 19px;
	font-size: 12px;
}
.rightText .bt{
	text-align: center;
	font-size: 13px;
	color: white;
	width: 60%;
	padding-bottom: 6px;
	background-color: orange;
}


/**手机端**/
@media  screen and (max-width: 768px)  {	
	/*手机头部logo和搜索显示*/
	#phoneHead{
		display: block;
	}
	
	/*手机首页主模块显示*/
	#iphoneModel{
		display: block;
	}
	
	/*设置banner上外距离属性*/	
	#carousel-example-generic{
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	hr{
		display: none;
	}
}

