﻿/*电脑*/
@media (min-width: 1199px){
	
	}
@media (min-width:1000px){
}
/*ipad竖版区域*/
@media (max-width: 1200px){
}

/*ipad*/
@media (max-width: 770px){
	.top_bg{ height:300px; background-size:170% auto;}
	.top_bg_con{ padding:20px;}
	.top_bg_con .leftcon{ width:40%;}
	.top_bg_con .logo{ width:35%;}
	.top_bg_con .logo img{ width:100%;}
	.top_text .cont_text{ height:200px;}
	.conterBottom{ padding:20px;}
	.conterBottom .list_leftcon,.conterBottom  .pic_con{ width:auto; float:none; display:block; margin:0 0 15px 0;}
	.footer_con .con_left,.footer_con .con_right{ width:auto; float:none; display:block;}
	.footer_con .con_right{ text-align:center;}
	.footer_con .con_right span{ float:none;}
	

	}
/*手机大屏幕*/
@media (max-width: 645px){
	}
/*手机大屏幕*/
@media (max-width: 560px){
	.top_bg{ height:180px;}
	.top_bg_con .more{ height:30px; line-height:30px; width:80px; font-size:14px;}
	}
/*手机小屏幕*/
@media (max-width: 340px){
	}

