.banner{width: 100%;height: 735px;background-position: center;background-repeat: no-repeat;}
.banner img{display: none;}

@media (max-width: 1000px) {
	/*头部*/
	.banner{height: auto;}
	.banner img{display: block;width: 100%;}
}
