html,body{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/*鱼汛工作手机2*/
/*yx_s1*/
.xsgl_s1{
    padding: 65px 0 145px;
    text-align: center;
    color: #353535;
}
.xsgl_s1 .tit{
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 90px;
}
.xsgl_s1 .con > div{
    margin: 75px 0;
    font-size: 24px;
    line-height: 24px;
}
.xsgl_s1 .con > div > img{
    margin-bottom: 30px;
    width: auto;  
    height: auto;  
    max-width: 140px;  
    max-height: 140px; 
}

/*yx_s2*/
.xsgl_s2{
    padding-bottom: 150px;
    text-align: center;
}
.xsgl_s2 .tit{
    font-size: 30px;
    line-height: 48px;
    color: #353535;
}
.xsgl_s2 .des{
    font-size: 24px;
    line-height: 36px;
    color: #353535;
}
.xsgl_s2 .con > div > div{
    margin: 80px 0 60px;
    width: 220px;
    height: 220px;
    border-radius: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 48px;
    color: #fff;
}
.xsgl_s2 .con > div:nth-child(1) > div{    
    background-color: #66ba5a;
}
.xsgl_s2 .con > div:nth-child(2) > div{    
    background-color: #d95098;
}
.xsgl_s2 .con > div:nth-child(3) > div{    
    background-color: #f29219;
}
.xsgl_s2 .con > div:nth-child(4) > div{    
    background-color: #604d9e;
}

/*yx_s3*/
.xsgl_s3_lg{
    padding-bottom: 80px;
}
.xsgl_s3_lg > div > div{
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #353535;
}
.xsgl_s3_lg .line{
    width: 12px;
    height: 2px;
    background: #488bff;
    margin: 16px 0 24px;
}
.xsgl_s3_lg .text > .tit{
    font-size: 24px;
    line-height: 36px;
}
.xsgl_s3_lg .text > .des{
    font-size: 14px;
    line-height: 20px;
}
.xsgl_s3_xs{
    padding-bottom: 10px;
}
.xsgl_s3_xs .line{
    width: 36px;
    height: 2px;
    background: #488bff;
    margin: 16px 0 24px;
}
.xsgl_s3_xs .pic{
    max-width: 350px;    
}
.xsgl_s3_xs .text{
    padding: 30px 0 40px;
    padding-left: 55px;
}
.xsgl_s3_xs .text > .tit{
    font-size: 20px;
    line-height: 32px;
}
.xsgl_s3_xs .text > .des{
    font-size: 14px;
    line-height: 20px;
}

/*yx_s4*/
.xsgl_s4{
    padding: 120px 0 60px;
    text-align: center;
}
.xsgl_s4 .tit{
    font-size: 36px;
    line-height: 48px;
    color: #353535;
}
.xsgl_s4 .sub_tit{
    font-size: 24px;
    line-height: 36px;
    color: #207afa;
    margin-bottom: 60px;
}
.xsgl_s4 .des{
    font-size: 30px;
    line-height: 42px;
    color: #353535;
}
.xsgl_s4 .swiper-container-companys{
    padding-bottom: 40px;
}
.xsgl_s4 .swiper-container-companys ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}
.xsgl_s4 .swiper-container-companys ul > li{
    color: #000;
    flex: 1;
    margin: 5px 5px;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #353535;
}
.xsgl_s4 .swiper-container-companys ul > li > img{
    margin-bottom: 15px;
}

.yx_exprience{
    display: flex;
    justify-content: center;
}
.yx_exprience a{
    display: block;
    text-decoration: none;
    width: 320px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    transition: 0.5s;
    cursor: pointer;
    background-color: #337eff;
    text-align: center;  
    border-radius: 25px;  
}
@media only screen and (max-width: 1024px){
    /*yx_s1*/
    .xsgl_s1{
        padding: 65px 0 120px;
    }
    .xsgl_s1 .tit{
        margin-bottom: 60px;
    }
    .xsgl_s1 .con > div{
        margin: 30px 0;
    }

    /*yx_s2*/
    /*yx_s3_lg*/
    .xsgl_s3_lg{
        padding-bottom: 60px;
    }    
}
@media only screen and (max-width: 768px){
    /*yx_s1*/

    /*yx_s2*/
    .xsgl_s2 .con > div > div{
        margin: 80px 0 60px;
        width: 157.5px;
        height: 157.5px;
        border-radius: 50%;
        font-size: 18px;
        line-height: 24px;
    }
    .xsgl_s2 .con > div > div > img{
        width: auto;  
        height: auto;  
        max-width: 70px;  
        max-height: 70px; 
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 414px){
    /*yx_s1*/
    .xsgl_s1{
        padding: 65px 0 90px;
    }
    .xsgl_s1 .tit{
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .xsgl_s1 .con > div{
        margin: 15px 0;
        font-size: 16px;
        line-height: 24px;
    }
    .xsgl_s1 .con > div > img{
        margin-bottom: 15px;
        max-width: 80px;  
        max-height: 80px; 
    }

    /*yx_s2*/
    .xsgl_s2{
        padding-bottom: 60px;
    }
    .xsgl_s2 .tit{
       font-size: 20px;
        line-height: 32px;
    }
    .xsgl_s2 .des{
        font-size: 14px;
        line-height: 20px;
    }   
    .xsgl_s2 .con > div {
        display: flex;
        justify-content: center;
    }
    .xsgl_s2 .con > div > div{
        margin: 20px 0 20px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        font-size: 14px;
        line-height: 14px;
    } 
    .xsgl_s2 .con > div > div > img{
        width: auto;  
        height: auto;  
        max-width: 60px;  
        max-height: 60px; 
        margin-bottom: 10px;
    }    
    /*yx_s4*/
    .xsgl_s4{
        padding: 48px 0 36px;
    }
    .xsgl_s4 .tit{
        font-size: 24px;
        line-height: 36px;
    }
    .xsgl_s4 .sub_tit{
        font-size: 16px;
        line-height: 24px;
        color: #207afa;
        margin-bottom: 25px;
    }
    .xsgl_s4 .des{
        font-size: 20px;
        line-height: 32px;
    }
    .xsgl_s4 .swiper-container-companys{
        padding-bottom: 0;
    }
    .xsgl_s4 .swiper-container-companys ul{
        padding-inline-start: 0px;
    }
    .xsgl_s4 .swiper-container-companys ul > li{
        font-size: 16px;
        line-height: 24px;
    }
    .xsgl_s4 .swiper-container-companys ul > li > img{
        max-width: 80px;
        margin-bottom: 15px;
    }


    .yx_exprience a{
        display: block;
        text-decoration: none;
        width: 320px;
        height: 48px;
        font-size: 20px;
    }

}
@media only screen and (max-width: 375px){
    /*yx_s1*/
    .xsgl_s1{
        padding: 45px 0 70px;
    }
    .xsgl_s1 .tit{
        font-size: 18px;
        line-height: 24px;
    }
    .xsgl_s1 .con > div{
        font-size: 14px;
        line-height: 20px;
    }

    /*yx_s2*/
    .xsgl_s2 .tit{
        font-size: 18px;
        line-height: 24px;
    }
    .xsgl_s2 .des{
        font-size: 12px;
        line-height: 20px;
    }   
    /*yx_s3_xs*/
    .xsgl_s3_xs .text{
        padding: 30px 0 40px;
        padding-left: 35px;
    }
    /*yx_s4*/
    .xsgl_s4 .tit{
        font-size: 20px;
        line-height: 32px;
    }
    .xsgl_s4 .sub_tit{
        font-size: 14px;
        line-height: 20px;
        color: #207afa;
        margin-bottom: 10px;
    }
    .xsgl_s4 .des{
        font-size: 16px;
        line-height: 24px;
    }
    .xsgl_s4 .swiper-container-companys ul{
        margin: 20px 0;
    }
    .yx_exprience a{
        width: 260px;
        font-size: 18px;
    }
}