
.bossgoo-index-choose28{
    margin-top: 100px;
    height: 650px;
    position: relative;
}

.bossgoo-index-choose28 .bgImg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.bossgoo-index-choose28 .bgImg img{
    height: 100%;
}

.bossgoo-index-choose28 .show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    opacity: .9;
    z-index: 10;
}


.bossgoo-index-choose28 .main{
    padding: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    height: inherit;
}

.bossgoo-index-choose28 .edithiddenbox{
    height: inherit;
}

.bossgoo-index-choose28 .main .main-l{
    width: 55%;
    padding-right: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bossgoo-index-choose28 .main .main-l .title{
    /* font-family: Lato-Bold; */
	font-size: 40px;
	color: #ffffff;
}

.bossgoo-index-choose28 .main .main-l .text{
    /* font-family: Lato-Regular; */
	font-size: 18px;
    line-height: 1.5;
	color: #ffffff;
    margin: 40px 0;
}

.bossgoo-index-choose28 .main .main-l .more{
    width: 142px;
	height: 44px;
    line-height: 44px;
    text-align: center;
	background-color: var(--btnBgColor);
	opacity: 0.86;
}

.bossgoo-index-choose28 .main .main-l .more a{
	/* font-family: Lato-Regular; */
	font-size: 16px;
	color: #ffffff;
}


.bossgoo-index-choose28 .main .main-r{
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}

.bossgoo-index-choose28 .main .main-r .chooseSwiper{
    position: relative;
    overflow: hidden;
}

.bossgoo-index-choose28 .main .swiper-button-next,
.bossgoo-index-choose28 .main .swiper-button-prev{
    background: none;
    width: 34px;
	height: 46px;
	background-color: var(--btnBgColor);
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-index-choose28 .main .swiper-button-next i,
.bossgoo-index-choose28 .main .swiper-button-prev i{
    font-size: 28px;
    color: #ffffff;
}

.bossgoo-index-choose28 .main .swiper-button-next{
    right: 0;
}

.bossgoo-index-choose28 .main .swiper-button-prev{
    left: 0;
}

.bossgoo-index-choose28 .main .main-r .chooseSwiper .imgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}

.bossgoo-index-choose28 .main .main-r .chooseSwiper .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-choose28{
        padding: 0 10px;
        height: 550px;
    }
}

@media only screen and (max-width:767px) {
    .bossgoo-index-choose28 .main{
        flex-direction: column;
    }
    .bossgoo-index-choose28 .main .main-l{
        width: 100%;
        padding-right: 0;
        padding: 40px 30px 30px;
    }

    .bossgoo-index-choose28{
        margin-top: 60px;
    }

    .bossgoo-index-choose28 .main .main-r{
        width: 100%;
    }

    .bossgoo-index-choose28 .main .main-l .title{
        font-size: 22px;
    }

    .bossgoo-index-choose28 .main .main-l .text{
        margin: 20px 0;
    }

    .bossgoo-index-choose28 .main .main-l .text{
        font-size: 14px;
    }
    .bossgoo-index-choose28{
        height: inherit;
        padding-bottom: 20px;
    }

    .bossgoo-index-choose28 .main .swiper-button-next,
.bossgoo-index-choose28 .main .swiper-button-prev{
    width: 18px;
    height: 25px;
}

.bossgoo-index-choose28 .main .swiper-button-next i,
.bossgoo-index-choose28 .main .swiper-button-prev i{
    font-size: 20px;
}

}
