.press_deteils_body {
    margin-top: 5rem;
    background: #f8f8f8;
}

.press_center_page {
    color: #ca2e2f;
}

.press_deteils_top_menu {
    padding: 1rem 10rem;
    background: #f8f8f8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crumbs_bar_box .breadcrumb_navigation_bar {
    color: #707070;
}

.crumbs_bar_box .breadcrumb_navigation_bar_icon::before {
    background: url(../imgs/shouye.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.press_details_exhibition_box {
    padding: 4rem 10rem;
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.press_details_exhibition_left {
    width: 65%;
}

.press_details_title {
    font-weight: bold;
    font-size: 2rem;
}

.press_details_date {
    color: #222a32;
    margin: 1rem 0;
}

.press_details_content {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2rem 0;
}



.previous_press,
.next_press {
    color: #3d3d3d;
    cursor: pointer;
    margin: 1rem 0;
}

.previous_press span:hover,
.next_press span:hover {
    color: #ca2e2f;
}

.previous_press_title,
.next_press_title {
    font-weight: bold;
}

.previous_press_content,
.next_press_content {
    text-decoration: underline;
}




.press_details_exhibition_right {
    width: 30%;
}

.press_details_router {
    background: #f8f8f8;
    padding: 3rem 1.5rem;
}

.trade_press {
    margin-top: 1rem;
}

.press_details_category_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.press_details_category_title {
    font-weight: bolder;
    font-size: 1.45rem;
}

.press_details_category_router {
    color: #fff;
    background: #ca2e2f;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
}

.press_details_category_router span {
    font-weight: bolder;
    margin-left: 0.7rem;
}

.press_details_category_list {
    border-top: 1px solid #ddd;
    margin-top: 1rem;
}

.press_details_category_li {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.press_details_category_li_title {
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
}

.press_details_category_li_title:hover {
    color: #ca2e2f;
}

.press_details_category_li_time {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.related_news_box {
    margin-top: 1rem;
    display: none;
    background: #fff;
    padding-top: 3rem;
}

.related_news_box h2 {
    font-size: 2rem;
    text-align: center;
}

.related_news_list {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    padding: 2rem 5rem;
}

.related_news_li {
    width: 80%;
    margin: 2rem 0;
}

.related_news_li:first-child {
    margin: 0;
}

.related_news_li_pic {
    width: 100%;
}

.related_news_li_pic img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.related_news_li_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 1rem 0;
}

.related_news_li:hover .related_news_li_title {
    color: #ca2e2f;
}

.related_news_li_date {
    font-size: 1.2rem;
}





.press_details_contact_us_box {
    padding: 5rem 10rem;
}

.press_details_contact_us {
    display: flex;
    justify-content: space-between;
}

.press_details_contact_left,
.press_details_contact_right {
    width: 45%;
}

.contact_us_left_title,
.contact_us_right_title {
    font-weight: bold;
    font-size: 2rem;
    margin: 1rem 0;
}

.contact_us_left_text,
.contact_us_right_text {
    margin: 1rem 0;
    font-weight: 300;
}

.form_input_box {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 14px;
    padding-right: 12px;
}

.form_input_box input {
    background: #fff;
    border: none;
    color: #222a32;
    display: block;
    flex: 1;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-left: 4px;
    outline: 0;
    padding: 1.2rem 0;
}

.form_input_box_requied {
    color: #ca2e2f;
    display: block;
    flex: none;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.2rem;
}

.form_textarea_box textarea {
    background: #fff;
    border: 1px solid #ddd;
    color: #222a32;
    width: 100%;
    font-size: 1rem;
    height: 10rem;
    padding: 1.4rem 1.8rem;
    font-family: Source Han Sans CN;
}

.form_button {
    background: #ca2e2f;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.6rem;
    height: 4rem;
    margin-top: 1rem;
    outline: 0;
    text-align: center;
    transition: all .4s;
    width: 100%;
}

.contact_us_right_content {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 18px 72px 0 rgba(34, 42, 50, .1);
    margin-top: 1.67rem;
    padding: 3.5rem 3rem 5rem;
}

.contact_us_right_content_item {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
}

.contact_us_right_content_item:first-child {
    margin-top: 0px;
}

.contact_us_content_icon {
    width: 3rem;
    height: 3rem;
}

.contact_us_content_icon_phone {
    background: url(../imgs/phone24.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.contact_us_content_icon_facsimile {
    background: url(../imgs/facsimile.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.contact_us_content_icon_mailbox {
    background: url(../imgs/mailbox.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.contact_us_content_message {
    flex: none;
    margin-left: 20px;
    width: 50%;
}

.contact_us_content_tit {
    font-weight: 300;
}

.contact_us_content_txt {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 1rem;
}








@media (max-width: 1200px) {
    .press_deteils_top_menu {
        padding: 1rem 7rem;
    }

    .press_details_exhibition_box {
        padding: 4rem 7rem;
    }

    .press_details_contact_us_box {
        padding: 5rem 7rem;
    }
}

@media (max-width: 899px) {
    .press_deteils_body {
        margin-bottom: 6rem;
    }

    .press_deteils_top_menu {
        padding: 1rem 5rem;
    }

    .press_details_exhibition_box {
        padding: 4rem 5rem;
    }

    .press_details_contact_us_box {
        padding: 4rem 5rem;
    }

    .press_details_contact_left,
    .press_details_contact_right {
        width: 48%;
    }
}

@media (max-width: 800px) {
    .press_details_contact_us {
        flex-flow: wrap;
        justify-content: center;
    }

    .press_details_contact_left,
    .press_details_contact_right {
        width: 80%;
    }

    .press_details_contact_right {
        margin-top: 5rem;
    }

    .contact_us_left_title,
    .contact_us_right_title,
    .contact_us_left_text,
    .contact_us_right_text {
        text-align: center;
    }
}

@media (max-width: 650px) {
    .press_details_exhibition_left {
        width: 100%;
    }

    .press_details_exhibition_right {
        display: none;
    }

    .related_news_box {
        display: block;
    }

    .press_details_contact_left,
    .press_details_contact_right {
        width: 90%;
    }
}

@media (max-width: 500px) {
    .press_deteils_top_menu {
        padding: 1rem 5rem;
    }

    .related_news_li {
        width: 90%;
    }

    .press_details_contact_us_box,
    .press_details_exhibition_box {
        padding: 4rem 5rem;
    }

    .press_details_contact_left,
    .press_details_contact_right {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .press_deteils_top_menu {
        padding: 1rem 2rem;
    }

    .related_news_list {
        padding: 1rem 2rem;
    }

    .related_news_li {
        width: 100%;
    }

    .press_details_contact_us_box,
    .press_details_exhibition_box {
        padding: 4rem 2rem;
    }
}