

.op0{
  filter:alpha(opacity=0);  
      -moz-opacity:0;  
      -khtml-opacity: 0;  
      opacity: 0; 
}

.home-one{overflow: hidden;}
.home-one .text{position: absolute;top:50%;left:0;text-align: center;width:100%;z-index: 9999;margin-top:-50px;font-size:80px;padding:0 5px;color:#fff;}
.home-one .picbg{width:100%;height:100vh;background-size: cover;}

.home-two .picbg{/*background: url(../images/two-bg.jpg) center no-repeat;*/background-size: cover;}
.home-two .t,.home-thr .t{font-size:50px;width:100%;text-align: center;display: block;
  
}
.home-two .t{z-index:2;position:relative;}
.home-two .subt{display: block;width:100%;text-align: center;margin-top:30px;z-index:2;position:relative;
  
}
.home-two .subt a{display: inline-block;font-size:26px;}
.home-two .subt span{display: inline-block;padding:0 25px;font-size:26px;font-weight: normal;}
.home-more{display: block;width:100%;text-align: center;margin:40px 0;position: relative;height: 54px;z-index: 99999;
  
}
.home-more a::before,.home-more a::after{
  -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.home-more a::before{width:185px;height: 54px;border-radius:54px;background: rgba(146,7,131,0.16);position: absolute;top:0;left:50%;margin-left:-92px;content:"";z-index: 1;}
.home-more a::after{width:165px;height: 37px;border-radius:37px;background: rgba(146,7,131,.7);position: absolute;top:8px;left:50%;margin-left:-82px;content:"";z-index: 2;}
.home-more a span{text-align: center;line-height: 37px;color: #fff;font-size:15px;width:165px;position: absolute;top:8px;left:50%;margin-left:-82px;z-index: 3;}
.home-more:hover a::before{width:200px;margin-left:-100px;background: rgba(146,7,131,0.34);}
.home-more:hover a::after{width:180px;margin-left:-90px;}
.home-two .text-box{display: block;padding:0 88px;z-index:2;position:relative;}
.home-two .text-box .bg{background:rgba(255,255,255,0.45);position: relative;}
.home-two .text-box .pic{width:55%;float:left;max-height:432px;overflow:hidden;}
.home-two .text-box .pic img{width: 100%;vertical-align: bottom;}
.home-two .text-box .text{width:45%;float:right;padding:40px 70px;overflow: hidden;}
.home-two .text-box .text a{font-size:28px;}
.home-two .text-box .text p.time{font-size:16px;margin-top:30px;}
.home-two .text-box .text p.des{margin-top:35px;font-size:16px;line-height: 40px;text-indent: 35px;}
.home-two .text-box .text .more{display: block;text-align: right;width:100%;}
.home-two .text-box .text .more a{font-size:16px;color: #910783;}

.home-thr{position: relative;}
.home-thr .home-more{position: absolute;top:100px;left:0;}
.home-thr .t{position: absolute;z-index: 333;top:50px;left:0;width:100%;text-align: center;color: #fff;}
.home-thr .leftbox{position: absolute;left:0;top:0;width:50%;height: 100%;z-index: 1;display: table;overflow: hidden;}
.home-thr .leftbox .pic{width:140%;height: 100%;position: absolute;top:0;left:-40%;transform: skewX(-18deg);z-index: 444;}
.home-thr .leftbox .pic .bg{background: url(../images/thr-bg1.jpg) left center no-repeat;width:100%;height: 100%;position: absolute;top:0;left:0;transform: skewX(18deg);}
.home-thr .leftbox .text{display: table-cell;vertical-align: middle;text-align: center;}
.home-thr .leftbox .text p,.home-thr .rightbox .text p{width:50%;text-align: center;display: block;}
.home-thr .rightbox .text p{float: right;}
.home-thr .rightbox{position: absolute;right:0;top:0;width:50%;height: 100%;z-index: 1;background: url(../images/thr-bg2.jpg) right center no-repeat;display: table;}
.home-thr .rightbox .text{display: table-cell;vertical-align: middle;text-align: center;}






.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  
}
.skw-page__half--left {
  left: 0;  
}
.skw-page__half--right {
  left: calc(50% - 1px);
  
}

.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
      -ms-transform: skewX(-18deg);
          transform: skewX(-18deg);
  
}
.skw-page__half--left .skw-page__skewed {
  left: -20%;
}
.skw-page__half--right .skw-page__skewed {
  right: -40%;
}
.skw-page__content {  
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  -webkit-transform: skewX(18deg);
      -ms-transform: skewX(18deg);
          transform: skewX(18deg);
  
}
.skw-page__half--left .skw-page__content {
  
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {  
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.skw-page-1 .skw-page__half--left .skw-page__content p{
  width:100%;height: 100%;background: url(../images/t2.png) center no-repeat;position: absolute;top:0;left:-10%;
}

.skw-page-1 .skw-page__half--right .skw-page__content p{
  width:100%;height: 100%;background: url(../images/t3.png) center no-repeat;position: absolute;top:0;right:0;
}
.skw-page-1 .skw-page__half--left .skw-page__content p a,.skw-page-1 .skw-page__half--right .skw-page__content p a{display: block;width:100%;height: 100%;}
.home-thr .imgscl img{
  max-width: 100%;
  height: 100%;
  vertical-align: bottom;
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 550ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 550ms;
}
.home-thr .imgscl:hover img{
  -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
}



.home-f{/*background: url(../images/f-bg.jpg) center no-repeat;*/background-size: cover;}
.home-f .t,.home-fi .t,.home-s .t{font-size:50px;width:100%;text-align: center;display: block;color: #fff;}
.home-f .subt,.home-fi .subt,.home-s .subt{display: block;width:100%;text-align: center;margin-top:40px;}
.home-f .subt a,.home-fi .subt a,.home-s .subt a{display: inline-block;font-size:26px;color: #fff;}
.home-f .subt a:hover,.home-fi .subt a:hover,.home-s .subt a:hover{color:#920682;}
.home-f .subt span,.home-fi .subt span,.home-s .subt span{display: inline-block;padding:0 25px;font-size:26px;font-weight: normal;color: #fff;}
.home-f .f-bg{width:100%;height: auto;padding:58px 0;text-align: center;background: rgba(255,255,255,.66);margin-top:200px;}
.home-f .f-bg .list{display: inline-block;vertical-align: top;margin:0 80px;text-align: left;}
.home-f .f-bg .list .list-t{display: block;}
.home-f .f-bg .list .list-t span{border-left:4px solid #920682;height: 30px;line-height: 30px;color: #920682;font-size:33px;padding-left:23px;display: inline-block;}
.home-f .f-bg .list .num{display: block;font-size:49px;padding:30px 0;padding-left:27px;line-height: 30px;}
.home-f .f-bg .list .num span{font-size:24px;display:inline-block;vertical-align:bottom;}
.home-f .f-bg .list .num span.timer{font-size:49px;}

.home-f .f-bg .list .numbot{display: block;padding-left:27px;font-size:17px;}

.home-fi{/*background: url(../images/fi-bg.jpg) center no-repeat;*/background-size: cover;}
.home-fi .list{width:1379px;margin:0 auto;height: 563px;position: relative;}
.home-fi .list ul{
  animation-delay: 0.3s;
  filter:alpha(opacity=0);  
      -moz-opacity:0;  
      -khtml-opacity: 0;  
      opacity: 0;  
}
.home-fi .list li{width:223px;height: 191px;position: absolute;background: url(../images/bg1.png) center no-repeat;display: table;text-align: center;z-index: 2;
   
  -webkit-transition: all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
.home-fi .list li a{display: table-cell;vertical-align: middle;}
.home-fi .list li img{max-width: 150px;}
.home-fi .list li.li1{top:0;left:166px;}
.home-fi .list li.li2{top:0;left:497px;}
.home-fi .list li.li3{top:0;left:828px;}
.home-fi .list li.li4{top:0;left:1159px;}

.home-fi .list li.li5{top:96px;left:0;}
.home-fi .list li.li6{top:96px;left:332px;}

.home-fi .list li.li7{top:96px;left:663px;}
.home-fi .list li.li8{top:96px;left:994px;}

.home-fi .list li.li9{top:190px;left:166px;}
.home-fi .list li.li10{top:190px;left:497px;}
.home-fi .list li.li11{top:190px;left:828px;}
.home-fi .list li.li12{top:190px;left:1159px;}

.home-fi .list li.li13{top:284px;left:0;}
.home-fi .list li.li14{top:284px;left:332px;}
.home-fi .list li.li15{top:284px;left:663px;}
.home-fi .list li.li16{top:284px;left:994px;}

.home-fi .list li.li17{top:378px;left:166px;}
.home-fi .list li.li18{top:378px;left:497px;}
.home-fi .list li.li19{top:378px;left:828px;}
.home-fi .list li.li20{top:378px;left:1159px;}
.home-fi .list li:hover{
  background: url(../images/bg2.png) center no-repeat;background-size: 100% 100%;z-index: 9;
  transform: scale(1.2);
  -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
  -moz-transform: scale(1.2); /*Firefox*/
  -ms-transform: scale(1.2); /*IE9*/
  -o-transform: scale(1.2); /*Opera*/
}

.home-s{/*background: url(../images/s-bg.jpg) center no-repeat;*/background-size: cover;text-align: center;width:100%;}

.home-s .search-box{width:1000px;height: 62px;border-radius:62px;background: rgba(255,255,255,.92);display: inline-block;margin:30px 0;position: relative;padding:0 50px;}
.home-s .search-box .text{width:100%;height: 62px;border:none;outline: none;background: none;text-align: center;font-size:16px;}
.home-s .search-box .input{display: inline-block;width:42px;height: 62px;background: url(../images/sear-ico2.png) center no-repeat;border:none;cursor: pointer;position: absolute;top:0;right:50%;margin-right:40px;
  -webkit-transition: all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
.home-s .search-box .input.rinput{margin-right:0;right:30px;}

.home-s .search-box .text::-webkit-input-placeholder {
  color: #1d3447;
}

.home-s .search-box .text:-moz-placeholder {
  color: #1d3447;
}

.home-s .search-box .text::-moz-placeholder {
  color: #1d3447;
}

.home-s .search-box .text:-ms-input-placeholder {
  color: #1d3447;
}
.home-s .search-key{width:1000px;display: inline-block;margin-top:20px;line-height: 30px;}
.home-s .search-key a{font-size:15px;color: #fff;display: inline-block;margin:0 18px;}
.home-s .subt{margin:60px 0;}




.home-about-list{width:100%;display: block;/*background: url(../images/home-aboutbg.png) center bottom no-repeat;*/text-align: center;margin:30px 0;}
.home-about-list img{max-width:100%;margin:0 auto;}
.home-about-list ul{width:1143px;margin:0 auto;position: relative;min-height: 400px;}
.home-about-list li{text-align: center;position: absolute;}
.home-about-list li span{display: inline-block;width:148px;height: 54px;border-radius:54px;background: rgba(255,255,255,.76);line-height: 54px;text-align: center;color: #920783;font-size:22px;}
.home-about-list li .line{width:100%;display: block;background: url(../images/home-linebg.fw.png) center repeat-y;}
.home-about-list li .botcir{display: block;width:100%;text-align: center;}
.home-about-list li .botcir i{width:25px;height: 25px;background: #CCC7E4;border-radius:25px;display: inline-block;vertical-align: top;}
.home-about-list li.li1 .line{height: 138px;}
.home-about-list li.li2 .line{height: 88px;}
.home-about-list li.li3 .line{height: 217px;}
.home-about-list li.li4 .line{height: 107px;}
.home-about-list li.li5 .line{height: 242px;}
.home-about-list li.li6 .line{height: 156px;}


.home-about-list li.li1{left:0;bottom:148px;}
.home-about-list li.li2{left:207px;bottom:126px;}
.home-about-list li.li3{left:404px;bottom:100px;}
.home-about-list li.li4{left:602px;bottom:65px;}
.home-about-list li.li5{left:800px;bottom:32px;}
.home-about-list li.li6{right:0;bottom:35px;}

.home-about-list li.li1:hover .line{height: 170px;}
.home-about-list li.li2:hover .line{height: 170px;}
.home-about-list li.li3:hover .line{height: 250px;}
.home-about-list li.li4:hover .line{height: 170px;}
.home-about-list li.li5:hover .line{height: 280px;}
.home-about-list li.li6:hover .line{height: 220px;}
.home-about-list li:hover span{background: rgba(255,255,255,1);width:160px;}

.fblack,.fblack a{color:#000;}
.fwhite,.fwhite a{color:#fff;}


/* Slider */.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
  from{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
  }
  to{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
@keyframes scale-bg{
  from{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
  }
  to{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
/*banner */
.index_main{
  background: #f7f7f7;
}
.index_main .section1{
  position: relative;
}

.index_main .section1 .index_banner .item{
  background-size: cover;
  -webkit-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  height:100vh;
  position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
  visibility: visible; 
  -webkit-animation:scale-bg 6s linear forwards;
  animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index_main .section1 .index_banner .items:after{
  /*content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner .block_txt{
  position: absolute;
  top: 44%;
  right: 10px;
  left:10px;
  opacity: 0; 
  transform: translateY(40px);
  -webkit-transform: translateY(40px); 
  -webkit-transition: all 500ms ease; 
  transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
  opacity: 1; 
  -webkit-transform: translateY(0); 
  transform: translateY(0); 
  -webkit-transition-delay: 100ms; 
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt h4{
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
  color: #fff;
  font-size: 70px;
  font-weight: bold;
  text-align:center;
  letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
  color: #fff;
  font-size: 22px;
  text-align:center;
  margin-top: 10px;
  letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
  width:30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease; 
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border:0;
}
.index_main .section1 .left{
  left: 0;
}
.index_main .section1 .right{
  right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
  opacity: 1;
  visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
  width: 20px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
  background-image:url(../image/ban_prev.png);
  left:60px;
}
.index_main .section1 .slick_txt .next{
  background-image:url(../image/ban_next.png);
  right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
  background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
  background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
  position: absolute;
  bottom:4%;
  left: 50%;
  padding-bottom: 5px;
  
  display: table;
  padding: 0 20px;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
  font-family: "Myriad Pro","Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  text-indent:-999999px;
  overflow: hidden;
  width:13px;
  height:13px;
  border-radius:13px;
  background:rgba(255,255,255,.5);
  margin:0 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{background:rgba(255,255,255,1);}
.index_main .section1 .number span:last-child{
  margin-right: 0;
}
.index_main .section1 .number span:after{
  content: "";
  display: none ;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom:-20px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.index_main .section2{
  background: #f5f5f5;
}
.index_main .section2 h3{
  text-align: center;
}
.index_main .section3{
  width: 100%;
  height: 100%;
  background: url(../image/3.jpg) no-repeat;
  background-size: 100% 100%;
}
.index_main .section3 h3{
  text-align: center;
}
.index_main .section4{
  background: #f5f5f5;
}
.index_main .section4 h3{
  text-align: center;
}

@media only screen and (max-width: 1600px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 28px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 24px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 18px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1366px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 26px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 16px;
  }
  .index_main .section1 .index_banner .slick-arrow{
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 22px;
    }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px){
  .index_main .section1 .index_banner .item{
    height: 100vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt{
    left: 0;
    right:0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow{
    display: none !important;
  }
    .index_main .section1 .index_banner .slick-dots{
      position: absolute;
      bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
      display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
      background: #fff;
    }
  .index_main .section1 .number{
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span{
    margin-right: 22px;
  }
  .index_main .section1 .number span:after{
    bottom: -14px;
  }

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
  
}
.wap-banner .swiper-slide img{max-width:100%;vertical-align:bottom;}