body {
    margin: 0;
    padding: 0;
    font-family: 'Jost';
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'Cormorant-Garamond-Light';
    src: url('../css/fonts/CormorantGaramond-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant-Garamond';
    src: url('../css/fonts/CormorantGaramond.ttf') format('truetype');
}

@font-face {
    font-family: 'Jost';
    src: url('../css/fonts/jost.book.ttf') format('truetype');
}

[v-cloak] {
    display: none
}


::selection {
    background-color: #F8993F;
    color: white;
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_container {
    width: 100%;
    background-color: #fff;
}

body {
    background-color: #fffbf0;
}

#app {
    flex-direction: column;
}

.pc_header {
    height: 170px;
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 400ms;
}

.pc_logo {
}

.pc_nav ul a {
    padding: 25px 35px;
    font-size: 16px;
    color: #000;
    transition: 400ms;
}

.pc_nav ul a:hover {
    color: #F8993F !important;
}

.pc_nav ul {
    display: flex;
    margin: 0 120px 0 150px;
}

.pc_language_icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.scrolled {
    background-color: #fff;
    height: 120px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);

}

.index_news_card {
    /* width: 400px; */
    width: 23.5%;
    font-size: 0;
    cursor: pointer;
}

.index_news_card img {
    width: 100%;
    height: 185px;
}

.news_card_content {
    padding: 8% 10%;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 5px solid #faede1;
}

.news_card_date {
    font-size: 16px;
    color: #707070;
    font-weight: bold;
}

.news_card_title {
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.index_news_container {
    padding: 0 100px 100px 100px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}

.index_news_box {
    flex-direction: column;
}

.index_contact_box {
    height: 360px;
    background-color: #5a6c94;
}

.index_contact_box h2 {
    color: #fff;
}

.index_contact_box a {
    color: #fff;
    margin-top: 40px;
}

.index_contact_content {
    flex-direction: column;
}

.pc_footer {
    height: 300px;
    width: 100%;
    background-color: #232b40;
}

.pc_footer_content {
    width: 950px;
    margin-left: 80px;
}

.pc_footer_nav ul {
    display: flex;
}

.pc_footer_nav a {
    padding: 0 30px;
    color: #d1d1d1;
    transition: 400ms;
}

.pc_footer_nav a:hover {
    color: #fff;
}

.pc_footer_nav {
    width: 100%;
    display: flex;
}

.pc_footer_content hr {
    border: none;
    height: 2px;
    background-color: #d1d1d1;
    width: 100%;
    margin: 25px 0;
}

.copyright {
    font-size: 16px;
    color: #d1d1d1;
}

.nav_active {
    color: #F8993F !important;
}

.common_a {
    transition: 400ms;
}

.common_a:hover {
    color: #F8993F !important;
}

.main_content {
    width: 1210px;
}

.page_banner h1 {
    font-size: 75px;
    font-family: 'Cormorant-Garamond';
    font-weight: normal;
}

.breadcrumb-container ul {
    display: flex;
    margin-top: 10px;
}

.breadcrumb-container ul a {
    font-size: 18px;
    color: #838080;
}

.breadcrumb-container ul li {
    font-size: 18px;
}

.index_title {
    font-family: 'Cormorant-Garamond';
    font-size: 55px;
}

.detail_title {
    font-size: 55px;
    font-family: 'Cormorant-Garamond-Light';
}

.banner_title_box {
    padding-top: 80px;
}

.strong {
    font-weight: bold;
}

.footer_media_box {
    width: 31px;
    height: 31px;
    background-color: #d1d1d1;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer;
    transition: 400ms;
}

.footer_media_box:hover {
    background-color: #F8993F;
}

.footer_media_box img {
    width: 25px;
    height: 25px;
}

.el-dropdown-menu {
    border: 0 !important;
    border-radius: 0px !important;
    padding: 5px 0 !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1) !important;
}

.el-dropdown-menu__item {
    padding: 5px 20px !important;
    font-size: 17px !important;
    text-align: center;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff !important;
    color: #F8993F !important;
}

.dropdown_active {
    text-decoration: underline !important;
    color: #F8993F !important;
}

.phone_nav {
    display: none;
}

.nav-menu {
    display: none;
}
.phone_language_menu{
    padding: 15px 20px;
    list-style: none;
}
.phone_language_menu span{
    font-size: 19px;
}
.phone_language_menu_active{
    color: #F8993F;
}
@media (min-width: 1920px) {
    .page_container {
        max-width: 1920px;
    }

    .pc_header {
        max-width: 1920px;
    }
}
.footer_logo{
    height: 50px;
}
@media (max-width: 1250px) {
    .pc_header {
        /* display: none; */
        height: 70px;
    }

    .pc_logo {
        display: none;
    }

    .scrolled {
        height: 70px;
    }

    .main_content {
        width: auto;
    }

    .pc_nav {
        display: none;
    }

    .pc_footer_content {
        width: 100%;
        margin-left: 0;
    }

    .header_carousel_content a {
        font-size: 14px;
    }

    .pc_footer {
        display: block;
        height: auto;
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .phone_footer {
        flex-direction: column;
    }

    .pc_footer_nav a {
        padding: 5px 8px;
        display: block;
    }

    .pc_footer_nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .phone_copyright_box {
        display: block;
    }

    .footer_media_box {
        margin: 20px 10px 0 10px;
    }

    .copyright {
        text-align: center;
    }

    .index_title {
        font-size: 24px;
    }

    .index_contact_box h2 {
        text-align: center;
        line-height: 34px;
    }

    .index_contact_box a {
        margin-top: 25px;
    }

    .index_contact_box {
        height: auto;
        padding: 30px 0;
    }

    .index_news_container {
        padding: 20px;
        margin-top: 0;
    }

    .index_news_container {
        display: block;
    }

    .index_news_card {
        width: 100%;
    }

    .phone_language {
        display: none !important;
    }

    .phone_logo {

        height: 40px;
    }

    .phone_menu {
        width: 40px;
        height: 40px;
    }

    .phone_nav {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
        display: flex;
    }

    .phone_menu_active {
        background-color: #F8993F;
        color: #fff !important;
    }

    .nav-menu.show {
        max-height: 650px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        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;
    }

    .detail_title {
        font-family: 'Cormorant-Garamond';
        font-size: 24px;
    }

    .page_banner {
        height: 250px !important;
        justify-content: flex-start;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .page_banner h1 {
        font-size: 28px;
    }

    .breadcrumb-container ul {
        margin-top: 0;
    }
    .footer_logo{

        height: 40px;
    }
}