 /* 创意产品 开始 */
        .cycp_2024lh {
            width: 100%;
            margin: 0 auto;
			margin-top: 40px;
        }
        .cycp_2024lh_conbox {
            position: relative;
            width: 1220px;
            height: 384px;
            margin: 0 auto;
            background: url(s3bg.png) no-repeat center center;
        }
        .cycp_2024lh_left {
            position: absolute;
            top: 52%;
            right: 0;
            transform: translateY(-50%);
            width: 706px;
            overflow: hidden;
        }
        .cycp_2024lh_right {
            position: absolute;
            top: 51%;
            left: 0;
            transform: translateY(-50%);
            width: 440px;
            height: 340px;
			padding-left: 40px;
        }
        .cycp_2024lh_right_ul {
            height: 340px;
            overflow: hidden;
        }
        .cycp_2024lh_right_li {
            height: 100px;
        }
        .cycp_2024lh_right_li a {
            display: block;
            width: 100%;
            height: 100%;
            padding-left:10px;
            font-size: 18px;
            line-height: 32px;
            color: #fff;
            box-sizing: border-box;
            display: flex;
            justify-content: left;
            align-items: center;
        }
        .cycp_2024lh_right_li .cycp_2024lh_right_active {
            font-size: 20px;
            line-height: 36px;
        }

        .cycp_2024lh .cycp_2024lh_left .swiper-container {
            overflow: hidden;
            margin-left: -23px;
        }
        .cycp_2024lh .cycp_2024lh_left .swiper-slide {
            width: 385px;
            cursor: pointer;
        }
        .cycp_2024lh .cycp_2024lh_left .swiper-slide a {
            display: block;    
			padding:5px 0 5px 0;
        }
        .cycp_2024lh .cycp_2024lh_left .swiper-slide a img {
			background-image: linear-gradient(to bottom, #FDF6E8, #FFFEFE);
			border: 1px solid #ddd;
			padding:20px;
			border-radius: 15px;
            height: 340px;
            width: 480px;
			box-shadow: 0 5px 3px -2px #ccc;
        }
        .cycp_2024lh .cycp_2024lh_right .swiper-button-prev {
            position: absolute;
            left: 55%;
            top: 108%;
            background: url(arrow_down.png) center center no-repeat;
        }
        .cycp_2024lh .cycp_2024lh_right .swiper-button-next {
            position: absolute;
            left: 55%;
            top: -13px;
            background: url(arrow_up.png) center center no-repeat;
        }
        /* 创意产品 结束 */
		
		.cycp_2024lh_left .swiper-wrapper{ margin-left: -160px;}
		.cycp_2024lh_right ul li a{ color:#000;}
		.cycp_2024lh_right ul li.swiper-slide-active a{ color:#fff;}