﻿
/*Common For Max 960*/
@media only screen and (max-width: 1200px) {
	.wp{max-width: 96%;}
	#web_head .nav .con .item>a{font-size: 16px;}
}



/*Common For Max 768*/
@media only screen and (max-width: 959px) {
	#web_head{display: none;}
	#web_head_mm{display: block;}
	.index_banner,.nei_banner{margin-top: 55px;}
	.index_con .item{width: 50%;}
	#web_food .nav{display: none;}
	.nei_banner img{width: 80%;}
	
}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {	
	.index_con .item{width: 100%;}
	.index_con .item{margin-top: 10px;}
	.web_other_con .left_nav{float: none;width: 100%;margin-left: 0;}
	.web_other_con{padding-left: 0;}
	.web_other_con .left_nav li{width: 48%;float: left;margin-bottom: 5%;}
	.web_other_con .left_nav li:nth-child(even) {
	  float: right;
	}
	.team_list .item{width: 100%;}
	.team_list .list{padding-right: 0;}
	.team_info_top .pic{width: 100%;float: none;margin-left: 0;text-align: center;}
	.team_info_top .txt{width: 100%;padding:5px 20px;padding-top: 30px;}
	.team_info_top{padding-left: 0;}
	.team_info_top .pic .img{display: inline-block;}
	.team_info_html .left{display: none;}
	.web_other_con .left_nav .tit{font-size: 14px;}
	.web_other_con .left_nav .left_down_nav a{font-size: 14px;}
	
	
}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {
	
}

/* --------------------------- 固定屏幕样式 ---------------------------------------- */

/*960*/
@media only screen and (min-width: 960px) and (max-width: 1199px) {



}



/*768*/
@media only screen and (min-width: 768px) and (max-width: 959px) {



}



/*480*/
@media only screen and (min-width: 480px) and (max-width: 767px) {


}



/*320*/
@media only screen and (min-width: 320px) and (max-width: 479px) {



}



/*240*/
@media only screen and (max-width: 319px) {



}