@charset "utf-8";
.fadein {
  transition: all 0.3s ease-in;
}
.iosSliderDemo {
  clear: both;
  width: 100%;
  /* padding: 0 0 30% 0; */
  padding: 0 0 483px;
  position: relative;
  display: table;
}
.fluidHeight {
  position: absolute;
  width: 100%;
  height: 483px;
}
.sliderContainer {
  height: 100%;
  max-height: 483px;
  padding: 0 0;
}
.sliderContainer2 {
  height: 100%;
  max-height: 483px;
  padding: 0 0;
}
.iosSlider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.iosSlider .slider {
  width: 100%;
  height: 100%;
}
.iosSlider .slider .item {
  /* PKU	width: 1200px; */
  width: 100%;
  /*max-width:468px;*/
  height: 100%;
  padding: 0 0 0 0;
  text-align: center;
}
.iosSlider .slider .item .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  /*box-shadow: 0 0 10px -5px #000;*/
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 312px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .iosSlider .slider .item .inner img {
    /*height: 100%;*/
  }
}
.iosSlider .slider .item .inner:hover img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: relative;
}
.iosSlider .slider .item .inner .placeholder {
  width: 100%;
  height: 11px;
  background: #fff;
  position: relative;
  z-index: 999;
}
.iosSlider .slider .item .inner:hover .text1 h3 {
  color: rgba(255, 255, 255, 0.92);
}
.iosSlider .slider .item .inner .text1 {
  /*opacity: 0;
	filter: alpha(opacity=0);*/
  /* PKU	background:#9b0000; */
  /*background: none repeat scroll 0 0 #000000;*/
  background: #b74b4b;
  position: absolute;
  /* PKU	left: 150px; */
  /* PKU	top: 250px; */
  width: 100%;
  bottom: 0;
  height: 160px;
  text-align: left;
}
.iosSlider .slider .item .inner .text1 h3 {
  width: 100%;
  height: 44px;
  margin: auto;
  padding: 0 15px;
  margin: 8px 0 0;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.iosSlider .slider .item .inner .text1 .desc {
  width: 93%;
  min-height: 66px;
  margin: auto;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 22px;
  display: -webkit-box; /* 1. 使用旧版弹性盒模型 */
  -webkit-box-orient: vertical; /* 2. 设置子元素排列方向 */
  -webkit-line-clamp: 3; /* 3. 限制显示的行数 */
  overflow: hidden; /* 4. 隐藏溢出内容 */
}
.iosSlider .slider .item .inner .text1 .date {
  padding: 4px 3px;
  margin: 5px 24px 0 0;
  float: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
  text-align: center;
  background-color: #9a0000;
}
.iosSlider .slider .item .inner .more {
  /*	opacity: 0.3;  zb */
  opacity: 0.4;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  bottom: 6%;
  right: 10%;
  /*	padding: 0 5px; zb */
  padding: 0 5px 0 2px;
  height: 25px;
  width: 55px;
  z-index: 2;
  text-align: center;
}
.iosSlider .slider .item .inner .more a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  font-family: "微软雅黑";
}
.sliderContainer .slideSelectors {
  float: right;
  position: relative;
  bottom: 197px;
  right: 14px;
  width: auto;
  margin: 0 auto;
  z-index: 1;
  height: 10px;
}
.sliderContainer .slideSelectors .prev,
.sliderContainer .slideSelectors .next {
  display: none;
}
.sliderContainer .slideSelectors .item {
  width: 10px;
  height: 10px;
  float: left;
  background: #ffffff;
  margin: 0 7px;
  /* opacity: 0.25; 
	filter: alpha(opacity=100);*/
  border-radius: 50%;
}
.sliderContainer .slideSelectors .selected {
  width: 30px;
  height: 10px;
  margin: 0 7px;
  background: #9a0000;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 15px;
}
.sliderContainer .scrollbarContainer {
  position: relative;
  bottom: 12px;
  left: 0;
  /* PKU
	width: 1024px;
*/
  height: 4px;
  margin: 0 auto;
  z-index: 1;
}
.sliderContainer2 .scrollbarContainer2 {
  position: relative;
  bottom: 12px;
  left: 0;
  /* PKU
	width: 1024px;
*/
  height: 4px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .iosSliderDemo {
    padding: 0 0;
  }
  .fluidHeight {
    position: absolute;
    width: 100%;
    height: auto;
  }
  .sliderContainer {
    height: 100%;
    max-height: auto;
    padding: 0 0;
  }
  .iosSlider .slider .item {
    /* PKU	width: 1200px; */
    /* width: 100% !important; */
    max-width: 100%;
  }
  .iosSlider .slider .item .inner img {
    height: auto;
    min-height: 242px;
  }
  .sliderContainer .slideSelectors .prev,
  .sliderContainer .slideSelectors .prev2 {
    background: url(../images/arrow_next.png) no-repeat;
    background-position: top left;
    background-size: 80%;
    top: -15px;
    left: 10px;
  }
  .sliderContainer .slideSelectors .next,
  .sliderContainer .slideSelectors .next2 {
    background: url(../images/arrow_pre.png) no-repeat;
    background-position: top right;
    background-size: 80%;
    top: -10px;
    left: auto;
    right: 10px;
  }
  .iosSlider .slider .item .inner .text1 {
    height: auto;
  }
  .iosSlider .slider .item .inner .text1 .date {
    width: auto;
    padding: 0 5px;
    margin: 13px 10% 12px 0;
  }
  .iosSlider .slider .item .inner .text1 h3 {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
  }
  .iosSlider {
    width: 100% !important;
  }
}
