@media screen and (max-width: 1280px) {
	.w {
		width: 95%;
	}
	.logo {
		position: inherit;
		text-align: center;
	}   
}
@media screen and (max-width: 1200px) {
	/* .nav-home{
		display: block;
		margin-top: 2.5rem;
	} */
}
@media screen and (max-width: 1000px) {
	.main .top{
		display: block;
	}
	.video-intro,.result-intro,.list{
		width: 100%;
		margin-bottom: 30px;
	}
	.list li>a>p{
		width: 10%;
	}
}
@media screen and (max-width: 800px) {
	.bottom .swiper-slide img{
		width: 200px;
	  }
	  
	  .ExpertList ul li {
		width: 150px;
		height: 120px;
	}
	.ExpertList {
		height: 120px;
	}
}
@media screen and (max-width: 750px){
	
	
}
@media screen and (max-width: 540px){
	
}
@media screen and (max-width: 500px) {
	.ExpertList ul li {
		width: 100px;
		height: 60px;
	}
	.ExpertList {
		height: 60px;
	}
}
@media screen and (max-width: 280px){
	
}
