@charset "UTF-8";
/**
* name: imglist.css
* author: lyf
* addTime: 2019.06.13
* editTime:
* description: 图片列表页面的样式
*
***/
/********************************
****** name: pimgmain
*********************************/
.pimgmain {
  width: 1200px;
}

.pimgmain .pimgin-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-bottom: 16px;
  font-size: 28px;
  color: #333;
  text-align: center;
  background: url(../image/page/imglist/titlebg.png) no-repeat center bottom;
}

.pimgmain .piman-list {
  width: 100%;
  padding-bottom: 6px;
}

.pimgmain .piman-list li {
  float: left;
  width: 364px;
  margin-right: 54px;
  margin-top: 40px;
}

.pimgmain .piman-list li.lastone {
  margin-right: 0;
}

.pimgmain .piman-list li .piman-img {
  display: block;
  width: 364px;
  height: 279px;
  background: url(../image/page/imglist/picbg.png) no-repeat right bottom;
}

.pimgmain .piman-list li .piman-img img {
  width: 348px;
  height: 264px;
}

.pimgmain .piman-list li .title {
  display: block;
  margin-top: 14px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #666;
  text-align: center;
}

.pimgmain .piman-list li .title:hover {
  color: #d13138;
}

/********pimgmain end***************/
/********************************
****** name: swiper
*********************************/
.pimg-main {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
  background: #f4f6f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  height: 640px;
  padding: 20px 20px 15px 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-slide div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.gallery-top {
  height: 640px;
}

.gallery-thumbs {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px 10px;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 5%;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 3px;
  background-color: none;
  background-image: url(../image/page/imglist/arr-left.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 5%;
  width: 60px;
  height: 60px;
  opacity: 1;
  border-radius: 3px;
  background-color: none;
  background-image: url(../image/page/imglist/arr-right.png);
}

.swiper-button-prev, .swiper-button-next {
  margin-top: -30px;
  background-size: 60px 60px;
}

/********swiper end***************/
