.bg {
  height: 353px;
  width: 980px;
}
/* #page-wrap1 {
  width: 980px;
  height: 353px;
  overflow: hidden;
} */
#page-wrap {
  width: 980px;
  height: 353px;
  padding: 0px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-image: url(../images/slider-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#slider {
  width: 980px;
  height: 353px;
  overflow: hidden;
  position: relative;
  margin: 0px;

}

/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */
#mover {
  width: 2880px;
  position: relative;
}

.slide {
  width: 900px;
  float: left;
  position: relative;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 60px;
}
.slide h1 {
  font-family: Helvetica, Sans-Serif;
  font-size: 30px;
  letter-spacing: -1px;
  color: #ffffff;
  padding-top: 50px;
  line-height: 40px;
  text-align: center;
  float: left;
}
.slide p {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  width: 300px;
  text-align: left;
  padding-left: 10px;
}
.slide img {
  position: absolute;
  top: 0px;
  left: 60px;
}
.swiper-pagination-bullet{
  background-color: #ffffff  !important;
}