.Guanyu_max {
    width: calc(50% - 40px);
}


.Guanyu_swiper_text_item h2 {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
}

.Guanyu_swiper_text_item p {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px;
}

.Guanyu_but {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 100px;
}

.prev1,
.next1 {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: static;
    background: transparent;
    transform: translate(0%, 0%);
}

.page1 {
    width: max-content;
    position: static;
    transform: translate(0%, 0%);
    color: #fff;
}

.Guanyu_swiper_image {
    width: 100%;
    margin-top: 50px;
}

.Guanyu_swiper_image_item img {
    width: 100%;
    height: auto;
}
.prev3,
.next3,
.prev2,
.next2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(232,233,242,1);
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: transparent;*/
}
.prev3:hover,
.next3:hover,
.prev2:hover,
.next2:hover{
    background-color: rgba(247, 218, 177, 1);
}

.prev2,
.prev3 {
    left: -7vw;
}

.next2,
.next3 {
    right: -7vw;
}

.chenggong_list {
    display: block;
    margin-top: 20px;
}

/*.Swiper_chenggong_item {*/
/*    background: red;*/
/*}*/

.Swiper_chenggong_item>img{
    width: 100%;
    aspect-ratio: 280 / 190;
    object-fit: cover;
}

.Keshihua_logo {
    width: 100%;
    height: 150px !important;
    margin-top: 60px;
    padding-right: 60px;
    position: relative;
}

.Keshihua_logo ul li {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
    gap: 10px;
}

.Keshihua_logo_item {
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.Keshihua_logo_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.Keshihua_logo_item:hover,
.Keshihua_logo_item.active {
    opacity: 1;
}

.Keshihua_list {
    width: 100%;
    height: 300px;
    margin-top: 60px;
    overflow: auto;
    padding-right: 60px;
}

.Keshihua_list::-webkit-scrollbar {
    width: 10px;
}

.Keshihua_list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
}

.Keshihua_list::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(81, 104, 167, 1);
}

.Keshihua_list ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.Keshihua_list ul li {
    width: 100%;
    aspect-ratio: 420 / 300;
    position: relative;
    cursor: pointer;
}

.Keshihua_list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Keshihua_list ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
}

.Keshihua_list ul li:hover::after {
    transform: scale(0);
    border-radius: 50%;
}

.prev5,
.next5 {
    width: 26px;
    height: 26px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    top: 25px;
    left: auto !important;
    right: 20px !important;
    transform: rotate(90deg);
}

.next5 {
    top: auto;
    bottom: 25px;
}

.prev5 svg,
.next5 svg {
    width: 7px !important;
}

.prev5:hover,
.next5:hover {
    background: rgba(247, 218, 177, 1);
}

.prev5:hover path,
.next5:hover path {
    fill: transparent !important;
    stroke: rgb(255, 255, 255) !important;
}
.Wap{
    width: 100%;
    display: none;
}

.Hezuo_swiper{
    width: 100%;
}

.Hezuo_swiper_item{
    width: 100%;
    background: #fff;
    border-radius: 50%;
}

.Hezuo_swiper_item img{
    width: 100%;
    aspect-ratio:  4 / 4 ;
    object-fit: cover;
    border-radius: 50%;
}

.Ziyuan_swiper_item{
    width: 100%;
    aspect-ratio: 4 / 4;
    background: #ffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
}

.Ziyuan_swiper_b_item_{
    width: 100%;
    height: 200px !important;
    background: #ffff;
}
.Guanyu_swiper .Ziyuan_swiper_b_item_{
    height: max-content !important;
}
.guanyu_box{
    width: 100%;
}
.guanyu_box>img{
    width: 100%;
    max-height: 100px;
    object-fit: cover;
}
.guanyu_text{
    width: 100%;
    height: auto;
    padding: 5px 10px;
    background-color: rgba(216,217,229,1);
    
    
}
.guanyu_text_title{
    font-size: 12px;
    line-height: 28px;
    color: rgba(51,51,51,1);
}
.guanyu_text_sub{
    font-size: 9px;
    line-height: 14px;
    color: rgba(51,51,51,1);
    max-height: 56px;
    overflow: hidden;
}
.juzhen_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.juzhen_box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.juzhen_text{
    width: 100%;
    height: auto;
    
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 7px 8px;
    backdrop-filter: blur(20px) brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
}

.juzhen_box:hover .juzhen_text{
    bottom: 0;
}
.juzhen_title{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 16px;
    color: rgba(255,255,255,1);
}
.juzhen_sub{
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,1);
}
.juzhen_sub>img{
    max-width: 60px;
    max-height: 10px;
}
.juzhen_con{
    width: 100%;
    margin-top: 5px;
    color: rgba(255,255,255,1);
    font-size: 9px;
    line-height: 13px;
}
.Ziyuan_swiper,
.Pinpai_swiper,
.Ziyuan_swiper_b {
    display: none;
}

.Ziyuan_swiper:nth-child(1),
.Pinpai_swiper:nth-child(1),
.Ziyuan_swiper_b:nth-child(1) {
    display: block;
}
@media (max-width: 768px) {
    .guanyu .Wap{
        margin-top: 20px;
    }
    .Pc,
    .Guanyu_but,
    .Guanyu_swiper_image,
    .Guanyu_max {
        display: none;
    }

    .Wap{
        display: block;
    }
    .sj{
        margin-top: 20px;
    }
    .prev3,
    .next3,
    .prev2,
    .next2 {
       display: none;
    }


}