@charset "utf-8";


.page_article .main {
    max-width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    background-color: #fff;
    padding: 50px;
}

@media (max-width: 768px) {
    .page_article .main {
        padding: 15px;
    }
}


/*
section_vod
*/
.section_vod .video_item {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mapbar {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}


/**
article
 */
.article_wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.article_title {
    margin-bottom: 15px;
    text-align: center;
}

.article_title h1 {
    font-size: 28px;
}

.article_time {
    margin: 10px auto 20px;
    color: #666;
    font-style: normal;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 768px) {
    .article_title h1 {
        font-size: 22px;
    }

    .article_time {
        font-size: 13px;
    }
}

/**
sub_cat_nav
 */
.sub_cat_nav {
    margin: 20px auto 0;
    width: 100%;
    max-width: 1380px;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .sub_cat_nav {
        padding: 0;
    }
}

.sub_cat_nav .items {
    text-align: right;
    white-space: nowrap;
    overflow-x: auto;
}

/*
.sub_cat_nav .item {
    display: inline-block;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 5px;
    box-shadow: 0 4px 5px 0 rgba(100, 100, 100, 0.2);
}

.sub_cat_nav .item.active {
    background-color: #ea5410;
}
*/

.sub_cat_nav .item {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 20px;
    margin: 5px;
    border: 1px solid #ddd;
    color: #666;
}


.sub_cat_nav .item:hover {
    border: 1px solid #ea5410;
    color: #ea5410;
}

.sub_cat_nav .item.active {
    color: #fff;
    font-weight: bold;
    background-color: #ea5410;
    border: 1px solid #ea5410;
}

/**
two_col_body
 */
.two_col_body {
    display: flex;
    min-height: 450px;
}

.two_col_body .col_pic {
    padding-right: 50px;
    margin: 0 20px;
    width: 450px;
    position: relative;
}

.two_col_body.right_pic .col_pic {
    padding-left: 50px;
}

.two_col_body .col_pic_box {
    width: 100%;
    display: block;
    position: relative;
}

.two_col_body .col_pic_box:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    right: -20px;
    top: -20px;
    border: solid 3px #ea5410;
}

.two_col_body .col_pic img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.two_col_body .article_con {
    flex: 1;
}


@media (max-width: 992px) {
    .two_col_body {
        display: block;
    }

    .two_col_body .col_pic {
        width: 100%;
        max-width: 600px;
        margin: 50px auto;
        padding: 0 !important;
    }

    .two_col_body .col_pic_box:after {
        display: none;
        margin: 0 auto;
    }
}


/*
news_cell_list
*/
.news_cell_list {
    max-width: 1400px;
}

.news_cell_list .items {
    display: flex;
    flex-wrap: wrap;
}

.news_cell_list .item {
    width: 50%;
    padding: 20px;
}


.news_cell_list .dl {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;

}


.news_cell_list .pic {
    width: 100%;
    transition: transform .3s ease-in-out;
}

.news_cell_list .pic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_cell_list .pic img {
    max-width: 100%;
    display: block;
}

.news_cell_list .dt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 22px;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

@media (max-width: 992px) {
    .news_cell_list .dt {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .news_cell_list .item {
        width: 100%;
        padding: 20px 0;
    }
}


/*
contact
*/
.contact_body {
    display: flex;
    margin: 50px auto;
}

.contact_body .left_body {
    width: 70px;
    height: 70px;
}

.contact_body .left_body .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #666;
    color: #666;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_body .right_body {
    flex: 1;
    padding-left: 50px;
}


@media (max-width: 768px) {
    .contact_body .left_body {
        width: 40px;
        height: 40px;
    }

    .contact_body .left_body .pic {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .contact_body .right_body {
        padding-left: 10px;
    }

    .contact_body h2 {
        font-size: 22px;
    }
}


.article_list_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

/*
about
*/
.body_bg2 {
    background: #fff url("https://pzfresh.oss-cn-shenzhen.aliyuncs.com/lf/site/img/bg2.jpg") left bottom no-repeat;
}

@media (max-width: 768px) {
    .body_bg2 {
        background-size: 100% auto;
    }
}

/*
list_more
*/
.list_more {
    text-align: center;
    margin-top: 50px;
}

.list_more .more_none {
    text-align: center;
    color: #666;
    font-size: 15px;
    display: none;
}


/*
history_list
*/
.history_list {
    margin: 50px auto;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.history_list .item {
    margin-bottom: 50px;
    display: flex;
}

.history_list .tree_bg {
    background-color: #ea5410;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    height: 100%;
}

.history_list .tree_tit {
    border-radius: 10px;
    background-color: #ea5410;
    color: #fff;
    max-width: 100px;
    overflow: hidden;
    display: inline-block;
}

.history_list .tree_dot {
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #ea5410;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.history_list .tree_dot:after {
    content: " ";
    border-radius: 50%;
    background-color: #ea5410;
    width: 20px;
    height: 20px;
}

.history_list .tree_dot_start {
    top: 0;
}

.history_list .tree_dot_end {
    bottom: 0;
}

.history_list .item .dt {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ea5410;
}

.history_list .item .item_box {
    width: 45%;
}


.history_list .dl {
    margin: 10px;
    padding: 20px;
    box-shadow: 0 4px 5px 0 rgba(100, 100, 100, 0.2);
}

.history_list .dd {
    padding: 20px;
}

.history_list .item_left {
    justify-content: start;
}


.history_list .item_right {
    justify-content: flex-end;
}


@media (max-width: 992px) {
    .history_list .tree_bg {
        left: 25px;
    }

    .history_list .item_right {
        justify-content: start;
    }

    .history_list .dl {
        margin-left: 50px;
    }

    .history_list .item .item_box {
        width: 100%
    }

    .history_list .dd {
        padding: 5px;
    }

    .history_list .article_con {
        font-size: 13px;
    }
}




