    
    .text{
        color: #89C12C;
        text-align: center;
        margin-bottom: 20px;
    }
    .avite{
        display: block;
    }
    .right-fixed{
         width: 58px;
         background-color: #ffffff;
         position: fixed;
         right: 0;
         top: 200px;
         padding: 5px 0 5px 8px;
         z-index: 999;
      }
      .right-fixed div{
          width: 50px;
          height: 50px;
          background-color: #A6AEB9;
          margin-bottom: 5px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
      }
      .right-fixed img{
          width: 30px;
          height: 30px;
      }
      .gywm_table img{
          margin: -4px;
      }
    .zhihui{
        margin: 0 auto;
    }
    .zh_top{
        display: flex;
        margin-bottom: 50px;
    }
    .zh_top_item{
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        background-color: #F5F5F5;
        border-right: 1px solid #e2e2e2;
        overflow: hidden
    }
    .zh_top_item img{
        width: 80px;
        margin-bottom: 40px;
    }
    .zh_top_item text{
        font-size: 20px;
    }
    
    
    .zh_bottom{
        position: relative;
        width: 100%;
        height: 324px;
    }
    .zh_bottom_r{
        position: absolute;
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        top: 0;
        right: 0;
    }
    .zh_bottom>img{
        width: 46%;
        margin-right: 6%;
        height: 100%;
    }
   
    .zh_bottom_r_top{
        position: relative;
        font-size: 30px;
        font-weight: bold;
        margin-top: 20px;
    }
    .zh_bottom_r_top::before{
        content: "";
        position: absolute;
        top: -20px;
        width: 120px;
        height: 4px;
        background-color: #8FC320;
    }
    .zh_bottom_r_top::after{
        content: "";
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 120px;
        height: 4px;
        background-color: #8FC320;
    }
    .zh_bottom_r_body{
        text-align: justify;
        font-size: 18px;
        line-height: 30px;
        padding: 20px 0px  0px 0px;
        overflow: overlay;
        text-overflow: ellipsis;

    }
    .zh_bottom_r_bottom{
        display: flex;
        width: 100%;
        height: 50px;
    }
    .zh_bottom_r_bottom a{
        font-size: 1rem;
    }
    .zh_btn_left{
        padding: 10px 40px;
        background-color: #8FC320;
        border: 1px solid transparent;
        color: #fff;
        border-radius: 4px;
        margin-right: 30px;
    }
    .zh_btn_right{
        padding: 10px 40px;
        border: 1px solid #1496EE;
        color: #1496EE;
        border-radius: 4px;
    }
    .anli{
        width: 100%;
        margin: 100px 0 20px;
    }
    .anli_top{
        background: linear-gradient(to right,#89C12C,#1496EE);
    }
    .anli_top_content{
        display: flex;
        justify-content: center;
    }
    .anli_top_content_item{
        display: flex;
        align-items: center;
        margin: 0 80px;
        font-size: 22px;
        line-height: 100px;
        color: #fff;
    }
    .anli_top_content_item img{
        width: 20px;
        margin-right: 15px;
    }
    .anli_middle{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 0 50px;
    }
    .anli_middle p{
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .anli_bottom{
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        grid-template-rows: 300px 300px;
    }
    .anli_bottom_item{
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .anli_bottom_item img{
        width: 100%;
        height: 100%;
    }
    .gywm{
        position: relative;
    }
    .gywm_content{
        width: 33%;
        height: 700px;
        background: linear-gradient(to bottom,#89C12C,#8EC334,transparent);
        margin-top: -4px;
        position: absolute;
        left: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 100px 80px 0;
    }
    .gywm_content p:nth-of-type(1){
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 40px;
    }
    .gywm_content p:nth-of-type(2){
        color: #fff;
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 60px;
        opacity: 0.8;
    }
    .gywm_content_btn{
        font-size: 16px;
        padding: 6px 40px;
        border: 1px solid #fff;
        color: #fff;
        opacity: 0.8;
    }
    .gywm_table{
        width: 100%;
        table-layout: fixed;
        border-collapse:collapse;
    }
    .gywm_table_content{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 80px;
    }
    .gywm_table_content p:nth-of-type(1){
        font-size: 36px;
        color: #8FC320;
        margin-bottom: 40px;
    }
    .gywm_table_content p:nth-of-type(2){
        text-indent: 2em;
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 30px;
    }
    .gywm_table_btn{
        border: 1px solid #8FC320;
        color: #8FC320;
        font-size: 18px;
        padding: 10px 50px;
        margin-top: 20px;
    }
    .xw_content{
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px 10px 40px;
    }
    .wx_top{
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        margin-left: 10px;
        padding-right: 10px;
    }
    .wx_top_title{
        font-size: 24px;
        position: relative;
    }
    .wx_top_title::before{
        content: "";
        height: 24px;
        width: 4px;
        background-color: #8FC320;
        position: absolute;
        left: -10px;
    }
    .wx_top_btn{
        font-size: 20px;
        color: #8FC320;
    }
    .wx_list{
        display: flex;
        flex-direction: column;
    }
    .wx_list_item{
        display: flex;
        margin-bottom: 20px;
    }
    .wx_list_item img{
        width: 110px;
        height: 66px;
        margin-right: 10px;
    }
    .wx_list_item_p{
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .wx_middle{
        display: flex;
        flex-direction: column;
    }
    .wx_middle_item{
        position: relative;
    }
    .wx_middle_item img{
        width: 100%;
        height: 240px;
    }
    .wx_middle_item_text{
        display: flex;
        justify-content: space-between;
        color: #fff;
        margin-top: -36px;
        font-size: 18px;
    }
    .wx_middle_item_text text:nth-of-type(1){
        width: 80%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
    }
    .wx_middle_list li{
        margin-top: 25px !important;
        font-size: 16px;
    }
    .wx_middle_list_text{
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .wx_middle_list_text text:nth-of-type(1){
        width: 80%;
        overflow:hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow:ellipsis;
        margin-left: 5px;
    }
    .wx_middle_list_text::before{
        content: "";
        width: 6px;
        height: 6px;
        background-color: #8FC320;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .img1{
        height: 900px;
    }
    .img2{
        height: 450px;
    }
    .xw_box {
        background-color:#e2e2e2;
        margin-top:-3px;
        padding-top:40px;
        display: flex;
    }
    .xw_div{
        margin-bottom:40px;
    }
    .xw_title{
        font-size:36px;
        margin-bottom:20px;
    }
    .xw_jj{
        font-size:20px;
        color:#bababa !important;
    }
@media(min-width:1024px){
    .zh_bottom{
        position: relative;
        width: 100%;
        height: 244px;
    }
    .pngcolor{
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-408%);
      filter: drop-shadow(0 123px #fff);
    }
    .xinwen{
        max-width:1000px;
        margin: 0 auto;
    }
    .zhihui{
        max-width: 700px;
    }
    .zh_bottom_r_top{
        font-size: 16px;
    }
    .zh_bottom_r_top::before{
        width: 64px;
        height: 2px;
        top: -10px;
    }
    .zh_bottom_r_top::after{
        width: 64px;
        height: 2px;
        bottom: -10px;
    }
    .zh_bottom_r_body{
        font-size: 12px;
        line-height: 14px;
    }
    .zh_btn_left{
        padding: 8px 16px;
        margin-right: 14px;
        font-size: 12px;
    }
    .zh_btn_right{
        padding: 8px 16px;
        font-size: 12px;
    }
    .zh_top_item img{
        width: 30px;
        margin-bottom: 15px;
    }
    .zh_top_item text{
        font-size: 14px;
    }
    .anli_top_content_item{
        margin: 0 40px;
        font-size: 18px;
    }
    .img1{
        height: 400px;
    }
    .img2{
        height: 200px;
    }
    .gywm_table_content{
        padding: 0 10px;
    }
    .gywm_table_content p:nth-of-type(1){
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gywm_table_content p:nth-of-type(2){
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .gywm_table_btn{
        font-size: 14px;
        padding: 4px 20px;
    }
    .gywm_content{
        height: 350px;
        padding: 30px 10px 0;
    }
    .gywm_content p:nth-of-type(1){
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gywm_content p:nth-of-type(2){
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .gywm_content_btn{
        font-size: 14px;
        padding: 6px 18px;
    }
    .anli_top_content_item{
        margin: 0 40px;
        font-size: 18px;
    }
    .right-fixed{
        width: 38px;
    }
    .right-fixed div{
        width: 30px;
        height: 30px;
    }
    .right-fixed img{
        width: 20px;
        height: 20px;
    }
    .anli_bottom{
        grid-template-rows: 150px 150px;
    }
}

@media(min-width:1280px){
    .pngcolor{
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-308%);
      filter: drop-shadow(0 123px #fff);
    }
    .xinwen{
        max-width:1100px;
        margin: 0 auto;
    }
    .zhihui{
        max-width: 900px;
    }
    .zh_bottom_r_top{
        font-size: 20px;
    }
    .zh_bottom_r_top::before{
        width: 80px;
        height: 2px;
        top: -12px;
    }
    .zh_bottom_r_top::after{
        width: 80px;
        height: 2px;
        bottom: -12px;
    }
    .zh_bottom_r_body{
        font-size: 12px;
        line-height: 20px;
    }
    .zh_btn_left{
        padding: 10px 30px;
        margin-right: 20px;
    }
    .zh_btn_right{
        padding: 10px 30px;
    }
    .zh_top_item img{
        width: 40px;
        margin-bottom: 20px;
    }
    .zh_top_item text{
        font-size: 16px;
    }
    .img1{
        height: 500px;
    }
    .img2{
        height: 250px;
    }
    .gywm_table_content{
        padding: 0 30px;
    }
    .gywm_table_content p:nth-of-type(1){
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gywm_table_content p:nth-of-type(2){
        font-size: 13px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .gywm_table_btn{
        font-size: 14px;
        padding: 6px 26px;
    }
    .gywm_content{
        height: 400px;
        padding: 40px 30px 0;
    }
    .gywm_content p:nth-of-type(1){
        font-size: 22px;
        margin-bottom: 20px;
    }
    .gywm_content p:nth-of-type(2){
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .gywm_content_btn{
        font-size: 15px;
        padding: 6px 24px;
    }
    .anli_top_content_item{
        margin: 0 60px;
        font-size: 22px;
    }
    .right-fixed{
        width: 48px;
    }
    .right-fixed div{
        width: 40px;
        height: 40px;
    }
    .right-fixed img{
        width: 25px;
        height: 25px;
    }
    .anli_bottom{
        grid-template-rows: 200px 200px;
    }
}

@media(min-width:1400px){
    .pngcolor{
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-199%);
      filter: drop-shadow(0 123px #fff);
    }
    .xinwen{
        max-width:1200px;
        margin: 0 auto;
    }
    .zhihui{
        max-width: 1000px;
    }
    .zh_bottom_r_top{
        font-size: 22px;
    }
    .zh_bottom_r_top::before{
        width: 88px;
        height: 2px;
        top: -16px;
    }
    .zh_bottom_r_top::after{
        width: 88px;
        height: 2px;
        bottom: -16px;
    }
    .zh_bottom_r_body{
        font-size: 13px;
        line-height: 24px;
    }
    .zh_btn_left{
        padding: 10px 30px;
        margin-right: 20px;
    }
    .zh_btn_right{
        padding: 10px 30px;
    }
    .zh_top_item img{
        width: 60px;
        margin-bottom: 30px;
    }
    .zh_top_item text{
        font-size: 18px;
    }
    .img1{
        height: 600px;
    }
    .img2{
        height: 300px;
    }
    .gywm_table_content{
        padding: 0 40px;
    }
    .gywm_table_content p:nth-of-type(1){
        font-size: 30px;
        margin-bottom: 30px;
    }
    .gywm_table_content p:nth-of-type(2){
        font-size: 15px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .gywm_table_btn{
        font-size: 16px;
        padding: 10px 40px;
    }
    .gywm_content{
        height: 500px;
        padding: 60px 40px 0;
    }
    .gywm_content p:nth-of-type(1){
        font-size: 24px;
        margin-bottom: 30px;
    }
    .gywm_content p:nth-of-type(2){
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .gywm_content_btn{
        font-size: 16px;
        padding: 6px 30px;
    }
    .anli_top_content_item{
        margin: 0 80px;
    }
    .right-fixed{
        width: 58px;
    }
    .right-fixed div{
        width: 50px;
        height: 50px;
    }
    .right-fixed img{
        width: 30px;
        height: 30px;
    }
    .anli_bottom{
        grid-template-rows: 250px 250px;
    }
}

@media(min-width:1680px){
    .xinwen{
        max-width:1200px;
        margin: 0 auto;
    }
    .zhihui{
        max-width: 1200px;
    }
    .anli_bottom{
        grid-template-rows: 300px 300px;
    }
}

@media(min-width:1920px){
    .zh_bottom{
        position: relative;
        width: 100%;
        height: 324px;
    }
    .pngcolor{
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-155%);
      filter: drop-shadow(0 123px #fff);
    }
    .xinwen{
        max-width:1400px;
        margin: 0 auto;
    }
    .zhihui{
        max-width: 1400px;
    }
    .zh_bottom_r_top{
        font-size: 30px;
    }
    .zh_bottom_r_top::before{
        width: 120px;
        height: 4px;
    }
    .zh_bottom_r_top::after{
        width: 120px;
        height: 4px;
    }
    .zh_bottom_r_body{
        font-size: 18px;
        line-height: 30px;
    }
    .zh_btn_left{
        padding: 10px 40px;
        margin-right: 30px;
    }
    .zh_btn_right{
        padding: 10px 40px;
    }
    .zh_top_item img{
        width: 80px;
        margin-bottom: 40px;
    }
    .img1{
        height: 900px;
    }
    .img2{
        height: 450px;
    }
    .gywm_table_content{
        padding: 0 80px;
    }
    .gywm_table_content p:nth-of-type(1){
        font-size: 36px;
        margin-bottom: 40px;
    }
    .gywm_table_content p:nth-of-type(2){
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 30px;
    }
    .gywm_table_btn{
        font-size: 18px;
        padding: 10px 50px;
    }
    .gywm_content{
        height: 700px;
        padding: 100px 80px 0;
    }
    .gywm_content p:nth-of-type(1){
        font-size: 30px;
        margin-bottom: 40px;
    }
    .gywm_content p:nth-of-type(2){
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 60px;
    }
    .gywm_content_btn{
        font-size: 16px;
        padding: 6px 40px;
    }
    .anli_top_content_item{
        margin: 0 80px;
    }
}
@media screen and (max-width:768px){
    .zhihui {
        padding: 0 3%;
    }
    .zh_top {
        margin-bottom: 20px;
    }
    .zh_top_item {
        padding: 20px 0;
    }
    .zh_top_item img{
        width: 40px;
        margin-bottom: 20px;
    }
    .zh_top_item text {
        font-size: 16px;
    }
    .zh_bottom {
        height: auto;
    }
    .zh_bottom>img {
        width: 100%;
    }
    .zh_bottom_r {
        position: initial;
        width: 100%;
    }
    .right-fixed {
        display: none;
    }
    .zh_bottom_r_top {
        font-size: 24px;
        margin: 20px auto 0;
    }
    .zh_bottom_r_top::before {
        top: -10px;
        width: 100px;
    }
    .zh_bottom_r_top::after {
        bottom: -10px;
        width: 100px;
    }
    .zh_bottom_r_body {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .zh_bottom_r_bottom{
        justify-content: center;
        height: auto;
    }
    .zh_btn_left,
    .zh_btn_right {
        padding: 6px 20px;
    }
    .anli {
        margin-top: 40px;
    }
    .anli_top_content {
        flex-wrap: wrap;
    }
    .anli_top_content_item img {
        margin-right: 5px;
    }
    .anli_top_content_item {
       margin: 0;
       line-height: 50px;
       font-size: 16px;
       width: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
    }
    .anli_middle {
        margin: 20px 0 30px;
    }
    .anli_middle p {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .anli_middle text {
        width: 90%;
        text-align: center;
    }
    .anli_bottom {
        grid-template-columns: 50% 50%;
        grid-template-rows: 25% 25% 25% 25%;
    }
    .gywm_content {
        width: 50%;
        height: auto; 
        left: 25%;
        padding: 10px 10px 50px;
    }
    .gywm_content p:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .gywm_content p:nth-of-type(2) {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .gywm_content_btn {
        font-size: 14px;
        padding: 4px 12px;
    }
    .img1 {
        height: 240px;
    }
    .img2 {
        height: 120px;
    }
    .text {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .gywm_table_content {
        padding: 0;
    }
    .gywm_table_content span {
        font-size: 12px !important;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .gywm_table_btn {
        font-size: 14px;
        padding: 0px 15px;
        margin-top: 6px;
    }
    .xw_box {
        padding: 0 3%;
        display: block;
    }
    .xw_div{
        margin-bottom:0;
    }
    .xw_title{
        font-size:30px;
        margin-bottom:10px;
    }
    .xw_jj{
        font-size:16px;
    }
    .wx_top_btn {
        font-size: 18px;
    }
}







