.banner{
  width: 100%;
  display: block;
  min-width: 1682px;
}
.swiper_outside{
  width: 100%;
  min-width: 1682px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.swiper_outside .splendid_banner {
  height: 500px;
  /* margin: 42px 0 0 0;
  overflow: hidden; */
  top: 42px;
}
.swiper_outside .splendid_banner .swiper-slide{
  /* position: relative; */
  width: 800px;
  /* height: 551px; */
  position: relative;
}
.swiper_outside .splendid_banner .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  /* width: 800px; */
}
.swiper_outside .top_splendid_banner .swiper-slide .circumscribe{
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  display: block;
  /* height: 730px; */
  width: 100%;
  /* height: 550px; */
}
.swiper_outside .splendid_banner .swiper-slide .circumscribe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2)
  /* height: 550px; */
}
.swiper_outside .splendid_banner .swiper-slide .swiperimg{
  width: 98%;
  height: 98%;
  position: absolute; left: 0; top: 0; right: 0; bottom: 0;   
  margin: auto; 
}
.swiper_outside{
  /* background: #f8f8f8; */
  padding-top: 74px;
}
.swiper_outside .word{
  width: 100%;
  text-align: center;
}
.swiper_outside .swiper_title{
  color: #464646;
  font-size: 40px;
  line-height: 77px;
  padding-top: 23px;
}
.word_outside{
  padding-bottom: 70px;
}
.swiper_outside .swiper_h2{
  color: #3d3d3d;
  font-size: 22px;
  line-height: 36px;
}
.advantage .introduce{
  font-size: 78px;
  line-height: 206px;
  color: #232a2d;
  font-weight: 800;
  text-align: center;
  padding-top: 18px;
}
.advantage ul{
  display: flex;
  width: 1682px;
  margin: 0 auto;
  justify-content: space-between;
}
.advantage ul li{
  padding: 18px;
  background: #f8f8f8;
  width: 22%;
}
.advantage ul .svip{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 9px;
  margin: 0 auto;
  background: #fff;
}
.advantage ul li h2{
  font-size: 28px;
  padding: 28px 0 57px 9px;
}
.advantage ul li .details{
  font-size: 14px;
  line-height: 25px;
  color: #232a2d;
  padding: 0 0 0px 9px;
  height: 173px;
} 
.advantage ul li .svipg{
  width: 100%;
}
.equipment{
  text-align: center;
  padding-bottom: 60px;
}
.equipment .equipment_title{
  font-size: 31px;
  color: #011530;
  line-height: 41px;
  font-weight: 800;
  padding-top: 50px;

}
.equipment p{
  font-size: 23px;
  line-height: 47px;
  color: #011530;
}
.equipment .equipment_p2{
  padding-bottom: 48px;
}
.equipment ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.equipment ul li{
  width: 33.333%;
  position: relative;
}
.equipment ul li img{
  width: 100%;
  display: block;
}
.equipment ul li span{
 position: absolute;
 left: 0;
 bottom: 0;
 font-size: 22px;
 line-height: 63px;
 color: #fff;
 background: rgba(0, 0, 0, .5);
 padding: 0 40px;
 font-weight: 200;
 border-top-right-radius: 40px;
}


