/*max 最大宽度*/
@media (max-width: 414px) {}

@media (max-width: 384px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

/*mobile*/
@media (max-width: 768px) {}

@media (max-width: 992px) {
	.pro-xiao{display: block;}
	.indexPro-left{
		
		display: none;
		float: left;
		
		
		
	}
	.indexPro-right{
		display: none;
		float: left;
		
	}
	#pro-title1{display: block;}
	#pro-title{display: none;}
}

@media (min-width: 769px) and (max-width: 1068px) {
	#pro-title1{display: block;}
	.pro-xiao{display: block;}
	#pro-title{display: none;}
	.indexPro-left{
		
		display: none;
		float: left;
		
		
		
	}
	.indexPro-right{
		display: none;
		float: left;
		
	}
	#index-pro{}
}

/*992px以上*/
@media (max-width: 992px){

}
@media (min-width: 1068px) and (max-width: 1300px){
	#pro-title1{display: none;}
	
	
		.pro-xiao{display: none;}
	.indexPro-left{
		display: block;
		
		width: 15%;
		float: left;
		margin-left: 5%;
		
		
	}
	.indexPro-right{
		display: block;
		width: 80%;
		float: left;
		
	}
	.indexPro-right-left{
		width: 95%;
		padding-right: 5%;
	}
	.indexPro-right-left-img{width:60%; margin-left: 5%;  float: left;}
	.indexPro-right-left-text{width:30%;margin-left: 5%;  float: left;color: white;text-align: left;}
	.indexPro-right-right{display: none;margin-left: 20px;  float: left;	  height: 597px;
	  overflow: hidden;}
	
	.indexPro-right-right-title{text-align: center;background-color: black;color: white;
														height: 40px;margin-bottom: 20px;
														font-size: 16px;margin-top: -10px;padding-top: 9px;width: 225px;}
	.indexPro-right-right-img{width: 225px;height: 164px;margin-bottom: 0;padding-bottom: 0px;}
	
	
	
	
}
@media (min-width: 1024px) {}

/*>=1024的设备*/
@media (min-width: 1100px) {}

/*>=1100的设备*/
@media (min-width: 1300px) {
	#pro-title1{display: none;}
		#index-pro{background:url(../images/pro-bg.jpg);}
		.pro-xiao{display: none;}
	.indexPro-left{display: block;
		
		width: 200px;
		float: left;
		
		
		
	}
	.indexPro-right{display: block;
		width: 1100px;
		float: left;
		
	}
	.indexPro-right-left{
		width: 900px;
	}
	.indexPro-right-left-img{width:484px;  margin-left: 40px; float: left;}
	.indexPro-right-left-text{width: 340px;margin-left: 20px;  float: left;color: white;text-align: left;}
	.indexPro-right-right{width: 224px;margin-left: 20px;  float: left;
	  height: 597px;
	  overflow: hidden;
	
	
	
	}
	
	.indexPro-right-right-title{text-align: center;background-color: black;color: white;
														height: 40px;margin-bottom: 20px;
														font-size: 16px;margin-top: -10px;padding-top: 9px;width: 225px;}
    .indexPro-right-right-img{width: 225px;height: 164px;margin-bottom: 0;padding-bottom: 0px;}
	
}

@media (min-width: 1199px) and (max-width: 1680px) {}

@media (min-width: 1280px) {}
@media (min-width: 1300px) {}



}
/*>=1280的设备*/
@media (min-width: 1366px) {}

@media (min-width: 1440px) {}

@media (min-width: 1680px) {}

@media (min-width: 1681px) and (max-width: 1920px) {}

@media (min-width: 1920px) {}
