._app {
    width: 100%;
    background: #f9f9f9;
}

.download_top_image {
    width: 100%;
    max-width: 1920px;
    height: 800px;
    margin: 0 auto;
    background: url("../images/about_top_image.jpg") no-repeat;
    background-size: 1920px 800px;
    background-position: center center;
}

.bread {
    font-size: 14px;
    color: #333333;
    max-width: 1400px;
    margin: 0 auto;
    line-height: 1;
    margin-top: 48px;
}

.bread img {
    width: 12px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

._app._download h3 {
    line-height: 1;
    color: #333333;
    font-size: 36px;
    text-align: left;
    /*margin: 98px 58px;*/
}

.about_part {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 98px;
    padding-bottom: 98px;
}

.about_part ._part {
    width: 50%;
    float: left;
}

.growth_part ._part {
    width: 50%;
    float: left;
}

.growth_part ._part img{
    display: none;
}

.about_part ._part:first-child {
    padding-right: 36px;
}

.about_part ._part:first-child + ._part {
    padding-left: 80px;
}

.about_part ._part:first-child + ._part ._img_wrap{
    max-width: 618px;
    width: 100%;
    aspect-ratio: 103 / 65;
    overflow: hidden;
    border-radius: 8px;
}
.about_part ._part:first-child + ._part ._img_wrap img{
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    width: 100%;
}
.about_part ._part:first-child + ._part ._img_wrap img:hover{
    transform: scale(1.12);
    -moz-transform: scale(1.12);
    -webkit-transform: scale(1.12);
}

.about_part ._part P {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.divide_img{
    width: 98px;
    height: 6px;
    background: url("../images/divide_img.png") no-repeat;
    background-size: 100% 100%;
    margin: 32px 0 42px 0;
}
.jobs_part_wrap{
    background: #ffffff;
    width: 100%;
}
.jobs_part {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: inherit;
    padding-top: 98px;
    padding-bottom: 78px;
}
.jobs_list .job {
    margin-bottom: 78px;
}
.jobs_list .job:last-child{
    margin-bottom: 0;
}
.jobs_list .job ._title{
    color: #333333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}
.jobs_list .job ._title span{
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px;
    background: #dfeefd;
    border-radius: 6px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.jobs_list .job ._title span:first-child{
    margin-left: 16px;
}
.jobs_list .job .params{
    margin: 28px 0 31px 0;
    overflow: hidden;
    height: auto;
}
.jobs_list .job .params p{
    font-size: 16px;
    line-height: 1;
    color:#333333;
    float: left;
    margin-right: 64px;
}
.jobs_list .job .job_message {
    width: 100%;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    height: auto;
    padding: 26px 36px;
    border-radius: 8px;
}
.jobs_list .job .job_message ._tit{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.jobs_list .job .job_message .duty p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.jobs_list .job .job_message .email{
    font-size: 16px;
    color: #004ea2;
    font-weight: bold;
    padding-top: 36px;
}

@media (max-width:640px) {
    .download_top_image{
        width: 100%;
        height: 260px;
        background: url("../images/about_top_image_h5.jpg") no-repeat;
        background-position: center center;
        background-size: cover;
    }
    ._app._download h3{
        font-size: 22px;
        color: #333333;
        margin: 40px 0 24px 0;
    }
    .divide_img{
        margin: 20px 0;
    }
    .about_part ._part P{
        font-size: 13px;
        line-height: 24px;
    }
    .bread{
        display: none;
    }
    .about_part{
        padding: 0 20px;
    }
    .about_part ._part{
        float: inherit;
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    ._app._download .jobs_part h3{
        margin: 0;
    }
    .jobs_part{
        padding: 0 20px;
        padding-top: 64px;
        padding-bottom: 40px;
    }
    .jobs_list .job ._title{
        font-size: 16px;
    }
    .jobs_list .job ._title span{
        font-size: 12px;
        padding: 3px 6px ;
        top: -1px;
    }
    .jobs_list .job .params p{
        float: inherit;
        font-size: 13px;
        margin-bottom: 12px;
    }
    .jobs_list .job .params p:last-child{
        margin-bottom: 0px;
    }
    .jobs_list .job .job_message .duty p{
        font-size: 13px;
        line-height: 25px;
    }
    .jobs_list .job .job_message{
        padding: 14px 12px;
    }
    .jobs_list .job{
        margin-bottom: 48px;
    }
    .jobs_list .job .job_message .email{
        padding-top: 18px;
    }
}
