body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

[v-cloak] {
    display: none
}

.main_content {
    width: 1200px;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

header {
    width: 100%;
    height: 80px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 400ms;
}


.header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_content .header_ul {
    display: flex;
}

.header_content .header_ul a {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 16px;
}

.header_content .header_ul a:hover {
    text-decoration: none !important;
}

.scrolled {
    background-color: rgba(0, 0, 0, 0.6);
}

.index_news_top_card {
    width: 790px;
    height: 360px;
    position: relative;
    cursor: pointer;
}

.index_news_top_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_news_right_card {
    width: 380px;
    height: 115px;
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.index_news_list {
    width: 100%;
    margin-top: 30px;
}

.index_news_right_card h3 {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: normal;
    line-height: 28px;
    min-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_news_right_card span {
    font-size: 14px;
    color: #aaaaaa;
}

.index_news_right_box {
    height: 360px;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.index_news_botween_card {
    width: 380px;
    height: 240px;
    background-color: #f7f7f7;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.botween_title {
    font-size: 36px;
    font-weight: bold;
    color: #cfcfcf;
}

.botween_card_content {
    width: 100%;
}

.botween_card_content h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: normal;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 5px 0;
}

.botween_card_content p {
    font-size: 14px;
    color: #535353;
    line-height: 26px;
}

.botween_card_content a {
    font-size: 14px;
    color: #535353;
    display: block;
    margin-top: 10px;
}

.index_news_botween_box {
    margin-top: 20px;
}

.top_news_describe {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}

.top_news_describe span {
    font-size: 16px;
    color: #fff;
}

.footer_container {
    padding: 45px 0;
    background-color: #2f3038;
}

.detail-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.detial_banner {
    position: relative;
}

.detial_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-banner-text h1 {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
}

.detail_content_container {
    padding: 60px 0;
}

.detail_content_text {
    flex: 1;
    box-sizing: border-box;
}

.detail_content_text p {
    margin-top: 15px;
    line-height: 28px;
}

.detail_title {
    font-size: 30px;
}

.detail_content_pl {
    padding-left: 30px;
}

.detail_content_pr {
    padding-right: 30px;
}

.botween_content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer_contact_list h2 {
    color: #fff;
    margin-bottom: 30px;
}

.footer_contact_list {
    width: 60%;
}

.footer_contact_list span {
    display: block;
    margin: 15px 0;
    color: #fff;
    font-size: 14px;
}

.footer_menu_list li a {
    color: #fff;
    display: block;
}

.footer_menu_list ul {
    margin-left: 70px;
}

.right_icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.footer_menu_list li {
    display: flex;
    align-items: center;
    margin: 13px 0;
}

.logo {
    height: 30px;
}

.footer_menu {
    text-align: right;
}

.footer_menu_list {
    margin-top: 10px;
}

.footer_logo {
    height: 30px;
}

.copyright_box {
    height: 40px;
    background-color: #24252e;
    border: 1px solid #565656;
}

.copyright_box p {
    color: #b5b5b5;
    font-size: 14px;
}

.common_btn {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding: 10px 25px;
    border: none;
    margin-top: 25px;
    cursor: pointer;
    border: 1px solid #fff;
}

.index_about_text .common_btn {
    color: #000;
    border: 1px solid #000;
}

.error-message {
    color: red;
    line-height: 28px;
}

.index_news {
    padding: 60px 0;
}

.modal-body {
    color: #67C23A;
}

.phone_menu {
    display: none;
}

#mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.mask_content {
    height: 100%;
    width: 100%;
    position: relative;
}

.mask_content ul {
    text-align: center;
}

.mask_content li {
    padding: 15px 0;
    font-size: 18px;
}

.mask_content li a {
    color: #fff;
    font-family: 'raleway.bold';
    text-transform: uppercase;
}

.close_mask {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
}

.dropdown-menu {
    min-width: 5rem !important;
}


.btn {
    border-radius: 0 !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    min-width: 110px !important;
}

.header_nav ul {
    margin-bottom: 0;
}

.dropdown-item {
    padding: 0.5rem 1.3rem !important;
}
.phone_language_menu{
    color: #fff;
}
.phone_language_menu_active{
    color: #0073e5;
}
.copyright_box p {
    margin-bottom: 0;
}
@media (max-width: 1000px) {
    .dropdown {
        display: none;
    }

    .index_news_right_box {
        display: none;
    }

    .index_news_botween_box {
        flex-direction: column;
    }

    .header_nav {
        display: none;
    }

    .index_news_top_card {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .main_content {
        width: 100%;
    }

    .common_btn {
        background-color: transparent;
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 25px;
        cursor: pointer;
    }

    .index_news {
        padding: 10px;
        box-sizing: border-box;
    }

    .index_news_list {
        margin-top: 10px;
    }

    .index_news_botween_box {
        margin-top: 0px;
    }

    .index_news_botween_card {
        margin-top: 10px;
    }

    .index_news_botween_card {
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }

    .footer_menu {
        display: none;
    }

    .footer_container {
        padding: 10px;
    }

    .footer_contact_list {
        width: 100%;
    }

    .footer_contact_list span {
        line-height: 26px;
    }

    .footer_contact_list h2 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .copyright_box p {
        font-size: 12px;
    }

    header {
        height: 60px;
        padding: 10px;
        box-sizing: border-box;
    }

    .logo {
        height: 26px;
    }

    .phone_menu {
        display: block;
        width: 40px;
        height: 40px;
    }

    .detial_banner img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .detail_content_container .main_content {
        flex-direction: column;

    }

    .detail_content_pl {
        padding-left: 0px;
    }

    .detail_content_container {
        padding: 10px;
        box-sizing: border-box;
    }

    .detail_content_img img {
        width: 100%;
    }

    .detail_title {
        font-size: 26px;
    }

    .detail_content_text p {
        margin-top: 10px;
        line-height: 26px;
        font-size: 15px;
    }

    .detail-banner-text h1 {
        font-size: 40px;
        color: #fff;
        font-weight: normal;
    }

    .top_news_date {
        display: none;
    }

    .top_news_describe {
        height: auto;
        padding: 15px 10px;
    }

    .top_news_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}