


.ban6Style .wrap{height: 100%;display: block;background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;align-items: center;justify-content: center;}
.ban6Style .center{width: 32%;margin: 0 1.56%;}
.ban6Style ul{width: 24%;}
.ban6Style li{position: relative;margin: 20px 0;}
.ban6Style .left li:nth-child(2){transform: translateX(-42px);}
.ban6Style .right li:nth-child(2){transform: translateX(42px);}
.ban6Style li .c{width: 100%;}
.ban6Style li .line{width: 92%;position: absolute;left: 4%;top: 0;transform: translateY(-50%);opacity: 0.2;}
.ban6Style li .text{position: absolute;left: 0;top: 0;width: 100%;height: 100%;box-sizing: border-box;padding: 0 7.2% 0 10%;display: flex;align-items: center;justify-content: space-between;}
.ban6Style li .text .icon{width: 17%;}
.ban6Style li .text h5{color: #FFFFFF;font-weight: bold;font-size: 22px;}


@media screen and (max-width: 1620px){
.ban6Style li .text h5{font-size: 18px;}
}


@media screen and (max-width: 1200px){

.ban6Style .wrap{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.ban6Style .center{width: 24%;}
.ban6Style ul{width: 28%;}

}


@media screen and (max-width: 760px){
.ban6Style li{margin: 10px 0;}
.ban6Style .left li:nth-child(2){transform: translateX(-20px);}
.ban6Style .right li:nth-child(2){transform: translateX(20px);}
}