/* 小屏幕（平板，小于等于 768px） */
@media (max-width: 768px) { 

}

/* 中等屏幕（桌面显示器，大于等于 768px） */
@media (min-width: 768px) { 

}

/* 屏幕小于等于 1200px */
@media (max-width: 1200px) {
	.bannerPe {
		width: 100%;
		display: block;
	}
	.main {
		width: 100%;
	}
	.imgStyle {
		margin: 20px 0;
	}
	.description {
		margin-bottom: 20px;
	}
		/* 标题 */
	.title {
		display: none;
	}
	.title1 {
		display: none;
	}
	.titlePE {
		display: block;
	}
	.three_description {
		padding: 30px 15px !important;
	}
	.GMMode {
		margin-top: 0 !important;
	}
	.GM_box {
		width: 100%;
		padding: 0 15px;
		overflow: auto;
	}
	.GMStyle img {
		width: 100% !important;
	}
	.swiper-slide{
		width: 100% !important;
	}
	.hidePE {
		display: none;
	}
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
	.banner{
		height: 380px;
		background: url(/topicImg/bannerCN.png) no-repeat center;
	}
	.bannerPe {
		display: none;
	}
	.main {
		width: 1200px;
		margin: 0 auto;
	}
	/* 标题 */
	.title {
		display: inline-block;
	}
	.title1 {
		display: inline-block;
	}
	.titlePE {
		display: none;
	}
	.imgStyle {
		padding: 0;
	}
	.description {
		padding: 30px 3% 0 3%;
	}
	.three_box {
		width: 50%;
		float: left;
	}
	.GM_box {
		width: 1200px;
		margin: 0 auto;
		padding: 0 30px;
		overflow: auto;
		font-size: 16px;
	}
	.GMStyle {
		width: 50%;
		float: left;
	}
	.Photo {
		width: 1200px;
		margin: 0 auto;
	}
	.swiper-slide{
		width: 20% !important;
	}
}

.banner{
	width: 100%;
}
.main p {
	color: #333333;
	line-height: 35px;
}
.main>div {
	margin-top: 30px;
	overflow: auto;
}
.one {
	width: 100%;
	/* height: 266px; */
	overflow: hidden;
	background-color: #f9f9f9;
}
.description {
	font-size: 17px;
}
/* 标题 */
.title {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 100px;
	background: url(/english/topic/SpongeCity/img/title.png) no-repeat right;
	background-color: #33b7bc;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
}
.title1 {
	height: 50px;
	line-height: 50px;
	padding-left: 50px;
	padding-right: 100px;
	background: url(/english/topic/SpongeCity/img/title1.png) no-repeat right;
	background-color: #33b7bc;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
}
.titlePE {
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
	background-image: linear-gradient(to right , #33b7bc , #01a0e9);
}
.two_box {
	width: 100%;
	/* height: 330px; */
	overflow: hidden;
	background-color: #f9f9f9;
	margin-top: 30px;
}
.two_right {
	background: url(/english/topic/SpongeCity/img/1.png) no-repeat center;
	background-size: cover;
}
.three_description {
	padding: 30px;
	font-size: 16px;
}
.three_left>div {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.three_left>div img {
	width: 100%;
	/* height: 180px; */
}
.three_right {
	padding-top: 40px;
	text-align: center;
}

.GMMode {
	width: 100%;
	overflow: auto;
	background-color: #f9f9f9;
	margin-top: 50px;
}
.GM_box>div {
	overflow: auto;
}
.GM_box>div>div {
	margin-top: 30px;
}
.GM_box p{
	margin-top: 30px;
	color: #333333;
	line-height: 30px;
}
.GM_box h4{
	margin-top: 30px;
	color: #1bacd1;
	font-weight: bold;
	font-size: 20px;
}
.GM_img {
	width: 95%;
	height: 250px;
	object-fit: cover;
}
.Photo {
	overflow: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
/* 轮播图上文字 */
.swiper-slide>P {
	position: relative;
	bottom: 30px;
	left: 0;
	line-height: 30px;
	background-color: #000000;
	opacity: 0.6;
	color: #fff;
	text-align: center;
	/* font-size: 12px; */
}
.swiper-container {
	margin-top: 40px;
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #585858;
}
.swiper-pagination-bullet-active {
	border: none;
}
#LBIe9 {
	display: none;
}