.hjzf2_service-36 {
    width: 100%;
    margin: auto;
}

@media(min-width: 1200px) {
    .hjzf2_service-36 {
        height: 100vh;
    }
}

.service-36_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.service-36_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.service-36_wrap .service-36_bg {
    animation: slowScale 6s forwards;
    -webkit-animation: slowScale 6s forwards;
}

.service-36_content {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
}

.service-36_textbox {
    padding-top: 10%
}

.service-36_content .service-36_text2 {
    padding-top: 30px;
}

.service-36_content .service-36_line {
    width: 320px;
    border-top: 1px solid #ffffff;
    margin: 40px 0;

}

@media(max-width: 560px) {
    .service-36_content .service-36_line {
        margin: 15px auto;
    }
}

@keyframes slowScale {
    0% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes slowScale {
    0% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.service-36_btn a {
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    transition: all .5s;
}

.service_36-main_title h1, 
.service_36-main_title h2, 
.service_36-main_title h3{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    display: block;            
}