html,
body {
    position: relative;
    height: 100%;
    color: #333;
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover {
    color: #229065;
}

footer {
    line-height: 200%;
    background: #313131;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 0;
}

footer div {
    padding: 0.5em 0;
}

footer div a {
    color: #fff;
    padding: 0 0.5em;
}

footer div span {
    color: #fff;
    padding: 0 0.5em;
}

footer div a:visited {
    color: #fff;
}

header {
    width: 100%;
    z-index: 100;
}

.container_header_wap {
    position: relative;
}

.header_wap {
    height: 60px;
    background: #228f65;
}

.header_wap h1 {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    font-size: 0;
    margin-top: -15px;
    padding-left: 15px;
}

.header_wap h1 img {
    height: 30px;
}

.header_wap .pull-right {
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
}

.menu_wap img,
.search_wap img {
    height: 40%;
    cursor: pointer;
}

.bg_header_search_wap {
    position: absolute;
    background: #00683f;
    padding: 10px 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    top: 60px;
    display: none;
}

.con_header_search_wap {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.con_header_search_wap input {
    width: 100%;
    font-size: 1.25em;
    line-height: 2em;
    height: 2em;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
    text-indent: 1em;
    border-radius: 2em;
}

.btn_header_search_wap {
    display: inline-block;
    position: absolute;
    right: 1em;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    background: url(btn_search_submit.png);
    background-size: contain;
    cursor: pointer;
}

.nav_header_wap {
    display: none;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 15px 30px 15px;
    background: #fff;
    z-index: 1000;
}

.title_nav_header_wap {
    height: 60px;
    position: relative;
}

.close_nav_header_wap {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    background: url(icon_time_pep2024.png) no-repeat;
    background-position: center;
}

.nav_header_wap h5 {
    font-size: 1.25em;
    font-weight: bold;
    color: #228f65;
    margin: 0;
    line-height: 200%;
}

.nav_header_wap h5 a {
    color: #228f65;
}

.nav_header_wap ul a {
    display: inline-block;
    padding-right: 2em;
    font-size: 1.125em;
}

.nav_header_wap ul {
    padding-left: 30px;
    line-height: 200%;
}

.bg_container {
    background: url(bg_container_wap.png) right top no-repeat;
    background-size: 20%;
    padding: 1em 0;
}

.container_title {
    text-align: center;
}

.container_title h4 {
    text-align: center;
    font-size: 1.5em;
    line-height: 150%;
    font-weight: bold;
}

.bg_container_content {
    margin-top: 1.5em;
    padding: 1em 15px;
    background: #f6f6f6;
}

.bg_container_content h5 {
    font-size: 1.25em;
    line-height: 150%;
}

.container_content {
    margin-top: 1em;
    font-size: 1.125em;
    line-height: 200%;
}

.container_content p,
.container_content div {
    margin-bottom: 1em;
}

.container_content img,
.container_content video {
    max-width: 100%;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_list_px {
    margin-top: 1.5em;
}

.container_list_px ul {
    padding-left: 0;
}

.container_list_px li {
    text-align: justify;
    padding-left: 0.75em;
    font-size: 1.125em;
    line-height: 150%;
    background: url(dot.png) left center no-repeat;
    background-size: 0.25em;
    margin-bottom: 1em;
}

.container_list_nav {
    margin-top: 1.5em;
}

.container_list_nav a {
    display: inline-block;
    line-height: 200%;
    padding: 0 1em;
    background: #f4f4f4;
    border-radius: 0.5em;
    margin-right: 1em;
    font-size: 1.25em;
    text-decoration: none;
}

.container_list_nav a.active {
    background: #ddefe9;
    color: #229065;
}

.container_shaixuan_nav {
    margin-top: 1.5em;
}

.container_shaixuan_nav a {
    display: inline-block;
    line-height: 200%;
    padding: 0 1em;
    background: #f4f4f4;
    border-radius: 0.5em;
    margin-right: 1em;
    font-size: 1.125em;
    text-decoration: none;
    margin-bottom: 1em;
}

.container_shaixuan_nav a.active {
    background: #ddefe9;
    color: #229065;
}

.title_shaixuan_nav {
    font-weight: bold;
    line-height: 200%;
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {
    footer div>a,
    footer div>span {
        display: block;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    .container {
        width: 970px;
        font-size: 14px;
    }
    footer .container span {
        padding: 0 0.5em;
    }
    header {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .bg_header {
        padding: 1em 0;
        background: #02724e;
        border-bottom: 2px solid #fff;
    }
    .bg_nav {
        line-height: 150%;
        background: rgba(0, 0, 0, 0.3);
    }
    .bg_header h1 {
        margin: 0;
    }
    .bg_header .container {
        position: relative;
    }
    .container_header_search {
        position: absolute;
        right: 0;
        top: 50%;
        border: 1px solid #999;
        border-radius: 10px;
        background: #fff;
        height: 30px;
        line-height: 28px;
        font-size: 18px;
        margin-top: -16px;
        padding-right: 30px;
    }
    .container_header_search input {
        width: 220px;
        background: none;
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
        text-indent: 1em;
    }
    .btn_submit_header_search {
        display: inline-block;
        position: absolute;
        width: 21px;
        height: 21px;
        background: url(btn_search_submit.png);
        top: 50%;
        margin-top: -10px;
        right: 10px;
        cursor: pointer;
    }
    nav img {
        display: none;
        margin-left: 1em;
    }
    .con_list_nav {
        padding: 10px 1.5em 10px 0.5em;
        float: left;
        position: relative;
    }
    .con_list_nav>a {
        display: inline-block;
        font-weight: bold;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        padding: 0 1.5em;
        color: #fff;
        text-decoration: none;
    }
    .con_list_nav>a:hover {
        color: #fff;
    }
    .con_list_nav>a:visited {
        color: #fff;
    }
    nav span {
        float: left;
        display: block;
        height: 20px;
        line-height: 20px;
        color: #fff;
        padding: 10px 0.5em;
    }
    nav .active>a {
        font-size: 0;
        display: none;
    }
    nav .active img {
        height: 20px;
        display: block;
    }
    .icon_arrow_header {
        background: url(icon_arrow_nav.png) right center no-repeat;
        background-size: 14px;
    }
    .droplist_nav {
        display: none;
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 38px;
        border-top: 4px solid #229065;
        background: rgba(255, 255, 255, 0.9);
    }
    .droplist_nav h5 {
        font-size: 14px;
        line-height: 150%;
    }
    .container_bannner {
        height: 100vh;
    }
    .container_bannner .swiper-slide {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }
    .container_bannner .swiper-pagination {
        bottom: 2em;
    }
    .container_bannner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
        width: 15px;
        height: 15px;
    }
    .bg_container {
        overflow: hidden;
        position: relative;
        background: url(bg_container.jpg) bottom center no-repeat;
        padding-bottom: 10em;
    }
    .bg_container_content {
        margin-top: 2em;
        padding: 1em 2em;
    }
    .bg_container_content h5 {
        text-align: center;
        font-size: 1.35em;
    }
    .container_content {
        margin-top: 2em;
    }
    .bg_current {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        width: 324px;
        height: 60px;
        background: url(bg_current.jpg) no-repeat;
        background-size: cover;
    }
    .container_current {
        position: relative;
        padding-left: 110px;
        padding-top: 24px;
        line-height: 30px;
        color: #fff;
    }
    .container_current a {
        color: #fff;
        font-size: 12px;
    }
    .container_current i {
        position: absolute;
        left: 88px;
        top: 30px;
        display: inline-block;
        width: 16px;
        height: 15px;
        background: url(icon_home.png) left center no-repeat;
        background-size: contain;
    }
    .container_current a {
        display: inline-block;
    }
    .container_current span {
        display: inline-block;
        padding: 0 0.25em;
        font-size: 12px;
    }
    .container_title {
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        margin-top: 1em;
    }
    .container_title h4 {
        position: absolute;
        background: url(bg_title_yf.png) left center no-repeat;
        background-size: contain;
        padding-left: 1.5em;
        margin: 0;
        left: 50%;
    }
    .container_list_px {
        margin-top: 2em;
    }
    .container_list_px li {
        font-size: 1.25em;
        margin-bottom: 1em;
    }
    .container_pages {
        margin-top: 50px;
        text-align: center;
        font-size: 0;
        height: 32px;
        line-height: 32px;
    }
    .container_pages a {
        font-size: 18px;
        display: inline-block;
        vertical-align: top;
    }
    .container_pages span {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        padding-right: 20px;
    }
    .container_pages .active_pages {
        display: inline-block;
        width: 32px;
        height: 32px;
        background: #02724e;
        color: #fff;
        border-radius: 50%;
        vertical-align: top;
        text-decoration: none;
    }
    .btn_last_pages {
        width: 32px;
        height: 32px;
        background: url(btn_last_pages.png);
        background-size: contain;
        cursor: pointer;
    }
    .btn_prev_pages {
        background: url(btn_prev_pages.png) right center no-repeat;
    }
    .btn_next_pages {
        background: url(btn_next_pages.png) left center no-repeat;
    }
    .container_pages a.pages {
        width: 32px;
    }
    .btn_prev_pages,
    .btn_next_pages {
        display: inline-block;
        width: 16px;
        height: 32px;
        background-size: 75%;
        cursor: pointer;
    }
    .container_list_nav a {
        padding: 0 2em;
    }
    .container_shaixuan_nav a {
        padding: 0 1em;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    .container {
        width: 1170px;
        font-size: 16px;
    }
    .container_header_search input {
        width: 240px;
    }
    nav .active img {
        height: 24px;
    }
    nav span {
        height: 24px;
        line-height: 24px;
    }
    .con_list_nav>a {
        height: 24px;
        line-height: 24px;
        font-size: 18px;
    }
    .droplist_nav {
        top: 40px;
    }
    .droplist_nav h5 {
        font-size: 16px;
    }
    .container_bannner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }
    .bg_current {
        width: 432px;
        height: 80px;
    }
    .container_current {
        padding-left: 134px;
        line-height: 44px;
        padding-top: 30px;
    }
    .container_current i {
        left: 110px;
        top: 42px;
        width: 18px;
        height: 17px;
    }
    .container_pages {
        margin-top: 60px;
        height: 42px;
        line-height: 42px;
    }
    .container_pages a {
        font-size: 20px;
    }
    .container_pages span {
        font-size: 20px;
        padding-right: 30px;
    }
    .container_pages .active_pages {
        width: 42px;
        height: 42px;
    }
    .btn_last_pages {
        width: 42px;
        height: 42px;
    }
    .container_pages a.pages {
        width: 42px;
        cursor: pointer;
    }
    .btn_prev_pages,
    .btn_next_pages {
        width: 20px;
        height: 42px;
    }
    .bg_none {
        background-image: none;
    }
    .container_current a {
        font-size: 14px;
    }
    .container_current span {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 18px;
    }
    .container {
        width: 1370px;
        font-size: 18px;
    }
    footer {
        padding: 1em 0;
    }
    .container_header_search input {
        width: 280px;
    }
    .container_bannner .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 15px;
        width: 25px;
        height: 25px;
    }
    .container_pages {
        margin-top: 80px;
        height: 52px;
        line-height: 52px;
    }
    .container_pages a {
        font-size: 22px;
    }
    .container_pages span {
        font-size: 22px;
        padding-right: 40px;
    }
    .container_pages .active_pages {
        width: 52px;
        height: 52px;
    }
    .btn_last_pages {
        width: 52px;
        height: 52px;
    }
    .container_pages a.pages {
        width: 52px;
    }
    .btn_prev_pages,
    .btn_next_pages {
        width: 26px;
        height: 52px;
    }
    .bg_container_content h5 {
        margin: 1em 0;
    }
    .bg_current {
        width: 594px;
        height: 110px;
    }
    .container_current {
        width: 594px;
        height: 110px;
        padding-top: 42px;
        line-height: 54px;
        padding-left: 175px;
    }
    .container_current i {
        width: 24px;
        height: 22px;
        left: 142px;
        top: 56px;
    }
    .bg_container_content {
        margin-top: 3em;
    }
    .con_list_nav>a {
        font-size: 22px;
    }
    nav .active img {
        height: 28px;
    }
    .droplist_nav {
        top: 43px;
    }
    .droplist_nav h5 {
        margin: 1em 0;
        font-size: 18px;
    }
    .container_list_nav {
        margin-top: 2.5em;
    }
    .container_shaixuan_nav {
        margin-top: 2.5em;
    }
    .container_list_px {
        margin-top: 2.5em;
    }
    .container_current span {
        padding: 0 0.35em;
    }
    .container_current a {
        font-size: 16px;
    }
    .container_current span {
        font-size: 16px;
    }
}

@media (min-width: 1730px) {
    body {
        font-size: 20px;
    }
    .container {
        width: 1700px;
        font-size: 20px;
    }
    .container_header_search input {
        width: 320px;
    }
    .container_pages {
        margin-top: 100px;
        height: 64px;
        line-height: 64px;
    }
    .container_pages a {
        font-size: 24px;
    }
    .container_pages span {
        font-size: 24px;
        padding-right: 50px;
    }
    .container_pages .active_pages {
        width: 64px;
        height: 64px;
    }
    .btn_last_pages {
        width: 64px;
        height: 64px;
    }
    .container_pages a.pages {
        width: 64px;
    }
    .btn_prev_pages,
    .btn_next_pages {
        width: 32px;
        height: 64px;
    }
    .bg_container {
        background-size: cover;
    }
    .bg_current {
        width: 735px;
        height: 136px;
    }
    .container_current {
        width: 735px;
        height: 136px;
        padding-top: 52px;
        line-height: 72px;
        padding-left: 220px;
    }
    .container_current i {
        width: 28px;
        height: 26px;
        left: 180px;
        top: 72px;
    }
    .container_title {
        margin-top: 2em;
    }
    .bg_container_content {
        margin-top: 4em;
    }
    .con_list_nav>a {
        font-size: 24px;
    }
    nav .active img {
        position: relative;
        top: -1px;
        height: 30px;
    }
    .droplist_nav {
        top: 47px;
    }
    .droplist_nav h5 {
        font-size: 20px;
    }
    .container_current a {
        font-size: 18px;
    }
    .container_current span {
        font-size: 18px;
    }
}