.con1{
    width: 100%;
    overflow: hidden;
}

.con1 ul{
    display: flex;
    flex-wrap: wrap;
}

.con1 ul li{
    flex: 1;
    cursor: pointer;
    position: relative;
}

.con1 ul li:not(:last-child):after{
    content: "";
    height: 1px;
    width: 4vw;
    position: absolute;
    border-top: 1px dashed rgb(37 101 197 / 30%);
    top: 38%;
    transform: translateY(-50%);
    left: calc(100% - 2vw);
}

.con1_img {
    width: 9.84vw;
    height: 9.84vw;
    min-width: 120px;
    min-height: 120px;
    border-radius: 50%;
    border: 1px dashed rgb(217 217 217 / 90%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_cen {
    width: 82%;
    height: 82%;
    background: rgb(217 217 217 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all;
}

.img_cen img{
    width: auto;
    height: auto;
    max-height: 70%;
    max-width: 70%;
}

.con1_t {
    font-family: 'Satoshi-Bold';
    color: #333333;
    text-align: center;
    max-width: 260px;
    margin: 15px auto 0;
    line-height: 1.5;
}

.con1 ul li a:hover .img_cen{
    background: var(--yx_Color);
}

.con1 ul li a:hover img{
    filter: brightness(27);
}

.con1 ul li.yjActive a .img_cen{
    background: var(--yx_Color);
}

.con1 ul li.yjActive a img{
    filter: brightness(27);
}

.con2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.con2 >img{
    width: 100%;
}

.con2 .wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con2_xh {
    line-height: 1;
    color: #fff;
}

.con2_t {
    font-family: 'Satoshi-Bold';
    color: #FFFFFF;
    line-height: 1.2;
    text-align: left;
    max-width: 645px;
    margin-top: 4.5vw;
}

.con2_line {
    width: 60px;
    height: 1px;
    background: #fff;
    margin: 20px 0;
}

.con2_s {
    color: #FFFFFF;
    line-height: 1.8;
    text-align: left;
    max-width: 645px;
    font-weight: 300;
}

.con3 {
    width: 100%;
    overflow: hidden;
    background: rgb(232 239 246 / 50%);
}


.con3 .wrap{
    position: relative;
}

.swiper_jj {
    width: 87%;
    margin: 0 auto;
}

.jjli_img {
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
    height: 135px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid rgba(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jjli_img img {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.jj_swiper_but {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid var(--yx_Color);
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yx_Color);
    cursor: pointer;
}

.jj_swiper_but svg{
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.jj_swiper_pre {
    left: 0;
}

.jj_swiper_next {
    right: 0;
}

.jj_swiper_but:hover {
    background: var(--yx_Color);
    color: #fff;
}

.jjli_t {
    max-width: 83%;
    text-align: left;
    margin: 15px auto 0;
    color: #333333;
    font-weight: 400;
}

.jjli:hover .jjli_img{
    border: 4px solid var(--yx_Color);
}

.jjli:hover img{
   transform: scale(1.05);
}

.jjli:hover .jjli_t{
   color: var(--yx_Color);
}


/*新版*/
.so_item {
    width: 100%;
    display: none;
}

.so_item.cur{
    display: block;
}
/*end*/


@media only screen and (max-width: 769px) {
    .con1 ul{
        flex-wrap: unset;
    }
    
    .img_cen img{
        max-height: 42%;
        max-width: 42%;
    }
    
    .con1 ul li{
        flex: 1;
    }
    
    .con1 ul li:after{
        display: none;
    }
    
    .con2>img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .con2 .wrap{
        position: unset;
        transform: translate(0%, 0%);
        margin: 50px auto;
    }
    
    .swiper_jj{
        width: 70%;
    }
    
    .jj_swiper_but{
        width: 40px;
        height: 40px;
    }
    
    .jjli_t{
        max-width: 90%;
    }
    
    .con1_img{
            width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    }
    
    .img_cen{
            width: 50px;
    height: 50px;
    }
    
    .con1_t{
            font-size: 12px;
                margin: 10px auto 0;
    }
}

















