*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;

}
body{
}
/* 版心 */

/* 轮播图展示 */
.by_showing{
  width: 1042px;
  height: 570px;
  margin-left:100px;
}
.swiper-container {
  width: 760px !important;
  height: 570px !important;
  margin-left: auto;
  margin-right: auto;
}

.gallery-top .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.gallery-top .swiper-slide img{
  width: 100% !important;
  height: 100% !important;
}
.gallery-top {
  height: 80%;
  width: 100%;
}

.theree {
  height: 572px !important;
  width: 200px;
  float: right;
  position: relative;
  top:65px;
}

.gallery-thumbs {
  height: 450px !important;
  width: 200px !important;
  box-sizing: border-box;
  padding: 10px 0;
  margin: auto 0;
}

.gallery-thumbs .swiper-slide {
  background-size: 100% 100%;
  height: 130px !important;
}
.gallery-thumbs .swiper-slide img{
  width:100%;
  height: 100%;
}
.gallery-top {
  float: left;
}

.swiper-button-prev {
  position: absolute;
  top: 480px !important;
  left: 90px !important;
}

.swiper-button-next {
  position: absolute;
  top: -38px !important;
  left: 90px !important;

}
/* 文章内容 */
.article{
  width: 1200px;
  margin: 0 auto;
  margin-top: 62px;
  margin-bottom: 50px;
}
.article p{
  font-size: 16px;
  color: #484848;
}


























