/* -------------------------------这里是电脑的布局------------------------------- */ 
@media (min-width: 1200px){
	
	.pff{
		background-color: #EEEEEE;
		text-align: center;
	}
	.pff img{
		margin-bottom: -86px;
		margin-top: -30px;
	}
	.pff p{
		font-size: 16px;
		font-family: "微软雅黑";
		line-height: 32px;
		letter-spacing: 1px;
		text-align: left;
	}
	.pff .container{
		width: 1000px;
		padding-bottom: 26px;
	}
	
	.enen{
		vertical-align: middle;
	}
	.pmenu{
		height: 76px;
		line-height: 76px;
		text-align: center;
	}
	
	/*先将其他两个隐藏起来*/
	.procontwo,.proconthree{
		display: none;
	}
	.pmenu img{
		margin-top: 5px;
	}
	#proconone,#procontwo,#proconthree{
		cursor: pointer;
		font-size: 22px;
	}
	#proconone:hover,#procontwo:hover,#proconthree:hover{
		color: #086EE3;
	}
	.xuanzhong{
		color: #086EE3;
	}
	
	
	.one,.two,.three{
		font-family: "微软雅黑";
	}
	.one-con,.two-con{
		text-align:left;
		line-height: 32px;
	}
	.one-one{
		margin-top:-30px;
	}
	.one-one a{
		color:#72ACE3;
	}
	.one-one a:hover{
		color:#72ACE3;
	}
	.two-a{
		color:#72ACE3;
		cursor:pointer;
	}
	.two-a:hover{
		color:#72ACE3;
	}
	.one-two{
		margin-top:25px;
		margin-bottom:-10px;
		font-size:20px;
	}
	.one-first,.two-first{
		width:1100px;
		text-align:left;
		padding-left:60px;
	}
	.one-three,.two-one{
		line-height:32px;
	}
	.one-four,.two-two,.three-one{
		font-size:18px;
	}
	.one-three img,.two-one img,.three-one img{
		margin-right:15px;
	}
	.two{
		width:100%;
		background-color:#FAFAFA;
	}
	.three .row{
		text-align:left;
		line-height: 25px;
		width:1150px;
		padding-left:60px;
	}
	.three{
		margin-bottom:20px;
	}
}
/* -------------------------------这里是手机的布局------------------------------- */ 
@media (max-width: 479px){
	.one,.two,.three{
		font-family: "微软雅黑";
	}
	.one-con,.two-con{
		text-align:left;
		line-height: 32px;
	}
	.one-one{
		display:none;
	}
	.two-a{
		color:#72ACE3;
		cursor:pointer;
	}
	.two-a:hover{
		color:#72ACE3;
	}
	.one-four,.two-two{
		text-align:center;
	}
	.enen{
		width:287px;
		height:135px;
	}
	.hide,.one-one{
		display: none;
	}
	.one-two{
		margin-top:5px;
		font-size:20px;
	}
	.one-first,.two-first{
		width:100%;
		text-align:left;
	}
	.one-three,.two-one{
		line-height:32px;
	}
	.one-four,.two-two,.three-one{
		font-size:18px;
	}
	.one-three img,.two-one img,.three-one img{
		margin-right:15px;
	}
	.two{
		width:100%;
		background-color:#FAFAFA;
	}
	.three .row{
		text-align:left;
		line-height: 25px;
	}
	.three{
		margin-bottom:20px;
	}
}
/* -------------------------------这里是iPad的布局------------------------------- */ 
@media (min-width: 480px) and (max-width: 768px){
	.one,.two,.three{
		font-family: "微软雅黑";
	}
	.one-con,.two-con{
		text-align:left;
		line-height: 32px;
	}
	.one-one{
		display:none;
	}
	.two-a{
		color:#72ACE3;
		cursor:pointer;
	}
	.two-a:hover{
		color:#72ACE3;
	}
	.one-four,.two-two{
		text-align:center;
	}
	.enen{
		width:487px;
		height:229px;
	}
	.hide,.one-one{
		display: none;
	}
	.one-two{
		margin-top:5px;
		font-size:20px;
	}
	.one-first,.two-first{
		width:100%;
		text-align:left;
	}
	.one-three,.two-one{
		line-height:32px;
	}
	.one-four,.two-two,.three-one{
		font-size:18px;
	}
	.one-three img,.two-one img,.three-one img{
		margin-right:15px;
	}
	.two{
		width:100%;
		background-color:#FAFAFA;
	}
	.three .row{
		text-align:left;
		line-height: 25px;
	}
	.three{
		margin-bottom:20px;
	}
}