@charset "utf-8";
/* CSS Document */

.warp {
  width: 100%;
/*  min-width: 1280px;
  max-width: 1920px; */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.top {
  width: 100%;
  height: auto;
  /* background: url(yqfkzl_banner.jpg) no-repeat center top; */
  margin-bottom: 30px;
}
.top img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	
.top {
  margin-bottom: 5px;
}

}