.pagination-more {
  margin: 20px auto;
  border: 1px solid #eeeeee;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
}
.pagination-more .fa-sort-asc {
  position: absolute;
  margin-top: 5px;
  margin-left: -15px;
}
.pagination-more .fa-spinner {
  margin-right: 4px;
}
.swiper-container .swiper-pagination {
  position: absolute;
  top: 100%;
  z-index: 9;
  margin-top: -35px;
  padding: 0;
  width: 100%;
  list-style-type: none;
  text-align: center;
}
.swiper-container .swiper-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 8px;
  background-color: #999;
  box-shadow: 0px 1px 2px #555 inset;
  cursor: pointer;
  opacity: .6;
}
.swiper-container .carousel-indicators {
  display: none;
}
.swiper-container .swiper-slide .carousel-caption {
  display: none;
}
.swiper-container .carousel-control.right,
.swiper-container .carousel-control.left {
  background-image: none;
}
.swiper-container .carousel-control span.icon-prev:before,
.swiper-container .carousel-control span.icon-next:before {
  font-family: FontAwesome;
}
.swiper-container .carousel-control span.icon-prev:before {
  content: "\f104";
}
.swiper-container .carousel-control span.icon-next:before {
  content: "\f105";
}
@media (min-width: 320px) and (max-width: 479px) {
  .swiper-big .swiper-container {
    width: 300px;
    height: 130px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .swiper-big .swiper-container {
    width: 460px;
    height: 199px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .swiper-big .swiper-container {
    width: 620px;
    height: 269px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-big .swiper-container {
    width: 690px;
    height: 299px;
  }
}
@media (min-width: 992px) {
  .swiper-big .swiper-container {
    width: 910px;
    height: 394px;
  }
}
@media (min-width: 1200px) {
  .swiper-big .swiper-container {
    width: 1110px;
    height: 481px;
  }
}
html.ie8 .carousel-control {
  filter: inherit !important;
}
.swiper-modal {
  overflow: hidden;
}
.swiper-modal .modal-dialog {
  /*margin-left: auto;
        margin-right: auto;*/
}
.swiper-modal .modal-dialog .modal-content {
  border-radius: 0;
}
.swiper-modal .modal-dialog .modal-content .modal-body {
  padding: 5px;
}
.swiper-modal .swiper-container .swiper-pagination {
  display: none;
}
.swiper-modal .swiper-container .swiper-wrapper {
  min-height: 150px;
}
.swiper-modal .swiper-container .swiper-slide {
  -webkit-transition: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.swiper-modal .swiper-container .swiper-slide img {
  width: 100%;
  display: none;
}
.swiper-modal .modal-footer {
  margin: 0;
  padding: 0;
  border-top-width: 0;
}
.swiper-modal .modal-footer .btn {
  margin: 0 5px 5px 5px;
  padding: 0;
  border-radius: 0;
  border-width: 0;
  width: 40px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.75;
}
.swiper-modal .modal-footer .btn:hover {
  opacity: 1;
}
.swiper-modal .modal-footer .btn-angle {
  float: left;
  margin-right: 0;
  width: 22px;
  font-size: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  .swiper-modal .modal-dialog {
    width: 800px;
  }
}
#wapper {
  /*.vjs-poster {
        display: none;
    }*/
}
#wapper .video-js {
  margin: 0 auto;
}
#wapper .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -1.3em;
  margin-left: -2em;
}
@media (max-width: 319px) {
  #wapper .video-js {
    height: 250px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #wapper .video-js {
    height: 250px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  #wapper .video-js {
    height: 350px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  #wapper .video-js {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #wapper .video-js {
    height: 550px;
  }
}
@media (min-width: 992px) {
  #wapper .video-js {
    height: 500px;
  }
}
#video-modal {
  overflow: hidden;
}
#video-modal .modal-dialog {
  /*margin-left: auto;
        margin-right: auto;*/
}
#video-modal .modal-dialog .modal-content {
  border-radius: 0;
}
#video-modal .modal-dialog .modal-content .modal-body {
  padding: 5px;
}
#video-modal .video-js {
  width: 100% !important;
  height: inherit !important;
}
#video-modal .video-js:-webkit-full-screen {
  height: 100% !important;
}
#video-modal .video-js .vjs-tech {
  position: inherit;
}
#video-modal .vjs-fullscreen video {
  width: 100%;
  height: 100%;
}
#video-modal .modal-footer {
  margin: 0;
  padding: 0;
  border-top-width: 0;
}
#video-modal .modal-footer .btn {
  margin: 0 5px 5px 0;
  padding: 0;
  border-radius: 0;
  border-width: 0;
  width: 40px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.75;
}
#video-modal .modal-footer .btn:hover {
  opacity: 1;
}

.indexCultureLayout{
	width:100%;
	height:373px;
	background:url(../images/bj-top1.jpg) ;
}
.indexCultureLayout ul li{
	float:left;
	height:373px;
}
.indexCulturePoint{
	width:18px;
	height:373px;
	background:url(../images/indexCulturePointIcon_03.gif) no-repeat center 165px;
}
.indexCultureCon{
	width:186px;
	height:373px;
}
.indexCultureCon a{
	display:block;
	width:186px;
	height:308px;
	padding-top:65px;
	text-align:center;
	color:#525252;
}
.indexCultureCon a:hover{
	color:#e60013;
}
.indexCultureCon a img{
	margin-bottom:27px;
}
.indexCultureCon a h4{
	font-size:14px;
}

.c_mt,.mainLayout{
	margin:0 80px;
	width:1003px;
}

.new_indexCultureCon{
	width:1180px;
	height:320px;
	padding:26px 0 27px 0;
	overflow:hidden;
}

#slider{
	position:absolute;
	width:1200px;
	height:320px;
	z-index:1;
	overflow:hidden;
}
#slider .slide{
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:320px;
	border-left:10px solid #fff;
	z-index:10;
	overflow:hidden;
}
#slider .text{
	display:none;
	position:absolute;
	top:0;
	left:0px;
	text-align:justify;
	width:400px;
	color:#fff;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:0.9em;
}
#slider .diapo{
	position:absolute;
	filter:alpha(opacity=100);
	opacity:1;
	visibility:visible; 
}

@media (min-width: 992px) {
  #video-modal .modal-dialog {
    width: 800px;
  }
}
