﻿@charset "utf-8";
/*全局*/
.banner {
  width: 100%;
  height: 100%;
}
/*背景图片*/
.banner-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-position: center center;
  background-size: cover;
}


.banner .slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    }
   
.banner .slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    }
   
.banner .slides li:first-child {
    position: relative;
    display: block;
    float: left;
    }
.banner .slides li .banner-con{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}


/*翻页按钮*/
.banner .slides_nav {
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 1;
  left: 30px;
  text-indent:-99em;
  overflow: hidden;
  top: 40%;
  background: url(../../img/icon.png) no-repeat 0 -450px;
  opacity: 0.5;
  z-index: 8;
   }

.banner .slides_nav.next{
  left: auto;
  right: 30px;
  background-position-x: -100px;
}


.banner :hover .prev,
.banner :hover .next{
  opacity: 0.8;
}
.banner .slides_nav.next{
  left: auto;
  right: 30px;
  background-position-x: -100px;
}
.banner .slides_nav.prev:hover,
.banner .slides_nav.next:hover{
  opacity: 1;
}


/*当前页码*/
.banner .slides_tabs{
  display: block;
  position: absolute; 
  text-align: center;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: 20px; 
  z-index: 999;
  padding:0;
}
.banner .slides_tabs ul{
  padding: 0;
}
.banner .slides_tabs li{
  list-style-type: none;
  display: inline-block;
}  
.banner .slides_tabs li a{
  display: block;
  text-indent: -999em;
  width: 60px; 
  height: 4px;
  margin:0 8px;
  background: rgba(255,255,255,0.3); 
  cursor: pointer;
}
.banner .slides_tabs li.slides_here a{
  background: rgba(255,255,255,0.8); 
}

/*进度条*/
.banner-con .banner-line{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.banner-con .banner-line span{
  position: absolute;
  left: 0;
  top:0;
  display: block;
  width: 0px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;   
}
.slides1_on .banner-con .banner-line span{
  width: 100%;
}

/*文本内容*/
.banner-con .text{
  width: 94%;
  position: absolute;
  z-index: 2;
  padding-left: 0%;
  top: 42%;
  left: 3%;
  display: none;
}
.banner-con .text .content{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 0px;
}
/*.banner-con .text-2 .content,
.banner-con .text-3 .content{
  padding-left: 120px;
}*/
.banner-con .text .content span{
  width: 60px;
  height: 4px;
  display: block;
  background:#ffff00;
  margin-left: 5px;
  margin-bottom: 30px;

}
.banner-con .text h1,
.banner-con .text h2{
  font-size: 45px;
  font-weight: bold;
  display: block;
  line-height: 60px;
  color: #fff;
  padding-left: 0px;
  letter-spacing:5px;
  text-shadow:0 2px 8px rgba(0,63,170,0.4);
  text-align: center;
}

.banner-con .text h3{
  color: #fff;
  font-size: 1.6em;
  padding-left: 5px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
} 
.banner-con .text h4{
  color: #fff;
  font-size: 16px;
  padding-left: 2px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow:0 2px 5px rgba(0,63,170,0.3);
  text-align: center;
}     
.banner-con .text p{
  color: #fff;
  font-size: 1.4em;
  padding-left: 5px;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-align: center;
}   


@media screen and (max-width: 768px){
.banner .slides_tabs{
  height: 8px;
  bottom: 2px; 
}
.banner .slides_tabs li{
  list-style-type: none;
  display: inline-block;
  width: 30px; 
  height: 10px;
  margin-right: 5px;
}  
.banner .slides_tabs li a{
  width: 30px; 
  height: 3px;
}

.banner-con .text{
  width: 100%;
  position: absolute;
  z-index: 2;
  padding-left: 0%;
  top: 90px;
  left: 0%;
}
.banner-con .text .content{
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50%;
}
.banner-con .text-2 .content,
.banner-con .text-3 .content{
  padding-left: 20px;
}
.banner-con .text .content span{
  width: 40px;
  height: 2px;
  display: block;
  background:#ffff00;
  margin-left: 1px;
  margin-bottom: 5px;
}

.banner-con .text h1,
.banner-con .text h2{
  font-size: 1.4em;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.banner-con .text h3{
  font-size: 1.1em;
  padding-left: 1px;
  margin-bottom: 10px;
} 
.banner-con .text h4{
  font-size: 1.1em;
  padding-left: 1px;
  margin-bottom: 10px;
}     
.banner-con .text p{
  font-size: 1.1em;
  line-height: 15px;
  padding-left: 1px;
  margin-bottom: 0;
}  


}