* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #fdfaf8 url(../img/banner.png) no-repeat;
  background-size: 100%;
}

body .w {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

body .banner {
  position: absolute;
  left: -183px;
  top: 220px;
}

body .title {
  width: 478px;
  height: 98px;
  background: url(../img/tit1.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: auto;
  margin-top: 57px;
  line-height: 98px;
}

body .daoyu {
  box-sizing: border-box;
  width: 997px;
  height: 208px;
  background: url(../img/daoyu.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 760px;
  padding: 63px 55px 0px;
  font-size: 18px;
  text-align: justify;
  line-height: 34px;
  text-indent: 2em;
}

body .daoyu p {
  border-bottom: 1px dashed #ff8700;
  letter-spacing: 1px;
  line-height: 40px;
}

body .swiper {
  margin-top: 80px;
  height: 580px;
}

body .swiper .swiper-slide {
  background: url(../img/x.png) no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: flex-start;
}

body .swiper .swiper-slide .tit {
  padding-top: 10px;
  height: 55px;
  line-height: 55px;
  color: #fc4605;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

body .swiper .swiper-slide img {
  margin-top: 23px;
  display: block;
  width: 90%;
  height: 78px;
  height: 230px;
  object-fit: cover;
  border: 5px solid #fff;
}

body .swiper .swiper-slide .mz {
  background: url(../img/mz1.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
  width: 90%;
  text-align: justify;
  line-height: 24px;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  padding: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .swiper .swiper-slide .text {
  position: relative;
  margin-top: 16px;
  font-size: 14px;
  color: #336699;
  line-height: 32px;
  padding: 0 20px;
  text-align: left;
}

body .swiper .swiper-slide .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*省略几行写几*/
  -webkit-box-orient: vertical;
}

body .swiper .swiper-slide .text .daoyu2 {
  position: absolute;
  font-size: 14px;
  color: #fc4605;
  left: 53px;
  top: -15px;
}

body .swiper .swiper-slide .text .a {
  position: absolute;
  width: 196px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  text-decoration: none;
  top: 105px;
  left: 50%;
  transform: translateX(-50%);
}

body .swiper2 .swiper-slide .mz {
  background: url(../img/mz2.png) no-repeat;
  background-size: 100% 100%;
}

body .footer {
  position: relative;
}

body .footer img {
  width: 100%;
  display: block;
}

body .footer div {
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  font-size: 18px;
}

.swiper-button-prev {
  left: 1px !important;
  width: 46px !important;
  height: 46px !important;
  background: url(../img/left.png) no-repeat;
  background-size: 100% 100%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: '' !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: '' !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1px !important;
  width: 46px !important;
  height: 46px !important;
  background: url(../img/right.png) no-repeat;
  background-size: 100% 100%;
}

body .swiper3 .swiper-slide .mz {
  background: url(../img/mz3.png) no-repeat;
  background-size: 100% 100%;
}