 


.kv {
    position: relative;
    width: 100%;
    /* height: 400px; */
    background-image: url(../images/service_wl/service_wl_kv.jpg);
}
.kv .kv-link{
    position: absolute;
    width: 14vw;
    left: 52%;
    height: 4.6vw; 
    bottom: 4%;
}

.intro{
    padding-top: 55px;
}
.intro p{
    padding-bottom: 14px;
}
.intro p.line{
    text-indent: 2rem;
}
.intro p.page-foot{
    text-align: right;
}


.link-list{
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
    margin-top: 30px;
}
.link-list .item{
    display: block;
    margin-right: 30px;margin-bottom: 30px;
    width: 30%;
}
.link-list .item:nth-of-type(3n){
    margin-right: 0px;
}
.link-list .item img{
    width: 100%;
}
.link-list .item .text{
    background-color: #fff;
    padding: 30px 18px 40px 18px;
}


.contact h4{
    margin: 24px 0;
}
.contact .text{
    margin-bottom: 36px;margin-top: 28px;
}

.tips{
    color: #DD0000; 
    font-size: 12px;
    display: block;
}

.tips a {
    text-decoration: underline;font-size: 120%;
}
.contact-list{ 
    display: flex;
    flex-wrap: wrap;justify-content: space-between; 
}
.contact-list .item{
    display: block;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 30%;
    text-align: center;
    border: 1px solid #adadad;
    background-color: #fff; padding-top: 20px;
    cursor: pointer;
}
.contact-list .item .photo{
    position: relative;    margin: auto;
    width: 120px; height: 120px;
}
.contact-list .item .photo .image-befor, 
.contact-list .item .photo .image-after
{
    position: absolute;
    top: 0;
    left: 0;    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s linear;
    transform-style: preserve-3d;
}
.contact-list .item .photo .image{
    width: 100%;
}
.contact-list .item .photo .image-befor{
    transform: rotateY(0deg);
}
.contact-list .item .photo .image-after{
    transform: rotateY(180deg);
}

.contact-list .item:hover .photo .image-befor{ 
    transform: rotateY(180deg);
}
.contact-list .item:hover .photo .image-after{ 
    transform: rotateY(0deg);
} 
.contact-list .item .text{
    margin-top: 0px;
}
.contact-list .item:nth-of-type(3n){
    margin-right: 0px;
}

.apply{
    margin-bottom: 60px;
}
.apply .steps{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 34px;
}
.apply .steps .step .step-pic{
    height: 380px;
}
.apply .steps .step .text{
    height: 3rem;    margin-bottom: 28px;
} 
.apply article > .text{
    margin-bottom: 28px;
}
.apply a{
    text-decoration: underline;
}

@media screen and (max-width:640px) {
    .kv { 
        background-image: url(../images/service_wl/service_wl_kv_sp.jpg);
    }
    .kv .kv-link{
        width: 30vw;
        left: 56%;
        height: 11.6vw;
        bottom: 4%;
    }

    .sec {
        width: 100%;
        margin: 0 auto;
        padding-left: 25px; padding-right: 25px;
    }
    .breadcrumb {
        display: none;
    }
    .pageTitle {
        padding-top: 28px;
        padding-bottom: 28px;
    }
    .pageTitle h1 {
        font-size: 21px;
    } 
 

    .link-list .item{
        width: 100%; margin-right: 0;
    }
    .tips{
       margin-bottom: 7vw;
    }
    .contact-list .item{
        margin-right: 0px;
        width: 47%;
        font-size: 12px;
    }
    .contact-list .item .photo{
        width:90px;height: 90px;
    }
    .contact-list .item .photo .image-befor{
        transform: rotateY(180deg);
    }
    .contact-list .item .photo .image-after{
        transform: rotateY(0deg);
    }

    .contact-list .item:hover .photo .image-befor{ 
        transform: rotateY(180deg);
    }
    .contact-list .item:hover .photo .image-after{ 
        transform: rotateY(0deg);
    } 

    .apply .steps{
        flex-wrap: wrap;justify-content: flex-start;
        margin-bottom: 34px;
    }

    .apply .steps .step{
        margin-bottom: 3rem;
    }
    .apply .steps .step .step-pic{
        /*height: 200px;
        max-width: unset;*/
        height: auto;
        max-width: unset;
        width: 24vw;
    }
    .apply .steps .step .text{
        height: 5rem;
    }
    .apply-1 .steps .step-1{
        width: 67%;
        /*margin-right: 4%;*/
    }
	.apply-1 .steps .step-1 .text{
		width: 86%;
	}
    .apply-1 .steps .step-2{
        width: 31%;
        /*margin-left: 10%;*/
    }
	.apply-1 .steps .step-2 .text br{
		display:none;
	}
    .apply-1 .steps .step-3,
    .apply-1 .steps .step-4{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .apply-1 .steps .step-3{
        margin-right: 6vw;
    }

    .apply-2 .steps,
    .apply-3 .steps{
        justify-content:space-between;
    }
    .apply-2 .steps .step,
    .apply-3 .steps .step{
        width: 32%;
        display: flex;
        flex-direction: column;
        align-items: center; 
    }
    .apply-2 .steps .step-5,
    .apply-3 .steps .step-5{
        margin-right: auto;
    }
    .apply-1 .steps .step-3 .text,
    .apply-1 .steps .step-4 .text,
    .apply-2 .steps .step-4 .text,
    .apply-2 .steps .step-5 .text,
    .apply-3 .steps .step-4 .text,
    .apply-3 .steps .step-5 .text{
        height: 2rem
    }
}



