section {
    padding-top:90px;
}
#banner {
    padding-top:0px;
}

.service-item {
    padding: 10px;
}

#p-header {
    height: 457px;
    background-image: url("../images/service/p-header.png");
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: 20%;
    position: relative;
}

.service-program .service-line {
    height: 540px;
    position: relative;
    display: block;
    background-image: url("../images/service/line.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.service-line p {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
}

.service-line p:hover {
    color: #0d60f8;
    cursor: pointer;
}

#list {
    display: none;
}
@media screen and (min-width: 1400px) {
    .service-line p:nth-child(1) {
        top: 181px;
        left: 144px;
    }

    .service-line p:nth-child(2) {
        top: 245px;
        left: 209px;
    }

    .service-line p:nth-child(3) {
        top: 311px;
        left: 207px;
    }

    .service-line p:nth-child(4) {
        top: 375px;
        left: 272px;
    }

    .service-line p:nth-child(5) {
        top: 436px;
        left: 306px;
    }

    .service-line p:nth-child(6) {
        top: 485px;
        left: 567px;
    }

    .service-line p:nth-child(7) {
        top: 439px;
        left: 830px;
    }

    .service-line p:nth-child(8) {
        top: 363px;
        left: 950px;
    }

    .service-line p:nth-child(9) {
        top: 311px;
        left: 995px
    }

    .service-line p:nth-child(10) {
        top: 245px;
        left: 1036px;
    }

    .service-line p:nth-child(11) {
        top: 177px;
        left: 1064px;
    }
}
@media screen and (max-width: 1400px) {
    .service-line p {
        font-size: 15px;
        font-weight: bold;
        position: absolute;
    }

    .service-line p:nth-child(1) {
        top: 181px;
        left: 62px;
    }

    .service-line p:nth-child(2) {
        top: 245px;
        left: 131px;
    }

    .service-line p:nth-child(3) {
        top: 311px;
        left: 125px;
    }

    .service-line p:nth-child(4) {
        top: 375px;
        left: 187px;
    }

    .service-line p:nth-child(5) {
        top: 436px;
        left: 226px;
    }

    .service-line p:nth-child(6) {
        top: 485px;
        left: 480px;
    }

    .service-line p:nth-child(7) {
        top: 439px;
        left: 741px;
    }

    .service-line p:nth-child(8) {
        top: 363px;
        left: 852px;
    }

    .service-line p:nth-child(9) {
        top: 311px;
        left: 905px
    }

    .service-line p:nth-child(10) {
        top: 245px;
        left: 944px;
    }

    .service-line p:nth-child(11) {
        top: 177px;
        left: 970px;
    }

}

@media screen and (max-width: 1200px) {
    .service-line p {
        font-size: 14px;
        position: absolute;
    }

    .service-line p:nth-child(1) {
        top: 181px;
        left: -16px;
    }

    .service-line p:nth-child(2) {
        top: 245px;
        left: 46px;
    }

    .service-line p:nth-child(3) {
        top: 311px;
        left: 36px;
    }

    .service-line p:nth-child(4) {
        top: 375px;
        left: 98px;
    }

    .service-line p:nth-child(5) {
        top: 436px;
        left: 134px;
    }

    .service-line p:nth-child(6) {
        top: 485px;
        left: 389px;
    }

    .service-line p:nth-child(7) {
        top: 439px;
        left: 648px;
    }

    .service-line p:nth-child(8) {
        top: 363px;
        left: 756px;
    }

    .service-line p:nth-child(9) {
        top: 311px;
        left: 808px
    }

    .service-line p:nth-child(10) {
        top: 245px;
        left: 855px;
    }

    .service-line p:nth-child(11) {
        top: 177px;
        left: 879px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: 110px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}

@media screen and (min-width: 580px) and (max-width: 767px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: 50px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}



@media screen and (min-width: 540px) and (max-width: 579px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: 36px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}

@media screen and (min-width: 480px) and (max-width: 539px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: 36px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}

@media screen and (min-width: 431px) and (max-width: 479px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: 0px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}

@media screen and (min-width: 391px) and (max-width: 430px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: -10px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}

@media screen and (max-width: 390px) {
    .service-program {
        display: none;
    }
    #list {
        display: block;
        margin-left: -16px;
        /*margin: 0 4px 0;*/
        overflow-x: hidden;
        overflow-y: auto;
    }
    .listItem {
        position: relative;
        padding-left: 40px;
        padding-top: 4px;
    }
    .listItem:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-right: 1px solid #f3f3f3;
        left: 19px;
        z-index: 1;
    }
    .listItem-first:before {
        height: 50%;
        top: 50%;
    }
    .listItem-last:before {
        height: 50%;
    }
    .listItem:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 4px;
        left: 16px;
        top: 50%;
        margin-top: -2px;
        z-index: 1;
    }
    .listItem.highlight:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        background-color: #3d93fd;
        border: 4px solid #88bdfe;
        border-radius: 8px;
        left: 12px;
        -webkit-box-shadow: 0 0 0 3px #d8e9ff;
        box-shadow: 0 0 0 3px #d8e9ff;
        z-index: 2;
    }
    .listItem.highlight > .listItemContent {
        background-color: #3d93fd;
        color: #fff;
    }
    .listItem.highlight .listItemContent-date{
        color: #fff;
    }

    .listItemContent {
        padding: 10px;
        /*border: 1px solid #f3f3f3;*/
        /*border-radius: 4px;*/
    }
    .listItemContent-date {
        color: #cacaca;
    }
}