@charset "utf-8";
/* tFocus */
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
  display: block;
  background: url(../imags/spr.png) no-repeat;
}
#tFocus {
  width: 100%;
  margin: 30px 0;
}
#tFocus-pic {
  width: 100%;
  height: 550px;

  position: relative;
}
#tFocus-pic li {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 25px;
  text-align: center;
  position: absolute; background:#fff;
   padding:20px;

  height: 550px;
  left: 0;
  top: 0;
  filter: alpha(opacity:0);
  opacity: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#tFocus-pic li img {
  max-width: 100%;
  margin: 0 auto; max-height:550px
}
#tFocusBtn {
  width: 100%;
  padding-left: 5px;
  margin-top: 5px;
  z-index: 20;
  overflow: hidden;
}
#tFocus-btn {
  width: 100%;
  height: 120px;
  position: relative;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#tFocus-btn ul {
  width: 100000px;
  /*position: absolute;*/
  left: 0;
  top: 0;
}
#tFocus-btn li {
  height: 100px;
  width: 100px;
  padding-top: 10px;
  display: block;
  float: left;
  margin-right: 10px;
}
#tFocus-btn li img {
  border: 1px solid #dddddd;
  border-radius: 15px;
  width: 100px;
  height: 100px;
}
#tFocus-btn li.active {
  background-position: -448px -100px;
}
#tFocus-btn li.active img {
  border: 1px solid #f90;
  width: 100px;
  height: 100px;
}
/*#tFocus-leftbtn, #tFocus-rightbtn {
  height: 40px;
  margin-top: 18px;
  width: 15px;
  float: left;
  text-indent: -9999px;
}
#tFocus-leftbtn {
  margin-right: 5px;
  background-position: -455px -60px;
}
#tFocus-rightbtn {
  background-position: -480px -60px;
}*/
@media (max-width: 990px) {
  #tFocus-pic {
    max-height: 300px;
  }
    
 #tFocus-btn ul {
  position: absolute;*/
 
}
