.header{
    background-color: #fff;
}

.logo_w{
    display: none;
}

.logo_c{
    display: block!important;
}

.header .world{
    color: #333;
}

.header .header_search {
    color: #333;
}

.header .nav1 a{
   color: #333; 
}

.lastLi{
    display: none;
}

.mianLi:nth-child(2) svg{
    display: none;
}

.con1 {
    margin-top: 83px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #E8EDF6 0%, rgba(232, 239, 246, 0) 100%);
}

.con1_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_lr {
    width: 46%;
}

.top_ri {
    margin-left: auto;
    width: 50%;
}

.top_lr_b {
    font-family: 'Satoshi-Bold';
    color: #333;
    text-align: left;
}

.top_line {
    width: 100%;
    max-width: 540px;
    height: 1px;
    background: rgba(51 51 51 / 20%);
    margin: 30px 0 40px;
}

.top_lr_s {
    font-weight: 350;
    color: #333333;
    text-align: left;
    line-height: 1.7;
}

.top_lr_but {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3vw;
}

.con1_l {
    margin-right: 10px;
    display: flex;
    width: 220px;
    height: 55px;
    border: 1px solid var(--yx_Color);
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: var(--yx_Color);
    padding: 0 30px;
}

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

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

.swiper_cp_top{
    overflow: hidden;
    border-radius: 0 50px;
    background: rgba(255,255,255,0.5);
    border: 2px solid #FFFFFF;
}

.swiper_cp_top .swiper-slide{
    overflow: hidden;
    padding-bottom: 75%;
}

.swiper_cp_top .swiper-slide img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper_cp_top .swiper-slide:hover img{
    transform:translate(-50%, -50%) scale(1.05);
}

.swiper_cp_bot {
    width: 100%;
    max-width: 330px;
    margin-top: 25px;
}

.swiper_cp_bot:before{
    content: '';
    width: 80%;
    height: 1px;
    border-top: 1px dashed #E8EFF6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.swiper_cp_bot .swiper-slide {
    position: relative;
    padding-bottom: 22%;
    overflow: hidden;
    transform: scale(0.6);
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s all;
    
}

.swiper_cp_bot .swiper-slide:hover {
    transform: scale(0.8);
}


.swiper_cp_bot .swiper-slide img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper_cp_bot .swiper-slide.swiper-slide-thumb-active {
    transform: scale(1);
}

.swiper_cp_bot .swiper-slide.swiper-slide-thumb-active::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: linear-gradient(270deg, rgba(43, 219, 121, 1), rgba(34, 140, 250, 1));
    z-index: -1;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.con1_item {
    position: sticky;
    top: 0px;
    z-index: 99;
    background: #fff;
    padding-bottom: 20px;
}

/* 可选：占位元素在开发者工具中可见 */
.con1-item-placeholder {
  /* 无样式，仅占高度 */
  display: none; /* 默认隐藏 */
  height: 70px!important;
}

.con1_item.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 1000;
}

.con1_item.fixed ul li{
    padding-bottom: 20px;
}

.con1_item ul{
    width: 100%;
    position: relative;
    border-top: 4px solid #EDEFF2;
}

.con1_item ul li{
    padding-top: 20px;
    position: relative;
    cursor: pointer;
}

.con1_item li div {
    color: #333333;
    text-align: center;
    font-family: 'Satoshi-Bold';
    padding: 0 1vw;
}

.con1_item li:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 4px;
    background: var(--yx_Color);
    border-radius: 2px;
    top: -4px;
    transition: 0.5s all;
}

.con1_item ul li.active div{
  color: var(--yx_Color); 
}

.con1_item ul li.active:before{
  width: 100%;
}

.jjxq_b {
    text-align: center;
    font-family: 'Satoshi-Bold';
    color: #333;
}

.jjxq_line {
    width: 85px;
    height: 1px;
    background: var(--yx_Color);
    margin: 25px auto 0;
}

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


.cp_con2_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cp_con2_list li {
    width: 23.4%;
    position: relative;
    overflow: hidden;
}

.cp_con2_img {
    width: 5.8vw;
    height: 5.8vw;
    min-width: 80px;
    min-height: 80px;
    background: #fff;
    border: 10px solid #F8F8F8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.cp_con2_img img{
    width: auto;
    max-width:100%;
}

.cp_con2_t {
    text-align: center;
    font-family: 'Satoshi-Bold';
    color: #333;
    width: 80%;
    line-height: 1.4;
    margin: 20px auto 0;
}

.cp_con2_line {
    margin: 15px auto 10px;
    width: 46px;
    height: 3px;
    background: var(--yx_Color);
}

.cp_con2_s {
    width: 80%;
    text-align: center;
    font-weight: 350;
    color: #666666;
    margin: 0 auto;
    min-height: 175px;
    padding-bottom: 25px;
}

.cp_con2_list li:before{
    content: '';
    width: 99%;
    height: 92%;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #DBDBDB;
    overflow: hidden;
    border-radius: 0px 50px;
    z-index: -1;
}

.cp_con2_list li:hover:before{
    background-color: var(--yx_Color);
}

.cp_con2_list li:hover .cp_con2_w{
    color: #fff;
}

.cp_con2_list li:hover .cp_con2_line{
    background: #fff;
}

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

.con3_list {
    margin-right: 0;
}


.jj_yy_li {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.jj_yy_li >img{
    width: 100%;
}

.jj_yy_text {
    width: 86%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 6vw;
    z-index: 1;
}

.jj_yy_t {
    color: #fff;
    font-family: 'Satoshi-Bold';
}

.jj_yy_s {
    line-height: 1.5;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    text-align: left;
    max-width: 545px;
}

.jj_yy_l {
    display: flex;
    width: 220px;
    height: 55px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    margin-top: 20px;
}


.jj_yy_l svg{
    width: 20px;
    height: auto;
    fill: currentColor;
    margin-left: 2.2vw;
}

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

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

.jj_yy_scrollbar {
    width: 100%;
    opacity: 1 !important;
    height: 1px;
    background: rgba(0 0 0 / 10%);
    position: relative;
}

.jj_yy_scrollbar  .swiper-scrollbar-drag {
    height: 4px;
    background: var(--yx_Color);
    position: absolute;
    bottom: 0;
}

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

.cp_con4_s img{
    width: auto;
    max-width: 100%;
}


.cp_con5 {
    width: 100%;
    overflow: hidden;
    background: #F8F8FB;
}

.swiper_jjxq_cp {
    padding: 20px;
}

.jxq_cp_li {
    overflow: hidden;
    border-radius: 0px 50px 0px 50px;
    background: #FFFFFF;
}

.cp_img {
    width: 100%;
    display: flex;
    height: 25vw;
    max-height: 360px;
    justify-content: center;
    align-items: center;
}

.cp_img img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.jxq_cp_text {
    max-height: 160px;
    height: 10vw;
    position: relative;
}

.jxq_cp_t {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    font-family: 'Satoshi-Bold';
    color: #333333;
    line-height: 1.2;
    transition: 0.5s all;
}

.jxq_cp_text svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: 0.7s all;
    opacity: 0;
    fill: var(--yx_Color);
}

.jxq_cp_li:hover{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

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

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

.con4 img{
    width: 100%;
}

.con4_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.con4_t {
    color: #fff;
    font-family: 'Satoshi-Bold';
}

.con4_s {
    color: #fff;
    line-height: 1.6;
    font-weight: 300;
    max-width: 595px;
    margin-top: 15px;
}

.jj_yy_l {
    display: flex;
    width: 220px;
    height: 55px;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    margin-top: 20px;
}


.jj_yy_l svg{
    width: 20px;
    height: auto;
    fill: currentColor;
    margin-left: 2.2vw;
}

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

table {
    width: 100%;
}

table tbody tr:nth-child(odd){
    background: #E6E8EF;
}

table tbody tr td{
     height: 42px;
    padding: 0 2vw;
}

@media only screen and (min-width: 768px) {
    .con1_item ul{
        display: flex;
        align-items: flex-start;
        justify-content: center;
   }
   
   .cp_con2_list li:not(:last-child){
       margin-right: 2.13%;
   }
   
   .jxq_cp_li:hover .jxq_cp_t{
    top: 20%;
}

.jxq_cp_li:hover .jxq_cp_text svg{
   top: 55%;
   opacity: 1;
}
}

@media only screen and (max-width: 1250px) {
    .con1_l{
        width: 45%;
        padding: 0 2vw;
    }
}

@media only screen and (max-width: 769px) {
    .con1{
        margin-top: 57px;
    }
    
    .con1_top{
        flex-direction: column-reverse;
    }
    
    .top_lr {
        width: 100%;
         margin-top: 30px;
    }
    
    .top_line{
        margin: 25px 0 30px;
    }
    
    .top_ri{
        width: 100%;
    }
    
    .top_lr_but{
        margin-top: 20px;
    }
    
    .con1_l{
        height: 50px;
    }
    
    .con1_item{
        display: none;
    }
    
    .cp_con2 {
        overflow: hidden;
        padding-top: 55px;
    }
    
    .cp_con2_list{
        justify-content: space-between;
    }
    
    .cp_con2_list li{
        width: 48%;
        margin-bottom: 25px;
    }
    
    .cp_con2_img img{
        max-width: 30px;
    }
    
    .cp_con2_t{
        font-size: 18px;
    }
    
    .cp_con2_list li:before{
        width: 98%;
    }
    
    .con3_list{
        margin-right: auto;
    }
    
    .jj_yy_li{
       min-height: 350px;
    }
    
    .jj_yy_li >img{
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 50%;
        top:50%;
        transform: translate(-50%,-50%);
    }
    
    .jj_yy_li:hover >img{
       transform:translate(-50%,-50%) scale(1.05);
    }
    
    .jj_yy_text{
        top: 10vw;
    }
    
    .jj_yy_l{
        width: 175px;
        height: 40px;
    }
    
    .cp_img{
        height: 60vw;
    }
    
    .jxq_cp_text{
        height: 34vw;
    }
    
    .con4{
        height: 260px;
    }
    
    .con4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .con4_t{
        font-size: 24px;
        text-align: left;
    }
    
    .jxq_cp_t{
        top: 40%;
    }
    
    .jxq_cp_text svg{
        opacity: 1;    top: 63%;
    }
}



























































