.layui-main{
	width: 1300px;
	margin: 0 auto;
}
/*banner轮播图*/
.swiper-container {
	--swiper-theme-color: #f9f9f9;
}

.swiper-slide{
	text-align: center;
}
.swiper-slide img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

/*会议轮播、合作伙伴 文字*/
.meeting,
.partners {
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.meeting .word,
.partners .word {
	width: 100%;
	text-align: center;
	margin: 10px auto;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}




/*会议轮播*/
.meeting-item {
	position: relative;
	width: 245px;
	margin: 6px 4px;
	background: #fefefe;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 hsl(0deg 0% 83% / 50%);
	overflow: hidden;
	/* position: relative; */
	display: inline-block;
}

.meeting-item img {
	width: 245px;
	/* height: 145px;	 */
}


.s_cntent {
	width: 240px;
	/* height: 135px; */
	margin: 0;
	padding: 0 6px;
	background: #FFFFFF;
	border-radius: 5px;
}

.s_title {
	height: 38px;
	padding: 0 3px;
	margin: 10px 5px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.s_bottom {
	margin: 5px 0;
	font-size: 12px;
}


.s_bottom i {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	/* position: relative;
	top: 5px; */
}

.s_bottom_addr,
.s_bottom_times {
	width: 200px;
	display: inline-block;
	color: #0c0c0c;
}




/*合作伙伴 图片*/

.partnersbox ul li {
	width: 195px;
	height: 195px;
	line-height: 195px;
	color: #000;
	text-align: center;
	float: left;
	margin: 12px 10px;
	/* background: #fff; */
	
}

.partnersbox .imgbox {
	/* width: 100%;
	height: 100%; */
	padding: 0 10px;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px #ced8e4 solid;
	border-right: 0;
	border-radius: 10px;
	box-shadow: 0 0 6px 1px #bdcee0;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	background: #ffffff;
}

.partnersbox .imgbox:hover {
	margin-top: -15px;
}

.partnersbox .imgbox img {
	width: 100%;
	height: 100%;
}

.mtime {
	display: none;
}

.pctime {
	display: block;
}


/* 关于我们 */
.aboutus {
	width: 100%;
	background: url(../img/auoutbg.png) no-repeat 0 0;
	background-size: cover;
	min-height: 380px; 
	padding: 35px 0 0;
}

.about-box {
	position: absolute;
	content: "";
	display: block;
	width: 353px;
	height: 353px;
	background: url(../img/about.png) no-repeat 0;
	background-size: 353px 353px;
	z-index: 9999;
	/* margin-top: 20px; */
}

.about-btn {
	width: 269px;
	height: 86px;
	background: url(../img/auoutbtn.png) no-repeat 0;
	background-size: 269px 86px;
	margin-left: 125px;
	margin-top: 25px;
}

.about-btn .btnword {
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 30px;
	color: #ffffff;
}

.about-btn .ftitle {
	opacity: .6;
	padding-top: 8px;
	font-size: 20px;
	font-weight: 500;
}

.about-btn .stitle {
	padding-top: 10px;
	padding-left: 60px;
	font-size: 22px;
	font-weight: 500;
}

.about-content {
	padding: 80px 20px;
	margin-left: 400px;
	min-height: 220px;
}

.about-content p {
	line-height: 32px;
	text-align: justify;
	text-indent: 30px;
}