/* 头部样式 */
@font-face {
    font-family: "DFPLiJinHeiW8-GB";
    src: url('huakanglijinhei.TTF') format('truetype');
}
.header {
    padding: 30px 0;
    width: 100%;
    background: #fff;
}

.header .logo {
    float: left;
}

.header .head_right {
    float: right;
    width: 260px;
}

.header .head_right .head_top {
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: right;
}

.header .head_right .search_box {
    margin-top: 10px;
    height: 38px;
    background: #fff;
    border: 1px solid #48873F;
    border-radius: 19px;
    overflow: hidden;
}

.header .head_right .search_box input {
    float: left;
    padding-left: 15px;
    width: 200px;
    height: 36px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.header .head_right .search_box button {
    float: right;
    width: 44px;
    height: 36px;
    border: 0;
    background: none;
}

.nav {
    width: 100%;
    height: 50px;
    background: #00833F;
}

.nav ul {
    padding: 0;
    list-style: none;
}

.nav ul li {
    float: left;
    width: 200px;
    height: 50px;
}

.nav ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav ul li:hover,
.nav ul li.active a {
    background: #016434;
}


/* banner区域 */

.banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    height: 100%;
    background-position: top center !important;
    background-size: auto 100% !important;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 16px;
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .5;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.section {
    width: 100%;
}


/* 第一块区域 */

.section.page1 {
    padding: 50px 0;
    background: #fff;
}

.quick_section_list {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.quick_section_list li {
    float: left;
    margin-right: 25px;
    width: 220px;
    height: 120px;
    border-radius: 5px;
    background: #339933;
    overflow: hidden;
}

.quick_section_list li:last-child {
    margin-right: 0;
}

.quick_section_list li .items_box {
    margin: 0 auto;
    display: table;
    width: 100%;
    height: 120px;
    text-align: center;
}

.quick_section_list li .items_box a {
    display: table-cell;
    vertical-align: middle;
}

.quick_section_list li .items_box .icon_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 50px;
    height: 40px;
}

.quick_section_list li .items_box h6 {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.quick_section_list li:nth-child(2) {
    background: #059048;
}

.quick_section_list li:nth-child(3) {
    background: #339933;
}

.quick_section_list li:nth-child(4) {
    background: #40C04C;
}
.quick_section_list li:nth-child(5) {
    background: #00B050;
}


/* 第二块区域 */

.section.page2 {
    padding-top: 43px;
    padding-bottom: 50px;
    background: #f7f7f7;
}

.section_title {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_title h6 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.section_title p {
    font-size: 14px;
    color: #999;
}

.activity_slide {
    width: 100%;
    overflow: hidden;
}

.activity_slide .swiper-container {
    padding-bottom: 32px;
}

.activity_slide .swiper-slide .item_box {
    padding: 10px 12px;
    background: #fff;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    overflow: hidden;
}

.activity_slide .swiper-slide:hover .item_box {
    background: #00833F;
}

.activity_slide .swiper-slide .item_box .img_box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.activity_slide .swiper-slide .item_box .img_box img {
    width: 100%;
    height: 200px;
}

.activity_slide .swiper-slide .item_box .item_cont {
    padding-top: 15px;
    overflow: hidden;
}

.activity_slide .swiper-slide .item_box .item_cont h6 {
    height: 40px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    /*要显示的行数*/
    overflow: hidden;
}

.activity_slide .swiper-slide .item_box .item_cont p {
    margin-top: 13px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.activity_slide .swiper-slide:hover .item_box .item_cont h6,
.activity_slide .swiper-slide:hover .item_box .item_cont p {
    color: #fff;
}

.activity_slide .swiper-container-horizontal>.swiper-pagination-bullets,
.activity_slide .swiper-pagination-custom,
.activity_slide .swiper-pagination-fraction {
    bottom: 0;
}

.activity_slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #CFCFCF;
    opacity: 1;
}

.activity_slide .swiper-pagination-bullet-active {
    background: #00833F;
}


/* 第三块区域 */

.section.page3 {
    padding-top: 45px;
    padding-bottom: 50px;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: auto 150px;
    background-position: top center;
}
.standard_slide .swiperbtn-section{
    margin-top: 30px;
    text-align: center;
}
.standard_slide .swiperbtn-section .swiper-button-next,
.standard_slide .swiperbtn-section .swiper-button-prev,
.standard_slide .swiperbtn-section .swiper-pagination{
    display: inline-block;
}
.standard_slide .swiperbtn-section .swiper-pagination{
    position: inherit;
    position: initial;
    margin: 0 5px;
    width: auto;
}
.standard_slide .swiperbtn-section .swiper-button-next,
.standard_slide .swiperbtn-section .swiper-button-prev{
    position: relative;
    top: 3px;
    width: 11px;
    height: 18px;
    outline: none;
}
.standard_slide .swiperbtn-section .swiper-pagination{
    font-size: 16px;
    color: #666;
}
.standard_slide .swiper-button-next.swiper-button-disabled,
.standard_slide .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.standard_slide .swiperbtn-section .swiper-button-prev,
.standard_slide .swiperbtn-section .swiper-rtl .swiper-button-next{
    left: 0;
    background: url("../images/icon10.png") center no-repeat;
}
.standard_slide .swiper-button-prev.swiper-button-disabled{
    background: url("../images/icon10_2.png") center no-repeat;
}
.standard_slide .swiperbtn-section .swiper-button-next,
.standard_slide .swiperbtn-section .swiper-rtl .swiper-button-prev{
    right: 0;
    background: url("../images/icon11.png") center no-repeat;
}
.standard_slide .swiper-button-next.swiper-button-disabled{
    background: url("../images/icon11_2.png") center no-repeat;
}

.standard_table {
    width: 100%;
    background: #fff;
}

.standard_table table {
    width: 100%;
}

.standard_table thead tr th {
    padding: 20px 20px;
    padding-bottom: 21px;
    font-size: 14px;
    color: #333;
    text-align: left;
    background: #F7F7F7;
    border-bottom: 1px solid #eee;
}

.standard_table table tbody tr td {
    padding: 19px 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.standard_table table tbody tr td a {
    color: #00833F;
    text-decoration: underline;
}

.standard_table table tr:hover td {
    background: #f7f7f7;
}

.standard_table table tbody tr td .type {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    background: #5CB85C;
    border-radius: 3px;
}


/* 第四块区域 */

.section.page5 {
    padding-top: 100px;
    padding-bottom: 36px;
    background: url(../images/bg3.jpg) no-repeat;
    background-size: auto 567px;
    background-position: top center;
}

.notice_section_tab .hd {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
}

.notice_section_tab .hd a {
    display: inline-block;
    padding: 0 21px;
    height: 34px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.notice_section_tab .hd a:hover {
    color: #00833F;
}

.notice_section_tab .hd a.active {
    color: #fff;
    background: #00833F;
}

.news_list {
    width: 100%;
    overflow: hidden;
}

.news_list li {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 48px;
    overflow: hidden;
}

.news_list li a {
    display: block;
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li .time {
    float: right;
    color: #999;
}

.news_list li a:hover {
    color: #00833F;
}

.section.page6 {
    padding-top: 10px;
    padding-bottom: 50px;
    background: #fff;
}

.about_section {
    width: 100%;
    overflow: hidden;
}

.about_section .about_img {
    float: left;
    width: 365px;
    height: 235px;
    overflow: hidden;
}

.about_section .about_right {
    float: right;
    width: 805px;
}

.about_section .about_right p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.about_section .about_right .more {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #00833F;
}

.about_section .about_right .more img {
    margin-left: 10px;
}


/* 底部区域 */

.footer {
    padding: 20px 0;
    background: #535353;
    overflow: hidden;
}

.footer .footer_left {
    float: left;
    width: 770px;
}

.footer .footer_left p {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}

.footer .footer_left .link_item {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.footer .footer_left .link_item a {
    float: left;
    display: block;
    margin-right: 2em;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer .footer_right {
    float: right;
}

.footer .footer_right ul {
    padding: 0;
    list-style: none;
    width: 100%;
}

.footer .footer_right li {
    float: left;
    margin-right: 20px;
    width: 115px;
    text-align: center;
}

.footer .footer_right li:last-child {
    margin-right: 0;
}

.footer .footer_right li img {
    width: 110px;
    height: 110px;
}

.footer .footer_right li p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.footer .footer_botm {
    margin-top: 30px;
    overflow: hidden;
}

.footer .footer_botm p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.page_banner {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    overflow: hidden;
}

.page_banner .w1200 {
    display: flex;
    position: relative;
    justify-content: flex-start;
    height: 100%;
}

.page_banner h1 {
    position: relative;
    padding-bottom: 25px;
    align-self: center;
    margin: auto 0;
    font-family: "DFPLiJinHeiW8-GB";
    font-size: 34px;
    color: #fff;
    font-weight: normal;
}

.page_banner.two h1 {
    color: #00833F;
}

.page_banner h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 5px;
    background: #fff;
}

.page_banner.two h1:after {
    background: #00833F;
}

.breadnav {
    padding: 19px 0;
    width: 100%;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.breadnav img {
    position: relative;
    top: -1px;
    margin-right: 10px;
}

.breadnav span {
    margin: 0 5px;
}

.breadnav a:hover,
.breadnav a.active {
    color: #00833F;
}

.page_content {
    margin-bottom: 30px;
    width: 100%;
    min-height: calc(100vh - 489px);
}

.first_list {
    width: 100%;
}

.first_list li {
    padding: 19px 0;
    border-bottom: 1px dashed #EBEBEB;
    overflow: hidden;
}

.first_list li:first-child {
    padding-top: 0;
}

.first_list li img {
    float: left;
    width: 240px;
    height: 132px;
}

.first_list li .item_cont {
    float: right;
    width: 935px;
}

.first_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.first_list li .item_cont p.item_text {
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li a:hover h6 {
    color: #00833F;
}

.first_list li .item_cont p.item_time {
    margin-top: 16px;
    color: #999;
}

.sidenav_section {
    margin-top: 6px;
    margin-bottom: 30px;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #eee;
}

.sidenav_section a {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    height: 41px;
    font-size: 16px;
    color: #333;
}

.sidenav_section a:hover,
.sidenav_section a.active {
    color: #00833F;
}

.sidenav_section a.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #00833F;
}

.page_title {
    padding-top: 7px;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.page_title h6 {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.standard_form {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.standard_form .row {
    margin: 0 auto;
    width: 1050px;
    overflow: hidden;
}

.standard_form .input_group {
    float: left;
    margin-right: 50px;
    margin-bottom: 20px;
    width: 500px;
    overflow: hidden;
}

.standard_form .input_group:nth-child(2n) {
    margin-right: 0;
}

.standard_form .input_group label {
    float: left;
    display: block;
    width: 100px;
    font-size: 14px;
    color: #666;
    text-align: right;
    line-height: 34px;
}

.standard_form .input_group .item_cont {
    margin-left: 100px;
    position: relative;
    overflow: hidden;
}

.standard_form .input_group .item_cont input:not([class^="el-"]) {
    width: 400px;
    height: 34px;
    font-size: 14px;
    color: #666;
    background: #fff;
    border: 1px solid #ddd;
}

.standard_form .input_group .item_cont .icon_time {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto 0;
    background: url(../images/icon8.png) no-repeat;
}

.standard_form .btn_group {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.standard_form .btn_group button {
    margin: 0 7px;
    width: 80px;
    height: 34px;
    font-size: 16px;
    color: #059549;
    border: 1px solid #00833F;
}

.standard_form .btn_group button:first-child {
    color: #fff;
    background: #00833F;
}

.standard_form .btn_group button:nth-child(2) {
    background: #fff;
}

.standard_result {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
}

.standard_table2 {
    width: 100%;
    overflow: hidden;
}

.standard_table2 table {
    width: 100%;
}

.standard_table2 table thead tr th {
    padding: 14px 10px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    background: #00833F;
}

.standard_table2 table thead tr th:first-child,
.standard_table2 table thead tr th:last-child,
.standard_table2 table tbody tr td:first-child,
.standard_table2 table tbody tr td:last-child {
    text-align: center;
}

.standard_table2 table thead tr th:nth-child(4) {
    width: 345px;
}

.standard_table2 table tbody tr td {
    padding: 11px 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.standard_table2 table tbody tr td a {
    color: #00833F;
    text-decoration: underline;
}

.standard_table2 table tbody tr:nth-child(2n) td {
    background: #F2F2F2;
}

.standard_table2 table tbody tr td .item_type {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    background: #5CB85C;
    border-radius: 3px;
}

.introduction_text {
    width: 100%;
    overflow: hidden;
}

.introduction_text,
.introduction_text p {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.introduction_text img,
.introduction_text p img {
    max-width: 100%;
}

.standard_panel {
    margin-top: 20px;
    overflow: hidden;
}

.standard_panel .img_box {
    float: left;
    width: 300px;
    height: 220px;
    overflow: hidden;
}

.standard_panel .img_box img {
    width: 100%;
    height: 220px;
}

.standard_panel .item_cont {
    margin-left: 330px;
    overflow: hidden;
}

.standard_panel .item_cont h6 {
    font-size: 16px;
    color: #333;
}

.standard_panel .item_cont .item_titen {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

.standard_panel .item_cont .info_list {
    padding: 0;
    margin-top: 30px;
    list-style: none;
    overflow: hidden;
}

.standard_panel .item_cont .info_list li {
    float: left;
    margin-right: 55px;
    font-size: 14px;
    color: #333;
}

.standard_panel .item_cont .info_list li:last-child {
    margin-right: 0;
}

.standard_panel .item_cont .item_type {
    margin-top: 17px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
}

.standard_panel .item_cont .item_type label {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background: #5CB85C;
    border-radius: 3px;
}

.standard_panel .item_cont .item_btn {
    margin-top: 35px;
    overflow: hidden;
}

.standard_panel .item_cont .item_btn a {
    display: block;
    float: left;
    margin-right: 20px;
    width: 120px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
}

.standard_panel .item_cont .item_btn a:last-child {
    margin-right: 0;
}

.standard_panel .item_cont .item_btn a.read_btn {
    background: #00833F;
}

.standard_panel .item_cont .item_btn a.download_btn {
    background: #F39C2B;
}

.two_list,.three_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.two_list li {
    padding: 25px 0;
    border-bottom: 1px solid #F1F1F1;
    overflow: hidden;
}

.two_list li:first-child {
    padding-top: 0;
}

.two_list li .item_time {
    float: left;
    width: 82px;
    height: 82px;
    text-align: center;
    background: #F6F6F6;
    border: 1px solid #E9E9E9;
}

.two_list li .item_time h6 {
    margin-top: 10px;
    font-size: 30px;
    color: #00833F;
    font-weight: normal;
}

.two_list li .item_time p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.two_list li .item_cont {
    margin-left: 102px;
    overflow: hidden;
}

.two_list li .item_cont h6 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li .item_cont p {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li a:hover .item_cont h6 {
    color: #00833F;
}
.three_list li{
    position: relative;
    padding: 18px 0;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #F1F1F1;
    overflow: hidden;
}
.three_list li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #00833F;
}
.three_list li a{
    display: block;
    float: left;
    max-width: 80%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.three_list li a:hover{
    color: #00833F;
}
.three_list li .time{
    float: right;
    color: #999;
}
