main img{display: block;}

.kitchen_wrap li,.kitchen_wrap li img{height: 7rem;}

ul li{position: relative;}
.des1{position:absolute;width: 100%;text-align: center;top: .97rem;color: #333333;}
.des1 h3{font-size: .4rem;font-family: SBold;line-height: 100%;}
.des1 p{font-size: .2rem;margin-top: .2rem;font-family: Regular;line-height: 100%;}
.des1 p span{margin: 0 5px;}
.des2{position: absolute;top: 2.4rem;left: 11.54rem;}
.des2 h2{font-size: .3rem;color: #fff;font-family: SBold;line-height: 100%;}
.des2 p{font-size: .18rem;margin-top: .13rem;line-height: .3rem;color: #fff;font-family: Regular;}

/*-----------------------移动端样式-------------------------*/
@media only screen and (min-width: 320px) and (max-width: 1200px) {
	main,.applyInspect{background-color: #FFFEFE;}
	.content p{margin: .55rem .63rem;font-size: .18rem;color: #333333;}
	.team_list{margin: 0 .95rem;flex-wrap: wrap;}
	.team_list li{width: 33.333%;}
	.team_list li div{width: .7rem;height: .7rem;line-height: .7rem;}
	
    .des1 p{font-size: .4rem;}
	
	.des{position: absolute;top: 7.25rem;overflow: hidden;padding: 0 .34rem;box-sizing: border-box;width: 100%;}
	.des h3{font-size: .5rem;color: #fff;margin: 0 .2rem;}
	.des p{font-size: .18rem;color: #fff;}
	.des p span{display: block;white-space: nowrap;}
	.des .title span{height: 1px;background-color: #fff;flex: 1;margin-top: .4rem;}
	
	.kitchen_wrap li,.kitchen_wrap li img{height: 9.46rem;}
}