.index-flash .pc-show{transform: scale(1.1);height: 100%;}
.index-flash .swiper-slide-active .pc-show{transform: scale(1);transition:linear 2s;}
.index-flash{overflow:hidden;}


/* Arrows */
 .slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;}

.bgs {    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.3);}


 .index-flash .btn, .index-flash .btn .dots{
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }





.btn{
  justify-content: center;
  -webkit-justify-content: center; }










.index-flash img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }




.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }



/*-------------------------*/


/*index*/
.index-video {
  width: 100%;
  height: 81vh;
  overflow: hidden;
  position: relative; }
  .index-video video, .index-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 80%;
    min-width: 100%;
    max-width: 1000%;
    transform: translate(-50%, -50%); }
  .index-video .btn {
   
    background-size: cover;
    width: .42rem;
    height: .42rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.9rem;
    cursor: pointer; }

.index-flash {
  width: 100%;
  height:81vh;
  overflow: hidden;
  position: relative;
 }
  .index-flash li {
    position: relative;
    height: 81vh;
    overflow: hidden; 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
   min-height: 100%;
      width: 100%;
background:#000;
      transform: translate(-50%, -50%); 

}
    .index-flash li .video-btn {
    
      background-size: 100%;
      width: 1.08rem;
      height: 1.08rem;
      position: absolute;
      z-index: 1;
      left: 50%;
      right: auto;
      top: 50%;
      bottom: auto;
      margin-left: -.54rem;
      margin-top: -.54rem;
      cursor: pointer;
      opacity: 0; }
    .index-flash li .img a {
      position: relative;
      display: block;
      height: 100vh;
      overflow: hidden; }
 
      .index-flash li .img a img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: 100%;
        max-width: 1000%;
        transform: translate(-50%, -50%); }
    .index-flash li .name a {
      display: block;
      color: #fff;
      text-align: center;
      font-weight: bold;
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      top: auto;
      bottom: 1.3rem;
      font-size: .24rem;
      padding: 0 .3rem;
      height: 1.3em;
      line-height: 1.3em; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 55%;
    right: 0;
    top: auto;
    bottom: 5%; }
    .index-flash .btn .dots span {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 6px;
      width: 15px;
      height: 15px;
      background: rgba(255, 255, 255, 0.43);
      opacity: 1; }
    .index-flash .btn .dots span.swiper-pagination-bullet-active {
		background: rgba(255, 255, 255, 1.0);  width:15px; 
    height: 15px;
    border-radius: 50%; }
    .index-flash .btn a {
      font-size: 12px;
      color: #fff;
      height: 14px;
      line-height: 14px;
      border-left: rgba(255, 255, 255, 0.65) solid 1px;
      margin-left: 2px;
      padding-left: 17px; }
      .index-flash .btn a:hover {
        color: #dcc55a; }
  .index-flash .arrow a {
    display: block;
    width: 31px;
    height: 50px;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 11;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
 opacity: 1.0;
    margin-top: -.26rem;
  }
    .index-flash .arrow a.prev {
      left: .28rem;
   
    .index-flash .arrow a.next {
      right: .28rem;
   }
  .index-flash:hover .arrow a {
    opacity: .5; }
    .index-flash:hover .arrow a:hover {
      opacity: 1; }
