@media (min-width:821px) {
    .jianjie .header .tit{
        background: url(/static/index/pc/about/jianjie_head_bg.png) no-repeat;
        background-size: 100% 100%;
                  }
    .jianjie .header .tit h2{
                  width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                    line-height: 58px;
       }
    .jianjie .content{
        justify-content: space-between;
        margin-top: 20px;
        padding: 30px;
        background: rgba(250,250,250);
        border-radius: 10px;
        box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
    }
    .jianjie .content figure{
        justify-content: space-between;
width: 100%;
    }
    .jianjie .content figure img{
        width: 560px;
        height: 420px;
    }
    .jianjie .content figure figcaption{
        width: 550px;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
        color: rgba(0,0,0,0.5);
    }
    .jianjie .content .list{
        justify-content: space-between;
        width: 560px;
    }
    .jianjie .content .list li{
        text-align: center;
    }
    .jianjie .content .num span{
        font-size: 36px;
        font-weight: 600;
        line-height: 45px;
        color: rgba(13,158,110);
    }
    .jianjie .content .num i{
        font-size: 20px;
        font-weight: 500;
        color: rgba(13,158,110);
        margin-left: -4px;
    }
    .jianjie .content .list .des{
      line-height: 36px;
      margin-top: 20px;
    }
    .jianjie .content .swiper-jianjie{
        width: 560px;
        overflow: hidden;
        margin-top: 30px;
        border-radius: 10px;
        position: relative;
        padding-bottom: 25px;
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullets{
        bottom: 0;
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullet{
        width: 30px;
        height: 5px;
        border-radius: 5px;
        background: rgba(13,158,110,0.3);
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullet-active{
        background: rgba(13,158,110,1);
    }
.two{
    background: rgba(247,253,251);
    padding: 35px 0 60px;
}
.fzlc .header .tit{
    background: url(/static/index/pc/about/fzlc_head_bg.png) no-repeat;
    background-size: 100% 100%;
              }
.fzlc .header .tit h2{
               width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                line-height: 58px;
   }
   .fzlc .content{
    margin: 20px 0 0;
   }
   .fzlc .content .tabs{
    width: 716px;
    height: 50px;
    border-radius: 25px;
    background: rgba(2,189,127,0.1);
    position: relative;
   }
   .fzlc .content .tabs .tab{
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 2;
   }
   .fzlc .content .tabs .tab li{
    width: 230px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(13,158,110);
   }
   .fzlc .content .tabs .tab li.active{
    color: #fff;
   }
   .fzlc .content .tabs .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 230px;
    z-index: 1;
    background: rgba(2,189,127);
    border-radius: 25px;
   }
   .fzlc .content .list{
    justify-content: space-between;
    margin-top: 30px;
    align-items: start;
    border-bottom: 2px dashed rgba(2,189,127);
    height: 569px;
    display: none;
   }
   .fzlc .content .list.active{
    display: flex;
   }
   .fzlc .content .list li{
    width: 225px;
    height: 365px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(38, 117, 88, 0.25);
    text-align: center;
    padding: 30px;
    transition: all .3s linear;
    position: relative;
    overflow: hidden;
   }
   .fzlc .content .list li:after{
    content: '';
    display: block;
    width: 285px;
    height: 569px;
    background: url(/static/index/pc/about/fzlc_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -569px;
    left: 0;
    z-index: 1;
    transition: all .5s linear;
   }
   .fzlc .content .list li.active:after{
    top: 0;
  
   }
   .fzlc .content .list li.active{
    border-radius: 10px 10px 0 0;
   }
   .fzlc .content .list li .year{
    width: 149px;
    height: 149px;
    border-radius: 149px;
    border: 1px solid rgba(2,189,127);
    margin: 20px auto 0;
    transition: all .4s linear;
    position: relative;
    z-index: 2;
   }
   .fzlc .content .list li .year p{
    display: block;
    width: 139px;
    border-radius: 139px;
    padding: 52.5px 0;
    background: rgba(2,189,127);
    margin: 5px auto;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    transition: all .4s linear;
    position: relative;
    z-index: 2;
   }
   .fzlc .content .list li .year span{
    font-size: 18px;
    color: #fff;
    transition: all .4s linear;
    position: relative;
    z-index: 2;
   }
   .fzlc .content .list li .line{
    display: block;
    width: 0;
height: 50px;
border: 3px solid rgba(2,189,127);
border-radius: 6px;
margin: 35px auto 27px;
transition: all .4s linear;
position: relative;
z-index: 2;
   }
   .fzlc .content .list li .des{
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        color: rgba(0,0,0,0.8);
        line-height: 28px;
        font-weight: 300;
        transition: all .4s linear;
        position: relative;
        z-index: 2;
        text-align: left;
   }
   .fzlc .content .list li:hover{
    height: 509px;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
   }
   .fzlc .content .list li:hover .year{
    border: 1px solid #fff;
   }
   .fzlc .content .list li:hover .year p{
   background: #fff;
 color: rgba(2,189,127);
   }
   .fzlc .content .list li:hover .year span{
    color: rgba(2,189,127);
   }
   .fzlc .content .list li:hover .line{
    display: none;
   }
   .fzlc .content .list li:hover .des{
    display: block;
      color: #fff;
      margin-top: 20px;
      font-weight: 600;
   }
   .fzlc .content .list li:hover:after{
   
    top: 0;
    /* height: 569px;
    opacity: 1; */
    
   }
   .fzlc .content .list li.active{
    height: 509px;
    box-shadow: none;
   }
   .fzlc .content .list li.active .year{
    border: 1px solid #fff;
   }
   .fzlc .content .list li.active .year p{
   background: #fff;
 color: rgba(2,189,127);
   }
   .fzlc .content .list li.active .year span{
    color: rgba(2,189,127);
   }
   .fzlc .content .list li.active .line{
    display: none;
   }
   .fzlc .content .list li.active .des{
    display: block;
      color: #fff;
      margin-top: 20px;
      font-weight: 600;
   }
   .fzlc .content .list3 li:last-child .des{
    text-align: center;
   }
   .qualify .header .tit{
    background: url(/static/index/pc/about/qualify_head_bg.png) no-repeat;
    background-size: 100% 100%;
              }
.qualify .header .tit h2{
             width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                line-height: 58px;
   }
   .qualify .content{
    padding: 39px 0 30px;
   }
   .qualify .content .list{
    justify-content: space-between;
   }
   .qualify .content li{
    height: 176px;
    box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.25);
   }
   .process .header .tit{
    background: url(/static/index/pc/about/process_head_bg.png) no-repeat;
    background-size: 100% 100%;
              }
.four{
    background: rgba(247,253,251);
    padding: 30px 0 40px;
}
.process .header .tit h2{
              width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                line-height: 58px;
              }
              .process .content{
                margin-top: 35px;
              }
              .process .content .list{
                justify-content: space-between;
              }
              .process .content .list2{
                margin-top: 115px;
              }
 .process .content li{
                position: relative;
                width: 210px;
              }
              .process .content li:nth-of-type(5), .process .content li:nth-of-type(10){
                width: 160px;
              }
.process .content li:before{
    content: '';
    display: block;
    width: 90px;
    height: 45px;
    background: url(/static/index/pc/about/process_bg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 35px;
}
.process .content .list1 li:after{
    content: '';
    display: block;
    width: 60px;
    height: 8px;
    background: url(/static/index/pc/about/process_right.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100px;
    right: -32px;
}
.process .content .list1 li:last-child:after{
    content: '';
    display: block;
    width: 8px;
    height: 60px;
    background: url(/static/index/pc/about/process_bottom.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 220px;
    left: 80px;
}
.process .content .list2 li:after{
    content: '';
    display: block;
    width: 60px;
    height: 8px;
    background: url(/static/index/pc/about/process_left.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 100px;
    right: -32px;
}
.process .content .list2 li:last-child:after{
   display: none;
}
.process .content .item{
    width: 160px;
    height: 200px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
    position: relative;
    z-index: 2;
}
.process .content .list1 li:nth-of-type(5) .item,.process .content .list2 li:nth-of-type(2) .item,.process .content .list2 li:nth-of-type(4) .item,.process .content .list2 li:nth-of-type(5) .item{
background: rgba(229,229,229,0.8);
}
.process .content .item img{
    width: 50px;
    height: 50px;
    margin-top: 60px;
    transition: all .3s linear;
}
.process .content li:hover .item img{
    transform: scale(1.5);
}
.process .content .item .des{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(0,0,0,0.8);
    margin-top: 38px;
}
.process .content .text{
    position: relative;
    margin-top: 55px;
}
.process .content .text p{
    padding: 32px 0 30px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px 2px 4px rgba(38, 117, 88, 0.25);
    backdrop-filter: blur(8px);
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 29px;
    color: rgba(0,0,0,0.5);
}
.process .content .text:before{
    content: '';
    display: block;
    width: 90px;
    height: 45px;
    background: url(/static/index/pc/about/process_bg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 555px;
}
.policy .header .tit{
    background: url(/static/index/pc/about/policy_head_bg.png) no-repeat;
    background-size: 100% 100%;
              }
.policy .header .tit h2{
           width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                line-height: 58px;
   }
   .policy .content{
    margin-top: 20px;
    padding-bottom: 50px;
   }
   .policy .content table{
    width: 100%;
    background: rgba(250,250,250);
    border-radius: 10px;
    box-shadow: 0px 2px 8px 2px rgba(38, 117, 88, 0.25);
    vertical-align: middle; 
    padding: 0 30px;
    position: relative;
   }
   .policy .content table:before{
    content: '';
    display: block;
    width: 200px;
    height: 740px;
    position: absolute;
    border-radius: 50px 0px 50px 0px;
    background: linear-gradient(180deg,rgba(2,189,127) 0%,rgba(37,148,111) 100%);
    top: -24px;
    left: 177px;
    z-index: 2;
   }
   .policy .content table tr{
    display: flex;
border-bottom: 0.3px dashed rgba(0,0,0,0.15) ;
  
  position: relative;
   }
   .policy .content table td{
    width: 167px;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
margin: 15px 0;
min-height: 45px;
    color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
   }
   .policy .content table tr td:first-child{
    width: 120px;
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    color: rgba(255,141,26,0.8);
   }
   .policy .content thead tr td{
    font-size: 20px;
    font-weight: 400;
    line-height: 45px;
    color: rgba(13,158,110,0.8);
   }
   .policy .content tbody{
    position: relative;
   }
   .policy .content tbody tr:last-child{
    border: none;
   }
   .policy .content tbody tr:last-child td{
    margin: 52px 0;
   }
   .policy .content tbody tr:last-child td{
    text-align: left;
   }
   .policy .content tbody tr:last-child td:first-child{
    text-align: center;}
    .policy .content table tr td:nth-of-type(2){
        color: #fff;
    }
    .policy .content thead tr td:nth-of-type(2){
      font-weight: 700;
    }
    .policy .content table tbody:last-child{
        content: '';
        display: block;
        width: 1200px;
        /* height: 80px; */
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 2px 8px 2px rgba(38, 117, 88, 0.15);
        position: absolute;
        z-index: 1;
        top: 77px;
        left: 0;
    }
}
@media (max-width:820px) {
    .one{
        margin-top: 0;
    }
    .jianjie .header .tit{
        background: url(/static/index/pc/about/jianjie_head_bg_phone.png) no-repeat;
        background-size: 100% 100%;
                  }
    .jianjie .header .tit h2{
        width: 27.73vw;
                    background: url(/static/index/pc/images/zhuanjia_head_tit_phone.png) no-repeat;
                    background-size: 100% 100%;
                    height: 7.87vw;
                    margin: 0 auto;
       }
    .jianjie .content{
        justify-content: space-between;
        margin-top: 2.67vw;
        padding: 4vw;
        background: rgba(250,250,250);
        border-radius: 1.33vw;
        box-shadow: 0px .27vw 1.07vw .27vw rgba(38,117,88,0.25);
    }
    .jianjie .content figure{
        justify-content: space-between;
width: 100%;
    }
    .jianjie .content figure figcaption{
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 4.8vw;
        color: rgba(0,0,0,0.5);
        margin-top: 2.67vw;
    }
    .jianjie .content .list{
        justify-content: space-between;
        margin-top: 2.67vw;
        width: 100%;
    }
    .jianjie .content .list li{
        text-align: center;
        width: 16vw;
    }
    .jianjie .content .num span{
        font-size: 4.8vw;
        font-weight: 600;
        line-height: 5.67vw;
        color: rgba(13,158,110);
    }
    .jianjie .content .num i{
        font-size: 3.2vw;
        font-weight: 500;
        color: rgba(13,158,110);
        margin-left: -1vw;
        font-style: normal;
    }
    .jianjie .content .list .des{
      line-height: 36px;
      margin-top: 2.67vw;
    }
    .jianjie .content .swiper-jianjie{
        overflow: hidden;
        margin-top: 2.27vw;
        border-radius: 1.33vw;
        position: relative;
        padding-bottom: 3.07vw;
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullets{
        bottom: 0;
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullet{
        width: 4vw;
        height: 5px;
        border-radius: .67vw;
        background: rgba(13,158,110,0.3);
    }
    .jianjie .content .swiper-jianjie .swiper-pagination-bullet-active{
        background: rgba(13,158,110,1);
    }
   .qualify .header .tit{
    background: url(/static/index/pc/about/qualify_head_bg_phone.png) no-repeat;
    background-size: 100% 100%;
              }
.qualify .header .tit h2{
                width: 170px;
                background: url(/static/index/pc/images/zhuanjia_head_tit.png) no-repeat;
                background-size: 100% 100%;
                line-height: 58px;
   }
   .qualify .content{
    margin-top: 2.67vw;
   }
   .qualify .content .list{
    justify-content: space-between;
   }
   .qualify .content li{
   width: 20vw;
   box-shadow: 0px 2px 4px  rgba(38, 117, 88, 0.25);
   }
   .qualify .content li:nth-of-type(1),.qualify .content li:nth-of-type(2){
    width: 44vw;
    margin-bottom: 4.93vw;
   }
   .process .header .tit{
    background: url(/static/index/pc/about/process_head_bg_phone.png) no-repeat;
    background-size: 100% 100%;
              }
.process .header .tit h2{
    width: 40.53vw;
                background: url(/static/index/pc/images/plan_head_tit_phone.png) no-repeat;
                background-size: 100% 100%;
                line-height: 7.87vw;
              }
              .process .content{
                margin-top: 3.33vw;
            overflow-x: hidden;
            padding: 2.67vw 1vw 1vw;
            padding-top: 2.67vw;
           
              }
 .process .content li{
                position: relative;
                width: 32.67vw;
              }
.process .content li:before{
    content: '';
    display: block;
    width: 16vw;
    height: 8vw;
    background: url(/static/index/pc/about/process_bg1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: -2.67vw;
    left: 5.33vw;
}
.process .content li:after{
    content: '';
    display: block;
    width: 2.13vw;
    height: 1.2vw;
    background: url(/static/index/pc/about/process_right_phone.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 15.47vw;
    right: 1vw;
}
.process .content li:last-child{
    width: 20.67vw;
}
.process .content li:last-child:after{
    display: none;
}
.process .content .item{
    width: 26.67vw;
    height: 33.33vw;
    border-radius: 1.33vw;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(8px);
    text-align: center;
    box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
    position: relative;
    z-index: 2;
}
.process .content li:nth-of-type(5) .item,.process .content li:nth-of-type(6) .item,.process .content li:nth-of-type(7) .item,.process .content li:nth-of-type(9) .item{
background: rgba(229,229,229,0.8);
}
.process .content .item img{
    width: 10.67vw;
    height: 10.67vw;
    margin-top: 8vw;
    transition: all .3s linear;
}
.process .content li:hover .item img{
    transform: scale(1.5);
}
.process .content .item .des{
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 4.67vw;
    color: rgba(0,0,0,0.8);
    margin-top: 5.33vw;
}
.process .content .text{
    position: relative;
    margin-top: 5.33vw;
}
.process .content .text p{
    padding: 4vw 0;
    border-radius: 1.33vw;
    background: rgba(255,255,255,0.8);
    box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
    backdrop-filter: blur(8px);
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 3.2vw;
    line-height: 4.67vw;
    color: rgba(0,0,0,0.5);
}
.process .content .text:before{
    content: '';
    display: block;
    width: 16vw;
    height: 8vw;
    background: url(/static/index/pc/about/process_bg2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: -2.67vw;
    left: 38vw;
}
.policy .header .tit{
    background: url(/static/index/pc/about/policy_head_bg_phone.png) no-repeat;
    background-size: 100% 100%;
              }
.policy .header .tit h2{
    width: 27.73vw;
                background: url(/static/index/pc/images/zhuanjia_head_tit.png) no-repeat;
                background-size: 100% 100%;
            height: 7.87;
   }
   .policy .content{
    margin-top: 3.73vw;
    
   }
   .policy .content .tabs{
    padding: 0 45px;
    height: 75px;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(2, 189, 127, 1) 0%, rgba(37, 148, 111, 1) 100%);
    justify-content: space-between;
   }
   .policy .content .tabs li{
    font-size: 4vw;
    font-weight: 400;
    color: #fff;
   }
   .policy .content .tabs li.active:after{
 content: '';
 display: block;
 width: 100%;
 height: .53vw;
 border-radius: 4vw;
 background: #fff;
   }
   .policy .content .tables{
    margin-top: 2.67vw;
   }
   .policy .content table{
    display: none;
    width: 100%;
    border-radius: 10px;
background: rgba(250, 250, 250, 1);
box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
border-collapse: collapse;
text-align: center;
border: 0.04vw solid rgba(250, 250, 250, 1);
   }
   .policy .content table.active{
    display: table;
   }
   .policy .content table tbody{
    border: none;
   }
   .policy .content table td{
    padding: 4vw 4vw;

    border: 0.04vw dashed rgba(0,0,0,0.15);
    font-size: 3.2vw;
    color: rgba(0,0,0,0.5);
   }
   .policy .content table td:nth-of-type(1){
    padding: 4vw 0;
    width:26.67vw ;
    text-align: center;
    font-size: 3.2vw;
    color: rgba(255,141,26,0.8);
   }
   .policy .content table tr:last-child td:last-child{
    line-height: 4.67vw;
    text-align: left;
   }
}