@media (min-width:821px) {
    #index{
        background: url(/static/index/pc/images/body_bg.png) no-repeat;
        background-size: 100%;
        padding-top: 54px;
    }
    section.one{
        margin-top: 0;
    }
    .shenzhen .list1 li{
     width: 255px;
     padding: 15px;
     border-radius: 10px;
     background: rgba(255,255,255,0.8);
     margin-right: 20px;
    }
    .shenzhen .list1 .img{
        display: block;
        border-radius: 10px;
        overflow: hidden;
        height: 130px;
        margin-bottom: 10px;
    }
    .shenzhen .list1 .title{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
    }
    .shenzhen .list1 .time{
        justify-content: space-between;
        margin-top: 9px;
    }
    .shenzhen .list1 .time span:nth-of-type(1)::before{
content: '';
display: inline-block;
width: 15px;
height: 15px;
background: url(/static/index/pc/images/time_icon.png) no-repeat;
background-size: 100% 100%;
margin-right: 5px;
margin-bottom: -2px;
    }
    .shenzhen .list1 .time span:nth-of-type(2)::before{
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        background: url(/static/index/pc/images/eye_icon.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 10px;
        margin-bottom: -2px;
            }
        .shenzhen .list1 .time span:nth-of-type(3){
color: rgba(2,189,127);
        }
        .shenzhen .content{
            background: rgba(255,255,255,0.8);
            border-radius: 10px;
            box-shadow: 0px 2px 8px 2px rgba(38,117,88,0.25);
            padding: 20px;
            margin-top: 20px;
        }
        .shenzhen .content .list2{
            justify-content: space-between;
            margin-bottom: 20px;
        }
        .shenzhen .content .list2 li{
            width: 570px;
            justify-content: space-between;
        }
        .shenzhen .content .img{
            display: block;
            width: 150px;
            height: 100px;
            border-radius: 5px;
        }
        .shenzhen .content .info{
            width: 400px;
        }
        .shenzhen .content .info .title{
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 29px;
        
        }
        .shenzhen .content .info .title:after{
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            border-radius: 5px;
            background: rgba(2,189,127);
            margin: 5px 0;
        }
        .shenzhen .recent_news{
            padding-top: 16px;
border-top: 1px dashed rgba(0,0,0,0.1);
justify-content: space-between;

        }
        .shenzhen .recent_news .tit{
            font-size: 24px;
            font-weight: 400;
            line-height: 24px;
            color: rgba(0,0,0,0.8);
        }
        .shenzhen .recent_news .tit::before{
            content: '';
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(/static/index/pc/images/recent_news_icon.png) no-repeat;
            background-size: 100% 100%;
            margin-right: 15px;
            margin-bottom: -4px;
        }
        .shenzhen .recent_news .recent-swiper{
            width: 477px;
            height: 30px;
            overflow: hidden;
        }
        .shenzhen .recent_news .recent-swiper .title{
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 20px;
            color: rgba(0,0,0,0.5);
            line-height: 30px;
        }
        .szzy .head:after{
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          background: rgba(2,189,127);
          border-radius: 5px;
        }
        .szzy .head .tabs{
            justify-content: space-between;
            height: 50px;
            padding: 0 120px;
          background: url(/static/index/pc/images/szzy_head_bg.png) no-repeat;
          background-size: 100% 100%;
          position: relative;
        }
        
        .szzy .head .tabs .bg{
            content: '';
            display: block;
            width: 220px;
            height: 55px;
            background: url(/static/index/pc/images/szzy_tab_bg.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 120px;
        }
        .szzy .head .tabs li {
            width: 220px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
    text-align: center;
    position: relative;
    z-index: 2;
        }
        .szzy .head .tabs li .tit{
            font-size: 24px;
            line-height: 50px;
            color: rgba(0,0,0,0.8);
              white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        /*.szzy .head .tabs li.active{*/
        /*    width: auto;*/
        /*}*/
        .szzy .head .tabs li.active .tit{
            color: #fff;
        }
        .szzy .content{
            margin-top: 20px;
            display: none;
        }
        .szzy .content.active{
            display: block;
        }
        .szzy .content .list1{
            justify-content: space-between;
        }
        .szzy .content .list1 li{
            width: 255px;
            padding: 15px;
            background: rgba(250,250,250);
            box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
            border-radius: 10px;
        }
        .szzy .content .list1 .img{
            display: block;
            width: 255px;
            height: 130px;
            border-radius: 10px;
            overflow: hidden;
        }
        .szzy .content .list1 .info{
            margin-top: 10px;
        }
        .szzy .content .list1 .title{
            display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
line-height: 30px;
        }
        .szzy .content .list1 .des{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 36px;
            margin-top: 15px;
        }
        .szzy .content .list2{
            justify-content: space-between;
margin-top: 20px;
        }
        .szzy .content .list2 li{
            width: 550px;
            padding: 20px;
            background: rgba(250,250,250);
            box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
            border-radius: 10px;
            justify-content: space-between;
        }
        .szzy .content .list2 .img{
            display: block;
            width: 180px;
            height: 150px;
            border-radius: 5px;
            overflow: hidden;
        }
        .szzy .content .list2 .info{
            width: 355px;
        }
        .szzy .content .list2 .title{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .szzy .content .list2 .des::before {
            content: '';
            display: block;
            width: 50px;
            height: 2px;
            border-radius: 5px;
            background: rgba(255,141,26);
            margin: 16px 0;
          }
          .szzy .content .list2 .des{
line-height: 28px;
          }
          .thr,.fiv{
            background: rgba(247,253,251);
            padding: 30px 0 40px;
          }
          .plan .header .tit{
background: url(/static/index/pc/images/plan_head_bg.png) no-repeat;
background-size: 100% 100%;
          }
          .plan .header .tit h2{
            width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
            line-height: 58px;
          }
          .plan .content{
            margin-top: 10px;
          }
          .plan .list{
            justify-content: space-between;
          }
          .plan .list li{
            width: 295px;
            height: 210px;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
            transition: all .3s linear;
            background: #fff;
            margin-top: 35px;
          }
          .plan .list li:hover{
            width: 550px;
          }
       
          .plan .list li img{
            height: 224px;
            width: 102%;
            transition: all .3s linear;
            position: relative;
            left: -4px;
            top:-4px
          }
          .plan .list li:hover img{
            width: 102%;
            height: 224px;
          }
          .plan .list li .text{
            padding: 30px;
            width: calc(100% - 60);
            height:150px;
          }
          .plan .list1 li:nth-of-type(2n+1) .text{
            background: rgba(0,0,0,0.5);
            border-radius: 10px;
            overflow: hidden;

            position: absolute;
            top: 0;
            left: 0;
          }
          .plan .list2 li:nth-of-type(2n) .text{
            background: rgba(0,0,0,0.5);
            border-radius: 10px;
            overflow: hidden;

            position: absolute;
            top: 0;
            left: 0;
          }
          .plan .list li.active{
            width: 550px;
          }
       
          .plan .list li .title{
            font-weight: 600;
            line-height: 29px;
          }
          .plan .list li .des{
            font-weight: 400;
            line-height: 28px;
            margin-top: 10px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            overflow: hidden;
            text-overflow: ellipsis;
          }
          .plan .list1 li:nth-of-type(2n+1) .title{
            color: #fff;
          }
          .plan .list1 li:nth-of-type(2n+1) .des{
            color: rgba(255,255,255,0.8);

          }
          .plan .list2 li:nth-of-type(2n) .title{
            color: #fff;
          }
          .plan .list2 li:nth-of-type(2n) .des{
            color: rgba(255,255,255,0.8);

          }
          .zhuanjia .header .tit{
            background: url(/static/index/pc/images/zhuanjia_head_bg.png) no-repeat;
            background-size: 100% 100%;
                      }
        .zhuanjia .header .tit h2{
                        width: 170px;
                        background: url(/static/index/pc/images/zhuanjia_head_tit.png) no-repeat;
                        background-size: 100% 100%;
                        line-height: 58px;
           }
           .zhuanjia .zhuanjia-swiper{
            overflow: hidden;
            position: relative;
            padding-bottom: 40px;
           }
           .zhuanjia .content{
            margin: 20px 0;
           }
           .zhuanjia .content .swiper-pagination-bullets{
            bottom: 0;
           }
           .zhuanjia .content .swiper-pagination-bullet{
            width: 10px;
            height: 10px;
            margin: 0 5px;
            border-radius: 10px;
            background: rgba(2,189,127);
            opacity: 0.3;
           }
           .zhuanjia .content .swiper-pagination-bullet-active{
            background: rgba(2,189,127);
            opacity: 1;
           }
           .zhuanjia .content li{
            background: rgba(247,253,251);
            border-radius: 10px;
            box-shadow: 0px 2px 4px rgba(38, 117, 88, 0.25);
           }
           .zhuanjia .content .name{
            width: 100%;
            background: linear-gradient(90deg,rgba(2,189,127,0.3) 0%,rgba(2,189,127,0) 100%);
            height: 60px;
            border-radius: 10px 10px 0px 0px ;
            overflow: hidden;
           }
           .zhuanjia .content .cn{
            width: 256px;
            height: 60px;
            line-height: 60px;
            background: linear-gradient(90deg,rgba(7,216,179) 0%,rgba(0,222,158) 100%);
            font-size: 24px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            overflow: hidden;
           }
           .zhuanjia .content .en{
            width: 329px;
            height: 60px;
            line-height: 60px;
            font-size: 24px;
            font-weight: 400;
            color: rgba(13,158,110);
            text-align: center;
           }
           .zhuanjia .content .img{
            justify-content: space-between;
            padding: 20px;
            width: 100%;
           }
           .zhuanjia .content img{
            width: 144px;
            height: 178px;
          
           }
           .zhuanjia .content .info{
            width: 381px;
          
           }
           .zhuanjia .content .flag{
            font-size: 18px;
            font-weight: 400;
            line-height: 30px;
            color: rgba(2,189,127);
           }
           .zhuanjia .content .des{
            display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 36px;
        margin-top: 10px;
        cursor: pointer;
           }
           .advantages .header .tit{
            background: url(/static/index/pc/images/advantages_head_bg.png) no-repeat;
            background-size: 100% 100%;
                      }
   .advantages .header .tit h2{
                        width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                        line-height: 58px;
     }
     .advantages .content{
        margin-top: 20px;
     }
     .advantages .content .list{
        justify-content: space-between;
        padding: 0 30px;
     }
     .advantages .content li{
        width: 300px;
        padding: 0 30px 30px;
        background: #fff;
        border-radius: 10px;
     box-shadow: 0px 2px 4px rgba(38, 117, 88, 0.25);
     margin-bottom: 30px;
     
     
     }
     .advantages .content li .title{
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        color: rgba(0,0,0,0.8);
        margin: 15px 0 13px;
     }
     .advantages .content li .des{
        display: block;
        font-size: 14px;
        line-height: 24px;
     }
     .advantages .content li img{
        width: 300px;
        height: 300px;
     }
     .zyal .header .tit{
        background: url(/static/index/pc/images/zyal_head_bg.png) no-repeat;
        background-size: 100% 100%;
                  }
    .zyal .header .tit h2{
                     width: 640px;
            background: url(/static/index/pc/images/head_tit.webp) no-repeat;
            background-size: 100% 100%;
                    line-height: 58px;
       }
       .zyal .content{
        margin-top: 20px;
        justify-content: space-between;
        align-items: start;
       }
       .zyal .content .zyal1{
        width: 590px;
        border-radius: 10px;
        background: rgba(250,250,250);
        box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
       }
       .zyal .content .zyal1 .img{
        display: block;
        width: 590px;
        height: 272px;
        border-radius: 10px 10px 0 0;
        overflow: hidden;
       }
       .zyal .content .zyal1 figcaption{
        padding: 20px;
       }
       .zyal .content .zyal1 .title{
        color: rgba(0,0,0);
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
       }
       .zyal .content .zyal1 .des{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 10px 0;
       }
       .zyal .content .zyal1 .time{
        justify-content: space-between;
       }
       .zyal .content .list{
        width: 590px;
        justify-content: space-between;
       }
       .zyal .content .list li{
        width: 255px;
        padding: 15px;
        border-radius: 10px;
        background: rgba(250,250,250);
        box-shadow: 0px 2px 4px rgba(38,117,88,0.25);
        overflow: hidden;
        margin-bottom: 20px;
       }
       .zyal .content .list img{
        width: 255px;
        height: 130px;
        display: block;
        border-radius: 10px;
        overflow: hidden;
       }
       .zyal .content .list .title{
        height: 24px;
        line-height: 24px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: rgba(0,0,0);
        margin-top: 11px;
       }
}
@media (max-width:820px) {
    #index{
        background: url(/static/index/pc/images/body_bg_phone.png) no-repeat;
        background-size: 100%;
        padding-top: 5.33vw;
    }
    section.one{
        margin-top: 0;
    }
    .shenzhen .list1 li{
     padding: 2.67vw;
     border-radius: 1.33vw;
     background: rgba(255,255,255,0.8);
     display: none;
    }
    .shenzhen .list1 .img{
        display: block;
        border-radius: 1.33vw;
        overflow: hidden;
        height: 30.67vw;
        margin-bottom: 1.6vw;
    }
    .shenzhen .list1 .title{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
    }
    .shenzhen .list1 .time{
        justify-content: space-between;
        margin-top: 2vw;
    }
    .shenzhen .list1 .time span:nth-of-type(1)::before{
content: '';
display: inline-block;
width: 4.67vw;
height: 4.67vw;
background: url(/static/index/pc/images/time_icon.png) no-repeat;
background-size: 100% 100%;
margin-right: 4vw;
margin-bottom: -1.2vw;
    }
    .shenzhen .list1 .time span:nth-of-type(2)::before{
        content: '';
        display: inline-block;
        width: 4.67vw;
        height: 4.67vw;
        background: url(/static/index/pc/images/eye_icon.png) no-repeat;
        background-size: 100% 100%;
        margin-right: 4vw;
        margin-bottom: -1.2vw;
            }
        .shenzhen .list1 .time span:nth-of-type(3){
color: rgba(2,189,127);
        }
        .shenzhen .content{
            margin-top: 2.67vw;
        }
        .shenzhen .content .list2{
    display: block;
           
        }
        .shenzhen .content .list2 li{
            justify-content: space-between;
            padding: 4vw;
            border-radius: 1.33vw;
            box-shadow: 0px .27vw 1.07vw .27vw rgba(38,117,88,0.25);
            margin-bottom: 2.67vw;
        }
        .shenzhen .content .img{
            display: block;
            width: 34.67vw;
            height: 24vw;
            border-radius: 1.33vw;
        }
        .shenzhen .content .info{
            width: 46.67vw;
            position: relative;
        }
        .shenzhen .content .info .title{
            display: block;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 5.33vw;

        
        }
        .shenzhen .content .info:after{
            content: '';
            display: block;
            width: 6.67vw;
            height: 0.67vw;
            border-radius: 0.67vw;
            background: rgba(2,189,127);
            position: absolute;
            z-index: 2;
            top: 12.7vw;
        }
        .shenzhen .content .info .des{
            margin-top: 3.33vw;
        }
        .szzy .head:after{
          content: '';
          display: block;
          width: 100%;
          height: 0.67vw;
          background: rgba(2,189,127);
    
        }
        .szzy .head .tabs{
            justify-content: space-between;
            height: 17.53vw;
          background: url(/static/index/pc/images/szzy_head_bg_phone.png) no-repeat;
          background-size: 100% 100%;
          position: relative;
          border: none;

        }
        
        .szzy .head .tabs .bg{
            content: '';
            display: block;
            width: 21vw;
            height: 17.2vw;
            background: url(/static/index/pc/images/szzy_tab_bg_phone.png) no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 1;
            bottom: 0;
            left: 0;
        }
        .szzy .head .tabs li {
            width: 21vw;
    text-align: center;
    position: relative;
    z-index: 2;
        }
        .szzy .head .tabs li .tit{
         /*font-size: 3.3vw;*/
            line-height:  5.53vw;
            color: rgba(0,0,0,0.8);
        }
        .szzy .head .tabs li.active .tit{
            color: #fff;
        }
        .szzy .content{
            margin-top: 20px;
            display: none;
        }
        .szzy .content.active{
            display: block;
        }
        .szzy .content .list1{
            justify-content: space-between;
        }
        .szzy .content .list1 li{
            width: 38.67vw;
            padding: 2.67vw;
            background: rgba(250,250,250);
            border-radius: 1.33vw;
            box-shadow: 0px .27vw 1.07vw .27vw rgba(38,117,88,0.25);
        }
        .szzy .content .list1 li:nth-of-type(3), .szzy .content .list1 li:nth-of-type(4){
            display: none;
        }
        .szzy .content .list1 .img{
            display: block;
            height: 22.67vw;
            border-radius: 1.33vw;
            overflow: hidden;
        }
        .szzy .content .list1 .info{
            margin-top: 2vw;
        }
        .szzy .content .list1 .title{
            display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
line-height: 6vw;
        }
        .szzy .content .list1 .des{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 4.8vw;
            margin-top: 1.33vw;
        }
        .szzy .content .list2{
            justify-content: space-between;
margin-top: 4vw;
        }
        .szzy .content .list2 li{
width: 100%;
            padding: 4vw;
            background: rgba(255,255,255,0.8);
            border-radius: 1.33vw;
            box-shadow: 0px .27vw 1.07vw .27vw rgba(38,117,88,0.25);
            justify-content: space-between;
        }
        .szzy .content .list2 .img{
            display: block;
            width: 34.67vw;
            height: 24vw;
            border-radius: 1.33vw;
            overflow: hidden;
        }
        .szzy .content .list2 .info{
            width: 46.67vw;
        }
        .szzy .content .list2 .title{
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .szzy .content .list2 .des::before {
            content: '';
            display: block;
            width: 6.67vw;
            height: 0.67vw;
            border-radius: 0.67vw;
            background: rgba(255,141,26);
            margin: 1.33vw 0;
          }
          .szzy .content .list2 .des{
line-height: 5.33vw;
          }
          .plan .header .tit{
            /*width: 78.67vw;*/
background: url(/static/index/pc/images/plan_head_bg_phone.png) no-repeat;
background-size: 100% 100%;
          }
          .plan .header .tit h2{
            width: 100%;
            background: url(/static/index/pc/images/head_tit_phone.png) no-repeat;
            background-size: 100% 100%;
            line-height: 7.87vw;
            margin: 0 auto;
          }
          .plan .content{
            margin-top: 2.67vw;
          }
          .plan .list{
          display: block;
          }
          .plan .list li{
            border-radius: 1.33vw;
            overflow: hidden;
            box-shadow: 0px .27vw 1.07vw .27vw rgba(38,117,88,0.25);
            background: #fff;
            margin-bottom: 6.27vw;
            padding: 4vw;
          }
       
          .plan .list li img{
            height: 32vw;
            width: 100%;
          }
          .plan .list li .title{
            font-weight: 600;
            line-height: 5.73vw;
            margin: 3.333vw 0 2vw;
          }
          .plan .list li .des{
            font-weight: 400;
            line-height: 5.33vw;
            display: block;
          }
        
          .zhuanjia .header .tit{
            background: url(/static/index/pc/images/zhuanjia_head_bg_phone.png) no-repeat;
            background-size: 100% 100%;
                      }
        .zhuanjia .header .tit h2{
                        /*width: 27.73vw;*/
                        background: url(/static/index/pc/images/head_tit_phone.png) no-repeat;
                        background-size: 100% 100%;
                        height: 7.87vw;
           }
           .zhuanjia .zhuanjia-swiper{
            /* overflow: hidden; */
           }
           .zhuanjia .content{
            margin: 2.67vw 0 0;
            padding-bottom: 1.33vw;
            position: relative;
            overflow: hidden;
           }
           .zhuanjia .content .swiper-pagination-bullets{
            bottom: 0;
           }
           .zhuanjia .content .swiper-pagination-bullet{
            width: 1.33vw;
            height: 1.33vw;
            margin: 0 .67vw;
            border-radius: 1.33vw;
            background: rgba(2,189,127);
            opacity: 0.3;
           }
           .zhuanjia .content .swiper-pagination-bullet-active{
            background: rgba(2,189,127);
            opacity: 1;
           }
           .zhuanjia .content li .zj{
            background: rgba(247,253,251);
            border-radius: 1.33vw;
            box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25); 
            margin: 1.07vw 1vw 4vw;
           }
           .zhuanjia .content .name{
            width: 100%;
            background: linear-gradient(90deg,rgba(2,189,127,0.3) 0%,rgba(2,189,127,0) 100%);
            height: 8vw;
            border-radius: 1.33vw 1.33vw 0px 0px ;
            overflow: hidden;
           }
           .zhuanjia .content .cn{
            width: 42.67vw;
            height: 8vw;
            line-height: 8vw;
            background: linear-gradient(90deg,rgba(7,216,179) 0%,rgba(0,222,158) 100%);
            font-size: 4vw;
            font-weight: 400;
            color: #fff;
            text-align: center;
            overflow: hidden;
           }
           .zhuanjia .content .en{
            width: 47.33vw;
            height: 8vw;
            line-height: 8vw;
            font-size: 4vw;
            font-weight: 400;
            color: rgba(13,158,110);
            text-align: center;
           }
           .zhuanjia .content .img{
            justify-content: space-between;
            padding: 4vw;
            width: 100%;
           }
           .zhuanjia .content img{
            width: 19.2vw;
            height: 24.4vw;
          
           }
           .zhuanjia .content .info{
            width: 62.13vw;
          
           }
           .zhuanjia .content .flag{
            font-size: 3.2vw;
            font-weight: 400;
            line-height: 4vw;
            color: rgba(2,189,127);
           }
           .zhuanjia .content .des{
            display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 4.8vw;
        margin-top: 2vw;
        cursor: pointer;
        font-size: 3.2vw;
           }
           .advantages .header .tit{
            background: url(/static/index/pc/images/advantages_head_bg_phone.png) no-repeat;
            background-size: 100% 100%;
                      }
   .advantages .header .tit h2{
    /*width: 27.73vw;*/
                        background: url(/static/index/pc/images/head_tit_phone.png) no-repeat;
                        background-size: 100% 100%;
                        height: 7.87vw;
     }
     .advantages .content{
        margin-top: 2.67vw;
        position: relative;
        padding-bottom: 5.33vw;
        overflow: hidden;
     }
     .advantages .content .inner{
        background: #fff;
        border-radius: 1.33vw;
        box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
        padding-bottom: 4vw;
        margin: 1.07vw 1vw 4vw;
        height: 84.53vw;
     }
     .advantages .content li {
        overflow: hidden;
     }
     .advantages .content li img{
        display: block;
        margin: 0 auto;
     }
     .advantages .content li .title{
        text-align: center;
        font-size: 4vw;
        font-weight: 600;
        line-height: 4.8vw;
        color: rgba(0,0,0,0.8);
        margin: 2.67vw 0;
     }
     .advantages .content li .des{
        display: block;
        font-size: 3.2vw;
        line-height: 4.8vw;
        width: 82.53vw;
        margin: 0 auto;
     }
     .advantages .content li img{
        width: 60vw;
        height: 60vw;
     }
     .advantages .content .swiper-pagination-bullets{
        bottom: 0;
       }
       .advantages .content .swiper-pagination-bullet{
        width: 1.33vw;
        height: 1.33vw;
        margin: 0 .67vw;
        border-radius: 1.33vw;
        background: rgba(2,189,127);
        opacity: 0.3;
       }
       .advantages .content .swiper-pagination-bullet-active{
        background: rgba(2,189,127);
        opacity: 1;
       }
       .zyal .header .tit{
        background: url(/static/index/pc/images/zyal_head_bg_phone.png) no-repeat;
        background-size: 100% 100%;
                  }
    .zyal .header .tit h2{
        /*width: 27.73vw;*/
                    background: url(/static/index/pc/images/head_tit_phone.png) no-repeat;
                    background-size: 100% 100%;
                    height: 7.87vw;}

       .zyal .content{
        margin-top: 2.67vw;
      display: block;
       }
       .zyal .content .zyal1{
        border-radius: 1.33vw;
        background: rgba(250,250,250);
        box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
        padding: 4vw;
       }
       .zyal .content .zyal1 .img{
        display: block;
        height: 32vw;
        border-radius: 1.33vw 1.33vw 0 0;
        overflow: hidden;
       }
       .zyal .content .zyal1 .title{
        color: rgba(0,0,0);
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 2.67vw;
       }
       .zyal .content .list{
        justify-content: space-between;
       }
       .zyal .content .list li{
        width: 38.67vw;
        padding: 2.67vw;
        border-radius: 1.33vw;
        background: rgba(250,250,250);
        box-shadow: 0px .27vw 1.07vw .27vw rgba(38, 117, 88, 0.25);
        overflow: hidden;
   margin-top: 4vw;
       }
       .zyal .content .list img{
        width: 38.67vw;
        height: 21.33vw;
        display: block;
        border-radius: 1.33vw;
        overflow: hidden;
       }
       .zyal .content .list .title{
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: rgba(0,0,0);
        margin-top: 11px;
       }
}