
.body1-center-body .b1cb-left .b1cb-right-img .b1cb-ri-list:hover{
	opacity: 0.5;
	cursor: pointer;
}

.body1-center-body .b1cb-left .b1cb-left-img{
	overflow: hidden;
}
.body1-center-body .b1cb-left .b1cb-left-img img{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.body1-center-body .b1cb-left .b1cb-left-img img:hover{
	transform: scale(1.3);
}

.body1-center-body2 .b1cb-left2 .b1cb-lh-list:hover{
	opacity: 0.5;
	cursor: pointer;
}

.c2ch-left-head:hover{
	opacity: 0.5;
	cursor: pointer;
}

.b1cb-left .b1cb-left-img .layui-carousel .layui-carousel-ind{
    left: 222px;
    top: -28px;
}
.b1cb-left .b1cb-left-img .layui-carousel .layui-carousel-ind ul{
     background-color: transparent;
}
.newBanner span{
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #2c2d26;
    opacity: 0.9;
    color: white;
    text-align: left;
    text-indent: 20px;
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

@media (max-width: 1200px){
	.b1cb-left .b1cb-left-img .layui-carousel .layui-carousel-ind{
	    left: 170px;
	    top: -28px;
	}
}