/*organizer*/

.wrap1 {
    width: 100%;
    min-height: 1080px;
    /* background: url(../imgs/organizer.jpg) no-repeat center;
    background-size: cover; */
    padding: 30px 0;
}

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../imgs/organizer.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.org {
    width: 860px;
    margin: 0 auto;
    color: #333;
}

.org h2 {
    text-align: center;
    font-size: 50px;
    font-weight: normal;
    font-family: font143;
    text-align: center;
}

.org>a img.atd {
    width: 120px;
    margin: 0 auto;
}

.org>a img.hrflag {
    width: 120px;
    margin: 0 auto;
}

.org .msg {
    margin-top: 20px;
    background: rgba(255, 255, 255, .8);
    padding: 20px;
}

.org h3 {
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
    color: rgb(255, 255, 255);
    line-height: 3;
}

.org .logoBlock {
    margin-top: 20px;
}

.atdService ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.atdService ul li {
    width: 18%;
    text-align: center;
}

.atdService ul li h6 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 2;
    text-decoration: underline;
}

.atdService ul li p {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 1.6;
}

.atdService ul li img {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .wrap1 {
        padding: 20px 0;
    }
    .wrap1:before {
        background: url(../imgs/organizer-m.jpg) no-repeat center;
        background-size: cover;
    }
    .org {
        width: 100%;
        color: #555;
    }
    .org h2 {
        font-size: 32px;
    }
    .org>img.atd {
        width: 100px;
    }
    .org>img.hrflag {
        width: 120px;
        margin: 0 auto 0 auto;
    }
    .org .msg {
        margin-top: 15px;
        padding: 15px;
    }
    .org h3 {
        font-size: 22px;
        margin-top: 20px;
    }
    .org .logoBlock {
        margin-top: 15px;
    }
    .atdService ul li {
        width: 45%;
        text-align: center;
        padding-bottom: 15px;
    }
    .atdService ul li h6 {
        font-size: 15px;
    }
    .atdService ul li img {
        width: 50%;
        margin: 0 auto;
    }
    .atdService ul li p {
        font-size: 12px;
    }
}