* {
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: "Microsoft Yahei";
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.pic-container {
  margin: auto;
  width: 1200px;
}
.pic-swiper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.pic-swiper .swiper-container {
  margin-top: 60px;
  max-width: 1620px;
  min-width: 750px;
}
.pic-swiper .swiper-container:hover .swiper-button-prev {
  visibility: visible;
}
.pic-swiper .swiper-container:hover .swiper-button-next {
  visibility: visible;
}
.pic-swiper .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 380px !important;
  background: #f6f6f6;
  -webkit-transition: 300ms;
  transition: 300ms;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pic-swiper .swiper-container .swiper-slide img {
  width: 380px;
  height: 201px;
}
.pic-swiper .swiper-container .swiper-slide a {
  color: #000;
  display: inline-block;
  width: 380px;
}
.pic-swiper .swiper-container .swiper-slide a p {
  margin: 0 auto;
  width: 80%;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pic-swiper .swiper-container .swiper-slide a p span {
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(../images/pic-hot.png);
  vertical-align: middle;
  margin-right: 10px;
}
.pic-swiper .swiper-container .swiper-slide-active,
.pic-swiper .swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pic-swiper .swiper-container .swiper-button-next {
  width: 40px;
  left: auto;
  right: 0px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  --swiper-navigation-size: 28px;
  height: 55px;
  top: 115px;
}
.pic-swiper .swiper-container .swiper-button-next:hover {
  background-color: rgba(52, 108, 171, 0.8);
}
.pic-swiper .swiper-container .swiper-button-prev {
  width: 40px;
  height: 55px;
  left: 0px !important;
  top: 115px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  --swiper-navigation-size: 28px;
}
.pic-swiper .swiper-container .swiper-button-prev:hover {
  background-color: rgba(52, 108, 171, 0.8);
}
.pic-cont .cont-title {
  margin: 73px 0 40px 0;
  height: 62px;
  width: 100%;
  position: relative;
}
.pic-cont .cont-title .cont-border {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F6F6F6;
}
.pic-cont .cont-title .cont-font {
  position: absolute;
  width: 275px;
  height: 62px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #0D4C99;
  border-radius: 31px;
  font-size: 30px;
  font-family: FZDaHei-B02S;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
}
.pic-cont .cont-title .cont-font:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pic-cont .cont-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.pic-cont .cont-main .main-item {
  width: 381px;
  height: 172px;
  padding: 22px 22px 14px 22px;
  background: #FFFFFF;
  margin-bottom: 30px;
  border: 8px solid #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pic-cont .cont-main .main-item:nth-child(3n+2) {
  margin: 0 28px;
}
.pic-cont .cont-main .main-item .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pic-cont .cont-main .main-item .item-title .title-img {
  width: 28px;
  height: 28px;
  background: url(../images/pic-icon2.png);
}
.pic-cont .cont-main .main-item .item-title p {
  max-width: 200px;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pic-cont .cont-main .main-item .item-review {
  width: 100%;
}
.pic-cont .cont-main .main-item .item-review a {
  margin-top: 5px;
  display: block;
  width: 320px;
  height: 42px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
}
.pic-cont .cont-main .main-item .item-more {
  float: right;
  margin-top: 15px;
  width: 100px;
  height: 32px;
  background: #F6F6F6;
  text-align: center;
  line-height: 32px;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  font-size: 14px;
  color: #666666;
}
.pic-cont .cont-main .main-item:hover {
  border: 8px solid #0D4C99;
}
.pic-cont .cont-main .main-item:hover .item-title .title-img {
  background: url(../images/pic-icon.png);
}
.pic-cont .cont-main .main-item:hover .item-title p {
  color: #0D4C99;
}
.pic-cont .cont-main .main-item:hover .item-more {
  background: #0D4C99;
  color: #fff;
}
/*-------当前位置-----*/
.location {
  line-height: 56px;
  height: 56px;
  color: #999999;
  font-size: 16px;
  background-color: #F1F1F1;
}
.location .szwz {
  color: #999999;
}
.location a {
  margin: 0 5px;
  font-size: 16px;
  color: #999999;
}
.location a:hover {
  color: #0D4C99;
}

