/*about*/

.wrap1 {
    background: url(../imgs/about.png) no-repeat center;
    background-size: cover;
    padding: 0;
    background-position: 100% 100%;
}

.logo {
    /*position: absolute;*/
    top: 60px;
    right: 60px;
}

.about {
    width: 640px;
    color: #555;
    text-align: center;
    padding: 20px 40px 80px 40px;
}

.about h1 {
    margin-top: 60px;
}

.about .text {
    margin-top: 20px;
}

.about .btn_block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about .btn_block a.btn {
    width: 140px;
}

.wrap2 {
    padding: 0 0 60px 0;
    background: url(../imgs/aboutpc2.jpg) no-repeat center;
    background-size: cover;
}

.org {
    width: 860px;
    margin: 0 auto;
    color: #fff;
}

.org h2 {
    font-size: 30px;
    text-align: center;
    font-family: normal;
    font-weight: normal;
    color: #fff;
    padding-top: 30px;
    margin-bottom: 20px;
}

.org h3 {
    line-height: 2;
    padding: 10px 0;
}

.org .logo {
    width: 120px;
    margin: 0 auto;
    float: left;
}

.org .msg {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}

@media screen and (max-width:768px) {
    .wrap2 {
        background: url(../imgs/about-m2.jpg) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .org {
        width: 100%;
    }
    .org h2 {
        font-size: 26px;
    }
    .org .msg {
        font-size: 13px;
        padding: 0;
        line-height: 2;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .wrap1 {
        height: 1200px;
        padding: 30px 0;
        background: url(../imgs/about-m.png) no-repeat center;
        background-size: cover;
    }
    .safewidth {
        height: auto;
    }
    .about {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
    }
    .about h1 {
        margin-top: 30px;
    }
    .about .text {
        margin-top: 10px;
    }
    .about .btn_block {
        margin-top: 0;
        display: block;
    }
    .about .btn_apply {
        margin: 30px auto 0 auto;
    }
    .about .btn_form {
        margin: 15px auto 0 auto;
    }
    .about .btn_pdf {
        margin: 15px auto 0 auto;
    }
}