@charset "utf-8";
/* CSS Document */
.flex-bet {
  display: flex;
  justify-content: space-between;
}
.p-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
}
.swiper1 .swiper-pagination {
  display: none;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #fff;
  border-radius: 50%;
}
.swiper1 .swiper-button-next {
  display: none;
}
.swiper1 .swiper-button-prev {
  display: none;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  display: none;
}
.boxbg {
  background: url(../images/cbg.png) center 400px no-repeat;
  padding-top: 50px;
}
.boxbg > .w {
  display: flex;
  justify-content: space-between;
}
.index-num {
  width: 48%;
}
.indextit {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #4c4c4c;
  height: 40px;
}
.indextit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #65291f;
}
.index-num dl dd {
  display: flex;
  justify-content: space-between;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  background-color: #fafafa;
}
.index-num dl dd h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.index-num dl dd p {
  font-size: 16px;
  color: #65291f;
}
.index-num dl dd p span {
  font-size: 40px;
  font-weight: bold;
  color: #65291f;
}
.count {
  padding: 20px;
  box-sizing: border-box;
  width: 345px;
  height: 145px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin: 40px 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.count:nth-child(2n) {
  margin: 30px 0 0 0;
}
.indexabo {
  width: 45%;
  margin-top: 35px;
}
.indexabo .abo-con h3 {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.indexabo .abo-con h4 {
  font-size: 18px;
  color: #65291f;
  font-weight: bold;
  margin: 10px 0;
}
.indexabo .abo-con p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.qlist {
  margin-top: 30px;
}
.qlist a {
  color: #65291f;
  font-size: 18px;
  margin-right: 80px;
  background: url(../images/icon-nav.png) right center no-repeat;
  padding-right: 30px;
}
.qlist a:hover {
  color: #f49e00;
  background: url(../images/icon-navhover.png) right center no-repeat;
}
.tslist {
  padding: 50px 0;
  margin-top: 50px;
}
.tslist h3 {
  margin-bottom: 50px;
}
.tslist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tslist ul li {
  width: 20%;
  padding: 0 10px 50px 10px;
  box-sizing: border-box;
}
.tslist ul li a {
  display: block;
  background-color: white;
  height: 370px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px 0 10px;
  box-sizing: border-box;
}
.tslist ul li a h4 {
  font-size: 21px;
  margin: 20px 0;
  font-weight: bold;
}
.tslist ul li a span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #65291f;
}
.tslist ul li a p {
  font-size: 16px;
  color: #626262;
  line-height: 200%;
  text-align: center;
  margin-top: 20px;
}
.tslist ul li a:hover {
  background-color: #65291f;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tslist ul li a:hover img {
  display: none;
}
.tslist ul li a:hover span {
  background-color: white;
}
.tslist ul li a:hover p {
  color: white;
}
.ptit {
  display: flex;
  justify-content: space-between;
  color: white;
  margin-bottom: 50px;
  font-size: 18px;
}
.ptit a {
  color: #fff;
  font-size: 18px;
}
.ptit .indextit {
  color: #fff;
}
.ptit .indextit::before {
  background-color: white;
}
.piclist {
  overflow: hidden;
  background: url(../images/pbg.jpg) center center no-repeat;
  height: 627px;
}
.piclist .w {
  height: 450px;
  margin-top: 50px;
}
.piclist .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.piclist .swiper-slide {
  text-align: center;
  height: calc((100% - 100px) / 3);
  padding: 10px;
  box-sizing: border-box;
}
.piclist .swiper-slide a {
  display: block;
  position: relative;
}
.piclist .swiper-slide a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.piclist .swiper-slide img {
  width: 100%;
  border: 1px solid #ccc;
}
.piclist .swiper-pagination-bullet {
  display: none;
  width: 10px;
  height: 10px;
  background: #cccccc;
  opacity: 1;
  border-radius: 50%;
}
.piclist .swiper-pagination-bullet-active {
  background-color: #65291f;
  border-radius: 50%;
}
.mpiclist {
  display: none;
}
.mpiclist h3 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mlist {
  display: flex;
  flex-wrap: wrap;
}
.mlist a {
  display: block;
  width: 25%;
  padding: 5px;
  box-sizing: border-box;
}
.mlist a img {
  width: 100%;
  border: 1px solid #ddd;
}
.newsbg {
  background-color: #f7f9fb;
  padding: 100px 0;
}
.newsbg > .w {
  display: flex;
  justify-content: space-between;
}
.index-nlist {
  width: 33.333333%;
  background-color: white;
  border-radius: 10px;
}
.index-nlist:nth-child(2) {
  margin: 0 80px;
}
.index-nlist-img {
  position: relative;
}
.index-nlist-img img {
  width: 100%;
}
.index-nlist-con {
  padding: 20px;
}
.index-nlist-con h3 {
  font-size: 24px;
  color: #65291f;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-nlist-con p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  height: 180px;
  margin-bottom: 20px;
}
.index-more {
  margin-top: 10px;
}
.index-more a {
  font-size: 18px;
  color: #65291f;
  padding-right: 30px;
  background: url(../images/nmore1.png) right center no-repeat;
}
.index-nlist:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.index-nlist:hover .index-nlist-img::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/mmore.png) center center no-repeat;
}
.index-list1 a {
  font-size: 16px;
  display: block;
  line-height: 48px;
  border-bottom: 1px solid #ddd;
}
.ptit2 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  font-size: 18px;
}
.ptit2 a {
  font-size: 18px;
}
.exhibitionalbum {
  padding-top: 10px;
  padding-bottom: 0;
}
.exhibitionalbum .box {
  margin-top: 30px;
  max-width: 1920px;
  padding-top: 28%;
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.exhibitionalbum .box ul li {
  background-color: #ccc;
  width: 20%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  overflow: hidden;
}
.exhibitionalbum .box ul li:nth-child(2) {
  left: 20%;
}
.exhibitionalbum .box ul li:nth-child(3) {
  left: 0;
  top: 50%;
}
.exhibitionalbum .box ul li:nth-child(4) {
  left: 20%;
  top: 50%;
}
.exhibitionalbum .box ul li:nth-child(5) {
  width: 40%;
  height: 100%;
  left: 40%;
}
.exhibitionalbum .box ul li:nth-child(6) {
  left: 80%;
  top: 0;
}
.exhibitionalbum .box ul li:nth-child(7) {
  left: 80%;
  top: 50%;
}
.exhibitionalbum .box ul li span {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.exhibitionalbum .box ul li.vod span:after {
  content: "";
  background-image: url(../images/ico-Play.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 55px;
  width: 55px;
  margin-top: -27.5px;
  margin-left: -27.5px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
}
.exhibitionalbum .box ul li span img {
  float: left;
  height: 100%;
  width: 100%;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.exhibitionalbum .box ul li p {
  background-color: rgba(0, 60, 143, 0.82);
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: table;
  opacity: 0;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}
.exhibitionalbum .box ul li:hover p {
  opacity: 1;
}
.exhibitionalbum .box ul li:hover img {
  transform: scale(1.2);
}
.exhibitionalbum .box ul li p i {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
  width: 100%;
  text-align: center;
  font-style: normal;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.exhibitionalbum .box ul li p i:before {
  content: "";
  background-image: url(../images/img-sd2223212.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 44px;
  width: 44px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  clear: both;
  float: none;
}
.exhibitionalbum .box ul li.vod p i:before {
  background-image: url(../images/ico-Play.png);
}
.imglist {
  margin-top: 50px;
}
.owl-list1 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.owl-list1 .item {
  display: block;
  margin: 0 10px;
}
.owl-list1 .item img {
  border: 1px solid #eee;
  width: 100%;
}
.owl-list1 .owl-pagination {
  text-align: center;
  margin-top: 20px;
}
.owl-list1 .owl-page {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #cccccc;
  margin-right: 10px;
  *display: inline;
  *zoom: 1;
}
.owl-list1 .owl-pagination .active {
  background-color: #65291f;
}
.owl-list2 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.owl-list2 .item {
  display: block;
  padding: 0 5px;
  box-sizing: border-box;
}
.owl-list2 .item img {
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    display: none;
  }
  .boxbg {
    background-color: #f7f9fb;
  }
  .boxbg > .w {
    flex-direction: column;
  }
  .qlist a {
    font-size: 16px;
    margin-right: 10px;
  }
  .index-num {
    width: 100%;
  }
  .indexabo {
    width: 100%;
    flex-direction: column;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .indexabo .abo-img {
    width: 100%;
  }
  .indexabo .abo-con {
    width: 100%;
    text-align: center;
  }
  .index-num dl {
    flex-direction: column;
  }
  .index-num dl dt img {
    width: 100%;
  }
  .index-num dl dd {
    flex-wrap: wrap;
  }
  .index-num dl dd div {
    text-align: center;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .index-num dl dd div h3 {
    font-size: 21px;
    margin: 10px 0;
  }
  .index-num dl dd div p {
    font-size: 30px;
    font-weight: bold;
    color: #65291f;
  }
  .count {
    padding: 20px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
    width: 100%;
    height: 145px;
    background-color: #f1f1f1;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .piclist {
    display: none;
  }
  .mpiclist {
    display: block;
    padding-bottom: 10px;
  }
  .tslist ul li {
    width: 100%;
  }
  .newsbg {
    padding: 30px 0;
  }
  .newsbg > .w {
    flex-direction: column;
  }
  .index-nlist {
    width: 100%;
  }
  .index-nlist:nth-child(2) {
    margin: 30px 0 30px 0;
  }
  .owl-list1 .item img {
    width: 100%;
  }
  .owl-list1,
  .owl-list2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tslist {
    padding-bottom: 0;
  }
  .exhibitionalbum {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .exhibitionalbum .box {
    margin-top: 0px;
  }
  .index-nlist-con p {
    height: 100%;
  }
}
