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;}

.section{
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}

.htitle{
  line-height: 87px;
	color: #3e3a39;
	font-size: 48px;
	margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.t1{
  background-image:url(../images/font_bk1.png);
  background-repeat: no-repeat;
  background-position:center center;
}

.mtitle{
  line-height: 21px;
  color: #595757;
  font-size: 21px;
  background-image: url(../images/line_bk.png);
  background-repeat: no-repeat;
  background-position: center center;
}

li{
  margin: 5px;
}

.t2{
  background-image:url(../images/font_bk2.png);
  background-repeat: no-repeat;
  background-position:center center;

}

.section4{
  background-image: url(../images/timeline.jpg);
  background-repeat: no-repeat;
  background-position:center center;
}
.section5{
	width: 100%;
	height: auto;
	position: relative;overflow: hidden;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position:center center;
  margin-bottom: -50px;
}
.section6{
  background-image: url(../images/answer.jpg);
  background-repeat: no-repeat;
  background-position:center center;
}
.swiper-pagination-bullet{background-color: #fff !important;}
