@charset "utf-8";
/* CSS Document */


.swiper-container{
	margin-top:50px;
}	
.swiper-slide{
	width:860px;
	}
.swiper-slide a{
	transition: 0.2s;
	}	
/* .swiper-slide a:hover{opacity:.6;}	 */
.swiper-pagination{
	text-align:center;
	width:100%;
	margin-top:10px;}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	margin:0 5px;
	background:#02328d;
}
.swiper-button-prev{
	width:50%;
	height:360px;
	left:-450px;
	top:0;
	    /* background: url(../images/ichimatsu.png) repeat 0 0; */
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}	
.swiper-button-prev:before{	
    content: '';
    position: absolute;
    width: 42px;
    height: 100%;
    background: url(https://www.kunlun.com.hk/r/s1/images/2026kcxfz/slide_prev.png) no-repeat 0 center;
    left: 90%;
    top: 50%;
    margin-top: -180px;
}
.swiper-button-next{
	width:50%;
	height:360px;
	right:-450px;
	top:0;
	/* background: url(../images/ichimatsu.png) repeat 0 0; */
    border-radius: 5px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;
	}
.swiper-button-next:after{	
    content: '';
    position: absolute;
    width: 42px;
    height: 100%;
    background: url(https://www.kunlun.com.hk/r/s1/images/2026kcxfz/slide_prev.png) no-repeat 0 center;
    right: 99%;
    top: 50%;
    margin-top: -180px;
	transform: rotate(180deg);
}
.swiper-button-prev:hover,.swiper-button-next:hover{
	opacity:0.6;
}
.swiper-container {
            width: 1300px;
            height: 431px;
            overflow: hidden;
        }
        .swiper-slide {
            width: 761px;
            height: 431px;
            position: relative;
            /* 中间图：完整矩形，不裁切 */
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        }
        /* 左侧图：右下角斜切到 397px 位置，顶部不裁 */
        .swiper-slide.swiper-slide-prev {
            clip-path: polygon(0 0, 100% 0, 100% 94.08%, 0 100%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 94.08%, 0 100%);
        }
        /* 右侧图：左下角斜切到 397px 位置，顶部不裁 */
        .swiper-slide.swiper-slide-next {
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94.08%);
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94.08%);
        }
        .swiper-slide img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            display: block;
        }
        .swiper-slide-active a img{width: 761px;height: 399px;}
        /* 两侧暗化 */
        .swiper-slide.swiper-slide-prev::after,
        .swiper-slide.swiper-slide-next::after {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.178);
            pointer-events: none;
            z-index: 2;
        }
	
		.swiper-slide.swiper-slide-prev,
		.swiper-slide.swiper-slide-next{
			height: 422px;
        }
			.swiper-slide-active{height: 430px;}
        /* 箭头 */
        .swiper-button-prev {
            width: 55.4%;
            height: 397px;
            left: -450px;
            top: 0;
            border-radius: 5px;
            margin-top: 0;
            z-index: 99;
            transition: 0.2s;
          background: #07070730;


        }
        .swiper-button-next {
            height: 397px;
        }
		   /* 标题样式：位于图片下方，不受任何裁切影响 */
        .slide-title {
            height: 25px;
            line-height: 25px;
            margin-top: 6px;
            font-size: 16px;
            color: #333;
            text-align: center;
            width: 100%;
        }
        