[v-cloak] {
    display: none !important;
}

.main_group {
    width: 1290px;
}

.drop_nav_box {
    position: fixed;
    top: 75px;
    display: flex;
    width: 100%;
    margin-left: 580px;
}

.drop_nav_bg {
    width: 150px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.drop_nav_active {
    background-color: rgb(53, 53, 222);
    color: #fff;
}

.drop_nav_bg ul li {
    list-style: none;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.drop_nav_bg ul {
    padding: 0;
}

.nav i {
    margin-left: 10px;
}

.nav {
    display: flex;
    color: #fff;
    min-width: 780px;
    margin-left: 80px;
}

.nav li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid rgb(255, 255, 255, 0);
}

.nav_active {
    border-bottom: 2px solid rgb(255, 255, 255, 1) !important;
    transition: 400ms;
}

.top_contact_button {
    height: 45px;
    width: 125px;
    background-color: rgb(53, 53, 222);
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    transition: 400ms;
    border: 3px solid rgb(53, 53, 222);
    margin-left: 80px;
}

.top_contact_button:hover {
    color: rgb(53, 53, 222);
    background-color: #fff;
}

.main_icon {
    cursor: pointer;
}

.language_active {
    color: rgb(57, 134, 255) !important;
    transition: 400ms;
}

.contact_mail {
    color: rgb(94, 112, 134);
    text-decoration: none;
}

.reach_title {
    color: #fff;
    margin-top: 60px;
    font-size: 24px;
}

.copyright_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 65px;
    background-color: rgb(13, 28, 47);
}

.services_icon {
    width: 50px;
    height: 50px;
}

.news_detail_card_content h2 {
    font-size: 28px;
}

.news_detail_img {
    width: 800px;
    height: 540px;
}

.news_detail_img_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
}

.fade-enter-active {
    transition: opacity 0.3s;
}

.fade-enter {
    opacity: 0;
}

.fade-leave-active {
    transition: opacity 0.3s;
}

.fade-leave-to {
    opacity: 0;
}

.potential_img {
    width: 620px;
    height: 345px;
    margin-top: 160px;
}

.potential_right_content {
    margin-left: 60px;
    margin-top: 200px;
}

.potential_content_words {
    margin-top: 30px;
    line-height: 30px;
}

.other_main_title_describe {
    color: #fff;
    font-size: 18px;
    width: 650px;
    line-height: 35px;
}

.other_main_title {
    width: 540px;
    color: #fff;
    font-size: 50px;
    line-height: 80px;
    margin-top: 110px;
}

.header_flex {
    display: flex;
    align-items: center;
}

.phone_menu {
    display: none;
}

.nav-menu {
    display: none;
}
.index_banner_container{
margin-top:150px;
}
@media (max-width: 768px) {
    .main_group {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .nav {
        display: none;
    }

    .about_us_content {
        flex-direction: column;
        padding: 10px;
    }

    .potential_bg .main_group {
        flex-direction: column;
    }

    .reach_out_group {
        flex-direction: column;
        align-items: center;
    }

    .potential_img {
        width: 100%;
        height: auto;
    }

    .index_title_describe {
        width: 100%;
    }

    .index_title_describe {
        width: 100%;
    }

    .top_contact_button {
        display: none;
    }

    .phone_menu {
        display: block;
        width: 40px;
        height: 40px;
    }

    .header_flex {
        justify-content: space-between;
    }

    .nav-menu.show {
        max-height: 700px;
    }

    .nav-menu {
        position: fixed;
        top: 90px;
        display: flex;
        justify-content: center;
        background-color: #fff;
        margin: 0;
        padding: 0;
        transition: max-height 0.5s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 999;
        flex-direction: column;
        width: 100%;
        text-align: center;
        box-shadow: 0 5px 5px rgba(100, 100, 100, 0.15);
    }

    .nav-menu a {
        color: #141617;
        padding: 15px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
    }

    .nav-menu a {
        border-bottom: 1px dashed #ccc;
    }

    .phone_header {
        background-color: #fff;
    }
    .header .main_group{
        padding: 0;
    }

}