.smallSoft{

}
.smallSoft .banner{
    padding-top: 100px;
    height:500px;
    color: #fff;
    background: url("../images/smallSoft/ss_bg0.jpg") no-repeat 0 0;
    background-size:cover ;
    /*弹性盒模型*/
    display:flex;
    /*主轴居中对齐*/
    justify-content: center;
    /*侧轴居中对齐*/
    align-items: center;
}
.smallSoft .left{
    font-size: 24px;
    line-height: 46px;
    padding-top: 90px;
}
.smallSoft .left h2{
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 30px;
}
.smallSoft .nav{
    height:99px;
    border-bottom: 1px solid #eee;
    line-height: 99px;
    font-size: 18px;
}
.smallSoft .nav li{
    float: left;
    height: 100%;
    width: 180px;
    border-right:1px solid #eee;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.smallSoft .nav li.on{
    color: #00bade;
    background: #f7f8fa;
    position: relative;
}
.smallSoft .nav li.on::after{
    content: "";
    left:0;
    bottom:0;
    background: #00bade;
    position: absolute;
    width: 100%;
    height:3px;
}
.smallSoft .nav img{
    width: auto;
    margin-right:10px;
}
.smallSoft .nav li img:nth-of-type(1){display: inline-block;}
.smallSoft .nav li img:nth-of-type(2){display: none;}
.smallSoft .nav li.on img:nth-of-type(1){display: none;}
.smallSoft .nav li.on img:nth-of-type(2){display: inline-block;}
.caseBox{}
.caseBox .caseTabBox{display: none;}
.caseBox .caseTabBox.on{display: block;}
.caseBox .caseMode{ padding:70px 0; overflow: hidden;}
.caseBox .caseMode:nth-of-type(odd){ background: #f7f7f7;}
.caseBox .caseMode li{ float: left; margin-right:32px; position: relative; width: 270px; height: 480px;  overflow: hidden;}
.caseBox .caseMode li:hover{ box-shadow: 0 10px 20px 0 rgba(0,0,0,.1); }
.caseBox .caseMode li:nth-last-of-type(1){ margin-right:0;}
.caseBox .caseMode img{ width: 100%; height: 100%; display: block; }
.caseBox .detail{ width: 100%; height: auto; position: absolute; left:0; bottom:-500px; background: url("../images/smallSoft/ss_bg1.png") no-repeat 0 bottom; background-size:100% 100%; padding-top: 50px;   }
.caseBox .detail{
    -webkit-transition: all 1000ms;
    -moz-transition: all 1000ms;
    -o-transition: all 1000ms;
    transition: all 1000ms;
}
.caseBox .detail h2{ font-size: 22px; padding:10px 0; background: url("../images/smallSoft/ss_bg2.png") no-repeat center bottom; text-align: center; }
.caseBox .detail .btn{ padding-bottom:18px; padding-top: 10px; text-align: center;}
.caseBox .detail .txt{ padding:18px 20px; text-align: left; font-size: 16px; color: #7d7d7d; line-height: 26px;}
.caseBox .detail img{ width: auto; height: auto; margin:0 auto;}
.case_tit{margin:90px 0 40px;}
.case_tit span{display: inline-block; font-size: 46px; padding:0 70px; }
.case_lists{ }
.case_lists li{float: left; width: 25%; margin-bottom: 40px; text-align: center; cursor: pointer;

}
.case_lists li img{ display: inline-block; width:246px; height: 212px; transform: translateY(0);
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.case_lists li:hover img{
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.dsbox{}
.dsbanner{background: url("../images/smallSoft/bg1.png") no-repeat 0 0 ; background-size:100% 100%; padding:100px 0 280px; }
.dsbanner img{max-width: 100%; }
.dsbanner .txt{width: 50%; padding-top: 140px; }
.dsbanner .img{width: 50%; }
.dsplats{ background: #fff; border-radius: 30px; margin-top: -260px; padding:80px 50px 0}
.dsplats .tit{font-size: 45px; padding-bottom: 20px;}
.dsplats .txt{font-size: 16px; color: #999; padding:0 ;}
.dsplats ul{ padding: 50px 0;}
.dsplats ul li{width:15%; margin:0 0.8%; float: left; text-align: center; box-shadow: 0 0 20px rgba(0,0,0,0.1); padding:30px 0; border-radius: 4px;}
.dsplats ul .img{ width: 72px; height: 68px; margin:0 auto; }
.dsplats ul .img img{ max-width: 100%; max-height: 100%; display: block; margin:0 auto; width: auto; height: auto; }
.dsplats li p{ padding-top: 20px; font-size: 20px; color: #666; }
.dsfuns{}
.dsfuns .c_tit1,.dssafe .c_tit1{padding-bottom: 10px;}
.dsfuns .c_tit1::before,.dssafe .c_tit1::before,.dssolves .c_tit1::before{
    background: #eee;
}
.dsfuns .c_tit1::after,.dssafe .c_tit1::after,.dssolves .c_tit1::after{
    background: #eee;
}
.dssolves .img img{
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms
}
.dssolves .img img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.dsfuns_step1{}
.dsfuns_step1 .num{ font-size: 30px; color: #333;}
.dsfuns_step1 .num i{ color: #32d1f4;}
.dsfuns_step1 ul{ padding:60px 0; }
.dsfuns_step1 li{ width: 23%; height:180px; margin:0 1%; float: left; color: #fff; }
.dsfuns_step1 li:nth-of-type(1){ background: url("../images/smallSoft/funimg1.jpg") no-repeat center center; background-size:100% 100%;  }
.dsfuns_step1 li:nth-of-type(2){ background: url("../images/smallSoft/funimg2.jpg") no-repeat center center; background-size:100% 100%;  }
.dsfuns_step1 li:nth-of-type(3){ background: url("../images/smallSoft/funimg3.jpg") no-repeat center center; background-size:100% 100%;  }
.dsfuns_step1 li:nth-of-type(4){ background: url("../images/smallSoft/funimg4.jpg") no-repeat center center; background-size:100% 100%;  }
.dsfuns_step1 li h3{ font-size: 20px; padding:40px 0 20px; font-weight: bold; }
.dsfuns_step1 li p{ font-size: 12px; padding:0 30px; }
.dsfuns_step2{ background: url("../images/smallSoft/bg2.jpg") no-repeat center center; background-size:100% 100%;  padding-top: 50px;}
.dsfuns_step2 .num{ font-size: 30px; color: #333;}
.dsfuns_step2 .num i{ color: #32d1f4;}
.dsfuns_step2 .txt{ color: #666; padding-top:6px; }
.dsfuns_step2 ul{ padding-top:50px; padding-bottom: 20px;}
.dsfuns_step2 li{ width: 15%; height: 130px; margin:0 0.8% 20px; float: left; background: #fff;  }
.dsfuns_step2 li .img{ height: 46px; line-height: 46px; text-align: center; padding-top:30px ; padding-bottom: 10px; }
.dsfuns_step2 li .img img{ max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; width: auto; height: auto; }
.dsfuns_step2 li p{ color: #666; font-size: 14px; }

/*图片悬停放大*/
.dsfuns_step2 li {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    opacity: 0.8;
}

.dsfuns_step2 li:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    opacity: 1;
}
/*图片悬停放大 end*/
.dssolves{padding-bottom:90px;}
.dssafe{ background: url("../images/smallSoft/bg3.jpg") no-repeat center center; background-size:100% 100%; color: #fff; padding:70px 0 50px;  }
.dssafe .tit{ font-size: 45px; }
.dssafe .txt{ font-size: 16px; opacity: 0.8; }
.dssafe ul{ padding-top: 80px; padding-bottom: 20px;}
.dssafe li{ width: 23%; height: 300px; margin:0 1%; float: left; position: relative; background: #fff; border-radius: 6px;  box-shadow: 0 10px 10px rgba(0,0,0,0.1)}
.dssafe li .img{ position: absolute; left:0; top:-40px; width: 100%; height: auto; text-align: center; }
.dssafe li .img img{ height:99px; width: auto;display: block; margin:0 auto; }
.dssafe li h3{ font-size: 24px; color: #333; padding-top: 80px; padding-bottom: 20px;  }
.dssafe li p{ margin-bottom: 14px; }
.dssafe li p span{ font-size: 16px; color: #666; padding-left: 10px;  background: url("../images/smallSoft/icon1.jpg") no-repeat 0 6px; display: inline-block; }
.dssafe li p i{ font-size: 12px; color: #999;  display: block; }
.dscases li:nth-of-type(odd){}
.dscases li:nth-of-type(odd) .img{ float: left;}
.dscases li:nth-of-type(odd) .txt{ float: right;}
.dscases li:nth-of-type(even){background: #fafafa;}
.dscases li:nth-of-type(even) .img{ float: right;}
.dscases li:nth-of-type(even) .txt{ float: left;}
.dscases li{padding:40px 0;}
.dscases li .img{width: 45%;}
.dscases li .img img{max-width: 100%; width: auto; height: auto;}
.dscases li .txt{width: 50%; padding-top: 50px;}
.dscases li .txt h3{height: 80px; line-height: 80px; font-size: 30px; color: #333;}
.dscases li .txt h3 img{display: inline-block; height: 100%; width: auto; margin-right:20px;}
.dscases li .mode{margin-top: 40px;}
.dscases li .mode h4{ height: 22px; line-height: 22px; color: #333; display: inline-block; padding-left:30px; font-size: 20px; background: url("../images/smallSoft/icon2.png") no-repeat 0 center;}
.dscases li .mode p{ font-size: 14px; color: #999; margin-top: 18px; line-height: 24px;}
.dsimg{max-width:900px; max-height:100%; margin:0 auto; width:auto; height:auto;}

.helperMerchant{}
.helperMerchant .tit{ text-align: center; font-size: 46px; padding:80px 0; }
.hmCenter{ width:428px; height:428px; position: relative; margin:130px auto; }
.hmCenter .part{ position: absolute; padding:20px 30px 40px 30px; }
.hmCenter .part h4{ font-size: 18px; color: #3ab7da; font-weight: bold; padding-bottom: 4px;}
.hmCenter .part p:nth-of-type(1){ font-size: 16px; color: #999; padding-bottom: 10px; }
.hmCenter .part p:nth-of-type(2){ font-size: 14px; color: #666; }
.hmCenter .part p:nth-of-type(2) i{ margin-right:10px;}
.hmCenter .part p:nth-of-type(2) span{ font-size: 16px; color: #999;}
.hmCenter .part1{ left:-245px; top:-140px; background: url("../images/smallSoft/hmbg1.png") no-repeat 0 0; background-size:100% 100%;  }
.hmCenter .part2{ right:-250px; top:-150px; background: url("../images/smallSoft/hmbg2.png") no-repeat 0 0; background-size:100% 100%;  }
.hmCenter .part3{ left:-320px; top:120px; background: url("../images/smallSoft/hmbg3.png") no-repeat 0 0; background-size:100% 100%;  }
.hmCenter .part4{ right:-350px; top:124px; background: url("../images/smallSoft/hmbg4.png") no-repeat 0 0; background-size:100% 100%;  }
.hmCenter .part5{ left:-206px; bottom:-150px; background: url("../images/smallSoft/hmbg5.png") no-repeat 0 0; background-size:100% 100%;  }
.hmCenter .part6{ right:-230px; bottom:-150px; background: url("../images/smallSoft/hmbg6.png") no-repeat 0 0; background-size:100% 100%;  }

.funbox{text-align: center; padding-top: 50px; padding-bottom: 80px;}
.funbox .tit{ font-size: 46px; padding:80px 0 20px;}
.funbox .txt{ font-size: 18px; color: #999; padding-bottom: 50px; }
.funbox ul{text-align: center;}
.funbox li{ float: left; width:20%; cursor: pointer;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.funbox li:hover{
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.funbox li>.img{ width:70px; height: 60px; margin:0 auto; }
.funbox li>.img img{ display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; }
.funbox li>p{ font-size: 16px; margin-bottom:40px; }

.scene_box{background: url("../images/smallSoft/scene_bg.jpg") no-repeat 0 0; background-size:cover; color: #fff;  text-align: center; padding-bottom: 100px;}
.scene_box .tit{ font-size: 46px; padding:80px 0 20px; }
.scene_box .txt{ font-size: 18px; color: #fff; padding-bottom: 80px; }
.scene_box ul{text-align: center;}
.scene_box li{ float: left; width:12%; margin-right:2.28%; box-sizing: border-box; border:2px solid rgba(255,255,255,0.3); border-radius: 100%; margin-bottom: 30px; }
.scene_box li{
    display: flex;
    flex-direction: column;
    justify-content: center;

    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    border-radius: 100%;
    font-weight: normal;

    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);

}
.scene_box li:hover{
    /*border-radius: 0;*/
    border:4px solid rgba(255,255,255,1);
    font-weight: bold;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.scene_box li:nth-of-type(7n+7){ margin-right:0;}
.scene_box li>.img{ width:70px; height: 60px; margin:0 auto; }
.scene_box li>.img img{ display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; }
.scene_box li>p{ font-size: 16px;  }

@media (max-width: 20000px){
    /*大屏*/
}
@media (max-width: 1800px){
    /*大屏*/
}
@media (max-width: 1300px){
    /*中屏 1280*800*/
    .smallSoft .left h2{
        font-size: 46px;
    }
    .smallSoft .left{font-size: 22px; line-height: 40px;}
    .caseBox .caseMode{ padding:50px 0; }
    .caseBox .caseMode li{margin-right:20px; width: 234px; height: 412px;}
    .case_lists li img{ width:210px; height: 186px;}
}
@media (max-width: 1000px){
    .smallSoft .left{padding-top: 20px;}
    .smallSoft .left h2{font-size: 30px;}
    .smallSoft .left p{font-size: 20px;}
    .smallSoft .banner{height: auto; padding-bottom: 50px;}
    .smallSoft .right{padding-top: 20px;}
    .case_lists li{width: 45%; height: 150px; overflow: hidden; margin-bottom: 20px;}
    .case_lists li:nth-of-type(odd){margin-right:10%;}
    .case_lists li img{width: 100%; height: auto;}
    .case_tit{margin: 50px 0 30px;}
    .case_tit span{font-size: 30px;}
    .dsbanner .txt{width: 100%; padding-top: 50px;}
    .dsbanner .img{width: 100%; padding-top: 20px;}
    .dsplats{border-radius: 10px; padding: 30px 0 0; width: 100%;}
    .dsplats .tit{font-size: 26px; }
    .dsplats ul{width: 90%; margin:0 auto;}
    .dsplats ul li{width: 46%; margin: 10px 2%;}
    .dsfuns .c_tit1, .dssafe .c_tit1{padding-top: 10px;}
    .dsfuns_step1 .num{font-size: 18px;}
    .dsfuns_step1 li{width: 48%; margin-bottom:10px;}
    .dsfuns_step2 .num{font-size: 24px;}
    .dsfuns_step2 li {  width: 46%;  margin: 0 2% 10px;  }
    .dssafe{background: #33D0F5; padding:0;}
    .dssafe .tit{font-size: 30px; padding:30px 0 20px;}
    .dssafe .txt{font-size: 18px;}
    .dssafe li {width: 96%;  margin: 10px 2% 60px;}
    .dssafe ul{padding-bottom: 0;}
    .dscases li .txt{width: 100%;}
    .dscases li .img{width: 100%;}
    .br{display: none;}
    .dsimg{max-width: 100%;}
}



/*css3效果*/
/*阴影*/
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 30px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}
/*阴影 end*/
/*上移*/

.fadeInUp {
    animation: fadeInUp 1s;
    -o-animation: fadeInUp 1s;
    -ms-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    -webkit-animation: fadeInUp 1s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
/*上移 end*/
/*右晃动*/

.hvr-skew-backward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
    -webkit-transform: skew(5deg);
    transform: skew(5deg)
}
/*右晃动 end*/
/*左晃动*/
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
    -webkit-transform: skew(-5deg);
    transform: skew(-5deg)
}

.hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}
/*左晃动 end*/
/*鼠标移入左右抖动*/
.dssafe p:hover,.hmCenter .part:hover {

    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;

    transform: translate3d(0, 0, 0);

    backface-visibility: hidden;

    perspective: 1000px;

}

@keyframes shake {

    10%, 90% {

        transform: translate3d(-1px, 0, 0);

    }

    20%, 80% {

        transform: translate3d(2px, 0, 0);

    }

    30%, 50%, 70% {

        transform: translate3d(-4px, 0, 0);

    }

    40%, 60% {

        transform: translate3d(4px, 0, 0);

    }

}
/*鼠标移入左右抖动 end*/