@charset "UTF-8";


.ellipsis, .index-flash li .name a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

 .index-flash .btn, .index-flash .btn .dots {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }



.index-flash .btn {
  align-items: center;
  -webkit-align-items: center; }

.index-flash .btn {
  justify-content: center;
  -webkit-justify-content: center; }






html {
  font-size: 100px; }

body {
  font-size: .14rem;
  font-family: "SourceSansPro-Regular", "微软雅黑";
  color: #000;
  -webkit-text-size-adjust: none; }
  body.hidden {
    overflow: hidden; }

/*-------------------------*/


img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }









/*index*/

	

.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-flash li {
    position: relative;
    height: 80vh;
    overflow: hidden; }
    .index-flash li video {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      min-width: 100%;
      transform: translate(-50%, -50%); }
    .index-flash li .video-btn {
      background: url("../images/btn108.png") center no-repeat;
      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: 80vh;
      overflow: hidden; }
      .index-flash li .img a:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 5;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: url("../images/bg20.png") center bottom repeat-x;
        background-size: auto 5.19rem; }
      .index-flash li .img a img {
        position: absolute;
        left: 50%;
        top: 50%;
        min-height: 100%;
        min-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: 80px;
      font-size: 14px;
      padding: 0 .3rem;
      height: 28px;
      line-height: 28px; }
  .index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.6rem; }
    .index-flash .btn .dots span {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 8px;
      width: 10px;
      height: 10px;
      background: rgba(255, 255, 255, 0.78);
      opacity: 1; }
    .index-flash .btn .dots span.swiper-pagination-bullet-active {
      background: #dcc55a; }
    .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: 12px;
      padding-left: 17px; }
      .index-flash .btn a:hover {
        color: #dcc55a; }
  .index-flash .arrow a {
    display: block;
    width: .53rem;
    height: .53rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -.26rem;
    opacity: 0; }
    .index-flash .arrow a.prev {
      left: .28rem;
      background-image: url("../images/prev53_2.png"); 
	  }
    .index-flash .arrow a.next {
      right: .28rem;
      background-image: url("../images/next53_2.png"); 
	  }
  .index-flash:hover .arrow a {
    opacity: .5; }
    .index-flash:hover .arrow a:hover {
      opacity: 1; }



@media screen and (max-width:700px)
{
.index-flash li {
    position: relative;
    height: 40vh;
    overflow: hidden;
}
 .index-flash li .img a {
      position: relative;
      display: block;
      height: 40vh;
      overflow: hidden; }

}

 