.banImg {
    width: 100%;
    height: 100%;
}

.lk_title {
    color: #222;
    text-align: center;
}

.box_item img {
    /* background-color: #fff; */
    border-radius: 10px;
    /* padding: 50px; */
    cursor: pointer;
}

.box_item .box_image {
    transition: all .3s;
    overflow: hidden;
}

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

.swiper {
    overflow: hidden;
}

.bg_img2 {
    width: 100%;
    height: 100%;
}

.lkjBox1 {
    background-color: rgb(223, 232, 243);
    padding: 120px 0 150px 0;
}

.baogao {
    background-image: url(../images/Partner/bg_img1.png);
    background-size: 100% 680%;
    background-repeat: no-repeat;
    margin-top: 50px;
}

.lk_earth {
    margin-top: 100px;
    position: relative;
}


.map_dian span {
    width: 10px;
    height: 10px;
    background: rgb(27, 98, 179);
    border-radius: 50%;
    position: relative;
    display: block;
}

.map_dian {
    position: absolute;
    cursor: pointer;
    text-align: center;
    z-index: 10;
}

.map_dian span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(27, 98, 179, .2);
    border-radius: 100%;
    animation: inner-ripple 3500ms linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.map_dian span:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: rgba(27, 98, 179, .2);
    border-radius: 100%;
    animation: inner-ripple 4500ms linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.map_nei {
    background-color: #fff;
    border-radius: 30px;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    min-width: 160px;
    margin-right: 30px;
    justify-content: center;
}

.lk_map li {
    position: absolute;
    cursor: pointer;
}

.li_hover {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: 7.071px 7.071px 40px 0px rgba(10, 36, 66, 0.2);
    position: absolute;
    z-index: 133;
    left: -115px;
    display: none;
    color: #222;
    line-height: 32px;
    width: 100%;
    display: none;
    top: -133px;
}

.li_active .li_hover {
    display: block;
}

.lk_map ul li:hover .li_hover {
    display: block;
}

/* .li_hover img{
	width: 100%;
	height: 100%;
	object-fit: contain;
} */

.li_hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 10px solid transparent;
    /* 三角形颜色 */
    /* 调整位置 */
    bottom: -27%;
	left: -5px;
    transform: translateX(550%);
    /* 居中三角形 */
}

.mk4_icon_list .map_dian span {
    width: 10px;
    height: 10px;
    background: rgb(27, 98, 179);
    border-radius: 50%;
    position: relative;
    display: block;
}

.postion {
    position: relative;
}


.li1 {
    left: 19%;
    top: 40%;
}

.li2 {
    left: 32%;
    top: 70%;
}

.li3 {
    left: 45%;
    top: 27%;
}

.li4 {
    left: 49.5%;
    top: 29%;
}

.li5 {
    left: 49%;
    top: 38%;
}

.li6 {
    left: 54%;
    top: 72%;
}

.li7 {
    left: 60%;
    top: 42%;
}

.li8 {
    left: 63%;
    top: 23%;
}

.li9 {
    left: 74%;
    top: 50%;
}

.li10 {
    left: 80%;
    top: 44%;
}

.li11 {
    left: 82%;
    top: 77%;
}

.swiper_hz .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}


.swiper_hz .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}


@keyframes inner-ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        filter: alpha(opacity=50);
        opacity: 0.8
    }

    30% {
        transform: translate(-50%, -50%) scale(1.5);
        filter: alpha(opacity=50);
        opacity: 0.5
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0
    }
}

@media screen and (max-width: 1600px) {
    .box_item img {
        /* background-color: #fff; */
        border-radius: 10px;
        /* padding: 50px; */
        width: 160px;
    }


    .li1 {
        left: 19%;
        top: 40%;
    }

    .li2 {
        left: 32%;
        top: 70%;
    }

    .li3 {
        left: 45%;
        top: 27%;
    }

    .li4 {
        left: 49.5%;
        top: 29%;
    }

    .li5 {
        left: 49%;
        top: 38%;
    }

    .li6 {
        left: 54%;
        top: 72%;
    }

    .li7 {
        left: 60%;
        top: 42%;
    }

    .li8 {
        left: 63%;
        top: 23%;
    }

    .li9 {
        left: 74%;
        top: 50%;
    }

    .li10 {
        left: 80%;
        top: 44%;
    }

    .li11 {
        left: 82%;
        top: 77%;
    }
}

@media screen and (max-width: 1280px) {


    .box_item img {
        /* background-color: #fff; */
        border-radius: 10px;
        /* padding: 50px; */
        width: 120px;
    }
   


}

@media screen and (max-width: 768px) {
    .box_item img{
        width: 85px;
    }
    .lkjBox1 {
        background-color: rgb(223, 232, 243);
        padding: 50px 0 50px 0;
    }

    .li_hover img {
        width: 160px;
    }

    .li_hover {
        left: -77px;
        top: -77px;
    }

    .li_hover::before {
        left: -40px;
    }

    .baogao{
        margin-top: 30px;
    }
    .lk_earth{
        margin-top: 50px;
    }

}