/* 动画效果 */
.wgt-fade-animate {-webkit-transform: scale(0.3);transform: scale(0.3);-webkit-transform: translateY(150px);transform: translateY(150px);opacity: 0;}
.appear {-webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;opacity: 1 !important;}
@-webkit-keyframes opacity_show {
	0% { -webkit-transform: scale(0.3);transform: scale(0.3);-webkit-transform: translateY(150px);transform: translateY(150px);opacity: .1;}
	100% { -webkit-transform: scale(1);transform: scale(1);-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}

@keyframes opacity_show {
	0% {  -webkit-transform: scale(0.3);transform: scale(0.3);-webkit-transform: translateY(150px);transform: translateY(150px);opacity: .1;}
	100% { -webkit-transform: scale(1);transform: scale(1);-webkit-transform: translateY(0);transform: translateY(0);opacity: 1;}
}

/*  */
.indHzhb {position: relative;z-index: 2;background-image: url(../images/indBg_hz.png);background-repeat: no-repeat;background-size: cover;padding-top: 0 !important;}
.indHz {position: relative;width: 76%;height: 520px;margin: 0 auto;perspective: 1000px;transform-style: preserve-3d;display: flex;align-items: flex-end;justify-content: center;}

/*  */
.indHzBox {transform: rotateX(45deg);width: 100%;height: 650px;display: flex;justify-content: space-between;}
.indHzli {width: 16.6%;}
.indHzli .swiper-container {width: 92%;height: 100%;padding: 0 10px; margin:0 4%;}
.indHzli .swiper-wrapper {transition-timing-function: linear;}
.indHzli .swiper-slide {text-align: center;height: 95px;background: #fff;border-radius: 10px;box-shadow: 0 0 10px rgb(0 0 0 / 18%);display: flex;align-items: center;justify-content: center;opacity: 1;}
.indHzli .swiper-slide img { vertical-align:middle;}
.indHzli .swiper-slide-prev {opacity: .18;}
.indHzli .swiper-slide-active {opacity: .28;}
.indHzli .swiper-slide-next {opacity: .48;}
.indHzli .swiper-slide img {width: 60%;height: 60%;object-fit: contain;}

@media(max-width:1680px) {
    .indHz {height: 480px;}
    .indHz .Tit {top: 12%;}
    .indHz .Tit p {font-size: 26px;}
    .indHzli .swiper-slide {height: 90px;}
}

@media(max-width:1480px) {
    .indHz .Tit p {font-size: 24px;}
    .indHz {height: 420px;}
	.indHzBox { height:550px;}
}


@media(max-width:1368px) {
    .indHz {width: 82%;}
}

@media(max-width:1200px) {
    .indHz .Tit p {font-size: 21px;}
}

@media(max-width:1024px) {
    .indHz {height: 360px;}
    .indHzBox {height: 480px;}
    .indHzli .swiper-slide {height: 68px;}
    .indHzli .swiper-container {padding: 0 5px;}
}

@media(max-width:900px) {
    .indHz {height: 360px;}
}

@media(max-width:768px) {
    .indHz {height: 360px;}
    .indHz .Tit p {font-size: 18px;}
    .indHzli:nth-child(6) {display: none;}
    .indHzli {width: 20%;}
}
@media(max-width:680px) {
    .indHz {height: 220px;}
    .indHz .Tit span {margin-bottom: 10px;}
    .indHzBox {height: 280px;}
    .indHzli .swiper-slide {height: 40px;border-radius: 4px;box-shadow: 0 0 5px rgb(0 0 0 / 6%);}
    .indHzli {width: 25%;}
    .indHzli:nth-child(5) {display: none;}
}