﻿@charset "utf-8";



    .video .innerBox a.movedown {
        display: block;
        margin: 0 auto;
        width: 47px;
        height: 47px;
        background: url(../Images/icons.png) no-repeat 0px -60px;
        cursor: pointer;
        z-index: 99;
    }

        .video .innerBox a.movedown:hover {
            background: url(../Images/icons.png) no-repeat 0px -112px;
        }
        section.clients {
    background:url(../Images/wallpaper4.jpg) 50% 90%;
}

.clients .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .clients .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.clients.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.clients .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 299px;
    height: 37px;
    background: url(../Images/words.png) no-repeat -152px -528px;
}

.clients .box .caption span {
    font-size: 30px;
    padding-left: 10px;
    color:#333;
}

 ul.items {
    margin: 0 auto;
    margin-top: 65px;
    width: 1155px;
    height: 450px;
    font-size: 0;
    overflow: hidden;
}

  ul.items li {
        position: relative;
        padding: 0;
        width: 230px;
        height: 150px;
        overflow: hidden;
        z-index: 10;
    }

 ul.items li.cctv:hover {
            top: 600px;
            background:url(../Images/clients.png) no-repeat;
            -webkit-transition: all .8s ease-in-out 0s;
            -moz-transition: all .8s ease-in-out 0s;
            -ms-transition: all .8s ease-in-out 0s;
            -o-transition: all .8s ease-in-out 0s;
            transition: all .8s ease-in-out 0s;
        }
 ul.items li.cctv {
            top: 600px;
            background:url(../Images/clients.png) no-repeat -0px -150px;
            -webkit-transition: all .8s ease-in-out 0s;
            -moz-transition: all .8s ease-in-out 0s;
            -ms-transition: all .8s ease-in-out 0s;
            -o-transition: all .8s ease-in-out 0s;
            transition: all .8s ease-in-out 0s;
        }
 ul.items li.cctv1:hover {
            top: 600px;
            background:url(../Images/clients1.png) no-repeat;
            -webkit-transition: all .8s ease-in-out 0s;
            -moz-transition: all .8s ease-in-out 0s;
            -ms-transition: all .8s ease-in-out 0s;
            -o-transition: all .8s ease-in-out 0s;
            transition: all .8s ease-in-out 0s;
        }
 ul.items li.cctv1 {
            top: 600px;
            background:url(../Images/clients1.png) no-repeat -0px -150px;
            -webkit-transition: all .8s ease-in-out 0s;
            -moz-transition: all .8s ease-in-out 0s;
            -ms-transition: all .8s ease-in-out 0s;
            -o-transition: all .8s ease-in-out 0s;
            transition: all .8s ease-in-out 0s;
        }
 ul.items li.cctv.active {
                background: url(../Images/clients.png) no-repeat 0px -150px;
            }
  ul.items li.cctv1.active {
                background: url(../Images/clients1.png) no-repeat 0px -150px;
            }

.clients.active .box ul.items li.cctv {
    top: 0px;
}
.clients.active .box ul.items li.cctv1 {
    top: 0px;
}
ul.items li.unicom:hover {
    top: -400px;
    background:url(../Images/clients.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.unicom{
    top: -400px;
    background:url(../Images/clients.png) no-repeat -230px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.unicom1:hover {
    top: -400px;
    background:url(../Images/clients1.png) no-repeat -230px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.unicom1{
    top: -400px;
    background:url(../Images/clients1.png) no-repeat -230px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.unicom.active {
        background: url(../Images/clients.png) no-repeat -230px -150px;
    }
ul.items li.unicom1.active {
        background: url(../Images/client1s.png) no-repeat -230px -150px;
    }
.clients.active .box ul.items li.unicom {
    top: 0px;
}
.clients.active .box ul.items li.unicom1 {
    top: 0px;
}

 ul.items li.tsinghua:hover {
    top: 600px;
    background: url(../Images/clients.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.tsinghua{
    top: 600px;
    background: url(../Images/clients.png) no-repeat -460px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
ul.items li.tsinghua1:hover {
    top: 600px;
    background: url(../Images/clients1.png) no-repeat -460px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
  ul.items li.tsinghua1{
    top: 600px;
    background: url(../Images/clients1.png) no-repeat -460px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.tsinghua.active {
        background: url(../Images/clients.png) no-repeat -460px -150px;
    }

.clients.active .box ul.items li.tsinghua {
    top: 0px;
}
.clients.active .box ul.items li.tsinghua1 {
    top: 0px;
}
  ul.items li.cas:hover {
    top: -400px;
    background: url(../Images/clients.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
  ul.items li.cas{
    top: -400px;
    background: url(../Images/clients.png) no-repeat -690px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.cas.active {
        background: url(../Images/clients.png) no-repeat -690px -150px;
    }

.clients.active .box ul.items li.cas {
    top: 0px;
}
  ul.items li.cas1:hover {
    top: -400px;
    background: url(../Images/clients1.png) no-repeat -690px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
  ul.items li.cas1{
    top: -400px;
    background: url(../Images/clients1.png) no-repeat -690px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.cas.active {
        background: url(../Images/clients.png) no-repeat -690px -150px;
    }

.clients.active .box ul.items li.cas1 {
    top: 0px;
}

  ul.items li.sipo:hover {
    top: 600px;
    background: url(../Images/clients.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
  ul.items li.sipo{
    top: 600px;
    background: url(../Images/clients.png) no-repeat -920px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.sipo.active {
        background: url(../Images/clients.png) no-repeat -920px -150px;
    }

.clients.active .box ul.items li.sipo {
    top: 0px;
}
  ul.items li.sipo1:hover {
    top: 600px;
    background: url(../Images/clients1.png) no-repeat -920px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
  ul.items li.sipo1{
    top: 600px;
    background: url(../Images/clients1.png) no-repeat -920px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.sipo1.active {
        background: url(../Images/clients.png) no-repeat -920px -150px;
    }

.clients.active .box ul.items li.sipo1 {
    top: 0px;
}

  ul.items li.apple:hover {
    top: 450px;
    background: url(../Images/clients.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.apple{
    top: 450px;
    background: url(../Images/clients.png) no-repeat -1150px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}


      ul.items li.apple.active {
        background: url(../Images/clients.png) no-repeat -1150px -150px;
    }

.clients.active .box ul.items li.apple {
    top: 0px;
}
  ul.items li.apple1:hover {
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -1150px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.apple1{
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -1150px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}


      ul.items li.apple1.active {
        background: url(../Images/clients1.png) no-repeat -1150px -150px;
    }

.clients.active .box ul.items li.apple1 {
    top: 0px;
}
  ul.items li.das:hover {
    top: -550px;
    background: url(../Images/clients.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.das{
    top: -550px;
    background: url(../Images/clients.png) no-repeat -1380px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.das.active {
        background: url(../Images/clients.png) no-repeat -1380px -150px;
    }

.clients.active .box ul.items li.das {
    top: 0px;
}
  ul.items li.das1:hover {
    top: -550px;
    background: url(../Images/clients1.png) no-repeat -1380px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.das1{
    top: -550px;
    background: url(../Images/clients1.png) no-repeat -1380px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.das1.active {
        background: url(../Images/clients1.png) no-repeat -1380px -150px;
    }

.clients.active .box ul.items li.das1 {
    top: 0px;
}

  ul.items li.hunantv:hover {
    top: 450px;
    background: url(../Images/clients.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.hunantv{
    top: 450px;
    background: url(../Images/clients.png) no-repeat -1610px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.hunantv.active {
        background: url(../Images/clients.png) no-repeat -1610px -150px;
    }

.clients.active .box ul.items li.hunantv {
    top: 0px;
}
  ul.items li.hunantv1:hover {
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -1610px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.hunantv1{
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -1610px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.hunantv1.active {
        background: url(../Images/clients1.png) no-repeat -1610px -150px;
    }

.clients.active .box ul.items li.hunantv1 {
    top: 0px;
}
  ul.items li.sino:hover {
    top: -550px;
    background: url(../Images/clients.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.sino{
    top: -550px;
    background: url(../Images/clients.png) no-repeat -1840px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.sino.active {
        background: url(../Images/clients.png) no-repeat -1840px -150px;
    }

.clients.active .box ul.items li.sino {
    top: 0px;
}
  ul.items li.sino1:hover {
    top: -550px;
    background: url(../Images/clients1.png) no-repeat -1840px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.sino1{
    top: -550px;
    background: url(../Images/clients1.png) no-repeat -1840px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.sino1.active {
        background: url(../Images/clients1.png) no-repeat -1840px -150px;
    }

.clients.active .box ul.items li.sino1 {
    top: 0px;
}
  ul.items li.report:hover {
    top: 450px;
    background: url(../Images/clients.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.report{
    top: 450px;
    background: url(../Images/clients.png) no-repeat -2070px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.report.active {
        background: url(../Images/clients.png) no-repeat -2070px -150px;
    }

.clients.active .box ul.items li.report {
    top: 0px;
}
  ul.items li.report1:hover {
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -2070px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.report1{
    top: 450px;
    background: url(../Images/clients1.png) no-repeat -2070px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.report1.active {
        background: url(../Images/clients1.png) no-repeat -2070px -150px;
    }

.clients.active .box ul.items li.report1 {
    top: 0px;
}
  ul.items li.gedu:hover {
    top: 300px;
    background: url(../Images/clients.png) no-repeat -2300px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.gedu{
    top: 300px;
    background: url(../Images/clients.png) no-repeat -2300px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}
      ul.items li.gedu.active {
        background: url(../Images/clients.png) no-repeat -2300px -150px;
    }

.clients.active .box ul.items li.gedu {
    top: 0px;
}

  ul.items li.bgg:hover {
    top: -700px;
    background: url(../Images/clients.png) no-repeat -2530px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.bgg{
    top: -700px;
    background: url(../Images/clients.png) no-repeat -2530px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.bgg.active {
        background:url(../Images/clients.png) no-repeat -2530px -150px;
    }

.clients.active .box ul.items li.bgg {
    top: 0px;
}

  ul.items li.bsec:hover {
    top: 300px;
    background: url(../Images/clients.png) no-repeat -2760px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.bsec{
    top: 300px;
    background: url(../Images/clients.png) no-repeat -2760px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.bsec.active {
        background: url(../Images/clients.png) no-repeat -2760px -150px;
    }

.clients.active .box ul.items li.bsec {
    top: 0px;
}

  ul.items li.huadan:hover {
    top: -700px;
    background: url(../Images/clients.png) no-repeat -2990px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.huadan{
    top: -700px;
    background: url(../Images/clients.png) no-repeat -2990px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.huadan.active {
        background: url(../Images/clients.png) no-repeat -2990px -150px;
    }

.clients.active .box ul.items li.huadan {
    top: 0px;
}

  ul.items li.zd:hover {
    top: 300px;
    background: url(../Images/clients.png) no-repeat -3220px 0px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

  ul.items li.zd{
    top: 300px;
    background: url(../Images/clients.png) no-repeat -3220px -150px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

      ul.items li.zd.active {
        background: url(../Images/clients.png) no-repeat -3220px -150px;
    }

.clients.active .box ul.items li.zd {
    top: 0px;
}

  ul.items li.r {
    border-right: 1px dotted #ddd;
}

  ul.items li.b {
    border-bottom: 1px dotted #ddd;
}

  ul.items li span {
    position: absolute;
    bottom: -30px;
}

  ul.items li.bg.all {
    position: absolute;
    width: 1155px;
    height: 450px;
    background-color: White;
    -moz-opacity: 0.3;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

  ul.items li.bg.one {
    position: absolute;
    background: #eee;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: none;
}

  ul.mini {
    display: none;
}


section.business {
    margin-top:60px;
   
}
section.bss {
    background: url(../Images/wallpaper2.jpg) 50% bottom;
}
section.bs {
    background: url(../Images/wallpaper3.jpg) 50% bottom;
}
section.bs3 {
    background: url(../Images/annual_01.jpg) 50% bottom;
}
section.bc {
    background: url(../Images/wallpaper5.jpg) 50% bottom;
}	
.business .box {
    position: relative;
    
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.business .boxx {
    position: relative;
    
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
    .business .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }
     .business .boxx .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }
.business.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}
.business.active .boxx .caption {
    -moz-opacity: 1;
    opacity: 1;
}
.business .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../Images/words.png) no-repeat 0px -294px;
}
.business .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../Images/words.png) no-repeat 0px -294px;
}
.business .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}
.business .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}
.business .box ul.items {
    margin: 0 auto;
    margin-top: 60px;
}

    .business .box ul.items li {
        width: 200px;
        height: 300px;
        margin: 0 8px;
        background: url(../Images/bg_green.png) no-repeat 0px 400px;
        overflow: hidden;
    }

        .business .box ul.items li i {
            display: block;
            position: relative;
            margin: 0 auto;
            margin-top: 43px;
            height: 69px;
        }

        .business .box ul.items li.pc i {
            width: 69px;
            background: url(../Images/words.png) no-repeat -245px -357px;
        }

        .business .box ul.items li.mobi i {
            width: 64px;
            background: url(../Images/words.png) no-repeat -416px -291px;
        }

        .business .box ul.items li.sys i {
            width: 76px;
            background: url(../Images/words.png) no-repeat -415px -362px;
        }

        .business .box ul.items li.app i {
            width: 74px;
            background: url(../Images/words.png) no-repeat -244px -439px;
        }

        .business .box ul.items li.host i {
            width: 79px;
            background: url(../Images/words.png) no-repeat -420px -439px;
        }

        .business .box ul.items li u {
            display: block;
            position: absolute;
            width: 156px;
            height: 156px;
            margin-left: 22px;
            background: url(../Images/words.png) no-repeat 0px -363px;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

            .business .box ul.items li u.cl {
                clip: rect(0px,156px,-10px,78px);
            }

.business.active .box ul.items li u.cl {
    clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
    clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
    display: block;
    margin-top: 70px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.business .box ul.items li p {
    position: relative;
    top: 200px;
    color: White;
    font-family: Arial,"宋体";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.business .box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}

    .business .box ul.items li:hover i {
        -webkit-transition: all .5s ease-in-out .4s;
        -moz-transition: all .5s ease-in-out .4s;
        -ms-transition: all .5s ease-in-out .4s;
        -o-transition: all .5s ease-in-out .4s;
        transition: all .5s ease-in-out .4s;
    }

.business .box ul.items li.pc:hover i {
    background:url(../Images/words.png) no-repeat -168px -357px;
}

.business .box ul.items li.mobi:hover i {
    background:url(../Images/words.png) no-repeat -337px -291px;
}

.business .box ul.items li.sys:hover i {
    background: url(../Images/words.png) no-repeat -327px -362px;
}

.business .box ul.items li.app:hover i {
    background: url(../Images/words.png) no-repeat -164px -439px;
}

.business .box ul.items li.host:hover i {
    background: url(../Images/words.png) no-repeat -335px -439px;
}

.business .box ul.items li:hover u.cl {
    clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover strong {
    color: White;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.business .box ul.items li:hover p {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}

.business .box label {
    display: block;
    margin: 0 auto;
   margin-top:-96px;
    width: 297px;
    height: 21px;
    background: url(../Images/words.png) no-repeat 0px -333px;
}

section.cases {
    background: url(../Images/words.png);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../Images/words.png) no-repeat 0px -528px;
}

.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }
.shade {
display:none;
}

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}
.bs .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}
.business.active .box a.more {
    top:-15px;
}

.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}
.business .box label .jjfn {
margin-top:10px;
}
.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}






section.cases {
    background: url(../Images/wallpaper3.jpg);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../Images/words.png) no-repeat 0px -528px;
}
.cases .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../Images/words.png) no-repeat 0px -528px;
}
.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: -460px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.business.active .box a.more {
    top: -15px;
}

.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}

.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}


@charset "utf-8";




section.cases {
    background: url(../Images/wallpaper3.jpg);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../Images/words.png) no-repeat 0px -528px;
}
.cases .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../Images/words.png) no-repeat 0px -528px;
}
.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.business.active .box a.more {
    top: -15px;
}
.business.active .box a.morej {
    top: 100px;
}
.jjfa {
margin-top:10px;
}
.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}

.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}




  


@media (min-width:1921px),(min-height:921px) {
    section.cases {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    section.cases {
        background: url(../Images/wallpaper3_h800.jpg);
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.cases {
        background: url(../Images/wallpaper3_h600.jpg);
    }
}

@media (min-width:1151px) and (max-height:700px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (min-width:1151px) and (max-height:620px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) {
    .cases .box .swiper-container.items {
        width: 840px;
    }

        .cases .box .swiper-container.items .swiper-slide {
            width: 260px;
        }

            .cases .box .swiper-container.items .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.items .swiper-slide .shade {
                width: 260px;
                height: 153px;
            }

                .cases .box .swiper-container.items .swiper-slide .shade u {
                    margin-top: 54px;
                }

            .cases .box .swiper-container.items .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.items .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

                .cases .box .swiper-container.items .swiper-slide .bg u {
                    width: 260px;
                    height: 100px;
                }
}

@media (max-width:1150px) and (max-height:660px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:580px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:480px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (orientation:landscape) and (max-width:900px) {
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.xs {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

        .cases .box .swiper-container.xs .swiper-slide {
            width: 31.33%;
            margin: 0 1%;
        }

    .cases .box .xs .swiper-slide p, .cases .xs .swiper-slide .bg {
        display: none;
        background: none;
    }
}

@media (orientation:landscape) and (max-width:900px) and (max-height:450px) {
    .cases .box .swiper-container.xs {
        margin-top: 15px;
    }

    .cases .box a.more {
        margin-top: 18px;
        width: 66px;
        padding: 3px 0px;
        font-size: 16px;
    }
}

@media (orientation:portrait) and (max-width:900px) {
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.mini {
        display: block;
        width: 250px;
        margin-top: 60px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 300px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 250px;
            height: 300px !important;
            border-bottom: 2px solid #2fd0b5;
            cursor: pointer;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 250px;
                height: 200px;
            }

            .cases .box .swiper-container.mini .swiper-slide p {
                position: absolute;
                margin: 10px 20px;
                color: #999;
                font-family: Arial,"宋体";
                font-size: 12px;
                line-height: 26px;
                z-index: 10;
            }

                .cases .box .swiper-container.mini .swiper-slide p strong {
                    color: #222;
                    font-family: Arial,"微软雅黑";
                    font-size: 16px;
                    font-weight: normal;
                }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 250px;
                height: 100px;
                background-color: #fff;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

    .cases .box a.prev, .cases .box a.next {
        display: block;
        position: absolute;
        top: -300px;
        width: 16px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 100;
    }

    .cases .box a.prev {
        left: 30px;
        background: url(../Images/icons.png) no-repeat 0px -219px;
    }

    .cases .box a.next {
        right: 30px;
        background: url(../Images/icons.png) no-repeat -25px -219px;
    }
}

@media (orientation:portrait) and (max-width:900px) and (max-height:700px) {
    .cases .box .swiper-container.mini {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (orientation:portrait) and (max-width:500px) {
    .cases .box .caption i {
        display: block;
    }

    .cases .box .swiper-container.mini {
        width: 260px;
        margin-top: 40px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 253px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 260px;
            height: 253px !important;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.mini .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

    .cases .box a.prev {
        left: 20px;
    }

    .cases .box a.next {
        right: 20px;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:640px) {
    .cases .box .caption i {
        display: none;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
    .cases .box .swiper-container.mini {
        margin-top: 30px;
    }

    .cases .box a.more {
        display: block;
        position: static;
        margin: 0 auto;
        margin-top: 30px;
        width: 66px;
        font-size: 16px;
        padding: 3px 0px;
    }
}

}

@media (orientation:portrait) and (max-width:370px) {
    .cases .box a.prev, .cases .box a.next {
        margin-top: 175px;
    }

    .cases .box a.prev {
        left: 40px;
    }

    .cases .box a.next {
        right: 40px;
    }
}

@media (orientation:portrait) and (max-width:370px) and (max-height:500px) {
    .cases .box .swiper-container.mini .swiper-wrapper {
        height: 153px !important;
    }

    .cases .box .swiper-container.mini .swiper-slide {
        height: 153px !important;
        border: none;
    }

    .cases .box .mini .swiper-slide p, .cases .box .mini .swiper-slide .bg {
        display: none;
    }

    .cases .box a.prev, .cases .box a.next {
        margin-top: 73px;
    }
}





.clear {
    clear: both;
}

#BDBridgeWrap {
    display: none;
}

/*合作伙伴*/
@media (max-width:1280px) and (max-height:800px) {
    section.clients {
        background: url(../Images/wallpaper4_h800.jpg) 50% 90%;
    }
}

@media (max-width:960px) and (max-height:600px) {
    section.clients {
        background: url(../Images/wallpaper4_h600.jpg) 50% 90%;
    }
}

@media (max-width:1150px) {
      ul.items {
        width: 924px;
    }

          ul.items li.bg.all {
            width: 924px;
        }
}

@media (max-width:920px) {
      ul.items {
        width: 693px;
    }

          ul.items li.bg.all {
            width: 693px;
        }
}

@media (max-width:690px) {
      ul.items {
        width: 462px;
    }

          ul.items li.bg.all {
            width: 462px;
        }
          .clients .box .caption span {
    font-size: 24px;
    padding-left: 10px;
    color:#333;
}
}

@media (min-width:471px) and (max-height:720px) {
      ul.items {
        height: 300px;
    }

          ul.items li.bg.all {
            height: 300px;
        }
}

@media (min-width:471px) and (max-height:580px) {
      ul.items {
        height: 150px;
    }

          ul.items li.bg.all {
            height: 150px;
        }
}

@media (min-width:471px) and (max-height:450px) {
    .clients .box .swiper-container.items {
        margin-top: 40px;
    }

    .clients .box .caption i {
        display: none;
    }
}

@media (min-height:920px) {
    .clients .box {
        margin-top: -80px;
    }
}

@media (max-width:690px) and (max-height:380px),(max-width:620px) and (max-height:480px),(max-width:470px) {
    .clients .box ul.items {
        display: none;
    }

    .clients .box ul.mini {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 30px;
        width: 500px;
        height: 550px;
        overflow: hidden;
    }

        .clients .box ul.mini li {
            position: relative;
            float: left;
            width: 100%;
            padding: 8px 0 8px 32%;
            background: url(../Images/point.png) no-repeat 20px 15px;
            z-index: 20;
            color: #333;
    text-align: left;
    font-size:16px
        }
            .clients .box ul.mini li span {
            padding-left:15px
            }

            .clients .box ul.mini li.bg.all {
                position: absolute;
                width: 500px;
                height: 560px;
                list-style: none;
                background-color: White;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

            .clients .box ul.mini li.bg.one {
                display: none;
            }
}

@media (max-width:560px) and (max-height:480px),(max-width:470px) {
    .clients .box ul.mini {
        width: 100%;
    }

        .clients .box ul.mini li.bg.all {
            width: 250px;
        }
}

@media (max-width:470px) and (max-height:800px) {
    .clients .box ul.mini {
        height: 440px;
    }

        .clients .box ul.mini li.bg.all {
            height: 440px;
        }
}

@media (max-width:470px) and (max-height:700px) {
    .clients .box ul.mini {
        height: 330px;
    }

        .clients .box ul.mini li.bg.all {
            height: 330px;
        }
}

@media (max-width:560px) and (max-height:600px) {
    .clients .box ul.mini {
        height: 400px;
    }

        .clients .box ul.mini li.bg.all {
            height: 260px;
        }
}

@media (max-width:690px) and (max-height:520px) {
    .clients .box ul.mini {
        margin-top: 15px;
    }

    .clients .box .caption i {
        display: none;
    }
}

@media (max-width:690px) and (max-height:430px) {
    .clients .box ul.mini {
        height: 400px;
    }

        .clients .box ul.mini li.bg.all {
            height: 150px;
        }
}

@media (max-width:690px) and (max-height:420px) {
    .clients .box ul.mini {
        height: 400px;
    }

        .clients .box ul.mini li.bg.all {
            height: 110px;
        }
}

@media (max-width:690px) and (max-height:300px) {
    .clients .box ul.mini {
        margin-top: 5px;
    }
}

@media (max-width:400px) {
    .clients .box .caption i {
        display: none;
    }
}