body {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    font-family: Arial, sans-serif;   
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
    /* font-family:; */
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

[v-cloak] {
    display: none
}

.main_content {
    width: 1280px;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc_header {
    background-color: #222222;
    border-bottom: 1px solid #3b3c3f;
    /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2); */
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.2);
    position: relative;
    height: 90px;
    z-index: 9999;
}
.header_nav{
    min-width: 714px;
}
.header_nav ul {
    display: flex;
    margin-left: 20px;
    margin-right: 70px;
}

.header_nav ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px solid #222222;
    transition: 300ms;
}

.header_nav ul li {}

.nav_active {
    border-bottom: 2px solid #fff !important;
}

.header_nav ul li a:hover {
    border-bottom: 2px solid #fff;
}

.header_nav button {
    border: 1px solid #fff;
    background-color: transparent;
    /* padding: 0 25px; */
    padding-left: 15px;
    box-sizing: border-box;
    height: 35px;
    width: 120px;
    color: #fff;
    cursor: pointer;
}

.header_nav button img {
    width: 23px;
    padding-top: 5px;
}

.line {
    width: 75px;
    height: 2px;
    background-color: #1273eb;
}

.contact_box {
    height: 600px;
    display: flex;
    margin-top: 80px;
}

.contact_left_box {
    width: 50%;
    background-color: #1273eb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contact_right_box {
    width: 50%;
    background-image: url(../images/contact_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_left_box p {
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 72px;
}

.contact_describe_box {
    width: 640px;
    padding-right: 50px;
    box-sizing: border-box;
}

.contact_describe_box button {
    width: 190px;
    height: 55px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 24px;
    color: #3863ed;
    margin-top: 40px;
    cursor: pointer;
    transition: 400ms;
}

.contact_describe_box button:hover {
    background-color: transparent;
    color: #fff;
}

footer {
    background-color: #101010;
}

.footer_content {}

.footer_left_content {
    width: 635px;
}

.footer_left_content p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 30px;
}

.footer_about {
    margin-top: 20px;
}

.footer_contact {
    width: 415px;
}

.footer_contact h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.footer_main_content {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #212326;
    padding: 55px 0;

}

.email_box {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.email_box a {
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
}

.email_box a:hover {
    text-decoration: underline;
}

.copy_right {
    height: 85px;
}

.copy_right p {
    color: #fff;
    font-size: 16px;
}

.index_member_bg {
    padding: 60px 0;
}

.index_member_bg h2 {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}

.index_member_card {
    border-radius: 6px;
    border: 1px solid #d7d7d7;
    box-shadow: 0px 5px 10px 0px rgba(223, 223, 223, 0.9);
    width: 396px;
    min-height: 391px;
    padding: 30px;
    box-sizing: border-box;
}

.index_member_box {
    margin-top: 45px;
}

.index_member_card h3 {
    font-size: 24px;
    font-weight: normal;
}

.index_member_card .line {
    margin-top: 5px;
}

.index_member_card span {
    display: inline-block;
    font-size: 16px;
    color: rgb(18, 115, 235);
    margin-top: 10px;
}

.index_member_card p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height:30px;
    margin-top: 20px;
}

.other_header_bg {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 545px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.other_header_box {
    margin-top: 85px;
    height: 460px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.header_title_line {
    width: 3px;
    height: 95px;
    background-color: rgb(255, 255, 255);
    margin-top: 13px;
}

.other_header_content {
    display: flex;
}

.other_header_title {
    margin-left: 15px;
    width: 615px;
}

.other_header_title h2 {
    font-size: 48px;
    color: rgb(255, 255, 255);

}

.other_header_title p {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-top: 13px;
    line-height: 40px;
}

.detail_service_card {
    padding: 60px 30px 60px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    width: 380px;
    height: 460px;
    box-shadow: 0px 5px 18px 0px rgba(223, 223, 223, 0.9);

}

.detail_service_card p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 34px;
    color: #666666;
}

.detail_service_card .line {
    margin-top: 20px;
}

.detail_service_card h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.header_input_box {
    width: 890px;
    height: 90px;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}

.header_input_box button {
    padding: 15px 30px;
    border-radius: 10px;
    color: #fff;
    background-color: #1273eb;
    font-size: 20px;
    border: 0;
    cursor: pointer;
}

.header_input_box input {
    outline: none;
    height: 56px;
    width: 600px;
    padding-left: 10px;
    font-size: 18px;
    color: #c0c0c0;
    border: 0;
}

.header_input_box input::placeholder {
    color: #c0c0c0;
}

.index_job_card {
    width: 405px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(180, 180, 180, 0.09), 0 8px 8px rgba(180, 180, 180, 0.09), 0 8px 8px rgba(180, 180, 180, .09), 0 8px 8px rgba(180, 180, 180, .09);
    padding: 30px 20px 40px 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.index_job_card h3 {
    font-size: 24px;
    font-weight: normal;
}

.index_job_card .line {
    margin-top: 7px;
}

.qualification_box {
    margin-top: 20px;
    height: 122px;
    overflow: hidden;
}

.qualification_card {
    max-width: 100%;
    box-sizing: border-box;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #e1e1e1;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job_detail {
    font-size: 14px;
    margin-top: 20px;
}

.job_salary {
    max-width: 255px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job_workplace {
    max-width: 105px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_job_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
    min-width: 1280px;
}

.index_job_card {
    margin-right: 30px;
    margin-bottom: 40px;
}

.index_job_card:nth-child(3n) {
    margin-right: 0;
}

.el-dropdown-menu {
    background-color: #222 !important;
    border-radius: 0 !important;
    border: 0 !important;
    /* margin-top: 30px!important; */
}

.el-dropdown-menu__item {
    font-size: 16px !important;
    padding: 5px 28px !important;
    color: #fff !important;
    text-align: center !important;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #8b6f4e !important;
}

.el-popper[x-placement^=bottom] .popper__arrow {
    display: none !important;
}

.nav_button_box {
    padding: 14px 0;
}

.phone_header{
    display: none;
}
@media screen and (max-width: 768px) {
    .phone_menu_icon {
        width: 50px;
        height: 50px;
    }
    .phone_header{
        display: block;
    }
    .phone_nav {
        height: 70px;
        padding: 0 10px;
        background-color: #222222;
        box-sizing: border-box;
        position: fixed;
        top: 0;
        z-index: 9999;
        box-shadow: 0 5px 10px rgb(0, 0, 0, 0.2);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .phone_logo {
        height: 35px;
    }

    .pc_header {
        display: none;
    }

    .main_content {
        width: auto;
    }

    .header_input_box {
        width: calc(100% - 10px);
        height: 65px;
        padding: 0px 10px;
    }

    .header_input_box input {
        width: auto;
        height: 100%;
    }

    .header_input_box button {
        padding: 10px 25px;
        font-size: 18px;
    }

    .index_career {
        margin-top: 10px;
        display: block;
        padding: 10px;
        box-sizing: border-box;
    }

    .index_career_describe {
        margin-top: 0px;
    }

    .index_career_describe {
        width: 100%;
        line-height: 30px;
    }

    .index_job_box {
        display: block;
    }

    .index_job_box {
        margin-top: 10px;
        min-width: auto;
    }

    .index_job_card {
        width: 100%;
        padding: 15px;
        height: 260px;
    }

    .index_career_main {
        display: block;
    }

    .job_salary {
        max-width: 230px;
    }

    .index_job_card {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .index_career_button {
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

    .contact_box {
        display: block;
        margin-top: 15px;
        height: auto;
    }

    .contact_left_box {
        width: 100%;
    }

    .contact_describe_box {
        width: 100%;
        padding: 40px 10px;
        box-sizing: border-box;
    }

    .contact_left_box p {
        font-size: 30px;
        line-height: 46px;
    }

    .contact_describe_box button {
        width: 190px;
        font-size: 20px;
        margin-top: 20px;
        height: 42px;
    }

    .contact_right_box {
        width: 100%;
        height: 220px;
    }

    .index_member_bg {
        padding: 10px;
        box-sizing: border-box;
    }

    .index_member_box {
        margin-top: 10px;
        display: block;
    }

    .index_member_card {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        min-height: auto;
        margin-bottom: 10px;
    }

    .footer_content {
        display: none;
    }

    .copy_right {
        height: 55px;
    }

    .index_member_card p {
        margin-top: 5px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        display: flex;
        justify-content: center;
        background-color: #444;
        margin: 0;
        padding: 0;
        transition: max-height 0.5s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 999;
    }

    .nav-menu a {
        color: white;
        padding: 14px 20px;
        text-decoration: none;
        text-align: center;
    }

    .nav-menu a:hover {
        background-color: #555;
    }

    .nav-menu.show {
        max-height: 650px;
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .submenu {
        display: flex;
        flex-direction: column;
    }

    .submenu a {
        color: #ccc;
    }

    .other_header_bg {
        height: 320px;
    }

    .other_header_title {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .other_header_box {
        height: auto;
        margin-top: 70px;
    }

    .other_header_title h2 {
        font-size: 32px;
    }

    .other_header_title p {
        font-size: 18px;
        margin-top: 10px;
        line-height: 30px;
    }

    .detail_service_bg {
        margin-top: 10px !important;
        padding: 10px !important;
    }

    .detail_service_card {
        padding: 20px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .detail_service_card h3 {
        margin-top: 5px;
    }

    .detail_service_card .line {
        margin-top: 5px;
    }

    .detail_service_card p {
        margin-top: 10px;
        line-height: 30px;
    }

    .detail_service_card_box {
        display: block;
    }
    .bottom_arrow{
        width: 25px;
        padding-top: 5px;
        padding-left: 5px;
    }
    .phone_language{
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        color: white;
        padding: 14px 20px;
    }
}