@charset "gb2312";
.ctrl-service-process {
    width: 100%;
}
.ctrl-service-process-img {
    width: 1200px;
    height: 360px;
    padding: 80px 0px;
    margin: auto;
    background-image: url("service-process-img.png");
    background-repeat: no-repeat;
    background-position: center;
}
.ctrl-service-process-note {
    width: 1200px;
    padding: 80px 0px;
    margin: auto;
    background-image: url("service-process-title.png");
    background-repeat: no-repeat;
    background-position: top center;
}
.ctrl-service-process-note .list {
    display: block;
    width: 100%;
    padding-top: 30px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #0c8391;
}
.ctrl-service-process-note .list:nth-child(1) {
    background-image: url("service-process-icon-1.png");
}
.ctrl-service-process-note .list:nth-child(2) {
    background-image: url("service-process-icon-2.png");
}
.ctrl-service-process-note .list:nth-child(3) {
    background-image: url("service-process-icon-3.png");
}