
.bossgoo-index-exhibition12{
    padding: 50px 0 70px;
    background: url(../images/bg1.jpg) no-repeat center;
}

.bossgoo-index-exhibition12 .title{
    /* font-family: 'Poppins'; */
    font-weight: bold;
	font-size: 40px;
	color: var(--themeColor);
    text-align: center;
    margin: 50px 0;
}

.bossgoo-index-exhibition12 .main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bossgoo-index-exhibition12 .main li{
    width: 31%;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-exhibition12{
        padding: 55px 10px 0;
        background: none;
    }

    .bossgoo-index-exhibition12 .main li{
        width: 100%;
        margin-bottom: 10px;
    }


}

@media only screen and (max-width:767px){
    .bossgoo-index-exhibition12 .title{
        font-size: 22px;
        margin: 30px 0;
    }

    
}





