.slidebanner-big-1-plusbtn-sec {
	background-color: transparent;
}
.slidebanner-big-1-plusbtn .item-cont {position: relative;}
.slidebanner-big-1-plusbtn .item-cont .img-con {position: relative;overflow: hidden;}
.slidebanner-big-1-plusbtn .item-cont .img-con img {transition: all ease 0.3s;}
.slidebanner-big-1-plusbtn .item-cont:hover .img-con img {transform: scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);}
.slidebanner-big-1-plusbtn .item-cont .img-con .bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.slidebanner-big-1-plusbtn .item-cont .text-box {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.slidebanner-big-1-plusbtn .item-cont .text-box .text-con {width: 100%;padding: 22px 22px;}
.slidebanner-big-1-plusbtn .item-cont .text-box .text-con p.content {color: rgba(255, 255, 255, 0.8);text-transform: uppercase;margin-bottom: 0;text-align: center;word-break: keep-all;line-height: 1.4;}
.slidebanner-big-1-plusbtn .item-cont .text-box .text-con p.cate {font-weight: 600;margin-bottom: 15px;color: #63e2c2;text-align: center;}
.slidebanner-big-1-plusbtn .item-cont .text-box .text-con h5.title {font-weight: 600;margin-bottom: 15px;color: #fff;text-align: center;}

.slidebanner-big-1-plusbtn .item-cont .btn-zone {position: absolute;top: 10%;right: 5%;width: 50px;height: auto;}
.slidebanner-big-1-plusbtn .item-cont .btn-zone img.plus-2 {display: block;transition: all ease 0.3s;}
.slidebanner-big-1-plusbtn .item-cont .btn-zone img.plus-1 {display: none;}
.slidebanner-big-1-plusbtn .item-cont:hover .btn-zone img.plus-2 {transform: rotate(90deg);}
@media only screen and (min-width: 992px) {
}
@media only screen and (min-width: 1200px) {
}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 360px) {
}
