body {
    margin: 0;
    padding: 0;
    font-family: 'Benton Sans';
}

@font-face {
    font-family: 'Benton Sans';
    src: url('../css/fonts/BentonSans egular.otf') format('truetype');
}
.contact_input::-webkit-input-placeholder {
    font-family: 'Benton Sans';
}

.contact_textarea::-webkit-input-placeholder {
    font-family: 'Benton Sans';
}
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: 1250px;
}

.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;
}

.index_news {
    padding: 0;
}

.common_button {
    padding: 10px 20px;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #f85e3a;
    color: #f85e3a;
    transition: 400ms;
    cursor: pointer;
}

.common_button:hover {
    background-color: #f85e3a;
    color: #fff;
}

.news_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;

}

.news_card_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news_card_img img {
    width: 100%;
    height: 100%;
    transition: transform 0.4s;
}

.news_card_detail {
    height: 200px;
    padding: 30px 23px;
    box-sizing: border-box;
    background-color: #fff;
}

.news_card_detail h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    min-height: 60px;
    transition: 400ms;
    margin-top: 20px;
}

/* .news_card_detail h3:hover {
    color: #1273eb;
} */

.news_card:hover img {
    transform: scale(1.1);
}

.news_date {
    display: block;
    font-size: 16px;
    color: #9e9e9e;

}

.news_card {
    width: 370px;
    height: 440px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    font-size: 0;
    cursor: pointer;
    border: 1px solid #e4e4e4;
}

.read_more {
    font-size: 14px;
    color: #f85e3a;
    margin-top: 20px;
    display: inline-block;
}

.read_more::before {
    background-color: #f85e3a;
}

.contact_info_right {
    width: 800px;
    /* height: 400px; */
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 40px;
    box-sizing: border-box;

}

.contact_content_left {
    width: 48%;
}

.contact_content_right {
    width: 48%;
}

.contact_input_box {
    width: 100%;
    margin-bottom: 15px;
}

.input_box input {
    width: 100%;
}

.input_box {
    margin-bottom: 10px;
}

.contact_input {
    width: 100%;
    height: 55px;
    background-color: transparent;
    outline: none;
    border: 1px solid #4f4f4d;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: rgb(179, 158, 158);
    margin-top: 10px;
}


.contact_info_right form label {
    display: block;
    color: #141617;
}

.contact_info_right form {
    width: 100%;
}

.contact_textarea {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 0;
    padding: 15px 25px;
    box-sizing: border-box;
    font-size: 18px;
    color: rgb(179, 158, 158);
    border: 1px solid #000;
    margin-top: 10px;
}

.contact_button {
    background-color: transparent;
    padding: 16px 50px;
    color: #f85e3a;
    border: 1px solid #f85e3a;
    margin-top: 42px;
    transition: 400ms;
    font-size: 18px;
    cursor: pointer;
}

.contact_button:hover {
    background-color: #f85e3a;
    color: #fff;
}

.index_contact_content {
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16), 0 8px 8px rgba(0, 0, 0, .16), 0 4px 8px rgba(0, 0, 0, .16);
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.contact_input_box label {
    display: block;
}

.index_contact {
    background-color: #b1b2b2;
}

.footer_column h3 {
    font-size: 24px;
    color: #fff;
}

.footer_column ul a {
    color: #fff;
    font-size: 16px;
}

.footer_column ul a::before {
    background-color: #fff;
}

.footer_column ul li {
    padding: 5px 0;
}

.footer_column ul {
    margin-top: 15px;
}

.footer_address {
    width: 390px;
    display: flex;
    margin-top: 20px;
}

.footer_address p {
    color: #fff;
    line-height: 26px;
    width: 350px;
    margin-left: 10px;
}

.footer_about {
    width: 575px;
    color: #fff;
    line-height: 26px;
    margin-top: 20px;
}

.footer_address img {
    width: 25px;
    height: 25px;
}

.footer_copyright {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    flex-direction: column;
}

.footer_copyright p {
    color: #fff;
    font-size: 16px;
}

.footer_content {
    display: flex;
    justify-content: space-between;
}

footer {
    background-color: #697f8c;
}

.footer_logo {
    height: 55px;
}

.footer_content_right {
    display: flex;
}

.footer_content_right .footer_column {
    margin-left: 45px;
}

.pc_logo {
    height: 50px;
}

.pc_nav ul {
    display: flex;
    min-width: max-content;
}

.pc_nav a {
    color: #0056b3;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    margin: 0 15px;
    border-radius: 10px;
    transition: 300ms;
}

.pc_nav a {
    color: #fff;
}

.pc_nav a:hover {
    background-color: rgba(232, 232, 232, 0.2);
}

.pc_header {
    width: 100%;
    height: 100px;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 400ms;
}

.other_header {
    width: 100%;
    height: 450px;
    background-image: url(../images/other_banner.png);
    background-size: 100% 100%;
}

.detail_title {
    font-size: 38px;
}

.index_title {
    font-weight: bold;
    font-size: 50px;
}

.wave_bg1 {
    background-image: url(../images/wave1.png);
    width: 100%;
    height: 199px;
}

.wave_bg2 {
    background-image: url(../images/wave2.png);
    width: 100%;
    height: 199px;
}

.wave_bg3 {
    background-image: url(../images/wave3.png);
    width: 100%;
    height: 224px;
}

.wave_bg4 {
    background-image: url(../images/wave4.png);
    width: 100%;
    height: 240px;
}

.wave_bg5 {
    background-image: url(../images/wave5.png);
    width: 100%;
    height: 238px;
}

.contact_media {
    width: 42px;
    height: 42px;
    margin-top: 15px;
    cursor: pointer;
}

.contact_media_title {
    margin-top: 20px;
}

.other_header_title {
    height: 100%;
    color: #fff;
    font-size: 40px;
}

.nav-menu {
    display: none;
}

.phone_menu_icon {
    display: none;
}

.scrolled {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(186, 186, 186, 0.25);
}

.scrolled .pc_nav a {
    color: #000;
}
.wave_bg1,
    .wave_bg2,
    .wave_bg3,
    .wave_bg4,
    .wave_bg5 {
        background-size: 100% 100%;
    }
.footer_copyright{
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}
@media (max-width: 1250px) {
    .pc_nav {
        display: none;
    }

    .phone_menu_icon {
        display: block;
    }

    .news_box {
        display: block;
    }

    .news_card {
        width: 100%;
    }

    .main_content {
        width: auto;
    }

    .index_contact_content {
        display: block;
        padding: 10px;
    }

    .contact_content_left {
        width: 100%;
    }

    .contact_content_right {
        width: 100%;
    }

    .footer_content {
        display: none;
    }

    .index_news {
        padding: 10px;
    }

    .index_contact {
        padding: 10px;
    }

    .index_title {
        font-weight: bold;
        font-size: 34px;
    }

    .news_card {
        margin-top: 10px;
    }

    .contact_button {
        margin-top: 15px;
    }

    .nav-menu.show {
        max-height: 650px;

    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        display: flex;
        background-color: #fff;
        margin: 0;
        padding: 0;
        transition: max-height 0.2s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(186, 186, 186, 0.25);
    }

    .nav-menu a {
        color: #454545;
        padding: 14px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
    }

    .nav-menu ul {
        display: flex;
        flex-direction: column;
        padding: 10px;
        border-top: 1px solid #dddcdc;
    }

    .pc_header {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 16px 32px rgba(0, 0, 0, .06), 0 8px 8px rgba(0, 0, 0, .06), 0 4px 8px rgba(0, 0, 0, .06);
    }

    .detail_title {
        font-size: 32px;
    }

    .phone_menu_icon {
        width: 40px;
        height: 40px;
    }

    .pc_header .main_content {
        width: 100%;
    }

    .other_header {
        height: 200px;
        margin-top: 70px;
    }

    .other_header_title {
        font-size: 30px;
    }

    .wave_bg1,
    .wave_bg2,
    .wave_bg3,
    .wave_bg4,
    .wave_bg5 {
        width: 100%;
        height: 100px;
        background-size: auto 100%;
    }

    .footer_copyright {
        margin-top: 0px;
    }
    .pc_logo {
        height: 40px;
    }
}