@media (max-width: 768px) {
	#app {
		width: 100%;
		margin-top: 40px;
	}

	.banner {
		width: 100%;
		height: 200px;
		background-image: url(../img/mbanner.png);
		background-size: 100% auto;
		background-position: center;
	}

	.main {
		width: 100%;
		padding: 0 20px;
	}

	.content {
		width: 100%;
		margin: auto;
	}

	.title {
		height: 50px;
		font-size: 22px;
		text-align: center;
		color: rgb(237, 213, 0);
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 20px;
	}

	/* 导航 */
	.nav>div {
		width: 100%;
		display: flex;
		justify-content: center;
		font-size: 14px;
	}

	.join {
		background-image: url(../img/icon/fire.png);
		background-position: right top;
		background-size: 15px 15px;
	}

	.baoming {
		position: fixed;
		width: 25px;
		height: 80px;
		padding: 0;
		font-size: 14px;
		bottom: 100px;
		right: 20px;
		border-radius: 10px;
		margin-right: 0;
		background-color: rgba(255, 255, 255, 0.4);
		color: #EDD500;
		text-decoration: none;
		display: none;
		z-index: 500;
	}
	
	.gotop{
		position: fixed;
		width: 25px;
		height: 25px;
		bottom: 40px;
		right: 20px;
		border: 1px solid #999;
		background-image: url(../img/icon/gotop.png);
		background-size: 100% 100%;
		border-radius: 50%;
		display: none;
		z-index: 500;
	}
	/* 会议背景 */
	.jieshao {
		margin-top: 26px;
		display: block;
		width: 100%;
		height: auto;
	}

	.jieshao-img {
		width: 100%;
		height: 200px;
	}

	.jieshao-txt {
		width: 100%;
		border: none;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.jieshao-txt>p:first-child {
		margin: 10px;
	}

	/* 会议日程 */
	.richeng>div {
		display: flex;
		line-height: 24px;
		font-size: 14px;
	}

	.richeng-title {
		line-height: 35px;
		font-size: 18px;
		color: #ffd2a0;
		margin-top: 30px;
	}

	.richegn-times {
		font-size: 16px;
		color: #ffd2a0;
		padding: 10px 0;
	}

	.richegn-title {
		width: 50%;
	}

	.richegn-user {
		width: 50%;
	}

	/* 会议新闻 */
	/* .news-img {
		width: 100%;
		height: 200px;
		border-radius: 10px;
		background-size: 100% 100%;
	} */

	.news-txt {
		width: 100%;
		height: auto;
		font-size: 14px;
	}

	.news-txt>p {
		width: 100%;
		height: 28px;
		padding-left: 20px;
		margin: 0;
	}

	.news-txt>p:hover {
		color: #ffffff;
	}

	.news-txt>p:before {
		width: 6px;
		height: 6px;
	}

	/* 交通住宿 */

	.road-title {
		width: 100%;
		font-size: 16px;
	}

	.road-img {
		width: 100%;
		height: 250px;
		border-radius: 10px;
		background-image: url(../img/road2.jpg);
		background-size: 100% 100%;
	}

	.road-txt {
		width: 100%;
		height: auto;
		margin-top: 20px;
		font-size: 14px;
		line-height: 28px;
		padding-left: 0;
	}

	.road-txt>p {
		width: 100%;
		padding-left: 20px;
		margin: 0;
	}

	.fangshi {
		margin: 0;
	}

	.road-out li {
		padding-left: 20px;
	}

	.road-out li:before {
		width: 6px;
		height: 6px;
	}

	.nodian:before {
		width: 0;
		height: 0;

	}

	/* 商务合作 */

	.contact {
		display: block;
		margin-bottom: 30px;
	}

	.contacts {
		width: 100%;
		border-left: none;
		font-size: 14px;
		text-align: center;
	}

}
