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;}
.des3{position: absolute;top: 2.4rem;left: 11.54rem;}
.des3 h2{font-size: .3rem;color: #333;font-family: SBold;line-height: 100%;}
.des3 p{font-size: .18rem;margin-top: .13rem;line-height: .3rem;color: #333;font-family: Regular;}
.des4{position: absolute;top: 2.4rem;left: 4rem;}
.des4 h2{font-size: .3rem;color: #333;font-family: SBold;line-height: 100%;}
.des4 p{font-size: .18rem;margin-top: .13rem;line-height: .3rem;color: #333;font-family: Regular;}
.des5{position: absolute;top: 2.4rem;left: 11.54rem;}
.des5 h2{font-size: .3rem;color: #333;font-family: SBold;line-height: 100%;}
.des5 p{font-size: .18rem;margin-top: .13rem;line-height: .3rem;color: #333;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{top: 1rem;color: #fff;}
	
	.des{position: absolute;top: 7.5rem;overflow: hidden;padding: 0 .34rem;box-sizing: border-box;width: 100%;}
	.des div:nth-of-type(2){height: 2rem;overflow: scroll;}
	.des h3{font-size: .5rem;color: #fff;margin: 0 .2rem;}
	.des p{font-size: .18rem;color: #fff;}
	.des p span{display: block;}
	.des .title span{height: 1px;background-color: #fff;flex: 1;margin-top: .4rem;}
	.dec_black h3{color:#333}
	.dec_black p{color:#333}
	.dec_black .title span{background-color: #333;}

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