.selectionBar{
    width: 1072px;
    height: 159px;
    margin: 251px auto 0;
    display: flex;
    justify-content: space-between;
}

.selectionBar .item{
    cursor: pointer;
    width: 159px;
    height:159px ;
    /* margin-left: 46px; */
}

.selectionBar .item:first-child{
    margin-left: 0px;
}
			.selectionBar .item1 {
				background-image: url('../public/indexBanner/icon1.png');
				background-repeat: no-repeat;
				background-position: center;
			}
			.selectionBar .item1:hover {
				background-image: url('../public/indexBanner/icon1H.png');
				background-position: center;
			}
.swiper-slide .investment-link{
    font-size: 24px;
    font-family: "MicrosoftYaHei";
    color: #86C6FF;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 161px;
    line-height: 36px;
    cursor: pointer;
    height: unset !important;
}