
        .carousel-container {
            position: relative;
            width: 100%;
            max-width: 1430px;
			z-index:9;
            margin: 0 auto;
            overflow: hidden;
        }

        /* 轮播滚动区域 */
        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
            will-change: transform;
        }

        /* 轮播项（图片容器） */
        .carousel-item {
            flex: 0 0 25%; /* 一行4张，每张占25% */
            padding: 0 8px;
            cursor: grab;
        }
        .carousel-item .tit span{ font-size:14px; color:#333; text-align: center; display:block; line-height:36px; background:#fff;}
        .carousel-item:active {
            cursor: grabbing;
        }

        /* 图片样式 */
        .carousel-img {
            width: 100%;
            height: 270px;
            object-fit: cover;
           
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        /* 左右控制按钮 */
        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255,255,255,0.8);
            border: none;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: background-color 0.3s;
        }

        .carousel-btn:hover {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }

        .prev-btn {
            left: 10px;
        }

        .next-btn {
            right: 10px;
        }

        /* 响应式适配 */
        @media (max-width: 992px) {
            .carousel-item {
                flex: 0 0 33.333%; /* 平板端一行3张 */
            }
        }

        @media (max-width: 768px) {
            .carousel-item {
                flex: 0 0 50%; /* 移动端一行2张 */
            }
        }

        @media (max-width: 576px) {
            .carousel-item {
                flex: 0 0 100%; /* 小屏手机一行1张 */
            }
        }

/* 颜色 */
.news190 .main190 .index190 .tit190 {
    font-size: 40px;
    color: #646464;
    text-align: left;
    margin-bottom: 18px;
}
.news190 .main190 .menu190 .list190 .item190.it1 {
    font-size: 14px;
    color: #fff;
    width: 130px;
}
.news190 .main190 .menu190 .list190 .item190.hover {
    background-color: #67b306;
}
.news190 .main190 .menu190 .list190 .item190.it2 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #01bc66;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
}
.news190 .main190 .menu190 .list190 .item190 a {
    color: #FFFFFF;
    display: block;
}
.news190 .main190 .menu190 .list190 .item190 {
    font-size: 14px;
    color: #fff;
    width: 130px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #01bc66;
    display: block;
    border-radius: 6px;
    margin-top: 56px;
    float: left;
    margin-right: 18px;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover {
    box-shadow: 1px 6px 10px #d0dbe0;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pa190 {
    height: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 {
    position: relative;
    color: #cccccc;
    font-size: 43px;
    padding-top: 20px;
    width: 70px;
    float: right;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .sa190 {
    margin-right: 14px;
    color: #666666;
    font-size: 14px;
    float: right;
    position: absolute;
    top: 44px;
    left: 4px;
    width: 76px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pb190 .sa190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover .pa190 {
    color: #67b306;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco .stit {
    padding-top: 220px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    transition: all ease-in-out .2s;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco .stit {
    padding-top: 160px;
    transition: all ease-in-out .2s;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/* 颜色 end*/
.w190 {
    width: 1200px;
    margin: 0 auto;
}
.news190 .index190 {
    padding-top: 76px;
}
.news190 .main190 {
    position: relative;
}
.news190 .main190 .index190 {
    position: relative;
}
.news190 .main190 .menu190 {
    float: right;
    position: absolute;
    top: 34px;
    right: 0px;
}
.news190 .main190 .menu190 .list190 .item190:hover {
    opacity: 0.8;
    transition: all ease 600ms;
}
.news190 .main190 .menu190 .list190 .item190:last-child {
    margin-right: 0px;
}
.news190 .main190 .nr190 .n190 {
    margin-bottom: 30px;
    padding-top: 0px;
}
.news190 .main190 .nr190 .n190 .bd190 {
    position: relative;
    height: 420px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 {
    width: 104%;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li {
    position: relative;
    float: left;
    display: block;
    width: 380px;
    height: 380px;
    border-bottom: 0px!important;
    padding-bottom: 0px;
    margin: 15px 0;
    margin-right: 30px;
    cursor: pointer;
    transition: all ease 600ms;
}
.news190 .main190 .nr190 .n190 .list190 li a {
    display: block;
    width: 380px;
    height: 380px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li img {
    margin: 0 auto;
    display: block;
    height: 285px;
    width: 380px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li .pb190 .s190 {
    position: absolute;
    top: 0px;
    left: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.news190 .main190 .nr190 .n190 .hd190 {
    width: 100%;
    top: 0px;
    position: relative;
    padding-bottom: 80px;
}
.news190 .main190 .nr190 .n190 .hd190 .prev {
    position: absolute;
    left: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -0px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .next {
    position: absolute;
    right: 490px;
    top: -0px;
    display: block;
    width: 72px;
    height: 32px;
    background-position: -80px -0px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .prev:hover {
    opacity: 0.8;
    background-position: -160px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .next:hover {
    opacity: 0.8;
    background-position: -240px -0px;
}
.news190 .main190 .nr190 .n190 .hd190 .more190 {
    position: absolute;
    left: 570px;
    top: -0px;
    display: block;
    width: 61px;
    height: 32px;
    background-position: -0px -76px;
    cursor: pointer;
}
.news190 .main190 .nr190 .n190 .hd190 .more190:hover {
    opacity: 0.8;
    background-position: -80px -76px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More {
    margin-top: 32px;
    margin-left: 60px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover a .More {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li a .More i {
    background-position: -30px -300px;
    width: 12px;
    height: 7px;
    margin-top: -17px;
    margin-left: 100px;
    float: left;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .bg {
    display: block;
    margin-top: -355px;
    z-index: 999;
    position: relative;
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 380px;
    height: 360px;
    z-index: 1000;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .txtIco s {
    width: 54px;
    height: 54px;
    background-position: 0px -270px;
    position: absolute;
    left: 184px;
    top: 106px;
    transition: all ease-in-out .2s;
    margin-left: -20px;
    opacity: 0;
}
.news190 .main190 .nr190 .n190 .bd190 ul li:hover a .txtIco s {
    opacity: 1;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li p i {
    display: block;
    width: 19px;
    height: 19px;
    float: right;
    background-position: 0px -140px;
    position: absolute;
    top: 26px;
    right: 26px;
}
.news190 .main190 .nr190 .n190 .bd190 .list190 li:hover p i {
    background-position: -40px -140px;
}
.news190 .icon190 {
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/icon190.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.news190 .main190 .index190 i {
    display: block;
    width: 29px;
    height: 1px;
    margin: 0;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/w190.png) center center no-repeat;
    margin-bottom: 30px;
}
.news190 .main190 .nr190 .n190 .bd190 ul li a .bg {
    width: 380px;
    height: 285px;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/bj190.png) no-repeat center center;
    opacity: 0;
}




.progress-wrap {
	position: fixed;
	z-index: 3;
	right: 5.8%;
	bottom: 15%;
	display: none;
	transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	opacity: 0;
	visibility: hidden;
}
.progress-wrap.active {
	opacity: 1;
	visibility: visible;
}
.progress-wrap a {
	outline: none;
	border: none;
	text-decoration: none;
	width: 3.25em;
	height: 3.25em;
	position: relative;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
	filter: drop-shadow(0px 0px 12px rgba(44, 75, 114, 0.1));
}
.progress-wrap a svg path {
	fill: none;
}
.progress-wrap a svg.progress-circle path {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	stroke-width: 4;
	stroke:#ce271d;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
}
.progress-wrap a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.progress-wrap {
	display: inline-block;
}

@media only screen and (max-width:1440px){
.progress-wrap {
    position: fixed;
    z-index: 3;
    right: 1%;
    bottom: 15%;
    display: none;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    opacity: 0;
    visibility: hidden;
}
}