.main-content_box{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logon-top{
	padding: 0 10%;
	width: 100%;
	max-width: 1600px;
	min-height: 360px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.lotop_right{
	width: 480px;
}
.lunbo_box{
	width: calc(99% - 500px);
	padding-left: 1%;
}
.lbimg_box{
	display: flex;
    justify-content: center;
    align-items: center;
}
.img_exhibit{
	padding: 0 10%;
	width: 100%;
	max-width: 1600px;
	display: flex;
	justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.exhibit_item{
	width: 23%;
	margin: 0 1% 20px 1%;
	height: 260px;
}
.login_bottom{
	margin-top: 30px;
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 0 10%;
    width: calc(100% - 30px);
	max-width: 1600px;
	margin-bottom: 10px;
	position: fixed;
    bottom: 0;
    margin: 0 15px;
    right: 0;
}
.bottom_right_img{
	width: 200px;
	height: 35px;
	margin-right: 1%;
	margin-left: 20px;
	position: absolute;
    right: 10%;
	
}
.swiper-wrapper{
	align-items: center;	
}



