.flex {
    display: flex;
}

.items_center {
    display: flex;
    align-items: center;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
}

.overflow_hidden {
    overflow: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


.vk_home_title {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    height: 40px;
    margin-bottom: 6px;
    margin-top: 50px;
}

.vk_home_title_num {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    width: 39px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    margin-left: 10px;
}

.vk_home_item {
    width: 230px;
    height: 160px;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
}

.vk_home_item_title {
    display: inline-block;
    top: 70px;
    left: 0;
    height: 32px;
    line-height: 32px;
    background: rgba(19, 141, 186, .8);
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 0 10px;
}

.vk_home_item img {
    position: absolute;
    width: auto !important;
    max-width: none !important;
    height: 160px;
    top: 0;
    left: 0;
}

.swiper_so_app {
    display: none;
}

.home_list_tag {
    display: flex;
    color: #222;
    font-size: 22px;
    font-weight: bold;
    text-decoration: underline;
    height: 40px;
    align-items: center;
}

.home_list_round {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    margin: 0 10px 0 0;
    background-color: #000;
    overflow: hidden;
}

.home_item {
    width: 100%;
    /* height: 270px; */
    box-shadow: 0 0 11px rgba(0, 0, 0, .2);
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 3px;
    justify-content: space-between;
}

.home_item_l {
    width: 340px;
    height: 100%;
    margin-top: 3px;
}

.home_item img {
    width: 100%;
    height: 100%;
}

.home_item_r {
    width: calc(100% - 360px);
    height: 100%;
}

.home_item_name {
    color: #222;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.home_item_name_en {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.home_item_tap {
    font-size: 14px;
    color: #888;
}

.home_item_p {
    font-size: 13px;
    color: #888;
    line-height: 20px;
    margin-top: 10px;
}

.swiper_home {
    overflow: hidden;
    position: relative;
    width: 960px;
    height: 160px;
}

.vk_home_slide {
    width: 996px;
}

@media only screen and (max-width: 767px) {
    .vk_home_slide a {
        width: 49%;
    }
}


.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 40px;
    left: 5px !important;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 40px;
    right: 5px !important;
}

.vk_home_r {
    height: 36px;
    margin-left: 465px !important;
}

.vk_home_search {
    margin-right: 30px !important;
}

.vk_home_search img {
    width: 16px;
    height: 16px;
    top: 10px;
    left: 14px;
}

.vk_home_search_input {
    width: 235px;
    height: 36px;
    border: 1px solid #E7E7E7;
    padding-left: 35px !important;
    outline: none;
}

.vk_home_ali {
    width: 220px;
    height: 36px;
    background: #FF7020;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.vk_home_ali img {
    width: 32px;
    height: 32px;
    margin-right: 0px;
    margin-left: 15px;
}

.g-breadcrumbs-p {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    margin: 10px auto 35px;
    position: static;
    text-align: center;
}

.g-breadcrumbs-p ol {
    margin: 0 auto !important;
    max-width: 960px;
    font-size: 11px;
    font-weight: bold;
    overflow: hidden;
}

.g-btn-em {
    background-color: #000;
    display: inline-block;
}

.g-btn-em:link {
    color: #fff;
}

.pbsearch-form {
    width: 96%;
    margin: 16px auto;
    position: relative;
}

.pbsearch-form-input[type="text"] {
    margin: 0;
    padding: 13px 12px;
    width: 100%;
    border: 0px;
    font-size: 15px;
}


.pbsearch-form-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -1px;
}

.pbsearch-btn {
    white-space: nowrap;
    margin: auto;
    border: none;
    cursor: pointer;
}

.pbAreaWrapper1 * {
    box-sizing: border-box;
}

.g-btn-fn {
    color: #fff;
    background-color: #09c;
    background: -webkit-linear-gradient(#09c, #168bb6);
    background: linear-gradient(#09c, #168bb6);
}

.vk_content {
    width: 960px;
    margin: 0 auto;
}

.vk_title_line {
    width: 966px;
    height: 2px;
    background: #0097E0;
    margin: 20px auto;
}

.vk_title {
    position: relative;
    padding-bottom: 20px;
    color: #000;
    font-size: 220%;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
}

.vk_p {
    width: 500px !important;
    min-height: 106px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    margin: 0 auto;
}

.vk_p2 {
    color: #777777;
}

.vk_p5 {
    color: #777777;
    width: 750px !important;
    padding-bottom: 20px;
}

.vk_p3 {
    color: #777777;
    width: 750px !important;
    margin-top: 20px;
}

.text_center {
    text-align: center;
}

.vk_img {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}

.vk_video {
    height: autp;
}

.vk_video video {
    width: 100%;
    height: 100%;
}

.vk_list {
    width: 966px;
    margin: 0 auto;
    /* 父盒子设置为伸缩盒子*/
    display: flex;
    /* wrap:  在必要的时候进行换行*/
    flex-wrap: wrap;
    /* flex-start:  默认从头开始排列*/
    justify-content: flex-start;
    align-items: center;
}

.vk_item {
    width: 476px;
    height: 118px;
    background: #F5F5F5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.vk_item_l {
    width: 100px;
    height: 100px;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.vk_item_title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 25px 0;
}

.vk_item_p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.vk_item2 {
    width: 230px;
    height: 140px;
    /* 24%:  默认每一个列表占24%*/
    flex: 0 0 23.5%;
    /* 右边距，默认使用css函数去计算 */
    margin-right: calc(10% / 5);
    margin-bottom: 15px;
}

.vk_item2:nth-child(4n) {
    margin-right: 0;
}


.vk_item2 img {
    width: 100%;
    height: 100%;
}

.vk_item_name {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 24px;
    background: #0094DD;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.vk_download {
    width: 142px;
    height: 48px;
    background: #E6EBF4;
    color: #000 !important;
    border-left: 1px solid #ccc;
}

.vk_download img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.join_box {
    justify-content: space-between;
    flex-wrap: wrap;
}

.join_item {
    width: 475px;
    height: 216px;
    background: #F5F5F5;
    padding: 20px 0;
    margin: 15px 0;
}

.join_item_tag {
    width: 84px;
    height: 24px;
    background: #74CDF2;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.join_item_img {
    width: 983px;
    height: 533px;
    margin-top: 20px;
}

.join_item_title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin: 10px 30px;
}

.join_item_address {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: 12px 30px;
}

.join_item_box {
    height: 120px;
    align-items: center;
}

.join_item_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #74CDF2;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 20px 30px;
}

.join_item_btn img {
    width: 8px !important;
    height: 12px !important;
    margin-top: 1px;
    margin-left: 5px;
}

.join_item_box_l {
    width: 80px;
    height: 80px;
    margin: 0 50px 0 30px;
}

.join_item_box_title {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 10px 0;
}

.join_item_box_btn {
    color: #0097E0;
}

.vk_info_box {
    /* width: 960px; */
    width: 100%;
    margin: 20px auto;
}

.vk_info_box2 {
    margin-top: 60px;
}

.vk_info_img {
    width: 346px;
    min-height: 460px;
    position: relative;
}

.vk_info_img img {
    width: 100%;
}

.vk_info_con {
    width: 550px;
    min-height: 520px;
}

.leader_info {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(129, 204, 255, .8);
    color: #fff;
    width: 100%;
    padding: 10px 0;
}

.leader_info_item {
    height: 24px;
    padding-left: 30px;
}

.vk_info_p {
    font-size: 13px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
}

.vk_company_list2 {
    align-items: center;
    margin-top: 200px;
}

.vk_company_item2 {
    width: 275px;
    height: 150px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
}

.vk_company_item2_l {
    width: 80px;
    height: 80px;
    background: #0094DD;
    text-align: center;
}

.vk_company_item2:nth-child(2) .vk_company_item2_l {
    background-color: #FDC64F;
}

.vk_company_item2:nth-child(3) .vk_company_item2_l {
    background-color: #003568;
}

.vk_company_item2_l_name {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
}

.vk_company_item2_l_en {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

.vk_company_item2_r {
    margin: 0 0 0 40px;
}

.vk_company_item_p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.vk_company_name {
    font-size: 12px;
    font-weight: 400;
    color: #0097E0;
    margin: 20px 0;
}

.vk_company_item {
    width: 315px;
    height: 151px;
    background: #F5F5F5;
    padding: 10px;
    margin-bottom: 20px;
}

.vk_company_title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.vk_company_item p {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.vk_company_info {
    width: 989px;
    min-height: 315px;
    background-size: cover;
}

.vk_company_con {
    width: 490px;
    padding: 0px 0 0 15px;
    height: 300px;
}

.vk_company_con_title {
    font-size: 18px;
    font-weight: 400;
    color: #0097E0;
}

.vk_company_con p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 23px;
    text-align: justify;
}

.vk_company_con1 {
    width: 335px;
    padding: 0px 0 0 35px;
}

.vk_company_con1 p {
    line-height: 26px;
}

.vk_company_img {
    width: 450px;
    height: 300px;
    margin-right: 25px;
}

.vk_company_img2 {
    width: 500px;
    height: auto;
}

.vk_made_con {
    box-shadow: 0 0 11px rgba(125, 125, 125, .2);
    margin-bottom: 20px;
    padding: 10px;
}

.vk_made_l {
    width: 380px;
    height: 260px;
}

.vk_made_l_top {
    width: 100%;
    height: 220px;
}

.made_icon_box {
    margin-bottom: 10px;
}

.made_icon_item {
    width: 120px;
    height: 100px;
    background: #F5F5F5;
    text-align: center;
}

.made_icon_item2 {
    width: 185px;
}

.made_icon_item img {
    width: 40px;
    height: 40px;
    margin: 10px auto 3px auto;
}

.made_icon_item_title {
    font-size: 12px;
    font-weight: 400;
    color: #282828;
    text-align: center;
}

.vk_made_l_bot {
    width: 100%;
    height: 40px;
    background: #0097E0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.vk_made_l_bot span {
    font-size: 22px;
}

.vk_made_r {
    width: 580px;
    text-align: left;
    padding: 0 26px;
}

.vk_made_r span {
    font-size: 20px;
    color: #0097E0;
    font-weight: bold;
}

.made_box {
    margin-bottom: 70px;
}

.made_item {
    width: 473px;
    height: 500px;
    padding: 10px;
    box-shadow: 0 0 11px rgba(125, 125, 125, .2);
}

.made_item_img {
    width: 453px;
    height: 250px;
}

.made_item_title {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
}

.made_item_con {
    width: 400px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    color: #666666;
}

.devote_left {
    width: 342px;
    height: 388px;
}

.devote_right {
    width: 600px;
}

.devote_con {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    height: 300px;
}

.devote_title {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.devote_item {
    min-height: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    position: relative;
}

.devote_item img {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 6px;
    left: -15px;
}

.company_title {
    font-size: 220%;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 10px;
}

.pc_pad_30 {
    margin-top: 30px;
}

.vk_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    z-index: 1000;
}

.vk_pop_box {
    width: 520px;
    height: 660px;
    background: #FFFFFF;
    padding: 10px 30px;
    position: relative;
}

.vk_pop_top {
    height: 50px;
    align-items: center;
}

.vk_pop_logo {
    width: 210px;
}

.vk_pop_logo img {
    max-width: 100%;
}

.vk_pop_logo_text {
    display: flex;
    align-items: center;
    height: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #0097E0;
    border-left: 1px solid #0097E0;
    padding-left: 15px;
    margin-left: -20px;
}

.vk_pop_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}

.vk_pop_con {
    height: calc(100% - 60px);
    overflow-y: auto;
}

.vk_pop_con img {
    width: 100%;
}

.vk_pop_con1 {
    margin-top: 50px;
}

.vk_pop_con h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.vk_pop_con p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.vk_pop_con p.p1 {
    font-weight: 600;
    color: #000;
    margin-top: 0;
}

.vk_pop_item {
    min-height: 34px;
    /*padding: 0 20px;*/
    margin-top: 20px;
}

.vk_pop_item_l {
    width: 100px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-right: 10px;
}

.vk_pop_item_l span {
    color: #FF0000;
}

.vk_pop_item_r {
    width: 408px;
    min-height: 34px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
}

.vk_pop_item_r input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
}

.vk_pop_item_r textarea {
    width: 100%;
    height: 130px;
    outline: none;
    border: none;
}

.vk_pop_item_l {
    display: flex;
    font-size: 16px;
}

.check_img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #E4E4E4;
    cursor: pointer;
    position: relative;
}

.check_img img {
    width: 100%;
    height: 100%;
    display: none;
    /* position: absolute;
    top: 0;
    left: 0; */
}

.check_img.active {
    border: 1px solid #0097e0;
    background: url(../banner/check2.png) no-repeat center;
    background-size: cover;
}

.swiper_so {
    overflow: hidden;
    position: relative;
    height: 330px;
    margin: 20px 0;
}

.vk_so_slide {
    padding: 0 50px;
}

.vk_so_item {
    width: 280px;
    height: 160px;
}

/*
.check_img.active img {
    display: block;
} */

.btn_submit {
    /*width: 408px;*/
    height: 44px;
    background: #0070C1;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.g-link {
    color: #0099cc !important;
}

.blue_a {
    color: #0099cc !important;
}

.vk_img_pc,
.vk_div_pc {
    display: block;
}

.vk_img_h5 {
    display: none;
}

.dj_china {
    border: 1px solid #E4E7EA;
    margin-top: 60px;
}

.dj_china_list {
    height: 80px;
    border-bottom: 1px solid #E4E7EA;
}

.dj_china_list_top {
    font-size: 14px;
    font-weight: 600;
    color: #000000
}

.dj_china_list:last-child {
    border: none;
}

.dj_china_item {
    width: 220px;
    align-items: center;
    border-right: 1px solid #E4E7EA;
    padding: 5px 10px;
    flex-wrap: wrap;
    /* align-items: center; */
}

.dj_china_item:last-child {
    border: none;
}

.dj_china_item_a {
    width: 180px;
}

.dj_china_item_b {
    width: 340px;
}

.china_item_name {
    width: 100%;
}

.china_item_tag {
    align-items: center;
    margin-right: 5px;
}

.china_item_tag span {
    margin-left: 5px;
}

/* .company-map__box {
    position: relative;
} */

.company_map_pop {
    width: 960px;
    position: absolute;
    top: 162px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    z-index: 10;
}

.company_map_pop1.active {
    display: block;
}

.company_map_pop2.active {
    display: block;
}

.company_map_pop3.active {
    display: block;
}

.company_map_pop_china {
    position: absolute;
    top: 266px;
    right: 0;
    width: 76%;
    height: 32px;
}



.company_map_pop_sec {
    width: 600px;
    position: absolute;
    top: 330px;
    left: 50%;
    display: none;
    transform: translateX(-50%);
}

.company_map_pop1.active {
    display: block;
}

.company_map_pop2.active {
    display: block;
}

.company_map_pop3.active {
    display: block;
}

.qr_code {
    width: 100px;
}

.qr_code img {
    width: 100%;
}



@media screen and (max-width: 960px) {

    html,
    body {
        overflow-x: hidden;
    }

    .vk_img_pc,
    .vk_div_pc {
        /* display: none; */
    }

    .vk_img_h5 {
        display: block;
    }

    .vk_p,
    .vk_list {
        width: 96% !important;
    }

    .vk_item {
        width: 96% !important;
        margin: 5px auto;
    }

    .vk_info_box {
        flex-wrap: wrap !important;
    }

    .vk_info_img {
        width: 230px;
        height: auto;
        margin: 10px auto;
        min-height: auto;
    }

    /*
    .vk_info_img2 {
        display: none;
    } */
    .vk_item_title {
        margin: 10px 0 10px 0;
    }

    .vk_info_con {
        width: 100%;
        height: auto;
    }

    .vk_list {
        flex-wrap: wrap;
    }

    .vk_item2 {
        flex: 0 0 47.5%;
        height: 116px;
    }

    .vk_download {
        width: 100px;
    }

    .join_box {
        width: 100% !important;
    }

    .join_item {
        width: 100%;
        height: 180px;
        margin: 10px auto;
    }

    .join_item_box {
        width: 100%;
    }

    .vk_title_line1 {
        display: none;
    }

    .vk_title_h5 {
        margin-top: 20px;
    }

    #area0>div>div:last-child>div:last-child {
        padding-bottom: 30px !important;
    }

    .vk_company_item {
        height: 100px;
    }

    .swiper_so {
        display: none;
    }

    .swiper_so_app {
        display: block;
        width: 100%;
        margin-top: 15px;
        height: 335px;
        overflow: hidden;
        position: relative;
    }

    .swiper_so_app_slide {
        width: 88%;
    }

    .swiper_so_app_item {
        width: 86%;
        height: 160px;
        margin: 0 auto 9px auto;
        overflow: hidden;
        position: relative;
    }

    .swiper_so_app_item_title {
        display: inline-block;
        top: 60px;
        left: 0;
        height: 28px;
        line-height: 28px;
        background: rgba(19, 141, 186, .8);
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        padding: 0 10px;
    }

    .swiper-button-so-app {
        width: 11px !important;
        background: none !important;
    }

    .vk_pop_box {
        width: 96%;
    }

    .vk_pop_item {
        padding: 0;
    }

    .vk_pop_item_l {
        width: 120px;
        font-size: 12px;
    }

    .qr_code {
        width: 120px;
        margin: 20px 10px !important;
    }
}


.vk_company_pc {
    display: block;
}

.vk_company_app {
    display: none;
}

.company-titleH2 {
    margin-top: 60px;
}

.dj_china {
    display: block;
}

.app_com_list {
    display: none;
}

.com_cop {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #1E7295;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.company-section-type03>div {
    padding: 0;
}

.company_map_con {
    height: auto;
}

.vk_p3 {
    min-height: auto;
}

.home_swiper {
    width: 100%;
    height: 460px;
}

.home_swiper_slide {
    width: 960px !important;
    height: 460px !important;
    position: relative;
}

.home_swiper_slide img {
    width: 100%;
    height: 100%;
}

.home_slide_mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(125, 125, 125, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.swiper-slide-active .home_slide_mask {
    display: none;
}

.home_prev {
    left: calc(100% - 1300px) !important;
}

.home_next {
    right: calc(100% - 1300px) !important;
}

.top_column_tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 7px 5px;
    background: rgba(0, 148, 221, .9);
    color: #fff;
    font-size: 110%;
    text-align: center;
}

.vk_new_title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0px !important;
    height: 0px !important;
}

.com_img_pc {
    display: block;
}

.com_img_app {
    display: none;
}

.company_int {
    width: 100%;
    height: 600px;
    background: url(../images/110.png) no-repeat center;
    background-size: cover;
}

.company_int_con {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.company_int_p {
    width: 440px;
    height: 356px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    text-align: justify;
    display: flex;
    align-items: center;
}

.join_title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    margin: 30px auto !important;
    text-align: center;
}

.join_con {
    display: flex;
    justify-content: space-between;
    margin-top: 16px !important;
}

.join_con_l {
    width: 475px;
    min-height: 100px;
    background: #5BC3EE;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-wrap: wrap;
}

.join_con_l span {
    font-size: 13px;
    font-weight: 400;
}

.join_con_l_item {
    width: 475px;
    min-height: 100px;
    background: #5BC3EE;
    margin-bottom: 16px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.join_con_l_item span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}

.join_con_r span {
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}



.join_con_r {
    width: 475px;
    height: 252px;
    background: #5BC3EE;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    flex-wrap: wrap;
}

.staff_list {
    width: 100%;
    justify-content: space-between;
}

.staff_item {
    width: 300px;
    height: 400px;
    position: relative;
    margin-bottom: 50px;
}

.staff_item_con {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
}

.staff_item_con p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}


.staff_title {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.staff_p {
    height: 70px;
}

.join_pc {
    display: block;
}

.join_app {
    display: none;
}

@media screen and (max-width: 960px) {


    .home_item_r {
        width: 100%;
        height: auto;
        margin-top: 5px;
    }

    .vk_company_pc {
        display: block;
    }

    .company-section-type03>div {
        padding: 0 !important;
    }

    .vk_company_app {
        display: none;
        border: 1px solid red;
    }

    .app_container {
        padding: 0 10px;
    }

    .app_title {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        text-align: center;
        margin-top: 10px;
    }

    .app_title_line {
        width: 100px;
        height: 4px;
        background: #00CDFF;
        margin: 10px auto;
    }

    .app_video {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .staff_p {
        height: 45px;
    }

    .his_img {
        display: none;
        width: 320px;
        height: 100px;
        position: absolute;
        left: 50%;
        bottom: -110px;
        z-index: 100;
        transform: translateX(-50%);
    }

    .his_img img {
        width: 100% !important;
        height: auto;
    }

    .join_pc {
        display: none;
    }

    .join_app {
        display: block;
        width: calc(100% - 18px);
        margin: 0 auto;
    }

    .join_app_title {
        font-size: 18px;
        font-weight: 400;
        color: #666666;
        margin: 25px auto 0px auto;
        text-align: center;
    }

    .join_app_line {
        width: 100px;
        height: 4px;
        background: #00CDFF;
        margin: 15px auto;
    }

    .join_con_item {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        background: #5BC3EE;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .join_con {
        flex-wrap: wrap;
    }

    .join_con_r {
        padding: 0 15px;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 25px;
    }

    .join_con_title {
        margin-top: 30px;
    }

    .staff_list {
        flex-wrap: wrap;
    }

    .staff_item {
        width: 100%;
        height: 210px;
        margin-bottom: 15px;
    }

    .staff_item_con {
        padding: 0px 10px;
    }

    .staff_title {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .staff_item_con p {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;
    }

    .join_item_title {
        font-size: 16px;
        font-weight: 700;
        color: #000000;
        margin: 10px 15px;
    }

    .join_item_address {
        font-size: 13px;
        margin: 12px 15px;
    }

    .join_item_btn {
        width: 100px;
        height: 36px;
        font-size: 14px;
        margin: 20px 15px;
    }

    .company_int {
        width: 100%;
        height: 450px;
        background: url(../images/111.png) no-repeat center;
        background-size: cover;
    }

    .company_int_con {
        width: 100%;
    }

    .company_int_p {
        width: auto;
        height: auto;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
        text-align: justify;
        padding: 0 20px;
    }
}

.vk_made_r_pc {
    display: block;
}

.vk_made_r_app {
    display: none;
}

.qr_text {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px !important;
}

.duty_box {
    width: 758px;
    margin: 10px auto 60px auto;
    display: flex;
}

.duty_left {
    width: 372px;
    height: 260px;
    background: #F2F8EE;
    text-align: center;
}

.duty_left_title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-top: 35px;
}

.duty_left_code {
    width: 100px;
    height: 100px;
    margin: 22px auto;
}

.duty_left_code img {
    width: 100%;
    height: 100%;
}

.duty_left_tag {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.duty_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.duty_item {
    width: 220px;
    margin: 0 15px 15px 0;
    text-align: center;
}

.duty_item img {
    width: 100%;
    height: 145px;
}

.duty_item_title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-top: 6px;
}

.activity_list {
    margin: 30px auto 50px auto;
}

.creed_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.creed_item {
    width: 302px;
    height: 160px;
    background: #5BC3EE;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

.creed_item img {
    width: 64px;
    height: 64px;
    margin: 30px auto 10px auto;
}

.creed_name {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
}

.idea_box {
    display: flex;
    margin: 10px 0 60px 0;
}

.idea_left {
    width: 550px;
    /*height: 354px;*/
}

.idea_right {
    /*margin-left: 88px;*/
}

.idea_item {
    width: 535px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    display: flex;
    /*align-items: center;*/
    padding: 10px 0;
    line-height: 24px;
}

.idea_item img {
    width: 16px;
    height: 16px;
    margin-right: 20px
}


@media screen and (max-width: 767px) {

    .creed_list {
        flex-wrap: wrap;
    }

    .creed_item {
        width: 92%;
        margin: 0 auto 15px auto;
    }

    .idea_box {
        flex-wrap: wrap;
    }

    .idea_left {
        width: 92%;
        margin: 0 auto 15px auto;
        text-align: center;
    }

    .idea_right {
        margin: 0;
    }
    
    .idea_item {
        width: 100%;
        align-items: start;
        padding: 10px 0;
    }

    .idea_item img {
        margin-top: 2px;
    }

    .duty_box {
        width: calc(100% - 18px);
        flex-wrap: wrap;
    }

    .duty_left {
        width: 100%;
    }

    .duty_right {
        width: 100%;
    }

    .duty_item {
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .duty_item img {
        width: 100%;
        height: auto;
    }

    .duty_list2 .duty_item {
        width: calc(100% - 18px);
    }

    .home_swiper_slide {
        width: 100% !important;
        height: 450px !important;
        position: relative;
    }

    .app_pad_l_10 {
        padding: 0 10px;
    }

    .vk_video {
        height: auto;
        margin-top: 0 !important;
    }

    .com_img_pc {
        display: none;
    }

    .com_img_app {
        display: block;
    }

    .vk_made_r_pc {
        display: none;
    }

    .vk_made_r_app {
        display: block;
    }

    .vk_img_pc2 {
        display: none;
    }

    #certify {
        display: none;
    }

    .company_map_con {
        width: 100%;
    }

    .company_map_pop {
        width: 100%;
        top: 80px;
    }

    .company_map_pop_sec {
        width: 100%;
        top: 100px;
        z-index: 10;
    }

    .vk_company_con_title_sec {
        margin-top: 20px;
    }

    .company-map {
        height: 366px;
        margin-top: 0;
        background: url(../app_img/map.png) no-repeat center / 460px auto;
    }

    .company-section-type03>div {
        padding: 0px 0 25px;
    }

    .company_title {
        padding-top: 20px;
        font-size: 16px;
    }

    .company-map-list ul {
        padding: 5px 0 5px 10px;
        max-width: 200px;
        display: flex;
        flex-wrap: wrap;

    }

    .company-map-list ul li {
        margin: 5px;
    }

    .company-map__list ul li {
        font-size: 180%;
    }

    .company-map__list-icon-type01:before {
        width: 15px;
        height: 20px;
    }

    .company-map__list-icon-type02:before {
        width: 15px;
        height: 20px;
    }

    .company-map__list-icon-type03:before {
        width: 15px;
        height: 20px;
    }

    .com_cop {
        bottom: 5px;
        font-size: 14px;
    }

    .company-titleH2 {
        margin-top: 10px;
    }

    .vk_company_info {
        display: block;
    }

    .vk_company_con {
        width: 100%;
        padding: 0 10px 10px;
        height: auto;
    }

    .vk_company_img {
        width: 100%;
        height: auto;
    }

    .company-titleH2 h2 {
        font-size: 152%;
    }

    .vk_company_img2 {
        width: 100%;
    }

    .dj_china {
        display: none;
    }

    .app_com_list {
        display: block;
        margin-top: 20px;
    }

    .app_com_item {
        width: 90%;
        min-height: 105px;
        padding: 10px;
        margin: 10px auto 0 auto;
        box-shadow: 0 0 11px rgba(125, 125, 125, .2);
    }

    .app_com_item_title {
        font-size: 14px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 10px;
    }

    .app_com_item_tel {
        font-size: 12px;
        font-weight: bold;
        color: #0094DD;
    }

    .app_com_item_address {
        font-size: 12px;
        font-weight: bold;
        color: #6C6C6C;
        margin: 7px 0;
    }

    .app_com_item_tag {
        display: flex;
    }

    .vk_title {
        margin-bottom: 5px;
    }

    .vk_made_con {
        box-shadow: none;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .vk_made_l {
        width: 100%;
    }

    .made_icon_item {
        width: 32%;
    }

    .made_icon_item2 {
        width: 49%;
    }

    .vk_made_r {
        width: 100%;
        margin: 10px 0;
    }

    .vk_made_r span {
        font-size: 14px;
    }

    .made_box {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .made_item {
        width: 100%;
        height: auto;
        box-shadow: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .made_item_img {
        width: 100%;
        height: auto;
    }

    .made_item_con {
        width: 100%;
        text-align: justify;
        padding: 0 10px;
    }

    .devote_box {
        flex-wrap: wrap;
    }

    .devote_left {
        width: 100%;
    }

    .devote_right {
        width: calc(100% - 20px);
        flex-wrap: wrap;
    }

    .devote_con {
        width: 100%;
        padding: 0 20px;
    }

    .devote_title {
        width: 100%;
    }

    .home_list_tag {
        margin-left: 10px;
    }

    .devote_item {
        padding-left: 15px;
    }

    .devote_item img {
        left: 0px;
    }

    .app_pad_20 {
        margin-top: 20px;
    }

    .company-history__item:nth-child(even) .company-history__text>div:not(.pb-handle):hover:before {
        top: 8px;
        left: -23px;
    }
}