html, body {
      position: relative;
      height: 100%;
    }
    
*{margin: 0 auto;padding: 0;font-family: "微软雅黑";}
ul{list-style-type: none;overflow: hidden;}
a{text-decoration: none;/* cursor: pointer; */}

body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 566px;

}
.swiper-slide {
	width: 100%;
  text-align: center;
  font-size: 18px;
  background-size: 1920px 566px;
  background-position: center center;
  background-repeat: no-repeat;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide a{display: block;}
#header{
  z-index:999;
  width: 1100px;
  height: 80px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: -100px;
}
#header a.tel{color:#fff;font-size:26px;margin-top: 20px;float: right;}


