@charset "UTF-8";
.newImgTitleImg:hover,.newImgHeader:hover,.newImgBody:hover{
	/* color:#f00 !important; */
}
.newImg7-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.newImg7-container:hover .newImg7-arrow {
  display: block;
  display: none;
}
.newImg7-container .newImg7-arrow {
  display: none;
}
.newImg7-container .newImg7-leftArrow,
.newImg7-container .newImg7-rightArrow {
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url("./img/ico.png");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  z-index: 2002;
  bottom: 50%;
  display: none;
  cursor: pointer;
}
.newImg7-container .newImg7-rightArrow {
  background-position: 2px -44px;
  right: 0;
}
.newImg7-container .newImg7-slide-container {
  width: 100%;
  height: 100%;
}
.newImg7-container .newImg7-slide-container .newImg7-slide-item {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  filter: alpha(opacity=0); /* IE8 及更早版本的浏览器   0 到 100*/
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.newImg7-container .newImg7-slide-container .newImg7-slide-item .newImg7-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;cursor:pointer;
}
.newImg7-container .newImg7-slide-container .newImg7-slide-item .newImg7-header-bg {
  position: absolute;
  right: 0;
  
  left: 0;
  bottom: 0px;
  color: #fff;
  font-weight: 700;
  z-index: 2003;
  width: 100%;
  height: 62px;
  background-image: url("./img/imgfoucsbg.png");
  background-repeat: repeat-x;
  background-position: center;
  text-align: right;
  line-height: 80px;
   
}
.newImg7-container .newImg7-slide-container .newImg7-slide-item .newImg7-header {
  position: absolute;
  right: 0;
  right: 10px;
  bottom: 0px;
  color: #fff;
  font-weight: 700;
  z-index: 2004;
  width: 100%;
  height: 62px;
   text-align: right;
  line-height: 80px;cursor:pointer;
}
.newImg7-container .newImg7-slide-container .newImg7-slide-item.newImg7-active {
  z-index: 2000;
  opacity: 1;
  filter: alpha(opacity=100); /* IE8 及更早版本的浏览器   0 到 100*/
}
.newImg7-container .newImg7-dots-container {
  z-index: 2001;
  width: 200px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0px;
  left: 10px;
}
.newImg7-container .newImg7-dots-container .newImg7-dot-item {
  width: 20px;
  height: 20px;
  float: left;
  display: inline-block;
  background-image: url("./img/ico.png");
  background-repeat: no-repeat;
  background-position: 2px 15px;
  background-position: -22px -123px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
}
.newImg7-container .newImg7-dots-container .dot-active {
  background-position: -7px -123px;
}

 
