body{
    background-color: #fff;
}
.case-h{
    width: 100%;
    height: 450px;
    background-image: url("../img/maintain-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.case-h-wk{
    width: 1200px;
    margin: auto;
    color: #FFF;
    padding-top: 80px;
}
.case-h-title{
    font-size: 36px;
    font-weight: bold;
}
.case-h-span{
    width: 550px;
    font-size: 14px;
    padding: 24px 0;
    font-weight: lighter;
}
.case-btn{
    overflow: hidden;
    height: 44px;
    width: 200px;
    border-color: #FFF;
}
.case-btn a{
    color: #fff;
    line-height: 42px;
}
.case-btn:hover{
    border-color: #FFF;
}
.case-btn:hover i{
    background-color: #FFF;
}
.case-btn:hover a{
    color: #2e0953 !important;
}
.case-h-img{
    float: right;
    margin-top: -228px;
}

.maintain-do{
    width:100%;
}
.appgz{
    width: 100%;
}
.appgz-wk{
    width: 1200px;
    margin: auto;
    height: 645px;
}
.appgz-item{
    width: 240px;
    height: 305px;
    overflow: hidden;
    float: left;
    margin-bottom: 28px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    
}
.appgz-item:nth-child(1){
    background: rgba(125,124,206,1);
}
.appgz-item:nth-child(1):hover{
    background: #4c4b7d;
}
.appgz-item:nth-child(2){
    background: rgba(206,124,201,1);
}
.appgz-item:nth-child(2):hover{
    background: #9a5d96;
}
.appgz-item:nth-child(3){
    background: rgba(230,95,95,1);
}
.appgz-item:nth-child(3):hover{
    background: #993f3f;
}
.appgz-item:nth-child(4){
    background: rgba(230,149,95,1);
}
.appgz-item:nth-child(4):hover{
    background: #99633f;
}
.appgz-item:nth-child(5){
    background: rgba(224,185,80,1);
}
.appgz-item:nth-child(5):hover{
    background: #997f37;
}
.appgz-item:nth-child(6){
    background: rgba(124,176,206,1);
}
.appgz-item:nth-child(6):hover{
    background: #5c8399;
}
.appgz-item:nth-child(7){
    background: rgba(124,206,190,1);
}
.appgz-item:nth-child(7):hover{
    background: #5c998d;
}
.appgz-item:nth-child(8){
    background: rgba(124,206,126,1);
}
.appgz-item:nth-child(8):hover{
    background: #5c995d;
}
.appgz-item:nth-child(9){
    background: rgba(171,200,100,1);
}
.appgz-item:nth-child(9):hover{
    background: #83994c;
}
.appgz-item:nth-child(10){
    background: rgba(223,199,85,1);
}
.appgz-item:nth-child(10):hover{
    background: #99893a;
}


.appgz-item-a{
    color: #FFF;
    position: absolute;
    z-index: 1;
    margin-left: 28px;
    margin-right: 28px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@keyframes appgzANI {

}
.appgz-item-a:hover .appgz-item-a-num{
    -webkit-transform: translateY(231px);
    -moz-transform: translateY(231px);
    -ms-transform: translateY(231px);
    -o-transform: translateY(231px);
    transform: translateY(231px);
}
.appgz-item-a:hover .appgz-item-a-con{
    -webkit-transform: translateY(-84px);
    -moz-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    -o-transform: translateY(-84px);
    transform: translateY(-84px);
}
.appgz-item-a:hover .appgz-item-a-con-xt{
    opacity: 0;
}


.appgz-item-a .appgz-item-a-num{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    width:57px;
    height: 74px;
    background: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 90px;
    float: right;
    margin-right: 40px;
}
.appgz-item:nth-child(1) .appgz-item-a-num{
    color: #7d7cce;
}
.appgz-item:nth-child(2) .appgz-item-a-num{
    color: #ce7cc9 !important;
}
.appgz-item:nth-child(3) .appgz-item-a-num{
    color: #e65f5f;
}
.appgz-item:nth-child(4) .appgz-item-a-num{
    color: #e6955f;
}
.appgz-item:nth-child(5) .appgz-item-a-num{
    color: #e0b950;
}
.appgz-item:nth-child(6) .appgz-item-a-num{
    color: #7cb0ce;
}
.appgz-item:nth-child(7) .appgz-item-a-num{
    color: #7ccebe;
}
.appgz-item:nth-child(8) .appgz-item-a-num{
    color: #7cce7e;
}
.appgz-item:nth-child(9) .appgz-item-a-num{
    color: #abc864;
}
.appgz-item:nth-child(10) .appgz-item-a-num{
    color: #dfc755;
}
.appgz-item-a .appgz-item-a-con{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-top:115px;
}
.appgz-item-a-con .appgz-item-a-con-tit{
    font-size: 24px;
}
.appgz-item-a-con .appgz-item-a-con-jj{
    font-size: 12px;
    margin-top:29px;
    line-height: 26px;
}
.appgz-item-a-con .appgz-item-a-con-xt{
    width: 36px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin-top:48px;
    margin-left: 30%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*.appgz-item-a span{
    font-size: 58px;
}*/
.appgz-item-a,.appgz-item-b{
    width: 224px;
    height: 333px;

}

.appgz-item-padding{
    width: 100%;
    height: 100%;
    padding: 30px;
    background-image: url("../img/a27.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.appgz-item-padding .appgz-item-b-icon span{
    font-size: 46px;
}
.appgz-item-padding .appgz-item-b-title{
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 20px;
}

.maintain-fwsp{
    width:100%;
}
.web-jspre-ar{
    height: 238px;
    width: 100%;
}
.web-jspre-ar-wk{
    width: 1200px;
    margin: auto;
    height: 240px;
}
.web-jspre-ar-item{
    width: 25%;
    height: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
}
.web-jspre-ar-item-wk{
    width: 190px;
    margin: auto;
}
.web-jspre-ar-wk-ico{
    height: 80px;
    line-height: 80px;
}
.web-jspre-ar-wk-ico .iconfont{
    font-size: 60px;
}
.web-jspre-ar-wk-title{
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.web-jspre-ar-wk-span{
    font-size: 14px;
    color: #666666;
}


.web-pLb0{
    width: 100%;
    overflow: hidden;
    height: 430px;
    background-image: url("../img/a32.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.web-pLb0-lb,.swiper-slide{
    width: 100%;
    height: 380px;
}

.swiper-slide{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.web-pLb0-lb-span{
    font-size: 16px;
    color: #FFF;
    font-weight: lighter;
    width: 400px;
    text-align: center;
    line-height: 32px;
    padding: 50px 0;
    padding-top: 30px;
}
.web-pLb0-lb-btn{
    overflow: hidden;
    height: 44px;
    width: 220px;
}
.web-pLb0-lb-btn a{
    color: #FFF;
}
.web-pLb0-lb-nav{
    text-align: center;
    bottom: 0px !important;
}
.web-pLb0-lb-nav{
    text-align: center;
    /*padding-top: 30px;*/
}
.web-pLb0-lb-nav span{
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border:1px solid #FFF;
    opacity: 0.6;

}
.web-pLb0-lb-nav span.swiper-pagination-bullet-active{
    background-color: #FFF;
    opacity: 1
}