﻿.content{
    width:100%;
    /* min-height:568px; */
    min-height: 468px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    background:#fec313;
    color:#fff;
  }
.scene {
    position: absolute;
}
.cs-panel_2{
    position: relative;
    /* margin-top:-150px; */
    background: #f5f9fa;
}
.kol_tab{
    margin: 0 auto;
    position: relative;
    top:-58px;
    /* margin-top:72px;
    margin-bottom: 30px; */
    width:1200px;
}
.kol_tab ul{
    display: flex;
    /* justify-content:space-between; */
    align-items: flex-end;
    box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.05);

}
.kol_tab li{
    display: inline-block;
    width:171px;
    height:115px;
    background:#fff;
    /* transition: all 1s linear; */
}
.kol_tab li:hover{
    background: rgba(245,245,245,1);
}
.kol_tab li.actived{
    background:rgba(245,245,245,1);
}
.kol_tab li a{
    display:inline-block;
    width:100%;
    line-height: 115px;
    text-align: center;
    color:#2E2F36FF;
}
#ltab {
    margin:0 auto;
    margin-top:60px;
    display: flex;
    justify-content:space-between;
    width:1200px;
    clear: both;
}
#ltab #ltab_0,#ltab #ltab_1,#ltab_2,#ltab_3,#ltab_4,#ltab_5,#ltab_6 {
    padding:0 0 40px 0;
    width:100%;
    display: flex;
    align-items: flex-end;
    display:none;
}
/* #ltab p{
    width:100%;
    height:160px;
    display: flex;
    justify-content: space-between;
} */
#ltab div#ltab_0 {
    display:block;
}
.kol_tab p{
    text-align:center;
    color:#2E2F36;
    font-weight:600;
}
.tabBar{
    position: relative;
    display: flex;
    margin:0 auto;
    width:1200px;
    height:4px;
    margin-top: -4px;
}
.selected{
    position: absolute;
    top:0;
    left:0;
    width:171px;
    height:4px;
    background:rgba(46,47,54,1);
    transition: all 5 ease;
    -webkit-transition: all .5s ease;
}

.app-slider{
    width: 1200px;
    box-sizing: border-box;
    margin: 0px auto;
    /*padding: 5px;*/
    background-color: #fff;
    cursor: pointer;
    position: relative;
    top: 5px;
    left: 0px;
    margin-bottom:40px;
}

.app-text-slider{
    width: 405px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.swiper-slide-cont div{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.swiper-slide-cont div:hover {
    /*border-bottom-color: #00c800;*/
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    /*-webkit-box-shadow: 0 20px 40px rgba(0,0,0,.12);
    box-shadow: 0 20px 40px rgba(0,0,0,.12)*/
}

.slider{
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    box-shadow:10px 0px 50px rgba(0,0,0,0.05);
}
.slider-wrap{
    position: relative;
    top: 0px;
    left: 0px;
}
.slider-wrap .slider-nav{
    width: 20px;
    height: 37.5px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}
.slider-wrap .s-prev{
    background: url(../image/swiper_left.png) center center no-repeat;
    left: -50px;
    background-size:20px auto;
}

.slider-wrap .s-next{
    background: url(../image/swiper_right.png) center center no-repeat;
    right: -50px;
    background-size:20px auto;
}

.swiper{
    position: relative;
    margin:0 auto;
    width:1200px;
    height: 325px;
}
.swiper .swiper-item{
    width: 100%;
    height: 325px;
    background-color: #fff;
    display: none;
}
.swiper .swiper-item img{
    float: left;
    width: 100%;
    height: 100%;
}

.swiper .swiper-item.active{
    display: block;
}

.swiper .swiper-item.left{
    position: absolute;
    top: 0px;
    left: 100%;
    display: block;
    z-index: 9;
}
.swiper .swiper-item.right{
    position: absolute;
    top: 0px;
    right: 100%;
    display: block;
    z-index: 9;
}

.swiper-indicator{
    padding: 10px 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}
.swiper-indicator .swiper-indicator-item{
    float: left;
    margin: 0px	4px;
}

.swiper-indicator a{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #d0cdd1;
    display:inline-block;
}
.swiper-indicator .active a{
    background-color: #04be02;
}


 .swiper-slide-cont{
     width:405px;
    padding:35px 45px;
    text-align:center;
}
.swiper-slide-cont .logo{
    margin:0 auto;
    width:180px!important;
    height:80px;
}
.swiper_left_title{
    font-size: 24px;
    line-height:33px;
    color:#222222;
}
.swiper_left_des{
    margin: 25px 0;
    font-size:16px;
    color:#666;
}
.swiper_left_cut{
    margin:0 auto 15px;
    width:30px;
    border-top:2px #6EB92B solid;
    box-shadow:10px 0px 50px rgba(0,0,0,0.05);
}
.swiper_left_data{
    font-size:14px;
    color:#888;
}


#ltab {
    margin-top: -15px;
    height: auto;
    animation-duration: 0.5s;
  }
  #ltab .caselist {
      display: flex;
      margin-left: -15px;
      flex-wrap: wrap;
  }
  #ltab .caselist li {
      width: 390px;
      margin: 0 0 40px 15px;
  }
  #ltab li.caselist-case a {
      display: inline-block;
      width: 100%;
      height:335px;
      overflow: hidden;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      box-shadow: 10px 0px 50px rgba(0, 0, 0, 0.05);
  }
  #ltab li.caselist-case a:hover {
      transform:translateY(-4px);
      -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  }
  #ltab li.caselist-case a:hover .headImg img{transform:scale(1.05)}

  #ltab .headImg{
      width: 100%;
      height: 250px;
      overflow: hidden;
  }
  #ltab .headImg img{
    transition: all ease 0.5s;
  }
  #ltab .copy {
      padding: 20px;
      height: 85px;
      background-color: #fff;
      width:100%;
  }
  #ltab .copy h3{
        font-size: 14px;
        color: #222;
        margin-bottom: 5px;
        font-weight: 500;
  }
  #ltab .copy span {
        font-size: 12px;
        color: #888;
  }
  #loadMore{
    text-align:center;
}
#loadMore a{
    /* position:relative; */
    top:-55px;
    display:inline-block;
    width:1200px;
    height:50px;
    background-color:#fff;
    text-align:center;
    line-height:50px;
    color:#222;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#loadMore a:hover{
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.06);
    box-shadow: 0 10px 20px rgba(0,0,0,.06)
}
  .commonAni2 .caselist-case{
    animation: fadeliftup 1s .6s cubic-bezier(.23,1,.32,1) both;
}