.service-box-1{
    position: absolute;
    left:0;
    right: 0;
    margin:auto;
    vertical-align:middle;
    top:-0.8rem;
    width: 16rem;
    height: 3.2rem;
    background-color: white;
}
.service-box-1 .service-item{
    width: 25%;
    height: 100%;
    padding: 0.6rem 0 0 1.5rem;
    cursor: pointer;
}
.service-box-1 .service-item img{
    width: 0.6rem;
    height: 0.5rem;
    margin-bottom: 0.25rem;
}
.service-box-1 .service-item h3{
    font-size: 0.24rem;
    font-weight: bold;
}
.service-box-1 .service-item h4{
    color: #999;
    margin-top: 0.15rem;
}
.big-circle{
    width: 4.9rem;
    height: 4.8rem;
    margin: 0 auto;
    line-height: 4.5rem;
    position: relative
}
.small-circle{
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 auto;
    line-height: 4.5rem;
    position: relative;
    top:0.1rem
}
.step-img-hide{
    width: 50%;
    height: 50%;
    position: absolute;
    cursor: pointer;
}
.step-img-item{
    width: 2.25rem;
    height: 2.25rem;
    line-height: normal;
    position: absolute;
    background-repeat:no-repeat;
    background-size:cover;
    padding-top: 0.9rem;
    cursor: pointer;
}
.step-img-item h3{
    color: #2e526e;
    font-weight: bold;
    opacity: 0.2;
}
.step-img-center{
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    left: 50%;
    margin-left: -0.8rem;
    padding-top: 0.4rem;
    top:50%;
    margin-top: -0.8rem;
}
.step-img-center h3{
    color: #2e526e;
    font-weight: bold;
}
.step-img-item.step-img-extend{
    display: none;
}
.step-img-item.en h3{
    font-size: 0.18rem;
}
.step-img-item.step-img-extend h3{
    opacity: 1;
}
.service-box-2{
    position: absolute;
    width: 5.45rem;
    top : 1rem;
    left: 1.5rem;
}
.block-img{
    width: 5.56rem;
    height: 4rem;
}

.left-box.pull-right{
    width: 8rem;
    text-align: right;
}
.left-box.pull-left{
    width: 8rem;
    text-align: left;
}
.left-box h2{
    padding: 1.1rem 0 0.02rem 0;
    font-size: 0.32rem;
}
.left-box h3{
    padding-bottom: 0.5rem;
    font-size: 0.24rem;
    font-weight: bold;
}
.left-box p{
    color: #999;
    font-size: 0.18rem;
    /*padding-bottom: 0.15rem;*/
}
.desc p,.desc p span,.desc span{
    color: #999 !important;
    font-size: 0.18rem !important;
}
.step-box{
    padding-top: 0.55rem;
}
.step-box .step-item{
    border-right: 0.06rem solid #2e526e;
    background-color: rgb(249,249,249);
    border-top: 1px solid #efefef;
    height: 4rem;
    overflow: hidden;
}
.step-box .step-item .img-box{
    width: 5rem;
    height: 4rem;
}
.step-box .step-item .img-box img{
    width: 100%;
    height: 100%;
}
.step-box .step-item .content-box{
    padding: 0.3rem 0 0 0.65rem;
    width: 9.8rem;

}
.step-box .step-item .content-box{
    padding-bottom: 0.2rem;
}
.step-box .step-item .content-box,.step-box .step-item .content-box p,.step-box .step-item .content-box span{
    color: #999!important;
    font-size: 0.18rem!important;
}
.step-box .step-item .content-box p:first-child strong{
    margin: 0 0 0.04rem 0;
}
.step-box .step-item .content-box strong{
    color: #262626!important;
    font-size : 0.2rem!important;
    display: inline-block;
    margin: 0.15rem 0 0.04rem 0;
}
.step-box .step-item .content-box h3{
    font-size : 0.24rem;
    padding-bottom: 0.06rem;
}