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;
}

button {
    cursor: pointer;
}

.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 12px;
    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;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.index_news_botween_card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.botween_container {
    padding: 30px 20px;
    box-sizing: border-box;
}

.botween_title {
    font-size: 17px;
    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;
}


.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_about {
    width: 600px;
}

.footer_about p {
    margin-top: 15px;
    line-height: 26px;
}

.footer_container {
    padding: 45px 0;
    background-color: #fff;
}

.detail-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;

}

.detial_banner {
    position: relative;
    height: 450px;
}

.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;
    font-size: 16px;
}

.detail_content_text h2 {
    font-size: 26px;
}

.detail_title {
    font-size: 30px;
}

.detail_content_pl {
    padding-left: 30px !important;
}

.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: #8a8c8e;
    display: block;
    margin: 0 12px;
}

.footer_menu_list ul {
    display: flex;
}

.right_icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.footer_menu_list li {
    display: flex;
    align-items: center;
    margin: 13px 0;
}

.logo {
    height: 28px;
}

footer {
    position: relative;
}

footer:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 28px;
    top: 0;
    background: #e1e1e1;
    background: -moz-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: -webkit-linear-gradient(top, #e1e1e1 0, #fff 100%);
    background: linear-gradient(to bottom, #e1e1e1 0, #fff 100%);
}

.footer_menu {
    text-align: right;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bgc1 {
    background-color: #F5FAFD;
}

.footer_menu_list {
    margin-top: 10px;
}

.footer_logo {
    height: 30px;
}

.social_link_item {
    width: 38px;
    height: 38px;
    background-color: #0073e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 30px;
    cursor: pointer;
}

.social_link_item img {
    width: 22px;
    height: 22px;
}

.copyright_box {
    height: 40px;
    border: 1px solid #e9e6e6;
}

.copyright_box p {
    color: #8a8c8e;
    font-size: 14px;
}

.common_btn {
    background-color: #03a9f4;
    color: #fff;
    border: 2px solid #03a9f4;
    border-radius: 25px;
    padding: 13px 25px;
}

.index_about_text .common_btn {
    color: #000;
    border: 1px solid #000;
}

.detail-banner-text p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
}

.error-message {
    color: red;
    line-height: 28px;
}

.index_title {
    font-size: 36px;
    color: #333;
    font-weight: 700;
}

.index_news {
    padding: 60px 0;
    background-color: #fafcfd;
}

.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;
}

.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;
}

.language_button {
    display: flex;
    align-items: center;
}

.language_button a {
    color: #fff;
}

.language_icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.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;
}
.language_button{
    padding: 10px 0;
}
.language_button span{
    color: #fff;
}
.social_link{
display: flex;
    align-items: center;
    justify-content: end;
}
@media (max-width: 1000px) {
    .dropdown {
        display: none;
    }

    .footer_about {
        display: none;
    }

    .index_news_right_box {
        display: none;
    }

    .header_language_menu {
        display: none !important;
    }

    .index_news_botween_box {
        flex-direction: column;
    }

    .detail_content_pr {
        padding-right: 0px;
    }

    .detail_content_pl {
        padding-left: 0px;
    }

    .header_nav {
        display: none;
    }

    .detial_banner {
        height: 300px;
    }

    .index_news_top_card {
        width: 100%;
        height: 250px;
        position: relative;
    }

    .main_content {
        width: 100%;
    }

    .botween_container {
        padding: 15px;
    }

    .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_list ul {
        display: none;
    }

    .footer_menu {
        height: auto;
        width: 100%;
    }

    .footer_container {
        padding: 10px;
    }

    .social_link {
        justify-content: space-between !important;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .social_link_item {
        margin-right: 0;
    }

    .footer_contact_list {
        width: 100%;
    }

    footer {
        padding-top: 10px
    }

    .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: 24px;
    }

    .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: 34px;
        color: #fff;
        font-weight: normal;
    }

    .detail-banner-text p {
        color: #fff;
        line-height: 24px;
        font-size: 14px;
    }

    .top_news_date {
        display: none;
    }

    .top_news_describe {
        height: auto;
        padding: 15px 10px;
    }

    .top_news_title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}