body,html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.hidden {
    height: 100%;
    overflow: hidden;
}
#m_banner{
    display: block;
    height: 500px;
    background: url(/project/CEBIT/mobile/images/mbanner.jpg) no-repeat center center;
    background-size: cover;
}
#m_banner h1{
    font-size: 42px;
    text-align: center;
    padding-top: 78%;
}
#m_banner h1>span{
    color: #3b88e9;
}
#m_banner p{
    font-size: 23px;
    text-align: center;
    padding-top: 5%;
}

#bigshot{
    max-width: 100%;
    padding: 20px 10px;
    background: #333;
}
#bigshot h2{
    width: 100%;
    font-size: 105%;
    color: #dbae10;
    text-align: center;
    font-weight: bold;
}
.container{
    max-width: 100%;
    margin: 0 auto;
}
.swipslider {
    margin: 0 auto;
}
#V-service{
    max-width: 100%;
    background: #fff;
}
#V-service img{
    width: 100%;
}
#V-service h2{
    width: 100%;
    font-size: 105%;
    color: #dbae10;
    text-align: center;
    font-weight: bold;
    padding-top: 5%;
}
#V-service h4{
    width: 80%;
    font-size: 100%;
    color: #000;
    text-align: center;
    line-height: 130%;
    padding-top: 4%;
    margin: auto;
}
#V-service .wrapers{
    width: 100%;
    margin:auto;
    padding-bottom: 20%;
}
.tabs{
    padding-top: 10%
}
.tabs a{
    display:block;
    float:left;
    width:28%;
    color:#000;
    text-align:center;
    /*background:#eee;*/
    line-height:40px;
    font-size:14px;
    text-decoration:none;
    cursor:default;
    margin-right: 8%;
    font-weight: bold;
    padding-top: 12%;
}
.tabs a:nth-of-type(3){
    margin-right: 0;
}
.tabs .ss1{
    background: url("/project/CEBIT/mobile/images/m_yy.png") no-repeat center;
    background-size: 50%;
}
.tabs .ss2{
    background: url("/project/CEBIT/mobile/images/m_yy1.png") no-repeat center;
    background-size: 50%;
}
.tabs .ss3{
    background: url("/project/CEBIT/mobile/images/m_yy2.png") no-repeat center;
    background-size: 50%;
}
.tabs a.active{
    color:#5ba1fa;
    /*background:#333;*/
    border: 2px solid #5ba1fa;
    border-bottom: 0;
    border-radius:5px 5px 0px 0px;
}
.swiper-container{
    height:430px;
    border-radius:0 0 5px 5px;
    width:100%;
    border-top:0;
}
.swiper-slide{
    width:100%;
    background:none;
    color:#fff;
}
.content-slide{
    padding:0;
}

.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;/* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.txtk{
    width: 100%;
    border: 1px solid #4698ff;
    border-radius: 5px;
    margin: 0 auto;
    /*margin-top:-32% ;*/
}
.txtk p{
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    text-align: justify;
    margin: auto;
    padding: 2%;
}
.ddsw{
    position: relative;
    margin-top: 10%;
}
.ddsw .dis{
   width: 100%;
}
.ddsw span {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 19%;
    margin-left: 3%;
    margin-top: 1%;
}
.ddsw span:nth-of-type(2){
    margin-left: 23%;
}
.activea:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple1 3s infinite;
    animation-timing-function: ease-out;
}
.activea:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple1 3s infinite;
    animation-delay: 1s;
    animation-timing-function: ease-out;
}
@keyframes ripple1 {
    0% {
        width: 0;
        height: 0;
        background-color: rgba(255,255,255,1);
    }

    100% {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        background-color: rgba(255,255,255,0);
    }

}
.activeaa:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple1 3s infinite;
    animation-timing-function: ease-out;
}
.activeaa:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple1 3s infinite;
    animation-delay: 1s;
    animation-timing-function: ease-out;
}
@keyframes ripple1 {
    0% {
        width: 0;
        height: 0;
        background-color: rgba(255,255,255,1);
    }

    100% {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        background-color: rgba(255,255,255,0);
    }

}
.digis{
    position:absolute;
    z-index:99;
    left:3%;
    top:0;
    display:none;

}
.digisa{
    position:absolute;
    z-index:99;
    left:22%;
    top:0;
    display:none;

}

.bigClick{
    display: inline-block;
    width: 125px;
    height: 40px;
    color: #fff;
    border: 1px solid #f4f5f5;
    background: #3292c1;
    line-height: 40px;
    text-align: center;
    margin:5% 30%;
}
.bigClickImg {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(/project/CEBIT/mobile/images/alphBg.png);
    z-index: 9999;
    display: none;

}
.bigClickImg .coverBg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.bigClickImg .sectiona {
    position: relative;
    height: 100%;
}
.keyBigImg {
    width: 85%;
    height: 100%;
    margin:0 auto;

}
.keyBigImg img {
    width: 100%;
    margin-top: 25px;

}
.closea {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #f4f5f5;
    color: #f4f5f5;
    font-size: 32px;
    cursor: pointer;
    text-align: center;
}
#V-method{
    width: 100%;
    padding-top: 2%;
    background: #dab32a;
    padding: 0 2%;
    position: relative;
}
#V-method h2{
    width: 100%;
    font-size: 105%;
    color: #000;
    text-align: center;
    font-weight: bold;
    padding-top: 5%;
}
#V-method h4{
    width: 80%;
    font-size: 100%;
    color: #000;
    text-align: center;
    line-height: 130%;
    padding-top: 4%;
    margin: auto;
}
#V-method img{
    width: 100%;
    padding-top: 5%;
}
#V-method .vm-text{
     width: 100%;
}
#V-unscramble{
    width: 100%;
    background: #fff;
}
#V-unscramble h2{
    width: 100%;
    font-size: 105%;
    color: #dbae10;
    text-align: center;
    font-weight: bold;
    padding-top: 5%;
}
#V-unscramble h4{
    width: 80%;
    font-size: 100%;
    color: #000;
    text-align: center;
    line-height: 130%;
    padding-top: 4%;
    margin: auto;
}
#V-unscramble img{
    width: 100%;
    padding: 10% 3%;
}
#V-cases{
    width: 100%;
    background: #e1d2aa;
    padding: 3%;
    margin: 0 auto;
}
#V-cases .casesIm{
    width: 100%;
    padding-bottom: 28%;
    height: auto;
    background: url("/project/CEBIT/mobile/images/m_caimg.png") no-repeat;
    background-size: 100%;
}
.casesIm ul.sw-slides{
    padding-top: 8%;
}
.casesIm ul>li>img{
    padding: 2%;
}
.cilked{
    width: 100%;
    margin: auto;
}
.cilked img{
    width: 100%;
}
.rcilke{
    width: 100%;
    background: #78aeea;
    margin-top:-1%;
}
.rcilke p{
    width: 100%;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align:justify;
    margin: auto;
    padding: 2%;
}

